]> BookStack Code Mirror - bookstack/blob - resources/lang/sl/common.php
Added front-end toggle and testing of inline attachments
[bookstack] / resources / 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     'create' => 'Ustvari',
29     'update' => 'Posodobi',
30     'edit' => 'Uredi',
31     'sort' => 'Razvrsti',
32     'move' => 'Premakni',
33     'copy' => 'Kopiraj',
34     'reply' => 'Odgovori',
35     'delete' => 'Izbriši',
36     'delete_confirm' => 'Potrdi brisanje',
37     'search' => 'Išči',
38     'search_clear' => 'Razveljavi iskanje',
39     'reset' => 'Ponastavi',
40     'remove' => 'Odstrani',
41     'add' => 'Dodaj',
42     'fullscreen' => 'Celozaslonski način',
43     'favourite' => 'Favourite',
44     'unfavourite' => 'Unfavourite',
45     'next' => 'Next',
46     'previous' => 'Previous',
47
48     // Sort Options
49     'sort_options' => 'Možnosti razvrščanja',
50     'sort_direction_toggle' => 'Preklopi smer razvrščanja',
51     'sort_ascending' => 'Razvrsti naraščajoče',
52     'sort_descending' => 'Razvrsti padajoče',
53     'sort_name' => 'Ime',
54     'sort_default' => 'Default',
55     'sort_created_at' => 'Datum nastanka',
56     'sort_updated_at' => 'Datum posodobitve',
57
58     // Misc
59     'deleted_user' => 'Izbrisan uporabnik',
60     'no_activity' => 'Ni aktivnosti za prikaz',
61     'no_items' => 'Na voljo ni nobenega elementa',
62     'back_to_top' => 'Nazaj na vrh',
63     'toggle_details' => 'Preklopi podrobnosti',
64     'toggle_thumbnails' => 'Preklopi sličice',
65     'details' => 'Podrobnosti',
66     'grid_view' => 'Mrežni pogled',
67     'list_view' => 'Seznam',
68     'default' => 'Privzeto',
69     'breadcrumb' => 'Pot',
70
71     // Header
72     'header_menu_expand' => 'Expand Header Menu',
73     'profile_menu' => 'Meni profila',
74     'view_profile' => 'Ogled profila',
75     'edit_profile' => 'Uredi profil',
76     'dark_mode' => 'Način temnega zaslona',
77     'light_mode' => 'Način svetlega zaslona',
78
79     // Layout tabs
80     'tab_info' => 'Informacije',
81     'tab_info_label' => 'Tab: Show Secondary Information',
82     'tab_content' => 'Vsebina',
83     'tab_content_label' => 'Tab: Show Primary Content',
84
85     // Email Content
86     'email_action_help' => 'V kolikor imate težave s klikom na gumb ":actionText", kopirajte in prilepite spodnjo povezavo v vaš brskalnik:',
87     'email_rights' => 'Vse pravice pridržane',
88
89     // Footer Link Options
90     // Not directly used but available for convenience to users.
91     'privacy_policy' => 'Pravilnik o zasebnosti',
92     'terms_of_service' => 'Pogoji uporabe',
93 ];