2018-01-26 14:16:35 -05:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Buttons
|
|
|
|
*/
|
|
|
|
'cancel' => 'Avbryt',
|
|
|
|
'confirm' => 'Bekräfta',
|
|
|
|
'back' => 'Bakåt',
|
|
|
|
'save' => 'Spara',
|
|
|
|
'continue' => 'Fortsätt',
|
|
|
|
'select' => 'Välj',
|
2019-05-07 17:29:30 -04:00
|
|
|
'toggle_all' => 'Ändra alla',
|
2018-01-26 14:16:35 -05:00
|
|
|
'more' => 'Mer',
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Form Labels
|
|
|
|
*/
|
|
|
|
'name' => 'Namn',
|
|
|
|
'description' => 'Beskrivning',
|
|
|
|
'role' => 'Roll',
|
|
|
|
'cover_image' => 'Omslagsbild',
|
|
|
|
'cover_image_description' => 'Bilden bör vara cirka 440x250px stor.',
|
2019-05-06 13:19:51 -04:00
|
|
|
|
2018-01-26 14:16:35 -05:00
|
|
|
/**
|
|
|
|
* Actions
|
|
|
|
*/
|
|
|
|
'actions' => 'Åtgärder',
|
|
|
|
'view' => 'Visa',
|
2019-05-07 17:29:30 -04:00
|
|
|
'view_all' => 'Visa alla',
|
2018-01-26 14:16:35 -05:00
|
|
|
'create' => 'Skapa',
|
|
|
|
'update' => 'Uppdatera',
|
|
|
|
'edit' => 'Redigera',
|
|
|
|
'sort' => 'Sortera',
|
|
|
|
'move' => 'Flytta',
|
2018-07-30 02:35:34 -04:00
|
|
|
'copy' => 'Kopiera',
|
2018-01-26 14:16:35 -05:00
|
|
|
'reply' => 'Svara',
|
|
|
|
'delete' => 'Ta bort',
|
|
|
|
'search' => 'Sök',
|
|
|
|
'search_clear' => 'Rensa sökning',
|
|
|
|
'reset' => 'Återställ',
|
|
|
|
'remove' => 'Radera',
|
|
|
|
'add' => 'Lägg till',
|
|
|
|
|
2019-05-07 17:29:30 -04:00
|
|
|
/**
|
|
|
|
* Sort Options
|
|
|
|
*/
|
|
|
|
'sort_name' => 'Namn',
|
|
|
|
'sort_created_at' => 'Skapad',
|
|
|
|
'sort_updated_at' => 'Uppdaterad',
|
|
|
|
|
2018-01-26 14:16:35 -05:00
|
|
|
/**
|
|
|
|
* Misc
|
|
|
|
*/
|
|
|
|
'deleted_user' => 'Borttagen användare',
|
|
|
|
'no_activity' => 'Ingen aktivitet att visa',
|
|
|
|
'no_items' => 'Inga tillgängliga föremål',
|
|
|
|
'back_to_top' => 'Tillbaka till toppen',
|
|
|
|
'toggle_details' => 'Växla detaljer',
|
|
|
|
'toggle_thumbnails' => 'Växla miniatyrer',
|
|
|
|
'details' => 'Information',
|
|
|
|
'grid_view' => 'Rutnätsvy',
|
|
|
|
'list_view' => 'Listvy',
|
2019-05-06 13:19:51 -04:00
|
|
|
'default' => 'Förvald',
|
2018-01-26 14:16:35 -05:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Header
|
|
|
|
*/
|
|
|
|
'view_profile' => 'Visa profil',
|
|
|
|
'edit_profile' => 'Redigera profil',
|
|
|
|
|
2019-05-07 17:29:30 -04:00
|
|
|
/**
|
|
|
|
* Layout tabs
|
|
|
|
*/
|
|
|
|
'tab_info' => 'Information',
|
|
|
|
'tab_content' => 'Innehåll',
|
|
|
|
|
2018-01-26 14:16:35 -05:00
|
|
|
/**
|
|
|
|
* 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',
|
2019-05-06 13:19:51 -04:00
|
|
|
];
|