]> BookStack Code Mirror - bookstack/blobdiff - lang/hr/common.php
Tests: Updated comment test to account for new editor usage
[bookstack] / lang / hr / common.php
index 9321a69fdf192d9acefebcbe5614c2dd24054d53..7cd779593bf6968a2ab7a421c1d642c633cae510 100644 (file)
@@ -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',
 ];