diff --git a/Locale/pt_BR/translations.php b/Locale/pt_BR/translations.php index a69fa6d..06e6415 100644 --- a/Locale/pt_BR/translations.php +++ b/Locale/pt_BR/translations.php @@ -16,6 +16,7 @@ 'Your file must use the JSON format' => 'Seu arquivo deve usar o formato JSON', 'The JSON file must contain the keys: name, lists, cards, checklists and actions' => 'O arquivo JSON deve conter as chaves: name, lists, cards, checklists e actions', 'Your user will be the author of the imported comments' => 'Seu usuário será o autor dos comentários importados', + 'Your attachments that are links will be imported as comments' => 'Seus anexos que são links serão importados como comentários', 'Import' => 'Importar', //Template/dashboard/menu.php 'Import Trello JSON' => 'Importar JSON do Trello', diff --git a/Plugin.php b/Plugin.php index 276300e..1b24a86 100644 --- a/Plugin.php +++ b/Plugin.php @@ -35,7 +35,7 @@ public function getPluginAuthor() public function getPluginVersion() { - return '1.0.5'; + return '1.0.6'; } public function getPluginHomepage() diff --git a/Template/json_import/create.php b/Template/json_import/create.php index 337f078..228bf92 100644 --- a/Template/json_import/create.php +++ b/Template/json_import/create.php @@ -22,6 +22,7 @@
  • +
  • modal->submitButtons(array('submitLabel' => t('Import'))) ?>