Changeset [a90cc106b2983ef146e1983549f30c95f13a3d34] by Kosuke Tanabe

February 3rd, 2009 @ 08:38 PM

localized flash messages in controllers http://github.com/nabeta/next-l/...

Committed by Kosuke Tanabe

  • M app/controllers/advertisements_controller.rb
  • M app/controllers/advertises_controller.rb
  • M app/controllers/answers_controller.rb
  • M app/controllers/attachment_files_controller.rb
  • M app/controllers/barcodes_controller.rb
  • M app/controllers/baskets_controller.rb
  • M app/controllers/bookmarked_resources_controller.rb
  • M app/controllers/bookmarks_controller.rb
  • M app/controllers/bookstores_controller.rb
  • M app/controllers/checked_items_controller.rb
  • M app/controllers/checkins_controller.rb
  • M app/controllers/checkout_types_controller.rb
  • M app/controllers/checkouts_controller.rb
  • M app/controllers/circulation_statuses_controller.rb
  • M app/controllers/classification_types_controller.rb
  • M app/controllers/classifications_controller.rb
  • M app/controllers/countries_controller.rb
  • M app/controllers/creates_controller.rb
  • M app/controllers/donates_controller.rb
  • M app/controllers/embodies_controller.rb
  • M app/controllers/event_categories_controller.rb
  • M app/controllers/events_controller.rb
  • M app/controllers/exemplifies_controller.rb
  • M app/controllers/expression_forms_controller.rb
  • M app/controllers/expression_merge_lists_controller.rb
  • M app/controllers/expression_merges_controller.rb
  • M app/controllers/expressions_controller.rb
  • M app/controllers/frequency_of_issues_controller.rb
  • M app/controllers/imported_event_files_controller.rb
  • M app/controllers/imported_objects_controller.rb
  • M app/controllers/imported_patron_files_controller.rb
  • M app/controllers/imported_resource_files_controller.rb
  • M app/controllers/inter_library_loans_controller.rb
  • M app/controllers/inventories_controller.rb
  • M app/controllers/inventory_files_controller.rb
  • M app/controllers/item_has_use_restrictions_controller.rb
  • M app/controllers/items_controller.rb
  • M app/controllers/languages_controller.rb
  • M app/controllers/libraries_controller.rb
  • M app/controllers/library_groups_controller.rb
  • M app/controllers/manifestation_checkout_stats_controller.rb
  • M app/controllers/manifestation_form_has_checkout_types_controller.rb
  • M app/controllers/manifestation_forms_controller.rb
  • M app/controllers/manifestation_reserve_stats_controller.rb
  • M app/controllers/manifestations_controller.rb
  • M app/controllers/message_queues_controller.rb
  • M app/controllers/message_templates_controller.rb
  • M app/controllers/news_feeds_controller.rb
  • M app/controllers/news_posts_controller.rb
  • M app/controllers/order_lists_controller.rb
  • M app/controllers/orders_controller.rb
  • M app/controllers/owns_controller.rb
  • M app/controllers/page_controller.rb
  • M app/controllers/patron_merge_lists_controller.rb
  • M app/controllers/patron_merges_controller.rb
  • M app/controllers/patron_types_controller.rb
  • M app/controllers/patrons_controller.rb
  • M app/controllers/picture_files_controller.rb
  • M app/controllers/produces_controller.rb
  • M app/controllers/purchase_requests_controller.rb
  • M app/controllers/questions_controller.rb
  • M app/controllers/realizes_controller.rb
  • M app/controllers/reifies_controller.rb
  • M app/controllers/request_status_types_controller.rb
  • M app/controllers/request_types_controller.rb
  • M app/controllers/reserves_controller.rb
  • M app/controllers/resource_has_subjects_controller.rb
  • M app/controllers/roles_controller.rb
  • M app/controllers/search_engines_controller.rb
  • M app/controllers/search_histories_controller.rb
  • M app/controllers/sessions_controller.rb
  • M app/controllers/shelves_controller.rb
  • M app/controllers/subject_has_classifications_controller.rb
  • M app/controllers/subject_types_controller.rb
  • M app/controllers/subjects_controller.rb
  • M app/controllers/subscribes_controller.rb
  • M app/controllers/subscriptions_controller.rb
  • M app/controllers/tags_controller.rb
  • M app/controllers/use_restrictions_controller.rb
  • M app/controllers/user_checkout_stats_controller.rb
  • M app/controllers/user_group_has_checkout_types_controller.rb
  • M app/controllers/user_groups_controller.rb
  • M app/controllers/user_reserve_stats_controller.rb
  • M app/controllers/users_controller.rb
  • M app/controllers/work_forms_controller.rb
  • M app/controllers/work_merge_lists_controller.rb
  • M app/controllers/work_merges_controller.rb
  • M app/controllers/works_controller.rb
  • M app/helpers/application_helper.rb
  • M app/models/bookmark.rb
  • M app/models/bookmarked_resource.rb
  • M app/models/reserve.rb
  • M app/views/advertisements/edit.html.erb
  • M app/views/advertisements/index.html.erb
  • M app/views/advertisements/new.html.erb
  • M app/views/advertises/edit.html.erb
  • M app/views/advertises/index.html.erb
  • M app/views/advertises/new.html.erb
  • M app/views/answers/edit.html.erb
  • M app/views/answers/index.html.erb
  • M app/views/answers/new.html.erb
  • M app/views/attachment_files/edit.html.erb
  • M app/views/attachment_files/index.html.erb
  • M app/views/barcodes/edit.html.erb
  • M app/views/barcodes/index.html.erb
  • M app/views/barcodes/new.html.erb
  • M app/views/baskets/edit.html.erb
  • M app/views/baskets/index.html.erb
  • M app/views/baskets/new.html.erb
  • M app/views/bookmark_stat_has_manifestations/edit.html.erb
  • M app/views/bookmark_stat_has_manifestations/index.html.erb
  • M app/views/bookmark_stat_has_manifestations/new.html.erb
  • M app/views/bookmark_stat_has_manifestations/show.html.erb
  • M app/views/bookmark_stats/edit.html.erb
  • M app/views/bookmark_stats/index.html.erb
  • M app/views/bookmark_stats/new.html.erb
  • M app/views/bookmarked_resources/_bookmark_list.html.erb
  • M app/views/bookmarked_resources/_index.html.erb
  • M app/views/bookmarked_resources/_index_user.html.erb
  • M app/views/bookmarked_resources/_list.html.erb
  • M app/views/bookmarked_resources/edit.html.erb
  • M app/views/bookmarked_resources/new.html.erb
  • M app/views/bookmarks/_index.html.erb
  • M app/views/bookmarks/_index_bookmarked_resource.html.erb
  • M app/views/bookmarks/_index_user.html.erb
  • M app/views/bookmarks/edit.html.erb
  • M app/views/bookmarks/new.html.erb
  • M app/views/bookstores/edit.html.erb
  • M app/views/bookstores/index.html.erb
  • M app/views/bookstores/new.html.erb
  • M app/views/checked_items/edit.html.erb
  • M app/views/checked_items/index.html.erb
  • M app/views/checked_items/new.html.erb
  • M app/views/checkins/edit.html.erb
  • M app/views/checkins/index.html.erb
  • M app/views/checkins/new.html.erb
  • M app/views/checkout_stat_has_manifestations/edit.html.erb
  • M app/views/checkout_stat_has_manifestations/index.html.erb
  • M app/views/checkout_stat_has_manifestations/new.html.erb
  • M app/views/checkout_stat_has_manifestations/show.html.erb
  • M app/views/checkout_stat_has_users/edit.html.erb
  • M app/views/checkout_stat_has_users/index.html.erb
  • M app/views/checkout_stat_has_users/new.html.erb
  • M app/views/checkout_stat_has_users/show.html.erb
  • M app/views/checkout_types/edit.html.erb
  • M app/views/checkout_types/index.html.erb
  • M app/views/checkout_types/new.html.erb
  • M app/views/checkouts/_index.html.erb
  • M app/views/checkouts/_index_overdue.html.erb
  • M app/views/checkouts/_index_user.html.erb
  • M app/views/checkouts/edit.html.erb
  • M app/views/checkouts/new.html.erb
  • M app/views/circulation_statuses/edit.html.erb
  • M app/views/circulation_statuses/index.html.erb
  • M app/views/circulation_statuses/new.html.erb
  • M app/views/classification_types/edit.html.erb
  • M app/views/classification_types/index.html.erb
  • M app/views/classification_types/new.html.erb
  • M app/views/classifications/_index.html.erb
  • M app/views/classifications/_index_subject.html.erb
  • M app/views/classifications/edit.html.erb
  • M app/views/classifications/new.html.erb
  • M app/views/countries/edit.html.erb
  • M app/views/countries/index.html.erb
  • M app/views/countries/new.html.erb
  • M app/views/creates/_index.html.erb
  • M app/views/creates/_index_patron.html.erb
  • M app/views/creates/_index_work.html.erb
  • M app/views/creates/edit.html.erb
  • M app/views/creates/new.html.erb
  • M app/views/donates/edit.html.erb
  • M app/views/donates/index.html.erb
  • M app/views/donates/new.html.erb
  • M app/views/embodies/_index.html.erb
  • M app/views/embodies/_index_expression.html.erb
  • M app/views/embodies/_index_manifestation.html.erb
  • M app/views/embodies/edit.html.erb
  • M app/views/embodies/new.html.erb
  • M app/views/event_categories/edit.html.erb
  • M app/views/event_categories/index.html.erb
  • M app/views/event_categories/new.html.erb
  • M app/views/events/edit.html.erb
  • M app/views/events/index.html.erb
  • M app/views/events/new.html.erb
  • M app/views/exemplifies/edit.html.erb
  • M app/views/exemplifies/index.html.erb
  • M app/views/exemplifies/new.html.erb
  • M app/views/expression_forms/edit.html.erb
  • M app/views/expression_forms/index.html.erb
  • M app/views/expression_forms/new.html.erb
  • M app/views/expression_has_expressions/edit.html.erb
  • M app/views/expression_has_expressions/index.html.erb
  • M app/views/expression_has_expressions/new.html.erb
  • M app/views/expression_has_expressions/show.html.erb
  • M app/views/expression_merge_lists/edit.html.erb
  • M app/views/expression_merge_lists/index.html.erb
  • M app/views/expression_merge_lists/new.html.erb
  • M app/views/expression_merges/edit.html.erb
  • M app/views/expression_merges/index.html.erb
  • M app/views/expression_merges/new.html.erb
  • M app/views/expressions/_index.html.erb
  • M app/views/expressions/_index_manifestation.html.erb
  • M app/views/expressions/_index_subscription.html.erb
  • M app/views/expressions/_index_work.html.erb
  • M app/views/expressions/_new_manifestation.html.erb
  • M app/views/expressions/_new_patron.html.erb
  • M app/views/expressions/_new_work.html.erb
  • M app/views/expressions/edit.html.erb
  • M app/views/expressions/show.html.erb
  • M app/views/frequency_of_issues/edit.html.erb
  • M app/views/frequency_of_issues/index.html.erb
  • M app/views/frequency_of_issues/new.html.erb
  • M app/views/frequency_of_issues/show.html.erb
  • M app/views/imported_event_files/edit.html.erb
  • M app/views/imported_event_files/index.html.erb
  • M app/views/imported_event_files/new.html.erb
  • M app/views/imported_objects/edit.html.erb
  • M app/views/imported_objects/index.html.erb
  • M app/views/imported_objects/new.html.erb
  • M app/views/imported_objects/show.html.erb
  • M app/views/imported_patron_files/edit.html.erb
  • M app/views/imported_patron_files/index.html.erb
  • M app/views/imported_patron_files/new.html.erb
  • M app/views/imported_resource_files/edit.html.erb
  • M app/views/imported_resource_files/index.html.erb
  • M app/views/imported_resource_files/new.html.erb
  • M app/views/inter_library_loans/edit.html.erb
  • M app/views/inter_library_loans/index.html.erb
  • M app/views/inter_library_loans/new.html.erb
  • M app/views/inventories/edit.html.erb
  • M app/views/inventories/index.html.erb
  • M app/views/inventories/new.html.erb
  • M app/views/inventory_files/edit.html.erb
  • M app/views/inventory_files/index.html.erb
  • M app/views/inventory_files/new.html.erb
  • M app/views/item_has_items/edit.html.erb
  • M app/views/item_has_items/index.html.erb
  • M app/views/item_has_items/new.html.erb
  • M app/views/item_has_items/show.html.erb
  • M app/views/item_has_use_restrictions/edit.html.erb
  • M app/views/item_has_use_restrictions/index.html.erb
  • M app/views/item_has_use_restrictions/new.html.erb
  • M app/views/items/_index.html.erb
  • M app/views/items/_index_inventory_file.html.erb
  • M app/views/items/_index_manifestation.html.erb
  • M app/views/items/edit.html.erb
  • M app/views/items/new.html.erb
  • M app/views/items/show.html.erb
  • M app/views/languages/edit.html.erb
  • M app/views/languages/index.html.erb
  • M app/views/languages/new.html.erb
  • M app/views/layouts/bookmark_stat_has_manifestations.html.erb
  • M app/views/layouts/expressions.html.erb
  • M app/views/layouts/owns.html.erb
  • M app/views/layouts/reserve_stat_has_manifestations.html.erb
  • M app/views/layouts/reserve_stat_has_users.html.erb
  • M app/views/libraries/edit.html.erb
  • M app/views/libraries/index.html.erb
  • M app/views/libraries/new.html.erb
  • M app/views/libraries/show.html.erb
  • M app/views/library_groups/edit.html.erb
  • M app/views/library_groups/index.html.erb
  • M app/views/library_groups/new.html.erb
  • M app/views/manifestation_checkout_stats/edit.html.erb
  • M app/views/manifestation_checkout_stats/index.html.erb
  • M app/views/manifestation_checkout_stats/new.html.erb
  • M app/views/manifestation_form_has_checkout_types/edit.html.erb
  • M app/views/manifestation_form_has_checkout_types/index.html.erb
  • M app/views/manifestation_form_has_checkout_types/new.html.erb
  • M app/views/manifestation_forms/edit.html.erb
  • M app/views/manifestation_forms/index.html.erb
  • M app/views/manifestation_forms/new.html.erb
  • M app/views/manifestation_has_manifestations/edit.html.erb
  • M app/views/manifestation_has_manifestations/new.html.erb
  • M app/views/manifestation_has_manifestations/show.html.erb
  • M app/views/manifestation_reserve_stats/edit.html.erb
  • M app/views/manifestation_reserve_stats/index.html.erb
  • M app/views/manifestation_reserve_stats/new.html.erb
  • M app/views/manifestation_reserve_stats/show.html.erb
  • M app/views/manifestations/_index_expression.html.erb
  • M app/views/manifestations/_index_patron.html.erb
  • M app/views/manifestations/_index_subject.html.erb
  • M app/views/manifestations/_manifestation_patrons_list.html.erb
  • M app/views/manifestations/_new.html.erb
  • M app/views/manifestations/_title.html.erb
  • M app/views/manifestations/edit.html.erb
  • M app/views/manifestations/show.html.erb
  • M app/views/message_queues/edit.html.erb
  • M app/views/message_queues/index.html.erb
  • M app/views/message_queues/new.html.erb
  • M app/views/message_templates/edit.html.erb
  • M app/views/message_templates/index.html.erb
  • M app/views/message_templates/new.html.erb
  • M app/views/messages/edit.html.erb
  • M app/views/messages/new.html.erb
  • M app/views/news_feeds/edit.html.erb
  • M app/views/news_feeds/index.html.erb
  • M app/views/news_feeds/new.html.erb
  • M app/views/news_posts/edit.html.erb
  • M app/views/news_posts/index.html.erb
  • M app/views/news_posts/new.html.erb
  • M app/views/order_lists/edit.html.erb
  • M app/views/order_lists/index.html.erb
  • M app/views/order_lists/new.html.erb
  • M app/views/orders/edit.html.erb
  • M app/views/orders/index.html.erb
  • M app/views/orders/new.html.erb
  • M app/views/owns/edit.html.erb
  • M app/views/owns/index.html.erb
  • M app/views/owns/new.html.erb
  • M app/views/page/_header.html.erb
  • M app/views/page/patron.html.erb
  • M app/views/patron_merge_lists/edit.html.erb
  • M app/views/patron_merge_lists/index.html.erb
  • M app/views/patron_merge_lists/new.html.erb
  • M app/views/patron_merges/edit.html.erb
  • M app/views/patron_merges/index.html.erb
  • M app/views/patron_merges/new.html.erb
  • M app/views/patron_types/edit.html.erb
  • M app/views/patron_types/index.html.erb
  • M app/views/patron_types/new.html.erb
  • M app/views/patrons/_index.html.erb
  • M app/views/patrons/_index_expression.html.erb
  • M app/views/patrons/_index_manifestation.html.erb
  • M app/views/patrons/_index_work.html.erb
  • M app/views/patrons/edit.html.erb
  • M app/views/patrons/new.html.erb
  • M app/views/patrons/show.html.erb
  • M app/views/picture_files/edit.html.erb
  • M app/views/picture_files/index.html.erb
  • M app/views/picture_files/new.html.erb
  • M app/views/produces/_index.html.erb
  • M app/views/produces/_index_manifestation.html.erb
  • M app/views/produces/_index_patron.html.erb
  • M app/views/produces/edit.html.erb
  • M app/views/produces/new.html.erb
  • M app/views/purchase_requests/_index.html.erb
  • M app/views/purchase_requests/_index_order_list.html.erb
  • M app/views/purchase_requests/_new.html.erb
  • M app/views/purchase_requests/_new_order_list.html.erb
  • M app/views/purchase_requests/edit.html.erb
  • M app/views/questions/_index.html.erb
  • M app/views/questions/_index_user.html.erb
  • M app/views/questions/edit.html.erb
  • M app/views/questions/new.html.erb
  • M app/views/realizes/_index.html.erb
  • M app/views/realizes/_index_expression.html.erb
  • M app/views/realizes/_index_patron.html.erb
  • M app/views/realizes/_index_work.html.erb
  • M app/views/realizes/edit.html.erb
  • M app/views/realizes/new.html.erb
  • M app/views/reifies/_index.html.erb
  • M app/views/reifies/_index_expression.html.erb
  • M app/views/reifies/_index_work.html.erb
  • M app/views/reifies/edit.html.erb
  • M app/views/reifies/new.html.erb
  • M app/views/request_status_types/edit.html.erb
  • M app/views/request_status_types/index.html.erb
  • M app/views/request_status_types/new.html.erb
  • M app/views/request_types/edit.html.erb
  • M app/views/request_types/index.html.erb
  • M app/views/request_types/new.html.erb
  • M app/views/reserve_stat_has_manifestations/edit.html.erb
  • M app/views/reserve_stat_has_manifestations/index.html.erb
  • M app/views/reserve_stat_has_manifestations/new.html.erb
  • M app/views/reserve_stat_has_manifestations/show.html.erb
  • M app/views/reserve_stat_has_users/edit.html.erb
  • M app/views/reserve_stat_has_users/index.html.erb
  • M app/views/reserve_stat_has_users/new.html.erb
  • M app/views/reserves/_new.html.erb
  • M app/views/reserves/_new_user.html.erb
  • M app/views/reserves/edit.html.erb
  • M app/views/reserves/index.html.erb
  • M app/views/reserves/show.html.erb
  • M app/views/resource_has_subjects/edit.html.erb
  • M app/views/resource_has_subjects/index.html.erb
  • M app/views/resource_has_subjects/new.html.erb
  • M app/views/roles/edit.html.erb
  • M app/views/roles/index.html.erb
  • M app/views/roles/new.html.erb
  • M app/views/search_engines/edit.html.erb
  • M app/views/search_engines/index.html.erb
  • M app/views/search_engines/new.html.erb
  • M app/views/search_histories/edit.html.erb
  • M app/views/search_histories/index.html.erb
  • M app/views/search_histories/new.html.erb
  • M app/views/sessions/new.html.erb
  • M app/views/shelves/_index.html.erb
  • M app/views/shelves/_index_library.html.erb
  • M app/views/shelves/edit.html.erb
  • M app/views/shelves/new.html.erb
  • M app/views/subject_has_classifications/edit.html.erb
  • M app/views/subject_has_classifications/index.html.erb
  • M app/views/subject_has_classifications/new.html.erb
  • M app/views/subject_types/edit.html.erb
  • M app/views/subject_types/index.html.erb
  • M app/views/subject_types/new.html.erb
  • M app/views/subjects/_index.html.erb
  • M app/views/subjects/_index_classification.html.erb
  • M app/views/subjects/_index_manifestation.html.erb
  • M app/views/subjects/edit.html.erb
  • M app/views/subjects/new.html.erb
  • M app/views/subscribes/edit.html.erb
  • M app/views/subscribes/index.html.erb
  • M app/views/subscribes/new.html.erb
  • M app/views/subscriptions/edit.html.erb
  • M app/views/subscriptions/index.html.erb
  • M app/views/subscriptions/new.html.erb
  • M app/views/tags/edit.html.erb
  • M app/views/tags/index.html.erb
  • M app/views/tags/show.html.erb
  • M app/views/use_restrictions/edit.html.erb
  • M app/views/use_restrictions/index.html.erb
  • M app/views/use_restrictions/new.html.erb
  • M app/views/user_checkout_stats/edit.html.erb
  • M app/views/user_checkout_stats/index.html.erb
  • M app/views/user_checkout_stats/new.html.erb
  • M app/views/user_group_has_checkout_types/edit.html.erb
  • M app/views/user_group_has_checkout_types/index.html.erb
  • M app/views/user_group_has_checkout_types/new.html.erb
  • M app/views/user_groups/edit.html.erb
  • M app/views/user_groups/index.html.erb
  • M app/views/user_groups/new.html.erb
  • M app/views/user_reserve_stats/edit.html.erb
  • M app/views/user_reserve_stats/index.html.erb
  • M app/views/user_reserve_stats/new.html.erb
  • M app/views/users/_show.html.erb
  • M app/views/users/_show_other.html.erb
  • M app/views/users/edit.html.erb
  • M app/views/users/index.html.erb
  • M app/views/users/new.html.erb
  • M app/views/work_forms/edit.html.erb
  • M app/views/work_forms/index.html.erb
  • M app/views/work_forms/new.html.erb
  • M app/views/work_has_works/edit.html.erb
  • M app/views/work_has_works/index.html.erb
  • M app/views/work_has_works/new.html.erb
  • M app/views/work_has_works/show.html.erb
  • M app/views/work_merge_lists/edit.html.erb
  • M app/views/work_merge_lists/index.html.erb
  • M app/views/work_merge_lists/new.html.erb
  • M app/views/work_merges/edit.html.erb
  • M app/views/work_merges/index.html.erb
  • M app/views/work_merges/new.html.erb
  • M app/views/works/_index.html.erb
  • M app/views/works/_index_parent.html.erb
  • M app/views/works/_index_patron.html.erb
  • M app/views/works/_new_patron.html.erb
  • M app/views/works/edit.html.erb
  • M app/views/works/new.html.erb
  • M app/views/works/show.html.erb
  • M config/locales/translation_en.yml
  • M config/locales/translation_ja.yml
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

integrated library system developed in Japan
http://www.next-l.jp/