summaryrefslogtreecommitdiffstats
path: root/config/locales/gl.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/gl.yml')
-rw-r--r--config/locales/gl.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index 3f9383464..c4fef5964 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -771,9 +771,6 @@ gl:
text_issue_updated: "A petición {{id}} actualizouse por {{author}}."
text_issues_destroy_confirmation: '¿Seguro que quere borrar as peticións seleccionadas?'
text_issues_ref_in_commit_messages: Referencia e petición de corrección nas mensaxes
- text_journal_changed: "cambiado de {{old}} a {{new}}"
- text_journal_deleted: suprimido
- text_journal_set_to: "fixado a {{value}}"
text_length_between: "Lonxitude entre {{min}} e {{max}} caracteres."
text_load_default_configuration: Cargar a configuración por defecto
text_min_max_length_info: 0 para ningunha restrición
@@ -835,3 +832,6 @@ gl:
label_branch: Branch
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").
+ text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
+ text_journal_set_to: "{{label}} set to {{value}}"
+ text_journal_deleted: "{{label}} deleted"