|
239 | 239 | 'pages_md_insert_drawing' => 'Вмъкни рисунка',
|
240 | 240 | 'pages_md_show_preview' => 'Show preview',
|
241 | 241 | 'pages_md_sync_scroll' => 'Sync preview scroll',
|
| 242 | + 'pages_drawing_unsaved' => 'Unsaved Drawing Found', |
| 243 | + 'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?', |
242 | 244 | 'pages_not_in_chapter' => 'Страницата не принадлежи в никоя глава',
|
243 | 245 | 'pages_move' => 'Премести страницата',
|
244 | 246 | 'pages_copy' => 'Копиране на страницата',
|
|
403 | 405 | 'references' => 'References',
|
404 | 406 | 'references_none' => 'There are no tracked references to this item.',
|
405 | 407 | 'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
|
| 408 | + |
| 409 | + // Watch Options |
| 410 | + 'watch' => 'Watch', |
| 411 | + 'watch_title_default' => 'Default Preferences', |
| 412 | + 'watch_desc_default' => 'Revert watching to just your default notification preferences.', |
| 413 | + 'watch_title_ignore' => 'Ignore', |
| 414 | + 'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.', |
| 415 | + 'watch_title_new' => 'New Pages', |
| 416 | + 'watch_desc_new' => 'Notify when any new page is created within this item.', |
| 417 | + 'watch_title_updates' => 'All Page Updates', |
| 418 | + 'watch_desc_updates' => 'Notify upon all new pages and page changes.', |
| 419 | + 'watch_desc_updates_page' => 'Notify upon all page changes.', |
| 420 | + 'watch_title_comments' => 'All Page Updates & Comments', |
| 421 | + 'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.', |
| 422 | + 'watch_desc_comments_page' => 'Notify upon page changes and new comments.', |
| 423 | + 'watch_change_default' => 'Change default notification preferences', |
| 424 | + 'watch_detail_ignore' => 'Ignoring notifications', |
| 425 | + 'watch_detail_new' => 'Watching for new pages', |
| 426 | + 'watch_detail_updates' => 'Watching new pages and updates', |
| 427 | + 'watch_detail_comments' => 'Watching new pages, updates & comments', |
| 428 | + 'watch_detail_parent_book' => 'Watching via parent book', |
| 429 | + 'watch_detail_parent_book_ignore' => 'Ignoring via parent book', |
| 430 | + 'watch_detail_parent_chapter' => 'Watching via parent chapter', |
| 431 | + 'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter', |
406 | 432 | ];
|
0 commit comments