]> BookStack Code Mirror - bookstack/blob - resources/lang/hr/common.php
doc(dev): add xdebug informations
[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
51     // Sort Options
52     'sort_options' => 'Razvrstaj opcije',
53     'sort_direction_toggle' => 'Razvrstaj smjer prebacivanja',
54     'sort_ascending' => 'Razvrstaj uzlazno',
55     'sort_descending' => 'Razvrstaj silazno',
56     'sort_name' => 'Ime',
57     'sort_default' => 'Zadano',
58     'sort_created_at' => 'Datum',
59     'sort_updated_at' => 'Ažuriraj datum',
60
61     // Misc
62     'deleted_user' => 'Izbrisani korisnik',
63     'no_activity' => 'Nema aktivnosti za pregled',
64     'no_items' => 'Nedostupno',
65     'back_to_top' => 'Natrag na vrh',
66     'skip_to_main_content' => 'Skip to main content',
67     'toggle_details' => 'Prebaci detalje',
68     'toggle_thumbnails' => 'Uključi minijature',
69     'details' => 'Detalji',
70     'grid_view' => 'Prikaz rešetke',
71     'list_view' => 'Prikaz popisa',
72     'default' => 'Zadano',
73     'breadcrumb' => 'Breadcrumb',
74     'status' => 'Status',
75     'status_active' => 'Active',
76     'status_inactive' => 'Inactive',
77     'never' => 'Never',
78
79     // Header
80     'header_menu_expand' => 'Proširi izbornik',
81     'profile_menu' => 'Profil',
82     'view_profile' => 'Vidi profil',
83     'edit_profile' => 'Uredite profil',
84     'dark_mode' => 'Tamni način',
85     'light_mode' => 'Svijetli način',
86
87     // Layout tabs
88     'tab_info' => 'Info',
89     'tab_info_label' => 'Tab: pokaži sekundarne informacije',
90     'tab_content' => 'Sadržaj',
91     'tab_content_label' => 'Tab: pokaži primarni sadržaj',
92
93     // Email Content
94     'email_action_help' => 'Ako imate poteškoća s klikom na gumb ":actionText", kopirajte i zalijepite donji URL u vaš preglednik.',
95     'email_rights' => 'Sva prava pridržana',
96
97     // Footer Link Options
98     // Not directly used but available for convenience to users.
99     'privacy_policy' => 'Politika privatnosti',
100     'terms_of_service' => 'Uvjeti korištenja',
101 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.