refinerycms-inquiries 0.9.8.9 → 0.9.8.10
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/de.yml +50 -44
- data/config/locales/fr.yml +60 -49
- data/config/locales/pt-BR.yml +43 -52
- data/lib/gemspec.rb +1 -1
- data/refinerycms-inquiries.gemspec +2 -2
- metadata +4 -4
data/config/locales/de.yml
CHANGED
@@ -2,70 +2,76 @@ de:
|
|
2
2
|
plugins:
|
3
3
|
refinery_inquiries:
|
4
4
|
title: Kontaktanfragen
|
5
|
-
|
6
|
-
models:
|
7
|
-
inquiry: Kontaktanfrage
|
8
|
-
attributes:
|
9
|
-
inquiry:
|
10
|
-
to: An
|
11
|
-
from: Von
|
12
|
-
click_to_email: E-Mail an diese Adresse schreiben
|
13
|
-
phone: Telefon
|
14
|
-
date: Datum
|
15
|
-
message: Nachricht
|
5
|
+
description: Stellt ein Kontaktformular zur Verfügung und speichert Kontaktanfragen
|
16
6
|
inquiries:
|
17
7
|
new:
|
18
|
-
header_message: "Es gab ein kleines Problem"
|
19
|
-
message: "Die folgenden Probleme müssen behoben werden:"
|
20
8
|
send: Nachricht senden
|
21
|
-
privacy_policy:
|
9
|
+
privacy_policy: Ihre Privatsphäre ist uns wichtig
|
22
10
|
admin:
|
23
11
|
inquiries:
|
12
|
+
delete: Diese Kontaktanfrage für immer löschen
|
24
13
|
inquiry:
|
25
|
-
move_inquiry_to_closed: Diese Kontaktanfrage zu geschlossenen Anfragen verschieben
|
26
|
-
move_inquiry_to_open: Diese Kontaktanfrage zu offenen Anfragen verschieben
|
27
14
|
read_inquiry: Kontaktanfrage lesen
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
15
|
+
said: schrieb
|
16
|
+
mark_as_spam: Als Spam markieren
|
17
|
+
mark_as_ham: In den Posteingang verschieben
|
18
|
+
submenu:
|
19
|
+
inbox: Posteingang
|
20
|
+
spam: Spam
|
21
|
+
update_notified: Wer wird benachrichtigt aktualisieren
|
22
|
+
edit_confirmation_email: Bestätigungs-E-Mail bearbeiten
|
33
23
|
index:
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
closed_inquiries: Geschlossene Kontaktanfragen
|
38
|
-
havent_closed_any_inquiries: "Sie haben noch keine Kontaktanfragen geschlossen."
|
24
|
+
no_inquiries: Sie haben noch keine Kontaktanfragen erhalten.
|
25
|
+
spam:
|
26
|
+
no_spam: Juhu! Sie haben keinen Spam.
|
39
27
|
show:
|
40
28
|
details: Details
|
41
|
-
click_to_email: E-Mail senden
|
42
|
-
status: Status
|
43
|
-
open: Offen
|
44
|
-
closed: Geschlossen
|
45
29
|
age: Alter
|
46
30
|
actions: Aktionen
|
47
31
|
back_to_all_inquiries: Zurück zu allen Kontaktanfragen
|
32
|
+
spam: Spam
|
33
|
+
spam_yes: 'ja'
|
48
34
|
inquiry: Kontaktanfrage
|
49
|
-
|
50
|
-
|
51
|
-
|
35
|
+
to: An
|
36
|
+
from: Von
|
37
|
+
click_to_email: Klicken, um eine E-Mail an diese Adresse zu schicken
|
38
|
+
phone: Telefon
|
39
|
+
date: Datum
|
40
|
+
message: Nachricht
|
52
41
|
inquiry_settings:
|
53
|
-
update:
|
54
|
-
updated: "'%{setting}' wurde erfolgreich aktualisiert."
|
55
42
|
notification_recipients_form:
|
56
|
-
inquiry_settings_value_name: Benachrichtigungen
|
57
|
-
explanation:
|
58
|
-
hint:
|
59
|
-
example: "z.B
|
43
|
+
inquiry_settings_value_name: Schicke Benachrichtigungen an
|
44
|
+
explanation: Jedesmal wenn jemand Sie auf Ihrer Webseite kontaktiert, wird eine E-Mail mit einem Hinweis zu einer neuen Kontaktanfrage versendet.
|
45
|
+
hint: Wenn eine neue Kontaktanfrage gestellt wurde, wird Refinery Ihnen eine E-Mail mit einem Hinweis schicken.
|
46
|
+
example: "Geben Sie Ihre E-Mail-Adresse(n) an, z. B.: jack@work.com, jill@office.com"
|
60
47
|
confirmation_email_form:
|
61
48
|
to: An
|
62
49
|
from: Von
|
63
50
|
subject: Betreff
|
64
51
|
click_to_edit_subject: Klicken Sie hier, um den Betreff zu bearbeiten
|
65
|
-
explanation:
|
52
|
+
explanation: Jedesmal wenn jemand Sie auf Ihrer Webseite kontaktiert, wird eine E-Mail an die anfragende Person zur Bestätigung der Kontaktanfrage versendet.
|
66
53
|
below_edit_email_sent: Unten können Sie die E-Mail bearbeiten, die versendet wird.
|
67
|
-
the_customer_making_inquiry: Der Kunde, der die Kontaktanfrage gestellt hat
|
54
|
+
the_customer_making_inquiry: Der Kunde, der die Kontaktanfrage gestellt hat
|
55
|
+
message: Nachricht
|
56
|
+
note: "Hinweis: Um den Namen des Kunden in der E-Mail einzufügen, verwenden Sie den Platzhalter %name%"
|
57
|
+
inquiry_mailer:
|
58
|
+
notification:
|
59
|
+
greeting: Hallo
|
60
|
+
you_recieved_new_inquiry: Sie haben eine neue Kontaktanfrage über Ihre Webseite erhalten.
|
61
|
+
inquiry_starts: --- Anfang der Kontaktanfrage ---
|
62
|
+
inquiry_ends: --- Ende der Kontaktanfrage ---
|
63
|
+
from: Von
|
64
|
+
email: E-Mail
|
65
|
+
phone: Telefon
|
66
|
+
message: Nachricht
|
67
|
+
closing_line: Mit freundlichen Grüßen
|
68
|
+
ps: P.S. All Ihre Kontaktanfragen werden im Bereich "Kontaktanfragen" von Refinery gespeichert, sollten Sie diese zu einem späteren Zeitpunkt wieder ansehen wollen.
|
69
|
+
activerecord:
|
70
|
+
models:
|
71
|
+
inquiry: Kontaktanfrage
|
72
|
+
attributes:
|
73
|
+
inquiry:
|
74
|
+
name: Name
|
75
|
+
email: E-Mail
|
76
|
+
phone: Telefon
|
68
77
|
message: Nachricht
|
69
|
-
note: "Hinweis: Verwenden Sie den Text %name% um den Namen des Kunden in der E-Mail einzufügen."
|
70
|
-
subject_form:
|
71
|
-
subject_value_name: Betreff
|
data/config/locales/fr.yml
CHANGED
@@ -2,65 +2,76 @@ fr:
|
|
2
2
|
plugins:
|
3
3
|
refinery_inquiries:
|
4
4
|
title: Requêtes
|
5
|
-
|
6
|
-
models:
|
7
|
-
inquiry: Demandes de renseignements
|
8
|
-
attributes:
|
9
|
-
inquiry:
|
10
|
-
to: "À"
|
11
|
-
from: "De"
|
12
|
-
click_to_email: Cliquer pour envoyez un couriel à cette adresse
|
13
|
-
phone: Téléphone
|
14
|
-
date: Date
|
15
|
-
message: Message
|
5
|
+
description: Fournit un formulaire de contact et gère les demandes de contacts.
|
16
6
|
inquiries:
|
17
7
|
new:
|
18
|
-
|
19
|
-
|
20
|
-
send: Envoyez le message
|
21
|
-
privacy_policy: "Nous respectons votre vie privée"
|
8
|
+
send: Envoyer un message
|
9
|
+
privacy_policy: Nous respectons votre vie privée
|
22
10
|
admin:
|
23
11
|
inquiries:
|
12
|
+
delete: Supprimer définitivement cette requête
|
24
13
|
inquiry:
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
14
|
+
read_inquiry: Lire la requête
|
15
|
+
said: a dit
|
16
|
+
mark_as_spam: Marquer comme spam
|
17
|
+
mark_as_ham: Déplacer dans la boîte de réception
|
18
|
+
submenu:
|
19
|
+
inbox: Boîte de réception
|
20
|
+
spam: Spam
|
21
|
+
update_notified: Choisir qui reçoit les notifications
|
22
|
+
edit_confirmation_email: Modifier l'e-mail de confirmation
|
33
23
|
index:
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
closed_inquiries: Demande de renseignement fermé
|
38
|
-
havent_closed_any_inquiries: "Vous n'avez pas de demande de renseignements fermé pour le moment."
|
24
|
+
no_inquiries: Vous n'avez reçu aucune requête.
|
25
|
+
spam:
|
26
|
+
no_spam: Vous n'avez aucun spam.
|
39
27
|
show:
|
40
|
-
details:
|
41
|
-
click_to_email: Cliquer pour envoyé un couriel
|
42
|
-
status: Statut
|
43
|
-
open: Ouvert
|
44
|
-
closed: Fermé
|
28
|
+
details: Détails
|
45
29
|
age: Age
|
46
30
|
actions: Actions
|
47
|
-
back_to_all_inquiries:
|
31
|
+
back_to_all_inquiries: Retourner à la liste des requêtes
|
32
|
+
spam: Spam
|
33
|
+
spam_yes: 'oui'
|
48
34
|
inquiry: Requête
|
49
|
-
|
50
|
-
|
51
|
-
|
35
|
+
to: À
|
36
|
+
from: De
|
37
|
+
click_to_email: Cliquer ici pour enyoyer un e-mail à cette adresse
|
38
|
+
phone: Téléphone
|
39
|
+
date: Date
|
40
|
+
message: Message
|
52
41
|
inquiry_settings:
|
53
|
-
update:
|
54
|
-
updated: "'%{setting}' a été mis à jour."
|
55
42
|
notification_recipients_form:
|
56
|
-
inquiry_settings_value_name: Envoyer
|
57
|
-
explanation:
|
58
|
-
hint:
|
59
|
-
example: "
|
43
|
+
inquiry_settings_value_name: Envoyer une notification à
|
44
|
+
explanation: Chaque fois qu'une demande de contact est rédigée sur votre site, Refinery envoie un e-mail pour le signaler.
|
45
|
+
hint: Quand une nouvelle requête est soumise, Refinery vous envoie un e-mail d'avertissement.
|
46
|
+
example: "Entrez votre/vos addresse(s) e-mail comme il suit: jack@work.com, jill@office.com"
|
60
47
|
confirmation_email_form:
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
48
|
+
to: À
|
49
|
+
from: De
|
50
|
+
subject: Sujet
|
51
|
+
click_to_edit_subject: Cliquez ici pour modifier le sujet
|
52
|
+
explanation: Chaque fois qu'une demande de contact est rédigée sur votre site, Refinery envoie un e-mail pour le signaler.
|
53
|
+
below_edit_email_sent: Ci-dessous vous pouvez modifier l'e-mail qui sera envoyé.
|
54
|
+
the_customer_making_inquiry: Le client à l'origine de la requête
|
55
|
+
message: Message
|
56
|
+
note: "Note: Utilisez %name% à l'endroit où vous souhaitez voir apparaître le nom du client dans l'e-mail"
|
57
|
+
inquiry_mailer:
|
58
|
+
notification:
|
59
|
+
greeting: Bonjour
|
60
|
+
you_recieved_new_inquiry: Vous avez reçu une nouvelle requête sur votre site.
|
61
|
+
inquiry_starts: --- Début des requêtes ---
|
62
|
+
inquiry_ends: --- Fin des requêtes ---
|
63
|
+
from: De
|
64
|
+
email: E-mail
|
65
|
+
phone: Téléphone
|
66
|
+
message: Message
|
67
|
+
closing_line: Cordialement
|
68
|
+
ps: P.S. Toutes les requêtes sont stockées dans la section 'Requêtes' afin que vous puissiez les consulter ultérieurement.
|
69
|
+
activerecord:
|
70
|
+
models:
|
71
|
+
inquiry: requête
|
72
|
+
attributes:
|
73
|
+
inquiry:
|
74
|
+
name: Nom
|
75
|
+
email: E-mail
|
76
|
+
phone: Téléphone
|
77
|
+
message: Message
|
data/config/locales/pt-BR.yml
CHANGED
@@ -1,86 +1,77 @@
|
|
1
1
|
pt-BR:
|
2
2
|
plugins:
|
3
|
-
inquiries:
|
4
|
-
title: Contatos
|
5
3
|
refinery_inquiries:
|
6
4
|
title: Contatos
|
7
|
-
|
8
|
-
models:
|
9
|
-
inquiry: Contatos
|
10
|
-
attributes:
|
11
|
-
inquiry:
|
12
|
-
name: Nome
|
13
|
-
phone: Fone
|
14
|
-
to: Para
|
15
|
-
from: De
|
16
|
-
click_to_email: Clique para enviar um email para este endereço
|
17
|
-
phone: Fone
|
18
|
-
date: Data
|
19
|
-
message: Mensagem
|
5
|
+
description: Gerenciar contatos
|
20
6
|
inquiries:
|
21
7
|
new:
|
22
|
-
header_message: "Ops, houve um pequeno problema"
|
23
|
-
message: "Os problemas seguintes precisam ser corrigidos:"
|
24
8
|
send: Enviar mensagem
|
25
9
|
privacy_policy: "Nós valorizamos sua privacidade"
|
26
10
|
admin:
|
27
11
|
inquiries:
|
12
|
+
delete: Remover esta mensagem para sempre
|
28
13
|
inquiry:
|
29
|
-
move_inquiry_to_closed: Mover esta mensagem para fechadas
|
30
|
-
move_inquiry_to_open: Mover este mensagem para abertas
|
31
14
|
read_inquiry: Ler a mensagem
|
32
|
-
remove_inquiry: "Tem certeza que deseja remover a mensagem de '%{name}'?"
|
33
|
-
title: Remover esta mensagem para sempre
|
34
15
|
said: disse
|
35
|
-
mark_as_spam:
|
36
|
-
mark_as_ham:
|
37
|
-
toggle_status:
|
38
|
-
closed: "Mensagem '%{inquiry}' está fechado"
|
39
|
-
reopened: "Mensagem '%{inquiry}' está reaberto"
|
16
|
+
mark_as_spam: Marcar como spam
|
17
|
+
mark_as_ham: Marcar como segura
|
40
18
|
submenu:
|
41
|
-
update_notified: Atualizar quem recebe a notificação
|
42
|
-
edit_confirmation_email: Editar email de confirmação
|
43
19
|
inbox: Caixa de Entrada
|
44
20
|
spam: Spam
|
21
|
+
update_notified: Atualizar quem recebe a notificação
|
22
|
+
edit_confirmation_email: Editar email de confirmação
|
45
23
|
index:
|
46
|
-
|
47
|
-
open_inquiries: Mensagens abertas
|
48
|
-
no_inquiries: "Urra! Não exitem mensagens abertas porque você lidou com todas elas."
|
49
|
-
closed_inquiries: Mensagens fechadas
|
50
|
-
havent_closed_any_inquiries: "Você ainda não fechou nenhuma mensagem."
|
24
|
+
no_inquiries: "Não exitem mensagens."
|
51
25
|
spam:
|
52
|
-
no_spam:
|
26
|
+
no_spam: Não existem mensagens de spam.
|
53
27
|
show:
|
54
28
|
details: Detalhes
|
55
|
-
click_to_email: Clique para enviar email
|
56
|
-
status: Estado
|
57
|
-
open: Aberta
|
58
|
-
closed: Fechada
|
59
29
|
age: Quando
|
60
30
|
actions: Ações
|
61
31
|
back_to_all_inquiries: Voltar para todas as Mensagens
|
62
|
-
inquiry: Contato
|
63
32
|
spam: Spam
|
64
33
|
spam_yes: 'sim'
|
65
|
-
|
34
|
+
inquiry: Contato
|
35
|
+
to: Para
|
36
|
+
from: De
|
37
|
+
click_to_email: Clique para enviar email
|
38
|
+
phone: Telefone
|
39
|
+
date: Data
|
40
|
+
message: Mensagem
|
66
41
|
inquiry_settings:
|
67
|
-
update:
|
68
|
-
updated: "'%{setting}' foi atualizada com sucesso."
|
69
42
|
notification_recipients_form:
|
70
43
|
inquiry_settings_value_name: Enviar notificações para
|
71
|
-
explanation: "Toda vez que alguém contactar você no seu website,
|
44
|
+
explanation: "Toda vez que alguém contactar você no seu website, enviamos um email para notificar a essa pessoa o recebimento de uma mensagem."
|
72
45
|
hint: "Digite um endereço de email acima. Deseja que a notificação vá para mais de uma pessoa? Digite vários endereços de email separados por vírgulas."
|
73
|
-
example: "
|
46
|
+
example: "Digite os endereços da seguinte forma: eu@dominio.com, amigo@msn.com, colegadetrabalho@trabalho.com"
|
74
47
|
confirmation_email_form:
|
75
|
-
click_to_edit_subject: Clique aqui para editar o assunto
|
76
|
-
explanation: "Toda vez que alguém contatar você no seu website, o Refinery envia um email para confirmar o recebimento da mensagem para esta pessoa."
|
77
|
-
below_edit_email_sent: Abaixo você pode editar o e-mail que é enviado para fora.
|
78
|
-
the_customer_making_inquiry: O cliente fazendo o contato
|
79
48
|
to: Para
|
80
49
|
from: De
|
81
50
|
subject: Assunto
|
82
|
-
|
51
|
+
click_to_edit_subject: Clique aqui para editar o assunto
|
52
|
+
explanation: "Toda vez que alguém contatar você no seu website, enviamos um email para confirmar o recebimento da mensagem para esta pessoa."
|
53
|
+
below_edit_email_sent: Abaixo você pode editar o texto a ser enviado no e-mail.
|
54
|
+
the_customer_making_inquiry: O cliente fazendo o contato
|
55
|
+
message: Mensagem
|
56
|
+
note: "Nota: posicione o texto %name% onde você desejar que o nome do cliente apareça no email."
|
57
|
+
inquiry_mailer:
|
58
|
+
notification:
|
59
|
+
greeting: Olá
|
60
|
+
you_recieved_new_inquiry: Você recebeu um novo contato pelo website.
|
61
|
+
inquiry_starts: --- começo da mensagem ---
|
62
|
+
inquiry_ends: --- fim da mensagem ---
|
63
|
+
from: De
|
64
|
+
email: Email
|
65
|
+
phone: Telefone
|
66
|
+
message: Mensagem
|
67
|
+
closing_line: Atenciosamente
|
68
|
+
ps: OBS. Todos os contatos são armazenados na seção "Contatos" do website.
|
69
|
+
activerecord:
|
70
|
+
models:
|
71
|
+
inquiry: Contato
|
72
|
+
attributes:
|
73
|
+
inquiry:
|
74
|
+
name: Nome
|
75
|
+
email: Email
|
76
|
+
phone: Telefone
|
83
77
|
message: Mensagem
|
84
|
-
note: "Nota: posicione o texto %name% onde você desejar que o nome do cliente apareça no email"
|
85
|
-
subject_form:
|
86
|
-
subject_value_name: Assunto
|
data/lib/gemspec.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{refinerycms-inquiries}
|
3
|
-
s.version = %q{0.9.8.
|
4
|
-
s.date = %q{2010-
|
3
|
+
s.version = %q{0.9.8.10}
|
4
|
+
s.date = %q{2010-10-01}
|
5
5
|
s.summary = %q{Inquiry handling functionality for the Refinery CMS project.}
|
6
6
|
s.description = %q{Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.}
|
7
7
|
s.homepage = %q{http://refinerycms.com}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinerycms-inquiries
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 51
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
9
|
- 8
|
10
|
-
-
|
11
|
-
version: 0.9.8.
|
10
|
+
- 10
|
11
|
+
version: 0.9.8.10
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Resolve Digital
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-
|
19
|
+
date: 2010-10-01 00:00:00 +13:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|