X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ba25a3e1b73f87e7f9f7c071a46f739a0b17d2a4..refs/pull/5681/head:/lang/ro/editor.php diff --git a/lang/ro/editor.php b/lang/ro/editor.php index 3b3c61c1a..a61fdc6c8 100644 --- a/lang/ro/editor.php +++ b/lang/ro/editor.php @@ -13,6 +13,7 @@ return [ 'cancel' => 'Anulează', 'save' => 'Salvează', 'close' => 'Închide', + 'apply' => 'Apply', 'undo' => 'Anulează', 'redo' => 'Refă', 'left' => 'Stânga', @@ -66,7 +67,7 @@ return [ 'insert_link_title' => 'Inserare/Editare link', 'insert_horizontal_line' => 'Inserează linie orizontală', 'insert_code_block' => 'Inserează bloc de cod', - 'edit_code_block' => 'Edit code block', + 'edit_code_block' => 'Editează blocul de cod', 'insert_drawing' => 'Inserare/editare desen', 'drawing_manager' => 'Manager de desene', 'insert_media' => 'Inserare/editare media', @@ -81,6 +82,9 @@ return [ 'table_properties' => 'Proprietăți tabel', 'table_properties_title' => 'Proprietăți tabel', 'delete_table' => 'Șterge tabel', + 'table_clear_formatting' => 'Clear table formatting', + 'resize_to_contents' => 'Resize to contents', + 'row_header' => 'Row header', 'insert_row_before' => 'Inserează rând după', 'insert_row_after' => 'Inserează rând înainte', 'delete_row' => 'Șterge rând', @@ -144,11 +148,12 @@ return [ 'url' => 'URL', 'text_to_display' => 'Text de afișat', 'title' => 'Titlu', - 'open_link' => 'Open link', - 'open_link_in' => 'Open link in...', + 'browse_links' => 'Browse links', + 'open_link' => 'Deschide link-ul', + 'open_link_in' => 'Deschide link-ul în...', 'open_link_current' => 'Fereastra curentă', 'open_link_new' => 'Fereastră nouă', - 'remove_link' => 'Remove link', + 'remove_link' => 'Elimină link-ul', 'insert_collapsible' => 'Inserează bloc colapsabil', 'collapsible_unwrap' => 'Desfășoară', 'edit_label' => 'Editează eticheta', @@ -160,6 +165,8 @@ return [ 'about' => 'Despre editor', 'about_title' => 'Despre editorul WYSIWYG', 'editor_license' => 'Editor licență și drepturi de autor', + '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' => 'Acest editor este construit folosind :tinyLink care este furnizat sub licența MIT.', 'editor_tiny_license_link' => 'Detaliile privind drepturile de autor şi licența TinyMCE pot fi consultate aici.', 'save_continue' => 'Salvează pagina și continuă',