* special localization key for DMSF menu entry
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@141 5e329b0b-a2ee-ea63-e329-299493fc886d
This commit is contained in:
parent
3c0db80e61
commit
804c175c20
@ -157,4 +157,5 @@ cs:
|
|||||||
:error_file_can_not_be_created: "File can't be created in storage directory"
|
:error_file_can_not_be_created: "File can't be created in storage directory"
|
||||||
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
||||||
:warning_xapian_not_available: "Xapian not available"
|
:warning_xapian_not_available: "Xapian not available"
|
||||||
|
:menu_dmsf: "DMSF"
|
||||||
|
|
||||||
@ -159,4 +159,5 @@ de:
|
|||||||
:error_file_can_not_be_created: "File can't be created in storage directory"
|
:error_file_can_not_be_created: "File can't be created in storage directory"
|
||||||
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
||||||
:warning_xapian_not_available: "Xapian not available"
|
:warning_xapian_not_available: "Xapian not available"
|
||||||
|
:menu_dmsf: "DMSF"
|
||||||
|
|
||||||
@ -153,4 +153,5 @@ en-GB:
|
|||||||
:error_file_can_not_be_created: "File can't be created in storage directory"
|
:error_file_can_not_be_created: "File can't be created in storage directory"
|
||||||
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
||||||
:warning_xapian_not_available: "Xapian not available"
|
:warning_xapian_not_available: "Xapian not available"
|
||||||
|
:menu_dmsf: "DMSF"
|
||||||
|
|
||||||
@ -153,9 +153,9 @@ en:
|
|||||||
:label_number_of_documents: "Documents"
|
:label_number_of_documents: "Documents"
|
||||||
:label_zip_names_encoding: "Zip names encoding"
|
:label_zip_names_encoding: "Zip names encoding"
|
||||||
:note_zip_names_encoding_iconv: "Iconv is used for charset conversion from utf-8 to target encoding"
|
:note_zip_names_encoding_iconv: "Iconv is used for charset conversion from utf-8 to target encoding"
|
||||||
|
|
||||||
:error_file_storage_directory_does_not_exist: "File storage directory doesn't exist and can't be created"
|
:error_file_storage_directory_does_not_exist: "File storage directory doesn't exist and can't be created"
|
||||||
:error_file_can_not_be_created: "File can't be created in storage directory"
|
:error_file_can_not_be_created: "File can't be created in storage directory"
|
||||||
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
||||||
:warning_xapian_not_available: "Xapian not available"
|
:warning_xapian_not_available: "Xapian not available"
|
||||||
|
:menu_dmsf: "DMSF"
|
||||||
|
|
||||||
@ -155,4 +155,5 @@ es:
|
|||||||
:error_file_can_not_be_created: "File can't be created in storage directory"
|
:error_file_can_not_be_created: "File can't be created in storage directory"
|
||||||
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
||||||
:warning_xapian_not_available: "Xapian not available"
|
:warning_xapian_not_available: "Xapian not available"
|
||||||
|
:menu_dmsf: "DMSF"
|
||||||
|
|
||||||
@ -153,4 +153,5 @@ fr:
|
|||||||
:error_file_can_not_be_created: "File can't be created in storage directory"
|
:error_file_can_not_be_created: "File can't be created in storage directory"
|
||||||
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
||||||
:warning_xapian_not_available: "Xapian not available"
|
:warning_xapian_not_available: "Xapian not available"
|
||||||
|
:menu_dmsf: "DMSF"
|
||||||
|
|
||||||
@ -157,4 +157,5 @@ en:
|
|||||||
:error_file_can_not_be_created: "File can't be created in storage directory"
|
:error_file_can_not_be_created: "File can't be created in storage directory"
|
||||||
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
||||||
:warning_xapian_not_available: "Xapian not available"
|
:warning_xapian_not_available: "Xapian not available"
|
||||||
|
:menu_dmsf: "DMSF"
|
||||||
|
|
||||||
@ -153,4 +153,5 @@ ru:
|
|||||||
:error_file_can_not_be_created: "File can't be created in storage directory"
|
:error_file_can_not_be_created: "File can't be created in storage directory"
|
||||||
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
:error_wrong_zip_encoding: "Wrong Zip encoding"
|
||||||
:warning_xapian_not_available: "Xapian not available"
|
:warning_xapian_not_available: "Xapian not available"
|
||||||
|
:menu_dmsf: "DMSF"
|
||||||
|
|
||||||
2
init.rb
2
init.rb
@ -46,7 +46,7 @@ Redmine::Plugin.register :redmine_dmsf do
|
|||||||
"dmsf_stemming_strategy" => "STEM_NONE"
|
"dmsf_stemming_strategy" => "STEM_NONE"
|
||||||
}
|
}
|
||||||
|
|
||||||
menu :project_menu, :dmsf, { :controller => "dmsf", :action => "show" }, :caption => :dmsf, :after => :activity, :param => :id
|
menu :project_menu, :dmsf, { :controller => "dmsf", :action => "show" }, :caption => :menu_dmsf, :after => :activity, :param => :id
|
||||||
#delete_menu_item :project_menu, :documents
|
#delete_menu_item :project_menu, :documents
|
||||||
|
|
||||||
activity_provider :dmsf_files, :class_name => "DmsfFileRevision", :default => true
|
activity_provider :dmsf_files, :class_name => "DmsfFileRevision", :default => true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user