X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cc10d1ddfc652f6bcf3bbf61d5ec2e2861394c03..refs/pull/5676/head:/lang/id/common.php diff --git a/lang/id/common.php b/lang/id/common.php index efb72dc4d..f6520420f 100644 --- a/lang/id/common.php +++ b/lang/id/common.php @@ -20,7 +20,7 @@ return [ 'description' => 'Deskripsi', 'role' => 'Peran', 'cover_image' => 'Sampul gambar', - 'cover_image_description' => 'Gambar ini harus berukuran kira-kira 440x250 piksel.', + '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' => 'Tindakan', @@ -30,6 +30,8 @@ return [ 'create' => 'Buat', 'update' => 'Perbarui', 'edit' => 'Sunting', + 'archive' => 'Archive', + 'unarchive' => 'Un-Archive', 'sort' => 'Sortir', 'move' => 'Pindahkan', 'copy' => 'Salin', @@ -107,4 +109,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => 'Kebijakan Privasi', 'terms_of_service' => 'Ketentuan Layanan', + + // OpenSearch + 'opensearch_description' => 'Search :appName', ];