diff --git a/templates/default/I18n/en_US.php b/templates/default/I18n/en_US.php index f6c2f5fbd..19b58a6c4 100755 --- a/templates/default/I18n/en_US.php +++ b/templates/default/I18n/en_US.php @@ -152,6 +152,7 @@ return array ( 'Select Country' => 'Select Country', 'Create' => 'Create', 'Related' => 'Related', +/* 'The page cannot be found' => 'The page cannot be found', 'What\'s your name?' => 'What\'s your name?', 'So I can get back to you.' => 'So I can get back to you.', @@ -189,5 +190,21 @@ return array ( 'Your current password does not match.' => 'Your current password does not match.', 'Password confirmation is not the same as password field.' => 'Password confirmation is not the same as password field.', 'I would like to receive the newsletter or the latest news.' => 'I would like to receive the newsletter or the latest news.', +*/ + 'Placeholder firstname' => 'John', + 'Placeholder lastname' => 'Doe', + 'Placeholder email' => 'johndoe@domain.com', + 'Placeholder phone' => '', + 'Placeholder cellphone' => '', + 'Placeholder company' => 'Google', + 'Placeholder address1' => '76 Ninth Avenue', + 'Placeholder address2' => '', + 'Placeholder city' => 'New York', + 'Placeholder zipcode' => 'NY 10011', + 'Placeholder address label' => 'Home, Work office, other', + 'Placeholder contact name' => 'What\'s your name?', + 'Placeholder contact email' => 'So I can get back to you.', + 'Placeholder contact subject' => 'The subject of your message.', + 'Placeholder contact message' => 'And your message...', ) ; \ No newline at end of file diff --git a/templates/default/I18n/es_ES.php b/templates/default/I18n/es_ES.php index 9127152cc..9e276a02b 100755 --- a/templates/default/I18n/es_ES.php +++ b/templates/default/I18n/es_ES.php @@ -152,6 +152,7 @@ return array ( 'Select Country' => '', 'Create' => '', 'Related' => '', +/* 'The page cannot be found' => '', 'What\'s your name?' => '', 'So I can get back to you.' => '', @@ -189,5 +190,21 @@ return array ( 'Your current password does not match.' => '', 'Password confirmation is not the same as password field.' => '', 'I would like to receive the newsletter or the latest news.' => '', +*/ + 'Placeholder firstname' => '', + 'Placeholder lastname' => '', + 'Placeholder email' => '', + 'Placeholder phone' => '', + 'Placeholder cellphone' => '', + 'Placeholder company' => '', + 'Placeholder address1' => '', + 'Placeholder address2' => '', + 'Placeholder city' => '', + 'Placeholder zipcode' => '', + 'Placeholder address label' => '', + 'Placeholder contact name' => '', + 'Placeholder contact email' => '', + 'Placeholder contact subject' => '', + 'Placeholder contact message' => '', ) ; \ No newline at end of file diff --git a/templates/default/I18n/fr_FR.php b/templates/default/I18n/fr_FR.php index 96b98b05d..350e75b60 100755 --- a/templates/default/I18n/fr_FR.php +++ b/templates/default/I18n/fr_FR.php @@ -152,7 +152,7 @@ return array ( 'Select Country' => '', 'Create' => '', 'Related' => '', - +/* 'The page cannot be found' => '', 'What\'s your name?' => '', 'So I can get back to you.' => '', @@ -190,5 +190,23 @@ return array ( 'Your current password does not match.' => '', 'Password confirmation is not the same as password field.' => '', 'I would like to receive the newsletter or the latest news.' => '', +*/ + 'Placeholder firstname' => '', + 'Placeholder lastname' => '', + 'Placeholder email' => '', + 'Placeholder phone' => '', + 'Placeholder cellphone' => '', + 'Placeholder company' => '', + 'Placeholder address1' => '', + 'Placeholder address2' => '', + 'Placeholder city' => '', + 'Placeholder zipcode' => '', + 'Placeholder address label' => '', + 'Placeholder contact name' => '', + 'Placeholder contact email' => '', + 'Placeholder contact subject' => '', + 'Placeholder contact message' => '', + + ) ; \ No newline at end of file diff --git a/templates/default/I18n/it_IT.php b/templates/default/I18n/it_IT.php index 9127152cc..9e276a02b 100755 --- a/templates/default/I18n/it_IT.php +++ b/templates/default/I18n/it_IT.php @@ -152,6 +152,7 @@ return array ( 'Select Country' => '', 'Create' => '', 'Related' => '', +/* 'The page cannot be found' => '', 'What\'s your name?' => '', 'So I can get back to you.' => '', @@ -189,5 +190,21 @@ return array ( 'Your current password does not match.' => '', 'Password confirmation is not the same as password field.' => '', 'I would like to receive the newsletter or the latest news.' => '', +*/ + 'Placeholder firstname' => '', + 'Placeholder lastname' => '', + 'Placeholder email' => '', + 'Placeholder phone' => '', + 'Placeholder cellphone' => '', + 'Placeholder company' => '', + 'Placeholder address1' => '', + 'Placeholder address2' => '', + 'Placeholder city' => '', + 'Placeholder zipcode' => '', + 'Placeholder address label' => '', + 'Placeholder contact name' => '', + 'Placeholder contact email' => '', + 'Placeholder contact subject' => '', + 'Placeholder contact message' => '', ) ; \ No newline at end of file