|
7 | 7 |
|
8 | 8 | // Pages |
9 | 9 | 'page_create' => 'ha creat la pàgina', |
10 | | - 'page_create_notification' => 'Page successfully created', |
| 10 | + 'page_create_notification' => 'Pàgina creada correctament', |
11 | 11 | 'page_update' => 'ha actualitzat la pàgina', |
12 | | - 'page_update_notification' => 'Page successfully updated', |
| 12 | + 'page_update_notification' => 'Pàgina actualitzada correctament', |
13 | 13 | 'page_delete' => 'ha suprimit una pàgina', |
14 | | - 'page_delete_notification' => 'Page successfully deleted', |
| 14 | + 'page_delete_notification' => 'Imatge esborrada correctament', |
15 | 15 | 'page_restore' => 'ha restaurat la pàgina', |
16 | | - 'page_restore_notification' => 'Page successfully restored', |
| 16 | + 'page_restore_notification' => 'Pàgina restaurada correctament', |
17 | 17 | 'page_move' => 'ha mogut la pàgina', |
18 | 18 |
|
19 | 19 | // Chapters |
20 | 20 | 'chapter_create' => 'ha creat el capítol', |
21 | | - 'chapter_create_notification' => 'Chapter successfully created', |
| 21 | + 'chapter_create_notification' => 'Capítol creat correctament', |
22 | 22 | 'chapter_update' => 'ha actualitzat el capítol', |
23 | | - 'chapter_update_notification' => 'Chapter successfully updated', |
| 23 | + 'chapter_update_notification' => 'Capítol actualitzat correctament', |
24 | 24 | 'chapter_delete' => 'ha suprimit un capítol', |
25 | | - 'chapter_delete_notification' => 'Chapter successfully deleted', |
| 25 | + 'chapter_delete_notification' => 'Capítol esborrat correctament', |
26 | 26 | 'chapter_move' => 'ha mogut el capítol', |
27 | 27 |
|
28 | 28 | // Books |
29 | 29 | 'book_create' => 'ha creat el llibre', |
30 | | - 'book_create_notification' => 'Book successfully created', |
| 30 | + 'book_create_notification' => 'Llibre creat correctament', |
31 | 31 | 'book_create_from_chapter' => 'converted chapter to book', |
32 | 32 | 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book', |
33 | 33 | 'book_update' => 'ha actualitzat el llibre', |
|
0 commit comments