diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-17 15:25:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-17 15:25:15 +0000 |
commit | b4af45537a02bfdfb768f0e2a432079f2771f800 (patch) | |
tree | 851645125854c7436b28a71e1e9e58b5d5d78c9b /config | |
parent | 849463558da4b9291b68900ef0bf7623c325e8fd (diff) | |
download | redmine-b4af45537a02bfdfb768f0e2a432079f2771f800.tar.gz redmine-b4af45537a02bfdfb768f0e2a432079f2771f800.zip |
Additional tests for TimelogController and added missing i18n string.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8263 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
44 files changed, 44 insertions, 0 deletions
diff --git a/config/locales/bg.yml b/config/locales/bg.yml index f5664f423..9fd528082 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -1004,3 +1004,4 @@ bg: description_date_range_interval: Изберете диапазон чрез задаване на начална и крайна дати description_date_from: Въведете начална дата description_date_to: Въведете крайна дата + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/bs.yml b/config/locales/bs.yml index a3df65633..4af6b1086 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -1020,3 +1020,4 @@ bs: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 06db085fc..ceb9e77ed 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -1009,3 +1009,4 @@ ca: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 7de2e2319..0dba90064 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -1010,3 +1010,4 @@ cs: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/da.yml b/config/locales/da.yml index 00b74fe53..d884cfbd2 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -1023,3 +1023,4 @@ da: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/de.yml b/config/locales/de.yml index ea60e8057..9fcd46924 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1027,3 +1027,4 @@ de: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/el.yml b/config/locales/el.yml index 0fe05a101..e8aa92c42 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -1006,3 +1006,4 @@ el: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 9e437266e..ba775dcc3 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1009,3 +1009,4 @@ en-GB: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/en.yml b/config/locales/en.yml index ba8d68923..88cc1a632 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -162,6 +162,7 @@ en: notice_feeds_access_key_reseted: Your RSS access key was reset. notice_api_access_key_reseted: Your API access key was reset. notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}." + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." notice_failed_to_save_members: "Failed to save member(s): %{errors}." notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." notice_account_pending: "Your account was created and is now pending administrator approval." diff --git a/config/locales/es.yml b/config/locales/es.yml index c61bb8f06..426ede510 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1043,3 +1043,4 @@ es: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/eu.yml b/config/locales/eu.yml index 7fe7d1aaf..f92ab5dd6 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -1010,3 +1010,4 @@ eu: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 5b1e5a2b6..ec9b59405 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -1009,3 +1009,4 @@ fa: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 89ad07196..c8cb62aff 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -1027,3 +1027,4 @@ fi: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 9d43ac05d..024a35c1b 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -178,6 +178,7 @@ fr: notice_email_error: "Erreur lors de l'envoi de l'email (%{value})" notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée." notice_failed_to_save_issues: "%{count} demande(s) sur les %{total} sélectionnées n'ont pas pu être mise(s) à jour : %{ids}." + notice_failed_to_save_time_entries: "%{count} temps passé(s) sur les %{total} sélectionnés n'ont pas pu être mis à jour: %{ids}." notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour." notice_account_pending: "Votre compte a été créé et attend l'approbation de l'administrateur." notice_default_data_loaded: Paramétrage par défaut chargé avec succès. diff --git a/config/locales/gl.yml b/config/locales/gl.yml index 1d8d280b8..a7df8f06c 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -1018,3 +1018,4 @@ gl: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/he.yml b/config/locales/he.yml index faf1a0507..10d367d5c 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -1011,3 +1011,4 @@ he: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 8ddd13e96..c01d4f55d 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -1013,3 +1013,4 @@ hr: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/hu.yml b/config/locales/hu.yml index f43e7b0fc..ab9ceae23 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -1025,3 +1025,4 @@ button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/id.yml b/config/locales/id.yml index 23b92a7cf..81fc6e608 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -1014,3 +1014,4 @@ id: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/it.yml b/config/locales/it.yml index 6ff2a49e1..c37f4086b 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -1007,3 +1007,4 @@ it: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 09698aa3f..90e106c4f 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1036,3 +1036,4 @@ ja: button_export: エクスポート label_export_options: "%{export_format} エクスポート設定" error_attachment_too_big: このファイルはアップロードできません。添付ファイルサイズの上限(%{max_size})を超えています。 + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 15e398f02..324785e0d 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -1058,3 +1058,4 @@ ko: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 9c2e8b2ae..4ac1fba34 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -1066,3 +1066,4 @@ lt: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 18fc69f6d..fcc1034bb 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -1001,3 +1001,4 @@ lv: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/mk.yml b/config/locales/mk.yml index 5934541c4..8d6e7b7f8 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -1006,3 +1006,4 @@ mk: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/mn.yml b/config/locales/mn.yml index 577f058be..75aa86391 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -1007,3 +1007,4 @@ mn: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 5fb7848e6..adc712e0c 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -988,3 +988,4 @@ nl: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/no.yml b/config/locales/no.yml index a5b36bdba..d71810c6f 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -996,3 +996,4 @@ button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/pl.yml b/config/locales/pl.yml index f255c9bfe..f0698dfa7 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -1023,3 +1023,4 @@ pl: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 1115fddb1..8078d7093 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1027,3 +1027,4 @@ pt-BR: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 6faa0f193..8489f10c4 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -1011,3 +1011,4 @@ pt: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/ro.yml b/config/locales/ro.yml index a742c63c6..604916444 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -999,3 +999,4 @@ ro: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/ru.yml b/config/locales/ru.yml index f82f58f36..3934f4cf5 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1119,3 +1119,4 @@ ru: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 00922f02e..117ce2b5c 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -1001,3 +1001,4 @@ sk: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 518db6d3a..781cd9c16 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -1006,3 +1006,4 @@ sl: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index c3e05e810..5bba32d22 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -1006,3 +1006,4 @@ sr-YU: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 2c9b0b3d0..f4a11fe58 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -1007,3 +1007,4 @@ sr: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/sv.yml b/config/locales/sv.yml index ebd1c3622..4a8ee2c04 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -1047,3 +1047,4 @@ sv: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/th.yml b/config/locales/th.yml index 70468d497..befb88980 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -1003,3 +1003,4 @@ th: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/tr.yml b/config/locales/tr.yml index e167eb4c5..e297eecb8 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -1025,3 +1025,4 @@ tr: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 81d049899..b1aff798a 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -1002,3 +1002,4 @@ uk: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/vi.yml b/config/locales/vi.yml index fb0a9fb68..d154db9c8 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -1057,3 +1057,4 @@ vi: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index b435fc434..a5573bcea 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1086,3 +1086,4 @@ description_date_range_interval: 選擇起始與結束日期以設定範圍區間 description_date_from: 輸入起始日期 description_date_to: 輸入結束日期 + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 0a9c57fa3..d7373d9e7 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1008,3 +1008,4 @@ zh: button_export: Export label_export_options: "%{export_format} export options" error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." |