File indexing completed on 2024-06-16 04:38:11

0001 /*
0002     SPDX-FileCopyrightText: 2007-2009 Sergio Pistone <sergio_pistone@yahoo.com.ar>
0003     SPDX-FileCopyrightText: 2010-2022 Mladen Milinkovic <max@smoothware.net>
0004 
0005     SPDX-License-Identifier: GPL-2.0-or-later
0006 */
0007 
0008 #ifndef USERACTIONNAMES_H
0009 #define USERACTIONNAMES_H
0010 
0011 #define ACT_NEW_SUBTITLE "new_subtitle"
0012 #define ACT_OPEN_SUBTITLE "open_subtitle"
0013 #define ACT_REOPEN_SUBTITLE_AS "reopen_subtitle_as"
0014 #define ACT_RECENT_SUBTITLES "recent_subtitles"
0015 #define ACT_SAVE_SUBTITLE "save_subtitle"
0016 #define ACT_SAVE_SUBTITLE_AS "save_subtitle_as"
0017 #define ACT_CLOSE_SUBTITLE "close_subtitle"
0018 #define ACT_NEW_SUBTITLE_TR "new_subtitle_tr"
0019 #define ACT_OPEN_SUBTITLE_TR "open_subtitle_tr"
0020 #define ACT_REOPEN_SUBTITLE_TR_AS "reopen_subtitle_tr_as"
0021 #define ACT_RECENT_SUBTITLES_TR "recent_subtitles_tr"
0022 #define ACT_SAVE_SUBTITLE_TR "save_subtitle_tr"
0023 #define ACT_SAVE_SUBTITLE_TR_AS "save_subtitle_tr_as"
0024 #define ACT_CLOSE_SUBTITLE_TR "close_subtitle_tr"
0025 #define ACT_UNDO "undo"
0026 #define ACT_REDO "redo"
0027 #define ACT_SPLIT_SUBTITLE "split_subtitle"
0028 #define ACT_JOIN_SUBTITLES "join_subtitles"
0029 #define ACT_INSERT_BEFORE_CURRENT_LINE "insert_before_current_line"
0030 #define ACT_INSERT_AFTER_CURRENT_LINE "insert_after_current_line"
0031 #define ACT_REMOVE_SELECTED_LINES "remove_selected_lines"
0032 #define ACT_SPLIT_SELECTED_LINES "split_selected_lines"
0033 #define ACT_JOIN_SELECTED_LINES "join_selected_lines"
0034 #define ACT_SELECT_ALL_LINES "select_all_lines"
0035 #define ACT_GOTO_LINE "goto_line"
0036 #define ACT_FIND "find"
0037 #define ACT_FIND_NEXT "find_next"
0038 #define ACT_FIND_PREVIOUS "find_previous"
0039 #define ACT_REPLACE "replace"
0040 #define ACT_RETROCEDE_CURRENT_LINE "retrocede_current_line"
0041 #define ACT_ADVANCE_CURRENT_LINE "advance_current_line"
0042 #define ACT_DETECT_ERRORS "detect_errors"
0043 #define ACT_CLEAR_ERRORS "clear_errors"
0044 #define ACT_FIND_ERROR "find_error"
0045 #define ACT_SELECT_NEXT_ERROR "select_next_error"
0046 #define ACT_SELECT_PREVIOUS_ERROR "select_previous_error"
0047 #define ACT_SPELL_CHECK "spell_check"
0048 #define ACT_TOGGLE_SELECTED_LINES_MARK "toggle_selected_lines_mark"
0049 #define ACT_TOGGLE_SELECTED_LINES_BOLD "toggle_selected_lines_bold"
0050 #define ACT_TOGGLE_SELECTED_LINES_ITALIC "toggle_selected_lines_italic"
0051 #define ACT_TOGGLE_SELECTED_LINES_UNDERLINE "toggle_selected_lines_underline"
0052 #define ACT_TOGGLE_SELECTED_LINES_STRIKETHROUGH "toggle_selected_lines_strikethrough"
0053 #define ACT_CHANGE_SELECTED_LINES_TEXT_COLOR "change_selected_lines_text_color"
0054 #define ACT_SHIFT "shift"
0055 #define ACT_SHIFT_SELECTED_LINES_FORWARDS "shift_selected_lines_forwards"
0056 #define ACT_SHIFT_SELECTED_LINES_BACKWARDS "shift_selected_lines_backwards"
0057 #define ACT_ADJUST "adjust"
0058 #define ACT_CHANGE_FRAME_RATE "change_frame_rate"
0059 #define ACT_DURATION_LIMITS "duration_limits"
0060 #define ACT_AUTOMATIC_DURATIONS "automatic_durations"
0061 #define ACT_MAXIMIZE_DURATIONS "maximize_durations"
0062 #define ACT_FIX_OVERLAPPING_LINES "fix_overlapping_lines"
0063 #define ACT_SYNC_WITH_SUBTITLE "sync_with_subtitle"
0064 #define ACT_ADJUST_TEXTS "adjust_texts"
0065 #define ACT_UNBREAK_TEXTS "unbreak_texts"
0066 #define ACT_SIMPLIFY_SPACES "simplify_spaces"
0067 #define ACT_CHANGE_CASE "change_case"
0068 #define ACT_FIX_PUNCTUATION "fix_punctuation"
0069 #define ACT_TRANSLATE "translate"
0070 #define ACT_EDIT_CURRENT_LINE_IN_PLACE "edit_current_line_in_place"
0071 #define ACT_OPEN_VIDEO "open_video"
0072 #define ACT_RECENT_VIDEOS "recent_videos"
0073 #define ACT_CLOSE_VIDEO "close_video"
0074 #define ACT_TOGGLE_FULL_SCREEN "toggle_full_screen"
0075 #define ACT_STOP "stop"
0076 #define ACT_PLAY_PAUSE "play_pause"
0077 #define ACT_SEEK_BACKWARD "seek_backward"
0078 #define ACT_SEEK_FORWARD "seek_forward"
0079 #define ACT_SEEK_TO_CURRENT_LINE "seek_to_current_line"
0080 #define ACT_SEEK_TO_NEXT_LINE "seek_to_next_line"
0081 #define ACT_SEEK_TO_PREVIOUS_LINE "seek_to_previous_line"
0082 #define ACT_PLAY_CURRENT_LINE_AND_PAUSE "play_current_line_and_pause"
0083 #define ACT_SET_CURRENT_LINE_SHOW_TIME "set_current_line_show_time"
0084 #define ACT_SET_CURRENT_LINE_HIDE_TIME "set_current_line_hide_time"
0085 #define ACT_SHIFT_TO_VIDEO_POSITION "shift_to_video_position"
0086 #define ACT_CURRENT_LINE_FOLLOWS_VIDEO "current_line_follows_video"
0087 #define ACT_TOGGLE_MUTED "toggle_muted"
0088 #define ACT_INCREASE_VOLUME "increase_volume"
0089 #define ACT_DECREASE_VOLUME "decrease_volume"
0090 #define ACT_DEMUX_TEXT_STREAM "demux_text_stream"
0091 #define ACT_SET_ACTIVE_AUDIO_STREAM "set_active_audio_stream"
0092 #define ACT_INCREASE_SUBTITLE_FONT "increase_font_size"
0093 #define ACT_DECREASE_SUBTITLE_FONT "decrease_font_size"
0094 #define ACT_SET_ACTIVE_SUBTITLE_STREAM "set_active_subtitle_stream"
0095 #define ACT_ANCHOR_TOGGLE "anchor_toggle"
0096 #define ACT_ANCHOR_REMOVE_ALL "anchor_remove_all"
0097 #define ACT_SCRIPTS_MANAGER "scripts_manager"
0098 #define ACT_WAVEFORM_ZOOM_IN "waveform_zoom_in"
0099 #define ACT_WAVEFORM_ZOOM_OUT "waveform_zoom_out"
0100 #define ACT_WAVEFORM_AUTOSCROLL "waveform_autoscroll"
0101 #define ACT_ASR_IMPORT_AUDIO_STREAM "asr_import_audio_stream"
0102 #define ACT_PLAY_RATE_INCREASE "playrate_increase"
0103 #define ACT_PLAY_RATE_DECREASE "playrate_decrease"
0104 #define ACT_STEP_FRAME_BACKWARD "frame_step_backward"
0105 #define ACT_STEP_FRAME_FORWARD "frame_step_forward"
0106 #endif