diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-05 03:47:03 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-05 03:47:03 +0000 |
commit | 4ae7f82f3ae13ff01d1581f2a8f271ff294e06be (patch) | |
tree | 68df52c8c116441c0fa7e7bc9c5c4a1a582480da /config | |
parent | ae086b5ef60fd0b71a144e542b70acfa4644527a (diff) | |
download | redmine-4ae7f82f3ae13ff01d1581f2a8f271ff294e06be.tar.gz redmine-4ae7f82f3ae13ff01d1581f2a8f271ff294e06be.zip |
do not annotate text files which exceed the size limit for viewing (#9484)
Contributed by Antonio García-Domínguez.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7728 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en-GB.yml | 1 | ||||
-rw-r--r-- | config/locales/en.yml | 1 | ||||
-rw-r--r-- | config/locales/es.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index f5a6dccfa..19ea883a0 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -180,6 +180,7 @@ en-GB: error_scm_not_found: "The entry or revision was not found in the repository." error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" error_scm_annotate: "The entry does not exist or cannot be annotated." + error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size." error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' diff --git a/config/locales/en.yml b/config/locales/en.yml index ee8717057..ee4492550 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -176,6 +176,7 @@ en: error_scm_not_found: "The entry or revision was not found in the repository." error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" error_scm_annotate: "The entry does not exist or cannot be annotated." + error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size." error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' diff --git a/config/locales/es.yml b/config/locales/es.yml index c45675a7d..13a742367 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -245,6 +245,7 @@ es: error_can_t_load_default_data: "No se ha podido cargar la configuración por defecto: %{value}" error_issue_not_found_in_project: 'La petición no se encuentra o no está asociada a este proyecto' error_scm_annotate: "No existe la entrada o no ha podido ser anotada" + error_scm_annotate_big_text_file: "La entrada no puede anotarse, al superar el tamaño máximo para ficheros de texto." error_scm_command_failed: "Se produjo un error al acceder al repositorio: %{value}" error_scm_not_found: "La entrada y/o la revisión no existe en el repositorio." field_account: Cuenta |