Added some new words.

This commit is contained in:
Martin Edenhofer 2013-01-05 00:19:55 +01:00
parent d438f3947c
commit 74edcfd202
2 changed files with 7 additions and 1 deletions

View file

@ -26,7 +26,7 @@ class App.ChannelEmail extends App.ControllerTabs
controller: App.ChannelEmailAddress,
},
{
name: 'Sigantures',
name: 'Signatures',
target: 'c-signature',
controller: App.ChannelEmailSignature,
},

View file

@ -1875,5 +1875,11 @@ Translation.create_if_not_exists( :locale => 'de', :source => "Close Time", :tar
Translation.create_if_not_exists( :locale => 'de', :source => "First Response", :target => "Erste Reaktion", :updated_by_id => 1, :created_by_id => 1 )
Translation.create_if_not_exists( :locale => 'de', :source => "up", :target => "auf", :updated_by_id => 1, :created_by_id => 1 )
Translation.create_if_not_exists( :locale => 'de', :source => "down", :target => "ab", :updated_by_id => 1, :created_by_id => 1 )
Translation.create_if_not_exists( :locale => 'de', :source => "Inbound", :target => "Eingehend", :updated_by_id => 1, :created_by_id => 1 )
Translation.create_if_not_exists( :locale => 'de', :source => "Outbound", :target => "Ausgehend", :updated_by_id => 1, :created_by_id => 1 )
Translation.create_if_not_exists( :locale => 'de', :source => "Adresses", :target => "Adressen", :updated_by_id => 1, :created_by_id => 1 )
Translation.create_if_not_exists( :locale => 'de', :source => "Signatures", :target => "Signatur", :updated_by_id => 1, :created_by_id => 1 )
Translation.create_if_not_exists( :locale => 'de', :source => "Filter", :target => "Filter", :updated_by_id => 1, :created_by_id => 1 )
#Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "", :updated_by_id => 1, :created_by_id => 1 )