From ff54150c1e099b38e4c8c08ca567afec28373a7e Mon Sep 17 00:00:00 2001 From: Randy Terbush Date: Fri, 10 May 2013 11:54:28 -0600 Subject: [PATCH] Namespace under spree: --- config/locales/de.yml | 39 +++++++++++++++++++------------------- config/locales/en.yml | 41 ++++++++++++++++++++-------------------- config/locales/es.yml | 37 ++++++++++++++++++------------------ config/locales/fr-FR.yml | 39 +++++++++++++++++++------------------- config/locales/pt-BR.yml | 37 ++++++++++++++++++------------------ config/locales/sl.yml | 41 ++++++++++++++++++++-------------------- 6 files changed, 120 insertions(+), 114 deletions(-) diff --git a/config/locales/de.yml b/config/locales/de.yml index 14e8814..dbabe2b 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1,22 +1,23 @@ --- de: - email_to_friend: - send_to_friend: "Per Email Empfehlen" - tell_about: "Empfehle '%{product}' weiter" - sender_name: "Dein Name" - sender_email: "Deine Emailadresse" - recipient_name: "Name vom Empfänger" - recipient_email: "Email vom Empfänger" - recipient_emails: "Empfänger Emails (mit Beistrich getrennt)" - message: "Nachricht" - send_message: "Diesen Artikel per E-Mail empfehlen!" - mail_sent_to: "Email wurde an %{email} verschickt " - send_to_other: "Jemanden anders empfehlen" - you_would_like_this: "Ich glaube das könnte dir gefallen" + spree: + email_to_friend: + send_to_friend: "Per Email Empfehlen" + tell_about: "Empfehle '%{product}' weiter" + sender_name: "Dein Name" + sender_email: "Deine Emailadresse" + recipient_name: "Name vom Empfänger" + recipient_email: "Email vom Empfänger" + recipient_emails: "Empfänger Emails (mit Beistrich getrennt)" + message: "Nachricht" + send_message: "Diesen Artikel per E-Mail empfehlen!" + mail_sent_to: "Email wurde an %{email} verschickt " + send_to_other: "Jemanden anders empfehlen" + you_would_like_this: "Ich glaube das könnte dir gefallen" - captcha: - captcha_settings: "Captcha Einstellungen" - public_key: "Öffentlichter Schlüssel (Public key)" - private_key: "Privater Schlüssel (Private key)" - manage_keys: "Ihre (re)captcha Schlüssel verwalten" - theme: "Theme" + captcha: + captcha_settings: "Captcha Einstellungen" + public_key: "Öffentlichter Schlüssel (Public key)" + private_key: "Privater Schlüssel (Private key)" + manage_keys: "Ihre (re)captcha Schlüssel verwalten" + theme: "Theme" diff --git a/config/locales/en.yml b/config/locales/en.yml index 85c8461..198c8c3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,23 +1,24 @@ --- en: - email_to_friend: - send_to_friend: "Email a friend" - tell_about: "Tell a friend about: %{product}" - sender_name: "Your name" - sender_email: "Your email address" - recipient_name: "Your friend's name" - recipient_email: "Your friend's email address" - recipient_emails: "Email addresses (comma separated)" - message: "Message" - send_message: "Tell your friend!" - mail_sent_to: "Mail sent to %{email} " - send_to_other: "Send to other friend" - you_would_like_this: "%{sender_name} wants you to see this item at %{site}" + spree: + email_to_friend: + send_to_friend: "Email a friend" + tell_about: "Tell a friend about: %{product}" + sender_name: "Your name" + sender_email: "Your email address" + recipient_name: "Your friend's name" + recipient_email: "Your friend's email address" + recipient_emails: "Email addresses (comma separated)" + message: "Message" + send_message: "Tell your friend!" + mail_sent_to: "Mail sent to %{email} " + send_to_other: "Send to other friend" + you_would_like_this: "%{sender_name} wants you to see this item at %{site}" - captcha: - captcha_settings: "Captcha Settings" - public_key: "Public key" - private_key: "Private key" - manage_keys: "Manage your (re)captcha keys" - use_captcha: "Use Captcha?" - theme: "Theme" + captcha: + captcha_settings: "Captcha Settings" + public_key: "Public key" + private_key: "Private key" + manage_keys: "Manage your (re)captcha keys" + use_captcha: "Use Captcha?" + theme: "Theme" diff --git a/config/locales/es.yml b/config/locales/es.yml index 96bfd76..d161b64 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1,20 +1,21 @@ --- es: - email_to_friend: - send_to_friend: "Enviar a un amigo" - tell_about: "Enviar {{product}} a un amigo" - sender_name: "Tu nombre" - sender_email: "Tu dirección de correo" - recipient_name: "Nombre de tu amigo" - recipient_email: "Dirección de correo de tu amigo" - message: "Mensaje" - send_message: "¡Enviar a un amigo!" - mail_sent_to: "Mensaje enviado a {{email}} " - send_to_other: "Enviar a otro amigo" - you_would_like_this: "Creo que este artículo te gustará" - captcha: - captcha_settings: "Configuracion de Captcha" - public_key: "Llave pública" - private_key: "Llave privada" - manage_keys: "Administrar tus llaves de recaptcha." - theme: "Tema" + spree: + email_to_friend: + send_to_friend: "Enviar a un amigo" + tell_about: "Enviar {{product}} a un amigo" + sender_name: "Tu nombre" + sender_email: "Tu dirección de correo" + recipient_name: "Nombre de tu amigo" + recipient_email: "Dirección de correo de tu amigo" + message: "Mensaje" + send_message: "¡Enviar a un amigo!" + mail_sent_to: "Mensaje enviado a {{email}} " + send_to_other: "Enviar a otro amigo" + you_would_like_this: "Creo que este artículo te gustará" + captcha: + captcha_settings: "Configuracion de Captcha" + public_key: "Llave pública" + private_key: "Llave privada" + manage_keys: "Administrar tus llaves de recaptcha." + theme: "Tema" diff --git a/config/locales/fr-FR.yml b/config/locales/fr-FR.yml index c5257bb..627b79a 100644 --- a/config/locales/fr-FR.yml +++ b/config/locales/fr-FR.yml @@ -1,22 +1,23 @@ --- fr-FR: - email_to_friend: - send_to_friend: "Envoyer à un ami" - tell_about: "Partager: %{product}" - sender_name: "Votre nom" - sender_email: "Votre adresse email" - recipient_name: "Le nom de votre ami" - recipient_email: "L'adresse email de votre ami" - recipient_emails: "Adresse emails (séparé par une virgule)" - message: "Message" - send_message: "Envoyer votre message !" - mail_sent_to: "Votre message a bien été envoyé à %{email} " - send_to_other: "Envoyé à un autre ami" - you_would_like_this: "Je pense que tu aimerais ce produit" + spree: + email_to_friend: + send_to_friend: "Envoyer à un ami" + tell_about: "Partager: %{product}" + sender_name: "Votre nom" + sender_email: "Votre adresse email" + recipient_name: "Le nom de votre ami" + recipient_email: "L'adresse email de votre ami" + recipient_emails: "Adresse emails (séparé par une virgule)" + message: "Message" + send_message: "Envoyer votre message !" + mail_sent_to: "Votre message a bien été envoyé à %{email} " + send_to_other: "Envoyé à un autre ami" + you_would_like_this: "Je pense que tu aimerais ce produit" - captcha: - captcha_settings: "Captcha Settings" - public_key: "Clé publique" - private_key: "Clé privée" - manage_keys: "Gestion de vos clé (re)captcha" - theme: "Theme" \ No newline at end of file + captcha: + captcha_settings: "Captcha Settings" + public_key: "Clé publique" + private_key: "Clé privée" + manage_keys: "Gestion de vos clé (re)captcha" + theme: "Theme" \ No newline at end of file diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index c8f83c0..d76596c 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1,23 +1,24 @@ --- pt-BR: - email_to_friend: - send_to_friend: "Recomendar a um amigo" - tell_about: "Enviar %{product} a um amigo" - sender_name: "Seu nome" - sender_email: "Seu endereço de e-mail" - recipient_name: "Nome do seu amigo" - recipient_email: "E-mail do seu amigo" - message: "Mensagem" - send_message: "Enviar a um amigo!" - mail_sent_to: "E-mail enviado para %{email} " - send_to_other: "Enviar para outro amigo" - you_would_like_this: "Eu acho que você gostará deste produto" + spree: + email_to_friend: + send_to_friend: "Recomendar a um amigo" + tell_about: "Enviar %{product} a um amigo" + sender_name: "Seu nome" + sender_email: "Seu endereço de e-mail" + recipient_name: "Nome do seu amigo" + recipient_email: "E-mail do seu amigo" + message: "Mensagem" + send_message: "Enviar a um amigo!" + mail_sent_to: "E-mail enviado para %{email} " + send_to_other: "Enviar para outro amigo" + you_would_like_this: "Eu acho que você gostará deste produto" - captcha: - captcha_settings: "Configurações do Captcha " - public_key: "Chave pública" - private_key: "Chave privada" - manage_keys: "Gerencie suas chaves do recaptcha" - theme: "Tema" + captcha: + captcha_settings: "Configurações do Captcha " + public_key: "Chave pública" + private_key: "Chave privada" + manage_keys: "Gerencie suas chaves do recaptcha" + theme: "Tema" diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 704d9a5..df5b9b0 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -1,23 +1,24 @@ --- sl: - email_to_friend: - send_to_friend: "Pošlji prijatelju" - tell_about: "Povej prijatelju o: %{product}" - sender_name: "Tvoje ime" - sender_email: "Tvoj email naslov" - recipient_name: "Ime prejemnika" - recipient_email: "Email prejemnika" - recipient_emails: "Email naslovi (ločeni z vejico)" - message: "Sporočilo" - send_message: "Povej prijatelju!" - mail_sent_to: "Sporočilo poslano na %{email} " - send_to_other: "Pošlji novemu prijatelju" - you_would_like_this: "%{sender_name} ti pošilja zanimivost s strani %{site}" + spree: + email_to_friend: + send_to_friend: "Pošlji prijatelju" + tell_about: "Povej prijatelju o: %{product}" + sender_name: "Tvoje ime" + sender_email: "Tvoj email naslov" + recipient_name: "Ime prejemnika" + recipient_email: "Email prejemnika" + recipient_emails: "Email naslovi (ločeni z vejico)" + message: "Sporočilo" + send_message: "Povej prijatelju!" + mail_sent_to: "Sporočilo poslano na %{email} " + send_to_other: "Pošlji novemu prijatelju" + you_would_like_this: "%{sender_name} ti pošilja zanimivost s strani %{site}" - captcha: - captcha_settings: "CAPTCHA nastavitve" - public_key: "Javni ključ" - private_key: "Zasebni ključ" - manage_keys: "Uredi svoje (re)captcha ključe" - use_captcha: "Uporabi CAPTCHA zaščito?" - theme: "Tema" + captcha: + captcha_settings: "CAPTCHA nastavitve" + public_key: "Javni ključ" + private_key: "Zasebni ključ" + manage_keys: "Uredi svoje (re)captcha ključe" + use_captcha: "Uporabi CAPTCHA zaščito?" + theme: "Tema"