<?php
+/**
+ * Common elements found throughout many areas of BookStack.
+ */
return [
- /**
- * Buttons
- */
+ // Buttons
'cancel' => 'Avbryt',
'confirm' => 'Bekräfta',
'back' => 'Bakåt',
'save' => 'Spara',
'continue' => 'Fortsätt',
'select' => 'Välj',
+ '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',
'create' => 'Skapa',
'update' => 'Uppdatera',
'edit' => 'Redigera',
'remove' => 'Radera',
'add' => 'Lägg till',
- /**
- * Misc
- */
+ // 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
'deleted_user' => 'Borttagen användare',
'no_activity' => 'Ingen aktivitet att visa',
'no_items' => 'Inga tillgängliga föremål',
'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',
- /**
- * Email Content
- */
+ // Layout tabs
+ 'tab_info' => 'Information',
+ 'tab_content' => 'Innehåll',
+
+ // 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',
];