]> BookStack Code Mirror - bookstack/blobdiff - lang/sv/common.php
Customization: Added parent tag classes
[bookstack] / lang / sv / common.php
index 70e9d2500a0e365b478061592332389b49c20814..23a98d9e36a193e08d73c808bc2c356254c4e7a4 100644 (file)
@@ -20,16 +20,18 @@ return [
     'description' => 'Beskrivning',
     'role' => 'Roll',
     'cover_image' => 'Omslagsbild',
-    'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
+    'cover_image_description' => 'Denna bild bör vara ungefär 440x250px även om den kommer att vara flexibelt skalad och beskuren för att passa användargränssnittet i olika scenarier där så krävs, kommer faktiska visningsmått att skilja sig.',
 
     // Actions
     'actions' => 'Åtgärder',
     'view' => 'Visa',
     'view_all' => 'Visa alla',
-    'new' => 'New',
+    'new' => 'Ny',
     'create' => 'Skapa',
     'update' => 'Uppdatera',
     'edit' => 'Redigera',
+    'archive' => 'Archive',
+    'unarchive' => 'Un-Archive',
     'sort' => 'Sortera',
     'move' => 'Flytta',
     'copy' => 'Kopiera',
@@ -52,7 +54,7 @@ return [
     'filter_clear' => 'Rensa filter',
     'download' => 'Ladda ner',
     'open_in_tab' => 'Öppna i flik',
-    'open' => 'Open',
+    'open' => 'Öppna',
 
     // Sort Options
     'sort_options' => 'Sorteringsalternativ',
@@ -84,14 +86,14 @@ return [
     'none' => 'Inga',
 
     // Header
-    'homepage' => 'Homepage',
+    'homepage' => 'Startsida',
     'header_menu_expand' => 'Expandera sidhuvudsmenyn',
     'profile_menu' => 'Profilmeny',
     'view_profile' => 'Visa profil',
     'edit_profile' => 'Redigera profil',
     'dark_mode' => 'Mörkt läge',
     'light_mode' => 'Ljust läge',
-    'global_search' => 'Global Search',
+    'global_search' => 'Global sökning',
 
     // Layout tabs
     'tab_info' => 'Information',
@@ -107,4 +109,7 @@ return [
     // Not directly used but available for convenience to users.
     'privacy_policy' => 'Integritetspolicy',
     'terms_of_service' => 'Användarvillkor',
+
+    // OpenSearch
+    'opensearch_description' => 'Sök :appName',
 ];