X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e176aae9406f0aa3920bfa5eb44e3e6fc4724caa..refs/pull/5689/head:/lang/sk/common.php diff --git a/lang/sk/common.php b/lang/sk/common.php index da3a44ef0..6f116006b 100644 --- a/lang/sk/common.php +++ b/lang/sk/common.php @@ -20,7 +20,7 @@ return [ 'description' => 'Popis', 'role' => 'Rola', 'cover_image' => 'Obal knihy', - 'cover_image_description' => 'Tento obrázok by mal byť približne 300 x 170 pixelov.', + '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' => 'Akcie', @@ -30,6 +30,8 @@ return [ 'create' => 'Vytvoriť', 'update' => 'Aktualizovať', 'edit' => 'Editovať', + 'archive' => 'Archive', + 'unarchive' => 'Un-Archive', 'sort' => 'Zoradiť', 'move' => 'Presunúť', 'copy' => 'Kopírovať', @@ -52,6 +54,7 @@ return [ 'filter_clear' => 'Bez filtrovania', 'download' => 'Stiahnuť', 'open_in_tab' => 'Otvoriť na novej karte', + 'open' => 'Open', // Sort Options 'sort_options' => 'Možnosti triedenia', @@ -106,4 +109,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => 'Zásady ochrany osobných údajov', 'terms_of_service' => 'Podmienky používania', + + // OpenSearch + 'opensearch_description' => 'Search :appName', ];