X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b1b8067cbe79d7ca2bca9021ab9d37465b0c44fe..refs/pull/5689/head:/lang/lt/common.php diff --git a/lang/lt/common.php b/lang/lt/common.php index ebe6eced2..bbafc347c 100644 --- a/lang/lt/common.php +++ b/lang/lt/common.php @@ -6,7 +6,7 @@ return [ // Buttons 'cancel' => 'Atšaukti', - 'close' => 'Close', + 'close' => 'Uždaryti', 'confirm' => 'Patvirtinti', 'back' => 'Grįžti', 'save' => 'Išsaugoti', @@ -20,7 +20,7 @@ return [ 'description' => 'Apibūdinimas', 'role' => 'Vaidmuo', 'cover_image' => 'Viršelio nuotrauka', - 'cover_image_description' => 'Ši nuotrauka turi būti maždaug 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' => 'Veiksmai', @@ -30,6 +30,8 @@ return [ 'create' => 'Sukurti', 'update' => 'Atnaujinti', 'edit' => 'Redaguoti', + 'archive' => 'Archive', + 'unarchive' => 'Un-Archive', 'sort' => 'Rūšiuoti', 'move' => 'Perkelti', 'copy' => 'Kopijuoti', @@ -42,6 +44,7 @@ return [ 'remove' => 'Pašalinti', 'add' => 'Pridėti', 'configure' => 'Configure', + 'manage' => 'Manage', 'fullscreen' => 'Visas ekranas', 'favourite' => 'Favourite', 'unfavourite' => 'Unfavourite', @@ -51,6 +54,7 @@ return [ 'filter_clear' => 'Clear Filter', 'download' => 'Download', 'open_in_tab' => 'Open in Tab', + 'open' => 'Open', // Sort Options 'sort_options' => 'Rūšiuoti pasirinkimus', @@ -105,4 +109,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => 'Privatumo politika', 'terms_of_service' => 'Paslaugų teikimo paslaugos', + + // OpenSearch + 'opensearch_description' => 'Search :appName', ];