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