]> BookStack Code Mirror - bookstack/blob - resources/lang/hr/common.php
Added more complexity in an attempt to make ldap host failover fit
[bookstack] / resources / lang / hr / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Odustani',
9     'confirm' => 'Potvrdi',
10     'back' => 'Natrag',
11     'save' => 'Spremi',
12     'continue' => 'Nastavi',
13     'select' => 'Odaberi',
14     'toggle_all' => 'Prebaci sve',
15     'more' => 'Više',
16
17     // Form Labels
18     'name' => 'Ime',
19     'description' => 'Opis',
20     'role' => 'Uloga',
21     'cover_image' => 'Naslovna slika',
22     'cover_image_description' => 'Slika treba biti približno 440x250px.',
23
24     // Actions
25     'actions' => 'Aktivnost',
26     'view' => 'Pogled',
27     'view_all' => 'Pogledaj sve',
28     'create' => 'Stvori',
29     'update' => 'Ažuriraj',
30     'edit' => 'Uredi',
31     'sort' => 'Razvrstaj',
32     'move' => 'Makni',
33     'copy' => 'Kopiraj',
34     'reply' => 'Ponovi',
35     'delete' => 'Izbriši',
36     'delete_confirm' => 'Potvrdite brisanje',
37     'search' => 'Traži',
38     'search_clear' => 'Očisti pretragu',
39     'reset' => 'Ponovno postavi',
40     'remove' => 'Ukloni',
41     'add' => 'Dodaj',
42     'configure' => 'Configure',
43     'fullscreen' => 'Cijeli zaslon',
44     'favourite' => 'Favourite',
45     'unfavourite' => 'Unfavourite',
46     'next' => 'Next',
47     'previous' => 'Previous',
48     'filter_active' => 'Active Filter:',
49     'filter_clear' => 'Clear Filter',
50     'download' => 'Download',
51     'open_in_tab' => 'Open in Tab',
52
53     // Sort Options
54     'sort_options' => 'Razvrstaj opcije',
55     'sort_direction_toggle' => 'Razvrstaj smjer prebacivanja',
56     'sort_ascending' => 'Razvrstaj uzlazno',
57     'sort_descending' => 'Razvrstaj silazno',
58     'sort_name' => 'Ime',
59     'sort_default' => 'Zadano',
60     'sort_created_at' => 'Datum',
61     'sort_updated_at' => 'Ažuriraj datum',
62
63     // Misc
64     'deleted_user' => 'Izbrisani korisnik',
65     'no_activity' => 'Nema aktivnosti za pregled',
66     'no_items' => 'Nedostupno',
67     'back_to_top' => 'Natrag na vrh',
68     'skip_to_main_content' => 'Skip to main content',
69     'toggle_details' => 'Prebaci detalje',
70     'toggle_thumbnails' => 'Uključi minijature',
71     'details' => 'Detalji',
72     'grid_view' => 'Prikaz rešetke',
73     'list_view' => 'Prikaz popisa',
74     'default' => 'Zadano',
75     'breadcrumb' => 'Breadcrumb',
76     'status' => 'Status',
77     'status_active' => 'Active',
78     'status_inactive' => 'Inactive',
79     'never' => 'Never',
80     'none' => 'None',
81
82     // Header
83     'header_menu_expand' => 'Proširi izbornik',
84     'profile_menu' => 'Profil',
85     'view_profile' => 'Vidi profil',
86     'edit_profile' => 'Uredite profil',
87     'dark_mode' => 'Tamni način',
88     'light_mode' => 'Svijetli način',
89
90     // Layout tabs
91     'tab_info' => 'Info',
92     'tab_info_label' => 'Tab: pokaži sekundarne informacije',
93     'tab_content' => 'Sadržaj',
94     'tab_content_label' => 'Tab: pokaži primarni sadržaj',
95
96     // Email Content
97     'email_action_help' => 'Ako imate poteškoća s klikom na gumb ":actionText", kopirajte i zalijepite donji URL u vaš preglednik.',
98     'email_rights' => 'Sva prava pridržana',
99
100     // Footer Link Options
101     // Not directly used but available for convenience to users.
102     'privacy_policy' => 'Politika privatnosti',
103     'terms_of_service' => 'Uvjeti korištenja',
104 ];