diff options
author | Unknwon <u@gogs.io> | 2015-08-11 17:54:00 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-11 17:54:00 +0800 |
commit | 89c2bd4a0dd85261f72565ba8395644da8129fea (patch) | |
tree | cbd75644b3a7d83df8353fd93538564b8afa16fd /conf | |
parent | 17f3e840ec7e7dbff5d3d6e6da4e8347844f6817 (diff) | |
download | gitea-89c2bd4a0dd85261f72565ba8395644da8129fea.tar.gz gitea-89c2bd4a0dd85261f72565ba8395644da8129fea.zip |
finish create issue attachment UI
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 528ab9fe08..4256b523cd 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -854,3 +854,9 @@ months = %d months %s years = %d years %s raw_seconds = seconds raw_minutes = minutes + +[dropzone] +default_message = Drop files here or click to upload. +invalid_input_type = You can't upload files of this type. +file_too_big = File size({{filesize}} MB) exceeds maximum size({{maxFilesize}} MB). +remove_file = Remove file
\ No newline at end of file |