2021-04-12 13:08:05 +00:00
|
|
|
declare const PLUGIN_CHAT_PACKAGE_NAME: string
|
2021-06-11 12:30:46 +00:00
|
|
|
declare const PLUGIN_CHAT_SHORT_NAME: string
|
2023-06-12 17:26:28 +00:00
|
|
|
|
|
|
|
// Constants that begins with "LOC_" are loaded by build-client.js, reading the english locale file.
|
|
|
|
// See the online documentation: https://johnxlivingston.github.io/peertube-plugin-livechat/contributing/translate/
|
2023-07-26 16:16:30 +00:00
|
|
|
declare const LOC_ONLINE_HELP: string
|
2023-06-12 17:26:28 +00:00
|
|
|
declare const LOC_OPEN_CHAT: string
|
|
|
|
declare const LOC_OPEN_CHAT_NEW_WINDOW: string
|
|
|
|
declare const LOC_CLOSE_CHAT: string
|
|
|
|
declare const LOC_USE_CHAT: string
|
|
|
|
declare const LOC_USE_CHAT_HELP: string
|
|
|
|
declare const LOC_SHARE_CHAT_LINK: string
|
|
|
|
declare const LOC_READ_ONLY: string
|
|
|
|
declare const LOC_SHOW_SCROLLBARR: string
|
|
|
|
declare const LOC_TRANSPARENT_BACKGROUND: string
|
|
|
|
declare const LOC_TIPS_FOR_STREAMERS: string
|
|
|
|
declare const LOC_COPY: string
|
|
|
|
declare const LOC_LINK_COPIED: string
|
|
|
|
declare const LOC_ERROR: string
|
|
|
|
declare const LOC_OPEN: string
|
|
|
|
declare const LOC_USE_CURRENT_THEME_COLOR: string
|
|
|
|
declare const LOC_GENERATE_IFRAME: string
|
|
|
|
declare const LOC_CHAT_FOR_LIVE_STREAM: string
|
|
|
|
declare const LOC_ROOM_NAME: string
|
|
|
|
declare const LOC_ROOM_DESCRIPTION: string
|
|
|
|
declare const LOC_NOT_FOUND: string
|
|
|
|
declare const LOC_VIDEO: string
|
|
|
|
declare const LOC_CHANNEL: string
|
|
|
|
declare const LOC_LAST_ACTIVITY: string
|
|
|
|
declare const LOC_WEB: string
|
|
|
|
declare const LOC_CONNECT_USING_XMPP: string
|
|
|
|
declare const LOC_CONNECT_USING_XMPP_HELP: string
|
2023-08-08 15:15:05 +00:00
|
|
|
|
2023-08-09 10:20:19 +00:00
|
|
|
declare const LOC_SAVE: string
|
|
|
|
declare const LOC_CANCEL: string
|
2023-08-09 14:16:02 +00:00
|
|
|
declare const LOC_SUCCESSFULLY_SAVED: string
|
2023-09-06 13:23:39 +00:00
|
|
|
declare const LOC_MENU_CONFIGURATION_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_TITLE: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_DESC: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_PLEASE_SELECT: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_TITLE: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_DESC: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_ENABLE_BOT_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_BOT_OPTIONS_TITLE: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_BANNED_JIDS_LABEL: string
|
2023-09-19 16:56:39 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_BOT_NICKNAME: string
|