]> BookStack Code Mirror - bookstack/blobdiff - lang/hr/common.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / hr / common.php
index e9ee02c86f8924fe3c830558f4b94d6f450df0c9..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',
@@ -107,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',
 ];