<?php
/**
 * Common elements found throughout many areas of BookStack.
 */
return [

    // Buttons
    'cancel' => 'Prekliči',
    'close' => 'Close',
    'confirm' => 'Potrdi',
    'back' => 'Nazaj',
    'save' => 'Shrani',
    'continue' => 'Naprej',
    'select' => 'Izberi',
    'toggle_all' => 'Vklopi vse',
    'more' => 'Več',

    // Form Labels
    'name' => 'Naziv',
    'description' => 'Opis',
    'role' => 'Vloga',
    'cover_image' => 'Naslovna slika',
    '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.',

    // Actions
    'actions' => 'Dejanja',
    'view' => 'Pogled',
    'view_all' => 'Prikaži vse',
    'new' => 'New',
    'create' => 'Ustvari',
    'update' => 'Posodobi',
    'edit' => 'Uredi',
    'sort' => 'Razvrsti',
    'move' => 'Premakni',
    'copy' => 'Kopiraj',
    'reply' => 'Odgovori',
    'delete' => 'Izbriši',
    'delete_confirm' => 'Potrdi brisanje',
    'search' => 'Išči',
    'search_clear' => 'Razveljavi iskanje',
    'reset' => 'Ponastavi',
    'remove' => 'Odstrani',
    'add' => 'Dodaj',
    'configure' => 'Configure',
    'manage' => 'Manage',
    'fullscreen' => 'Celozaslonski način',
    'favourite' => 'Favourite',
    'unfavourite' => 'Unfavourite',
    'next' => 'Next',
    'previous' => 'Previous',
    'filter_active' => 'Active Filter:',
    'filter_clear' => 'Clear Filter',
    'download' => 'Download',
    'open_in_tab' => 'Open in Tab',
    'open' => 'Open',

    // Sort Options
    'sort_options' => 'Možnosti razvrščanja',
    'sort_direction_toggle' => 'Preklopi smer razvrščanja',
    'sort_ascending' => 'Razvrsti naraščajoče',
    'sort_descending' => 'Razvrsti padajoče',
    'sort_name' => 'Ime',
    'sort_default' => 'Default',
    'sort_created_at' => 'Datum nastanka',
    'sort_updated_at' => 'Datum posodobitve',

    // Misc
    'deleted_user' => 'Izbrisan uporabnik',
    'no_activity' => 'Ni aktivnosti za prikaz',
    'no_items' => 'Na voljo ni nobenega elementa',
    'back_to_top' => 'Nazaj na vrh',
    'skip_to_main_content' => 'Skip to main content',
    'toggle_details' => 'Preklopi podrobnosti',
    'toggle_thumbnails' => 'Preklopi sličice',
    'details' => 'Podrobnosti',
    'grid_view' => 'Mrežni pogled',
    'list_view' => 'Seznam',
    'default' => 'Privzeto',
    'breadcrumb' => 'Pot',
    'status' => 'Status',
    'status_active' => 'Active',
    'status_inactive' => 'Inactive',
    'never' => 'Never',
    'none' => 'None',

    // Header
    'homepage' => 'Homepage',
    'header_menu_expand' => 'Expand Header Menu',
    'profile_menu' => 'Meni profila',
    'view_profile' => 'Ogled profila',
    'edit_profile' => 'Uredi profil',
    'dark_mode' => 'Način temnega zaslona',
    'light_mode' => 'Način svetlega zaslona',
    'global_search' => 'Global Search',

    // Layout tabs
    'tab_info' => 'Informacije',
    'tab_info_label' => 'Tab: Show Secondary Information',
    'tab_content' => 'Vsebina',
    'tab_content_label' => 'Tab: Show Primary Content',

    // Email Content
    'email_action_help' => 'V kolikor imate težave s klikom na gumb ":actionText", kopirajte in prilepite spodnjo povezavo v vaš brskalnik:',
    'email_rights' => 'Vse pravice pridržane',

    // Footer Link Options
    // Not directly used but available for convenience to users.
    'privacy_policy' => 'Pravilnik o zasebnosti',
    'terms_of_service' => 'Pogoji uporabe',

    // OpenSearch
    'opensearch_description' => 'Search :appName',
];