X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ed981cbab107fabda27581faddfcfce5b7e4e08a..refs/pull/3555/head:/resources/lang/es_AR/activities.php diff --git a/resources/lang/es_AR/activities.php b/resources/lang/es_AR/activities.php index aa761f6d2..9dd06f7c2 100644 --- a/resources/lang/es_AR/activities.php +++ b/resources/lang/es_AR/activities.php @@ -28,8 +28,8 @@ return [ // Books 'book_create' => 'libro creado', 'book_create_notification' => 'Libro creado correctamente', - 'book_create_from_chapter' => 'convertido capítulo a libro', - 'book_create_from_chapter_notification' => 'Capítulo convertido a libro con éxito', + 'book_create_from_chapter' => 'capítulo convertido en libro', + 'book_create_from_chapter_notification' => 'Capítulo convertido en libro con éxito', 'book_update' => 'libro actualizado', 'book_update_notification' => 'Libro actualizado correctamente', 'book_delete' => 'libro borrado', @@ -40,8 +40,8 @@ return [ // Bookshelves 'bookshelf_create' => 'estante creado', 'bookshelf_create_notification' => 'Estante creado correctamente', - 'bookshelf_create_from_book' => 'convertido libro a estante', - 'bookshelf_create_from_book_notification' => 'Libro convertido a estante con éxito', + 'bookshelf_create_from_book' => 'libro convertido en estante', + 'bookshelf_create_from_book_notification' => 'Libro convertido en estante con éxito', 'bookshelf_update' => 'Estante actualizado', 'bookshelf_update_notification' => 'Estante actualizado correctamente', 'bookshelf_delete' => 'Estante borrado',