X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/dc6013fd7e5b6c261da4ce8a88052dd3f7b5111f..refs/pull/5721/head:/lang/hu/common.php diff --git a/lang/hu/common.php b/lang/hu/common.php index a79ee00e5..e65e68909 100644 --- a/lang/hu/common.php +++ b/lang/hu/common.php @@ -20,7 +20,7 @@ return [ 'description' => 'Leírás', 'role' => 'Szerepkör', 'cover_image' => 'Borítókép', - '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.', + 'cover_image_description' => 'Ennek a képnek körülbelül 440 x 250 képpont méretűnek kell lennie, bár rugalmasan méretezhető és levágható, hogy a felhasználói felülethez illeszkedjen a különböző lehetőségek esetén, így a megjelenítés tényleges méretei eltérőek lesznek.', // Actions 'actions' => 'Műveletek', @@ -30,6 +30,8 @@ return [ 'create' => 'Létrehozás', 'update' => 'Frissítés', 'edit' => 'Szerkesztés', + 'archive' => 'Archive', + 'unarchive' => 'Un-Archive', 'sort' => 'Rendezés', 'move' => 'Áthelyezés', 'copy' => 'Másolás', @@ -107,4 +109,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => 'Adatvédelmi irányelvek', 'terms_of_service' => 'Felhasználási feltételek', + + // OpenSearch + 'opensearch_description' => 'Search :appName', ];