]> BookStack Code Mirror - bookstack/blob - resources/lang/sk/activities.php
Add support Windows Authentication via SAML
[bookstack] / resources / lang / sk / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'vytvoril stránku',
10     'page_create_notification'    => 'Stránka úspešne vytvorená',
11     'page_update'                 => 'aktualizoval stránku',
12     'page_update_notification'    => 'Stránka úspešne aktualizovaná',
13     'page_delete'                 => 'odstránil stránku',
14     'page_delete_notification'    => 'Stránka úspešne odstránená',
15     'page_restore'                => 'obnovil stránku',
16     'page_restore_notification'   => 'Stránka úspešne obnovená',
17     'page_move'                   => 'presunul stránku',
18
19     // Chapters
20     'chapter_create'              => 'vytvoril kapitolu',
21     'chapter_create_notification' => 'Kapitola úspešne vytvorená',
22     'chapter_update'              => 'aktualizoval kapitolu',
23     'chapter_update_notification' => 'Kapitola úspešne aktualizovaná',
24     'chapter_delete'              => 'odstránil kapitolu',
25     'chapter_delete_notification' => 'Kapitola úspešne odstránená',
26     'chapter_move'                => 'presunul kapitolu',
27
28     // Books
29     'book_create'                 => 'vytvoril knihu',
30     'book_create_notification'    => 'Kniha úspešne vytvorená',
31     'book_update'                 => 'aktualizoval knihu',
32     'book_update_notification'    => 'Kniha úspešne aktualizovaná',
33     'book_delete'                 => 'odstránil knihu',
34     'book_delete_notification'    => 'Kniha úspešne odstránená',
35     'book_sort'                   => 'zoradil knihu',
36     'book_sort_notification'      => 'Kniha úspešne znovu zoradená',
37
38     // Bookshelves
39     'bookshelf_create'            => 'created Bookshelf',
40     'bookshelf_create_notification'    => 'Bookshelf Successfully Created',
41     'bookshelf_update'                 => 'updated bookshelf',
42     'bookshelf_update_notification'    => 'Bookshelf Successfully Updated',
43     'bookshelf_delete'                 => 'deleted bookshelf',
44     'bookshelf_delete_notification'    => 'Bookshelf Successfully Deleted',
45
46     // Other
47     'commented_on'                => 'commented on',
48 ];