Skip to content

Commit bc69806

Browse files
committed
Fix lang error
Fix #22
1 parent d4937dd commit bc69806

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

TelegramBot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function register() {
2222
$this->name = 'TelegramBot';
2323
$this->description = plugin_lang_get( 'description' );
2424

25-
$this->version = '1.4.0';
25+
$this->version = '1.4.1-dev';
2626
$this->requires = array(
2727
'MantisCore' => '2.14.0',
2828
);

lang/strings_english.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,17 @@ $s_plugin_TelegramBot_telegram_message_steps_to_reproduce = 'Steps to Reproduce'
143143
$s_plugin_TelegramBot_telegram_message_tag = 'Tags';
144144
$s_plugin_TelegramBot_telegram_message_due_date = 'Due Date';
145145

146-
$s_plugin_TelegramBot_telegram_message__on_new = 'E-mail on New';
147-
$s_plugin_TelegramBot_telegram_message__on_assigned = 'E-mail on Change of Handler';
148-
$s_plugin_TelegramBot_telegram_message__on_feedback = 'E-mail on Feedback';
149-
$s_plugin_TelegramBot_telegram_message__on_resolved = 'E-mail on Resolved';
150-
$s_plugin_TelegramBot_telegram_message__on_closed = 'E-mail on Closed';
151-
$s_plugin_TelegramBot_telegram_message__on_reopened = 'E-mail on Reopened';
152-
$s_plugin_TelegramBot_telegram_message__on_bugnote_added = 'E-mail on Note Added';
153-
$s_plugin_TelegramBot_telegram_message__on_status_change = 'E-mail on Status Change';
154-
$s_plugin_TelegramBot_telegram_message__on_priority_change = 'E-mail on Priority Change';
155-
$s_plugin_TelegramBot_telegram_message__bugnote_limit = 'E-mail Notes Limit';
156-
$s_plugin_TelegramBot_telegram_message__full_issue_details = 'E-mail Full Issue Details';
146+
$s_plugin_TelegramBot_telegram_message_on_new = 'Notification on New';
147+
$s_plugin_TelegramBot_telegram_message_on_assigned = 'Notification on Change of Handler';
148+
$s_plugin_TelegramBot_telegram_message_on_feedback = 'Notification on Feedback';
149+
$s_plugin_TelegramBot_telegram_message_on_resolved = 'Notification on Resolved';
150+
$s_plugin_TelegramBot_telegram_message_on_closed = 'Notification on Closed';
151+
$s_plugin_TelegramBot_telegram_message_on_reopened = 'Notification on Reopened';
152+
$s_plugin_TelegramBot_telegram_message_on_bugnote_added = 'Notification on Note Added';
153+
$s_plugin_TelegramBot_telegram_message_on_status_change = 'Notification on Status Change';
154+
$s_plugin_TelegramBot_telegram_message_on_priority_change = 'Notification on Priority Change';
155+
$s_plugin_TelegramBot_telegram_message_bugnote_limit = 'Notification Notes Limit';
156+
$s_plugin_TelegramBot_telegram_message_full_issue_details = 'Notification Full Issue Details';
157157
$s_plugin_TelegramBot_telegram_message_included_all_bugnote_is = 'Include all comments in the notification when status changes';
158158

159159
$s_plugin_TelegramBot_account_telegram_prefs_page_header = 'Telegram settings';

lang/strings_spanish.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $s_plugin_TelegramBot_bug_select = 'Select a bug';
7979
$s_plugin_TelegramBot_content_upload_complete = 'The content is attached to the bug: ';
8080
$s_plugin_TelegramBot_comment_add_complete = 'Comment added to bug: ';
8181
$s_plugin_TelegramBot_keyboard_button_list_of_sections = 'List of sections';
82-
$s_plugin_TelegramBot_keyboard_button_back = 'К списку действий';
82+
$s_plugin_TelegramBot_keyboard_button_back = 'A la lista de acciones';
8383

8484
$s_plugin_TelegramBot_error_file_size = 'The file should not exceed 20 MB';
8585
$s_plugin_TelegramBot_error_content_type = 'The request is not supported by this bot';
@@ -143,17 +143,17 @@ $s_plugin_TelegramBot_telegram_message_steps_to_reproduce = 'Steps to Reproduce'
143143
$s_plugin_TelegramBot_telegram_message_tag = 'Tags';
144144
$s_plugin_TelegramBot_telegram_message_due_date = 'Due Date';
145145

146-
$s_plugin_TelegramBot_telegram_message__on_new = 'E-mail on New';
147-
$s_plugin_TelegramBot_telegram_message__on_assigned = 'E-mail on Change of Handler';
148-
$s_plugin_TelegramBot_telegram_message__on_feedback = 'E-mail on Feedback';
149-
$s_plugin_TelegramBot_telegram_message__on_resolved = 'E-mail on Resolved';
150-
$s_plugin_TelegramBot_telegram_message__on_closed = 'E-mail on Closed';
151-
$s_plugin_TelegramBot_telegram_message__on_reopened = 'E-mail on Reopened';
152-
$s_plugin_TelegramBot_telegram_message__on_bugnote_added = 'E-mail on Note Added';
153-
$s_plugin_TelegramBot_telegram_message__on_status_change = 'E-mail on Status Change';
154-
$s_plugin_TelegramBot_telegram_message__on_priority_change = 'E-mail on Priority Change';
155-
$s_plugin_TelegramBot_telegram_message__bugnote_limit = 'E-mail Notes Limit';
156-
$s_plugin_TelegramBot_telegram_message__full_issue_details = 'E-mail Full Issue Details';
146+
$s_plugin_TelegramBot_telegram_message_on_new = 'Notificación sobre Nuevo';
147+
$s_plugin_TelegramBot_telegram_message_on_assigned = 'Notificación sobre cambio de manejador';
148+
$s_plugin_TelegramBot_telegram_message_on_feedback = 'Notificación sobre los comentarios';
149+
$s_plugin_TelegramBot_telegram_message_on_resolved = 'Notificación de Resuelto';
150+
$s_plugin_TelegramBot_telegram_message_on_closed = 'Notificación de Cerrado';
151+
$s_plugin_TelegramBot_telegram_message_on_reopened = 'Notificación de reapertura';
152+
$s_plugin_TelegramBot_telegram_message_on_bugnote_added = 'Notificación en nota agregada';
153+
$s_plugin_TelegramBot_telegram_message_on_status_change = 'Notificación de cambio de estado';
154+
$s_plugin_TelegramBot_telegram_message_on_priority_change = 'Notificación sobre cambio de prioridad';
155+
$s_plugin_TelegramBot_telegram_message_bugnote_limit = 'Límite de notas de notificación';
156+
$s_plugin_TelegramBot_telegram_message_full_issue_details = 'Detalles completos de la notificación';
157157
$s_plugin_TelegramBot_telegram_message_included_all_bugnote_is = 'Incluir todos los comentarios en la notificación cuando cambie el estado.';
158158

159159
$s_plugin_TelegramBot_account_telegram_prefs_page_header = 'Telegram settings';

0 commit comments

Comments
 (0)