X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ba25a3e1b73f87e7f9f7c071a46f739a0b17d2a4..refs/pull/5721/head:/lang/eu/common.php diff --git a/lang/eu/common.php b/lang/eu/common.php index e3c3a40fc..f3696825e 100644 --- a/lang/eu/common.php +++ b/lang/eu/common.php @@ -6,6 +6,7 @@ return [ // Buttons 'cancel' => 'Ezeztatu', + 'close' => 'Close', 'confirm' => 'Berretsi', 'back' => 'Itzuli', 'save' => 'Gorde', @@ -19,7 +20,7 @@ return [ 'description' => 'Deskribapena', 'role' => 'Rola', 'cover_image' => 'Azaleko irudia', - 'cover_image_description' => 'Irudiaren tamaina 440x250px antzekoa izan beharko litzake.', + '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' => 'Ekintzak', @@ -29,6 +30,8 @@ return [ 'create' => 'Sortu', 'update' => 'Eguneratu', 'edit' => 'Editatu', + 'archive' => 'Archive', + 'unarchive' => 'Un-Archive', 'sort' => 'Ordenatu', 'move' => 'Mugitu', 'copy' => 'Kopiatu', @@ -41,6 +44,7 @@ return [ 'remove' => 'Ezabatu', 'add' => 'Gehitu', 'configure' => 'Konfiguratu', + 'manage' => 'Manage', 'fullscreen' => 'Pantaila osoa', 'favourite' => 'Gogokoa', 'unfavourite' => 'Desatsegina', @@ -50,6 +54,7 @@ return [ 'filter_clear' => 'Iragazkia garbitu', 'download' => 'Download', 'open_in_tab' => 'Open in Tab', + 'open' => 'Open', // Sort Options 'sort_options' => 'Ordenatzeko aukerak', @@ -104,4 +109,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => 'Pribatutasun politika', 'terms_of_service' => 'Zerbitzu-baldintzak', + + // OpenSearch + 'opensearch_description' => 'Search :appName', ];