]> BookStack Code Mirror - bookstack/blob - resources/lang/hr/common.php
Adding Croatian translation files
[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     'fullscreen' => 'Cijeli zaslon'
43
44     // Sort Options
45     'sort_options' => 'Razvrstaj opcije'
46     'sort_direction_toggle' => 'Razvrstaj smjer prebacivanja'
47     'sort_ascending' => 'Razvrstaj uzlazno'
48     'sort_descending' => 'Razvrstaj silazno'
49     'sort_name' => 'Ime'
50     'sort_default' => 'Zadano'
51     'sort_created_at' => 'Datum'
52     'sort_updated_at' => 'Ažuriraj datum'
53
54     // Misc
55     'deleted_user' => 'Izbrisani korisnik'
56     'no_activity' => 'Nema aktivnosti za pregled'
57     'no_items' => 'Nedostupno'
58     'back_to_top' => 'Natrag na vrh'
59     'toggle_details' => 'Prebaci detalje'
60     'toggle_thumbnails' => 'Uključi minijature'
61     'details' => 'Detalji'
62     'grid_view' => 'Prikaz rešetke'
63     'list_view' => 'Prikaz popisa'
64     'default' => 'Zadano'
65     'breadcrumb' => 'Breadcrumb'
66
67     // Header
68     'header_menu_expand' => 'Proširi izbornik'
69     'profile_menu' => 'Profil'
70     'view_profile' => 'Vidi profil'
71     'edit_profile' => 'Uredite profil'
72     'dark_mode' => 'Tamni način'
73     'light_mode' => 'Svijetli način'
74
75     // Layout tabs
76     'tab_info' => 'Info'
77     'tab_info_label' => 'Tab: pokaži sekundarne informacije'
78     'tab_content' => 'Sadržaj'
79     'tab_content_label' => 'Tab: pokaži primarni sadržaj'
80
81     // Email Content
82     'email_action_help' => 'Ako imate poteškoća s klikom na gumb ":actionText", kopirajte i zalijepite donji URL u vaš preglednik.'
83     'email_rights' => 'Sva prava pridržana'
84
85     // Footer Link Options
86     // Not directly used but available for convenience to users.
87     'privacy_policy' => 'Politika privatnosti'
88     'terms_of_service' => 'Uvjeti korištenja'
89 ];