diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-13 19:22:51 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-13 19:22:51 +0000 |
commit | aaba48900a859cecaf564b16524ff625695804ea (patch) | |
tree | 57b52fe88a2c21daacbc2ecc6f0be940d7309563 /config/locales/ca.yml | |
parent | 8351bb4a12e8ecb72678ae10d4c7cfba480c8fd8 (diff) | |
download | redmine-aaba48900a859cecaf564b16524ff625695804ea.tar.gz redmine-aaba48900a859cecaf564b16524ff625695804ea.zip |
Adds :not_a_regexp i18n string (#5864).
git-svn-id: http://svn.redmine.org/redmine/trunk@16067 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ca.yml')
-rw-r--r-- | config/locales/ca.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/ca.yml b/config/locales/ca.yml index a2b5512f5..9106be6fc 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -134,6 +134,7 @@ ca: circular_dependency: "Aquesta relació crearia una dependència circular" cant_link_an_issue_with_a_descendant: "Un assumpte no es pot enllaçar a una de les seves subtasques" earlier_than_minimum_start_date: "no pot ser anterior a %{date} derivat a les peticions precedents" + not_a_regexp: "is not a valid regular expression" actionview_instancetag_blank_option: "Seleccionar" |