]> BookStack Code Mirror - bookstack/blob - lang/sl/common.php
4bad22048c6e8bf9b9532f8bca5dfc0dba193ce8
[bookstack] / lang / sl / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Prekliči',
9     'close' => 'Close',
10     'confirm' => 'Potrdi',
11     'back' => 'Nazaj',
12     'save' => 'Shrani',
13     'continue' => 'Naprej',
14     'select' => 'Izberi',
15     'toggle_all' => 'Vklopi vse',
16     'more' => 'Več',
17
18     // Form Labels
19     'name' => 'Naziv',
20     'description' => 'Opis',
21     'role' => 'Vloga',
22     'cover_image' => 'Naslovna slika',
23     '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.',
24
25     // Actions
26     'actions' => 'Dejanja',
27     'view' => 'Pogled',
28     'view_all' => 'Prikaži vse',
29     'new' => 'New',
30     'create' => 'Ustvari',
31     'update' => 'Posodobi',
32     'edit' => 'Uredi',
33     'sort' => 'Razvrsti',
34     'move' => 'Premakni',
35     'copy' => 'Kopiraj',
36     'reply' => 'Odgovori',
37     'delete' => 'Izbriši',
38     'delete_confirm' => 'Potrdi brisanje',
39     'search' => 'Išči',
40     'search_clear' => 'Razveljavi iskanje',
41     'reset' => 'Ponastavi',
42     'remove' => 'Odstrani',
43     'add' => 'Dodaj',
44     'configure' => 'Configure',
45     'manage' => 'Manage',
46     'fullscreen' => 'Celozaslonski način',
47     'favourite' => 'Favourite',
48     'unfavourite' => 'Unfavourite',
49     'next' => 'Next',
50     'previous' => 'Previous',
51     'filter_active' => 'Active Filter:',
52     'filter_clear' => 'Clear Filter',
53     'download' => 'Download',
54     'open_in_tab' => 'Open in Tab',
55     'open' => 'Open',
56
57     // Sort Options
58     'sort_options' => 'Možnosti razvrščanja',
59     'sort_direction_toggle' => 'Preklopi smer razvrščanja',
60     'sort_ascending' => 'Razvrsti naraščajoče',
61     'sort_descending' => 'Razvrsti padajoče',
62     'sort_name' => 'Ime',
63     'sort_default' => 'Default',
64     'sort_created_at' => 'Datum nastanka',
65     'sort_updated_at' => 'Datum posodobitve',
66
67     // Misc
68     'deleted_user' => 'Izbrisan uporabnik',
69     'no_activity' => 'Ni aktivnosti za prikaz',
70     'no_items' => 'Na voljo ni nobenega elementa',
71     'back_to_top' => 'Nazaj na vrh',
72     'skip_to_main_content' => 'Skip to main content',
73     'toggle_details' => 'Preklopi podrobnosti',
74     'toggle_thumbnails' => 'Preklopi sličice',
75     'details' => 'Podrobnosti',
76     'grid_view' => 'Mrežni pogled',
77     'list_view' => 'Seznam',
78     'default' => 'Privzeto',
79     'breadcrumb' => 'Pot',
80     'status' => 'Status',
81     'status_active' => 'Active',
82     'status_inactive' => 'Inactive',
83     'never' => 'Never',
84     'none' => 'None',
85
86     // Header
87     'homepage' => 'Homepage',
88     'header_menu_expand' => 'Expand Header Menu',
89     'profile_menu' => 'Meni profila',
90     'view_profile' => 'Ogled profila',
91     'edit_profile' => 'Uredi profil',
92     'dark_mode' => 'Način temnega zaslona',
93     'light_mode' => 'Način svetlega zaslona',
94     'global_search' => 'Global Search',
95
96     // Layout tabs
97     'tab_info' => 'Informacije',
98     'tab_info_label' => 'Tab: Show Secondary Information',
99     'tab_content' => 'Vsebina',
100     'tab_content_label' => 'Tab: Show Primary Content',
101
102     // Email Content
103     'email_action_help' => 'V kolikor imate težave s klikom na gumb ":actionText", kopirajte in prilepite spodnjo povezavo v vaš brskalnik:',
104     'email_rights' => 'Vse pravice pridržane',
105
106     // Footer Link Options
107     // Not directly used but available for convenience to users.
108     'privacy_policy' => 'Pravilnik o zasebnosti',
109     'terms_of_service' => 'Pogoji uporabe',
110
111     // OpenSearch
112     'opensearch_description' => 'Search :appName',
113 ];