X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c9d9ad10f2d562116b453805a549e3de651a2add..refs/pull/5721/head:/lang/id/editor.php diff --git a/lang/id/editor.php b/lang/id/editor.php index 73a374a1d..40fc4a5ab 100644 --- a/lang/id/editor.php +++ b/lang/id/editor.php @@ -13,6 +13,7 @@ return [ 'cancel' => 'Batal', 'save' => 'Simpan', 'close' => 'Tutup', + 'apply' => 'Apply', 'undo' => 'Undo', 'redo' => 'Ulangi', 'left' => 'Kiri', @@ -147,6 +148,7 @@ return [ 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', + 'browse_links' => 'Browse links', 'open_link' => 'Open link', 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', @@ -163,6 +165,8 @@ return [ 'about' => 'About the editor', 'about_title' => 'About the WYSIWYG Editor', 'editor_license' => 'Editor License & Copyright', + 'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.', + 'editor_lexical_license_link' => 'Full license details can be found here.', 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.', 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.', 'save_continue' => 'Save Page & Continue',