]> BookStack Code Mirror - bookstack/blobdiff - lang/nn/common.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / lang / nn / common.php
index 74b39efa2bbab03d1699ec7fcf6210459dc51650..4247563e0fb5810052dafabf2e66641428ae046a 100644 (file)
@@ -20,7 +20,7 @@ return [
     'description' => 'Skildring',
     'role' => 'Rolle',
     'cover_image' => 'Framside',
-    'cover_image_description' => 'Bilete bør vere ca. 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' => 'Handlingar',
@@ -30,6 +30,8 @@ return [
     'create' => 'Opprett',
     'update' => 'Oppdater',
     'edit' => 'Rediger',
+    'archive' => 'Archive',
+    'unarchive' => 'Un-Archive',
     'sort' => 'Sortér',
     'move' => 'Flytt',
     'copy' => 'Kopier',
@@ -107,4 +109,7 @@ return [
     // Not directly used but available for convenience to users.
     'privacy_policy' => 'Personvernreglar',
     'terms_of_service' => 'Bruksvilkår',
+
+    // OpenSearch
+    'opensearch_description' => 'Search :appName',
 ];