diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-08 08:02:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-08 08:02:23 +0000 |
commit | 3d2c198c0f889e73ae2a16a068c41948b40cefff (patch) | |
tree | c764f9e787428d113cc37201f93e2c0e719e259d /config/locales | |
parent | d8d23fbb6b23f15c6c5cc0a65ebfdf99c06e1a9b (diff) | |
download | redmine-3d2c198c0f889e73ae2a16a068c41948b40cefff.tar.gz redmine-3d2c198c0f889e73ae2a16a068c41948b40cefff.zip |
Add view for "no preview" repository files (#22482).
Patch by Gregor Schmidt.
git-svn-id: http://svn.redmine.org/redmine/trunk@15397 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/de.yml | 1 | ||||
-rw-r--r-- | config/locales/en-GB.yml | 1 | ||||
-rw-r--r-- | config/locales/en.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 3cac093f3..6b248c786 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -655,6 +655,7 @@ de: label_next: Weiter label_no_change_option: (Keine Änderung) label_no_data: Nichts anzuzeigen + label_no_preview: Keine Vorschau verfügbar label_no_issues_in_project: keine Tickets im Projekt label_nobody: Niemand label_none: kein diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 4953f027f..3241d6154 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -531,6 +531,7 @@ en-GB: label_attribute: Attribute label_attribute_plural: Attributes label_no_data: No data to display + label_no_preview: No preview available label_change_status: Change status label_history: History label_attachment: File diff --git a/config/locales/en.yml b/config/locales/en.yml index 947b2c9b0..f7c696dca 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -617,6 +617,7 @@ en: label_attribute: Attribute label_attribute_plural: Attributes label_no_data: No data to display + label_no_preview: No preview available label_change_status: Change status label_history: History label_attachment: File |