]> BookStack Code Mirror - bookstack/blob - resources/lang/sk/activities.php
add missing @param in method comment
[bookstack] / resources / lang / sk / activities.php
1 <?php
2
3 return [
4
5     /**
6      * Activity text strings.
7      * Is used for all the text within activity logs & notifications.
8      */
9
10     // Pages
11     'page_create'                 => 'vytvoril stránku',
12     'page_create_notification'    => 'Stránka úspešne vytvorená',
13     'page_update'                 => 'aktualizoval stránku',
14     'page_update_notification'    => 'Stránka úspešne aktualizovaná',
15     'page_delete'                 => 'odstránil stránku',
16     'page_delete_notification'    => 'Stránka úspešne odstránená',
17     'page_restore'                => 'obnovil stránku',
18     'page_restore_notification'   => 'Stránka úspešne obnovená',
19     'page_move'                   => 'presunul stránku',
20
21     // Chapters
22     'chapter_create'              => 'vytvoril kapitolu',
23     'chapter_create_notification' => 'Kapitola úspešne vytvorená',
24     'chapter_update'              => 'aktualizoval kapitolu',
25     'chapter_update_notification' => 'Kapitola úspešne aktualizovaná',
26     'chapter_delete'              => 'odstránil kapitolu',
27     'chapter_delete_notification' => 'Kapitola úspešne odstránená',
28     'chapter_move'                => 'presunul kapitolu',
29
30     // Books
31     'book_create'                 => 'vytvoril knihu',
32     'book_create_notification'    => 'Kniha úspešne vytvorená',
33     'book_update'                 => 'aktualizoval knihu',
34     'book_update_notification'    => 'Kniha úspešne aktualizovaná',
35     'book_delete'                 => 'odstránil knihu',
36     'book_delete_notification'    => 'Kniha úspešne odstránená',
37     'book_sort'                   => 'zoradil knihu',
38     'book_sort_notification'      => 'Kniha úspešne znovu zoradená',
39
40 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.