]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/sv/common.php
Allow toggling between grid and list view in shelf view (shelves.show)
[bookstack] / resources / lang / sv / common.php
index 7f0d425a444d494994bd0a6ab3ee62cc73e07c21..4133ee642b4fc9e74dce8a46835acf1e227e29f1 100644 (file)
@@ -1,9 +1,10 @@
 <?php
+/**
+ * Common elements found throughout many areas of BookStack.
+ */
 return [
 
-    /**
-     * Buttons
-     */
+    // Buttons
     'cancel' => 'Avbryt',
     'confirm' => 'Bekräfta',
     'back' => 'Bakåt',
@@ -13,18 +14,14 @@ return [
     'toggle_all' => 'Ändra alla',
     'more' => 'Mer',
 
-    /**
-     * Form Labels
-     */
+    // Form Labels
     'name' => 'Namn',
     'description' => 'Beskrivning',
     'role' => 'Roll',
     'cover_image' => 'Omslagsbild',
     'cover_image_description' => 'Bilden bör vara cirka 440x250px stor.',
-
-    /**
-     * Actions
-     */
+    
+    // Actions
     'actions' => 'Åtgärder',
     'view' => 'Visa',
     'view_all' => 'Visa alla',
@@ -42,16 +39,16 @@ return [
     'remove' => 'Radera',
     'add' => 'Lägg till',
 
-    /**
-     * Sort Options
-     */
+    // Sort Options
+    'sort_options' => 'Sort Options',
+    'sort_direction_toggle' => 'Sort Direction Toggle',
+    'sort_ascending' => 'Sort Ascending',
+    'sort_descending' => 'Sort Descending',
     'sort_name' => 'Namn',
     'sort_created_at' => 'Skapad',
     'sort_updated_at' => 'Uppdaterad',
 
-    /**
-     * Misc
-     */
+    // Misc
     'deleted_user' => 'Borttagen användare',
     'no_activity' => 'Ingen aktivitet att visa',
     'no_items' => 'Inga tillgängliga föremål',
@@ -62,22 +59,18 @@ return [
     'grid_view' => 'Rutnätsvy',
     'list_view' => 'Listvy',
     'default' => 'Förvald',
+    'breadcrumb' => 'Breadcrumb',
 
-    /**
-     * Header
-     */
+    // Header
+    'profile_menu' => 'Profile Menu',
     'view_profile' => 'Visa profil',
     'edit_profile' => 'Redigera profil',
 
-    /**
-     * Layout tabs
-     */
+    // Layout tabs
     'tab_info' => 'Information',
     'tab_content' => 'Innehåll',
 
-    /**
-     * Email Content
-     */
+    // Email Content
     'email_action_help' => 'Om du har problem, klicka på knappen ":actionText", och kopiera och klistra in den här adressen i din webbläsare:',
     'email_rights' => 'Alla rättigheter är reserverade',
 ];