From b5ed7a12e5581322f8ec96ee8ca8c17de126ecb2 Mon Sep 17 00:00:00 2001 From: Roy Kaldung Date: Fri, 4 Jan 2013 13:04:21 +0100 Subject: [PATCH] added translations --- db/seeds.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/db/seeds.rb b/db/seeds.rb index 479898854..5f7caeb77 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -1862,6 +1862,9 @@ Translation.create_if_not_exists( :locale => 'de', :source => "note", :target => Translation.create_if_not_exists( :locale => 'de', :source => "phone", :target => "Telefon", :updated_by_id => 1, :created_by_id => 1 ) Translation.create_if_not_exists( :locale => 'de', :source => "web", :target => "Web", :updated_by_id => 1, :created_by_id => 1 ) Translation.create_if_not_exists( :locale => 'de', :source => "Change order", :target => "Reihenfolge Ăndern", :updated_by_id => 1, :created_by_id => 1 ) - +Translation.create_if_not_exists( :locale => 'de', :source => "Items per page", :target => "EintrĂge je Seite", :updated_by_id => 1, :created_by_id => 1 ) +Translation.create_if_not_exists( :locale => 'de', :source => "Last Contact", :target => "Letzter Kontakt", :updated_by_id => 1, :created_by_id => 1 ) +Translation.create_if_not_exists( :locale => 'de', :source => "Last Contact Agent", :target => "Letzter Kontakt Agent", :updated_by_id => 1, :created_by_id => 1 ) +Translation.create_if_not_exists( :locale => 'de', :source => "Last Contact Customer", :target => "Letzter Kontakt Kunde", :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 )