X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b1b8067cbe79d7ca2bca9021ab9d37465b0c44fe..refs/pull/5676/head:/lang/hr/common.php diff --git a/lang/hr/common.php b/lang/hr/common.php index 9321a69fd..7cd779593 100644 --- a/lang/hr/common.php +++ b/lang/hr/common.php @@ -20,7 +20,7 @@ return [ 'description' => 'Opis', 'role' => 'Uloga', 'cover_image' => 'Naslovna slika', - 'cover_image_description' => 'Slika treba biti približno 440x250px.', + 'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.', // Actions 'actions' => 'Aktivnost', @@ -30,6 +30,8 @@ return [ 'create' => 'Stvori', 'update' => 'Ažuriraj', 'edit' => 'Uredi', + 'archive' => 'Archive', + 'unarchive' => 'Un-Archive', 'sort' => 'Razvrstaj', 'move' => 'Makni', 'copy' => 'Kopiraj', @@ -42,6 +44,7 @@ return [ 'remove' => 'Ukloni', 'add' => 'Dodaj', 'configure' => 'Konfiguriraj', + 'manage' => 'Upravljaj', 'fullscreen' => 'Cijeli zaslon', 'favourite' => 'Favorit', 'unfavourite' => 'Ukloni iz favorita', @@ -51,6 +54,7 @@ return [ 'filter_clear' => 'Poništi Filter', 'download' => 'Preuzmi', 'open_in_tab' => 'Otvori u Kartici', + 'open' => 'Open', // Sort Options 'sort_options' => 'Razvrstaj opcije', @@ -105,4 +109,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => 'Politika privatnosti', 'terms_of_service' => 'Uvjeti korištenja', + + // OpenSearch + 'opensearch_description' => 'Search :appName', ];