Feature #15311 » rm15311-add_convert_availability_indication-trunk_r12240.diff
app/controllers/admin_controller.rb (working copy) | ||
---|---|---|
77 | 77 |
[:text_default_administrator_account_changed, User.default_admin_account_changed?], |
78 | 78 |
[:text_file_repository_writable, File.writable?(Attachment.storage_path)], |
79 | 79 |
[:text_plugin_assets_writable, File.writable?(Redmine::Plugin.public_directory)], |
80 |
[:text_rmagick_available, Object.const_defined?(:Magick)] |
|
80 |
[:text_rmagick_available, Object.const_defined?(:Magick)], |
|
81 |
[:text_convert_available, Redmine::Thumbnail.convert_available?] |
|
81 | 82 |
] |
82 | 83 |
end |
83 | 84 |
end |
config/locales/zh-TW.yml (working copy) | ||
---|---|---|
1180 | 1180 |
description_date_from: 輸入起始日期 |
1181 | 1181 |
description_date_to: 輸入結束日期 |
1182 | 1182 |
text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。' |
1183 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/eu.yml (working copy) | ||
---|---|---|
1101 | 1101 |
notice_new_password_must_be_different: The new password must be different from the |
1102 | 1102 |
current password |
1103 | 1103 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1104 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/ko.yml (working copy) | ||
---|---|---|
1149 | 1149 |
notice_new_password_must_be_different: The new password must be different from the |
1150 | 1150 |
current password |
1151 | 1151 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1152 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/mn.yml (working copy) | ||
---|---|---|
1101 | 1101 |
notice_new_password_must_be_different: The new password must be different from the |
1102 | 1102 |
current password |
1103 | 1103 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1104 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/az.yml (working copy) | ||
---|---|---|
1197 | 1197 |
notice_new_password_must_be_different: The new password must be different from the |
1198 | 1198 |
current password |
1199 | 1199 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1200 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/it.yml (working copy) | ||
---|---|---|
1099 | 1099 |
notice_new_password_must_be_different: The new password must be different from the |
1100 | 1100 |
current password |
1101 | 1101 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1102 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/sk.yml (working copy) | ||
---|---|---|
1090 | 1090 |
field_must_change_passwd: Pri najbližšom prihlásení je potrebné zmeniť heslo |
1091 | 1091 |
notice_new_password_must_be_different: Nové heslo nesmie byť rovnaké ako súčasné heslo |
1092 | 1092 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1093 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/sl.yml (working copy) | ||
---|---|---|
1100 | 1100 |
notice_new_password_must_be_different: The new password must be different from the |
1101 | 1101 |
current password |
1102 | 1102 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1103 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/uk.yml (working copy) | ||
---|---|---|
1095 | 1095 |
notice_new_password_must_be_different: The new password must be different from the |
1096 | 1096 |
current password |
1097 | 1097 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1098 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/sq.yml (working copy) | ||
---|---|---|
1096 | 1096 |
notice_new_password_must_be_different: The new password must be different from the |
1097 | 1097 |
current password |
1098 | 1098 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1099 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/sr.yml (working copy) | ||
---|---|---|
1101 | 1101 |
notice_new_password_must_be_different: The new password must be different from the |
1102 | 1102 |
current password |
1103 | 1103 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1104 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/da.yml (working copy) | ||
---|---|---|
1117 | 1117 |
notice_new_password_must_be_different: The new password must be different from the |
1118 | 1118 |
current password |
1119 | 1119 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1120 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/fa.yml (working copy) | ||
---|---|---|
1102 | 1102 |
notice_new_password_must_be_different: The new password must be different from the |
1103 | 1103 |
current password |
1104 | 1104 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1105 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/bg.yml (working copy) | ||
---|---|---|
1097 | 1097 |
description_date_from: Въведете начална дата |
1098 | 1098 |
description_date_to: Въведете крайна дата |
1099 | 1099 |
text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.' |
1100 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/de.yml (working copy) | ||
---|---|---|
1112 | 1112 |
version_status_open: offen |
1113 | 1113 | |
1114 | 1114 |
warning_attachments_not_saved: "%{count} Datei(en) konnten nicht gespeichert werden." |
1115 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/sv.yml (working copy) | ||
---|---|---|
1138 | 1138 |
notice_new_password_must_be_different: The new password must be different from the |
1139 | 1139 |
current password |
1140 | 1140 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1141 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/ja.yml (working copy) | ||
---|---|---|
1127 | 1127 |
field_must_change_passwd: 次回ログイン時にパスワード変更を強制 |
1128 | 1128 |
notice_new_password_must_be_different: 新しいパスワードは現在のパスワードと異なるものでなければなりません |
1129 | 1129 |
setting_mail_handler_excluded_filenames: 除外する添付ファイル名 |
1130 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/he.yml (working copy) | ||
---|---|---|
1105 | 1105 |
notice_new_password_must_be_different: The new password must be different from the |
1106 | 1106 |
current password |
1107 | 1107 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1108 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/fi.yml (working copy) | ||
---|---|---|
1121 | 1121 |
notice_new_password_must_be_different: The new password must be different from the |
1122 | 1122 |
current password |
1123 | 1123 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1124 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/bs.yml (working copy) | ||
---|---|---|
1113 | 1113 |
notice_new_password_must_be_different: The new password must be different from the |
1114 | 1114 |
current password |
1115 | 1115 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1116 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/fr.yml (working copy) | ||
---|---|---|
1111 | 1111 |
setting_repositories_encodings: Encodages des fichiers et des dépôts |
1112 | 1112 |
label_search_for_watchers: Rechercher des observateurs |
1113 | 1113 |
text_repository_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres, tirets et tirets bas sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' |
1114 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/hr.yml (working copy) | ||
---|---|---|
1101 | 1101 |
notice_new_password_must_be_different: The new password must be different from the |
1102 | 1102 |
current password |
1103 | 1103 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1104 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/nl.yml (working copy) | ||
---|---|---|
1079 | 1079 |
field_must_change_passwd: Moet wachtwoord wijziging bij volgende keer inloggen |
1080 | 1080 |
notice_new_password_must_be_different: Het nieuwe wachtwoord mag niet hetzelfde zijn als het huidige wachtwoord |
1081 | 1081 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1082 |
text_convert_available: ImageMagick convert beschikbaar (optioneel) |
config/locales/pl.yml (working copy) | ||
---|---|---|
1122 | 1122 |
notice_new_password_must_be_different: The new password must be different from the |
1123 | 1123 |
current password |
1124 | 1124 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1125 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/th.yml (working copy) | ||
---|---|---|
1097 | 1097 |
notice_new_password_must_be_different: The new password must be different from the |
1098 | 1098 |
current password |
1099 | 1099 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1100 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/no.yml (working copy) | ||
---|---|---|
1090 | 1090 |
notice_new_password_must_be_different: The new password must be different from the |
1091 | 1091 |
current password |
1092 | 1092 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1093 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/hu.yml (working copy) | ||
---|---|---|
1119 | 1119 |
notice_new_password_must_be_different: The new password must be different from the |
1120 | 1120 |
current password |
1121 | 1121 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1122 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/vi.yml (working copy) | ||
---|---|---|
1153 | 1153 |
notice_new_password_must_be_different: The new password must be different from the |
1154 | 1154 |
current password |
1155 | 1155 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1156 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/lt.yml (working copy) | ||
---|---|---|
1159 | 1159 |
notice_new_password_must_be_different: The new password must be different from the |
1160 | 1160 |
current password |
1161 | 1161 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1162 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/sr-YU.yml (working copy) | ||
---|---|---|
1102 | 1102 |
notice_new_password_must_be_different: The new password must be different from the |
1103 | 1103 |
current password |
1104 | 1104 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1105 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/ro.yml (working copy) | ||
---|---|---|
1095 | 1095 |
notice_new_password_must_be_different: The new password must be different from the |
1096 | 1096 |
current password |
1097 | 1097 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1098 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/lv.yml (working copy) | ||
---|---|---|
1094 | 1094 |
notice_new_password_must_be_different: The new password must be different from the |
1095 | 1095 |
current password |
1096 | 1096 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1097 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/zh.yml (working copy) | ||
---|---|---|
1101 | 1101 |
field_must_change_passwd: 下次登录时必须修改密码 |
1102 | 1102 |
notice_new_password_must_be_different: 新密码必须和旧密码不同 |
1103 | 1103 |
setting_mail_handler_excluded_filenames: 移除符合下列名称的附件 |
1104 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/pt.yml (working copy) | ||
---|---|---|
1106 | 1106 |
field_must_change_passwd: Tem que alterar a palavra-passe no próximo início de sessão |
1107 | 1107 |
notice_new_password_must_be_different: A palavra-passe tem de ser diferente da actual |
1108 | 1108 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1109 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/ca.yml (working copy) | ||
---|---|---|
1102 | 1102 |
notice_new_password_must_be_different: The new password must be different from the |
1103 | 1103 |
current password |
1104 | 1104 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1105 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/pt-BR.yml (working copy) | ||
---|---|---|
1120 | 1120 |
notice_new_password_must_be_different: The new password must be different from the |
1121 | 1121 |
current password |
1122 | 1122 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1123 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/tr.yml (working copy) | ||
---|---|---|
1119 | 1119 |
notice_new_password_must_be_different: The new password must be different from the |
1120 | 1120 |
current password |
1121 | 1121 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1122 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/ru.yml (working copy) | ||
---|---|---|
1210 | 1210 |
notice_new_password_must_be_different: The new password must be different from the |
1211 | 1211 |
current password |
1212 | 1212 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1213 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/en-GB.yml (working copy) | ||
---|---|---|
1102 | 1102 |
notice_new_password_must_be_different: The new password must be different from the |
1103 | 1103 |
current password |
1104 | 1104 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1105 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/id.yml (working copy) | ||
---|---|---|
1104 | 1104 |
notice_new_password_must_be_different: The new password must be different from the |
1105 | 1105 |
current password |
1106 | 1106 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1107 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/el.yml (working copy) | ||
---|---|---|
1100 | 1100 |
notice_new_password_must_be_different: The new password must be different from the |
1101 | 1101 |
current password |
1102 | 1102 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1103 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/en.yml (working copy) | ||
---|---|---|
1014 | 1014 |
text_file_repository_writable: Attachments directory writable |
1015 | 1015 |
text_plugin_assets_writable: Plugin assets directory writable |
1016 | 1016 |
text_rmagick_available: RMagick available (optional) |
1017 |
text_convert_available: ImageMagick convert available (optional) |
|
1017 | 1018 |
text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?" |
1018 | 1019 |
text_destroy_time_entries: Delete reported hours |
1019 | 1020 |
text_assign_time_entries_to_project: Assign reported hours to the project |
config/locales/gl.yml (working copy) | ||
---|---|---|
1111 | 1111 |
notice_new_password_must_be_different: The new password must be different from the |
1112 | 1112 |
current password |
1113 | 1113 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1114 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/ar.yml (working copy) | ||
---|---|---|
1100 | 1100 |
notice_new_password_must_be_different: The new password must be different from the |
1101 | 1101 |
current password |
1102 | 1102 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1103 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/cs.yml (working copy) | ||
---|---|---|
1104 | 1104 |
notice_new_password_must_be_different: The new password must be different from the |
1105 | 1105 |
current password |
1106 | 1106 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1107 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/mk.yml (working copy) | ||
---|---|---|
1100 | 1100 |
notice_new_password_must_be_different: The new password must be different from the |
1101 | 1101 |
current password |
1102 | 1102 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1103 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/es.yml (working copy) | ||
---|---|---|
1135 | 1135 |
field_must_change_passwd: Cambiar la contraseña en el siguiente identificación |
1136 | 1136 |
notice_new_password_must_be_different: Nueva contraseña debe ser diferente de la actual |
1137 | 1137 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1138 |
text_convert_available: ImageMagick convert available (optional) |
config/locales/et.yml (working copy) | ||
---|---|---|
1113 | 1113 |
notice_new_password_must_be_different: The new password must be different from the |
1114 | 1114 |
current password |
1115 | 1115 |
setting_mail_handler_excluded_filenames: Exclude attachments by name |
1116 |
text_convert_available: ImageMagick convert available (optional) |