refinerycms-inquiries 1.0.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +3 -0
- data/.travis.yml +16 -0
- data/Gemfile +68 -0
- data/Guardfile +20 -0
- data/Rakefile +19 -0
- data/app/assets/stylesheets/refinery/inquiries/inquiries.css.scss +21 -0
- data/app/controllers/refinery/inquiries/admin/inquiries_controller.rb +50 -0
- data/app/controllers/refinery/inquiries/admin/settings_controller.rb +56 -0
- data/app/controllers/refinery/inquiries/inquiries_controller.rb +47 -0
- data/app/helpers/refinery/inquiries/inquiries_helper.rb +6 -0
- data/app/mailers/refinery/inquiries/inquiry_mailer.rb +22 -0
- data/app/models/refinery/inquiries/inquiry.rb +27 -0
- data/app/models/refinery/inquiries/setting.rb +63 -0
- data/app/views/refinery/inquiries/admin/inquiries/_inquiry.html.erb +27 -0
- data/app/views/refinery/inquiries/admin/inquiries/_submenu.html.erb +27 -0
- data/app/views/{admin → refinery/inquiries/admin}/inquiries/index.html.erb +2 -2
- data/app/views/{admin → refinery/inquiries/admin}/inquiries/show.html.erb +9 -7
- data/app/views/refinery/inquiries/admin/settings/_confirmation_email_form.html.erb +59 -0
- data/app/views/{admin/inquiry_settings → refinery/inquiries/admin/settings}/_notification_recipients_form.html.erb +3 -3
- data/app/views/{admin/inquiry_settings → refinery/inquiries/admin/settings}/edit.html.erb +1 -1
- data/app/views/refinery/inquiries/inquiries/new.html.erb +32 -0
- data/app/views/refinery/inquiries/inquiries/thank_you.html.erb +1 -0
- data/app/views/refinery/inquiries/inquiry_mailer/confirmation.text.erb +1 -0
- data/app/views/refinery/inquiries/inquiry_mailer/notification.text.erb +18 -0
- data/config/locales/bg.yml +77 -0
- data/config/locales/cs.yml +68 -66
- data/config/locales/da.yml +60 -58
- data/config/locales/de.yml +69 -67
- data/config/locales/en-GB.yml +68 -66
- data/config/locales/en.yml +68 -66
- data/config/locales/es.yml +71 -69
- data/config/locales/fr.yml +69 -67
- data/config/locales/it.yml +70 -68
- data/config/locales/lolcat.yml +69 -67
- data/config/locales/lt.yml +69 -67
- data/config/locales/lv.yml +69 -67
- data/config/locales/nb.yml +70 -68
- data/config/locales/nl.yml +69 -67
- data/config/locales/pl.yml +69 -67
- data/config/locales/pt-BR.yml +69 -67
- data/config/locales/ru.yml +69 -67
- data/config/locales/sk.yml +69 -67
- data/config/locales/sl.yml +69 -67
- data/config/locales/sv.yml +69 -67
- data/config/locales/zh-CN.yml +69 -67
- data/config/routes.rb +16 -16
- data/db/migrate/20101208082840_create_inquiries.rb +16 -34
- data/db/seeds.rb +50 -0
- data/lib/generators/refinery/inquiries/inquiries_generator.rb +19 -0
- data/lib/refinery/inquiries/configuration.rb +9 -0
- data/lib/refinery/inquiries/engine.rb +28 -0
- data/lib/refinery/inquiries.rb +26 -0
- data/lib/refinerycms-inquiries.rb +1 -23
- data/readme.md +12 -4
- data/refinerycms-inquiries.gemspec +11 -86
- data/spec/factories/inquiry.rb +7 -0
- data/spec/models/refinery/inquiries/inquiry_spec.rb +52 -0
- data/spec/requests/refinery/inquiries/admin/inquiries_spec.rb +138 -0
- data/spec/requests/refinery/inquiries/inquiries_spec.rb +81 -0
- data/spec/spec_helper.rb +56 -0
- data/tasks/rspec.rake +4 -0
- metadata +114 -39
- data/app/controllers/admin/inquiries_controller.rb +0 -41
- data/app/controllers/admin/inquiry_settings_controller.rb +0 -43
- data/app/controllers/inquiries_controller.rb +0 -43
- data/app/helpers/inquiries_helper.rb +0 -2
- data/app/mailers/inquiry_mailer.rb +0 -20
- data/app/models/inquiry.rb +0 -21
- data/app/models/inquiry_setting.rb +0 -33
- data/app/views/admin/inquiries/_inquiry.html.erb +0 -24
- data/app/views/admin/inquiries/_submenu.html.erb +0 -27
- data/app/views/admin/inquiry_settings/_confirmation_email_form.html.erb +0 -57
- data/app/views/inquiries/new.html.erb +0 -34
- data/app/views/inquiries/thank_you.html.erb +0 -1
- data/app/views/inquiry_mailer/confirmation.html.erb +0 -1
- data/app/views/inquiry_mailer/notification.html.erb +0 -18
- data/db/migrate/20101208082841_remove_position_and_open_from_inquiries.rb +0 -11
- data/db/seeds/pages_for_inquiries.rb +0 -55
- data/features/create_inquiries.feature +0 -38
- data/features/manage_inquiries.feature +0 -57
- data/features/step_definitions/inquiry_steps.rb +0 -25
- data/features/support/factories.rb +0 -7
- data/features/support/paths.rb +0 -26
- data/lib/gemspec.rb +0 -29
- data/lib/generators/refinerycms_inquiries_generator.rb +0 -6
- data/lib/inquiries.rb +0 -2
- data/spec/models/inquiry_spec.rb +0 -59
data/config/locales/nb.yml
CHANGED
@@ -1,75 +1,77 @@
|
|
1
1
|
nb:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
new:
|
8
|
-
send: Send melding
|
9
|
-
privacy_policy: "Vi respekterer ditt privatliv"
|
10
|
-
admin:
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_inquiries:
|
5
|
+
title: Forespørsler
|
6
|
+
description: Legger til et kontaktskjema og lagrer forespørsler
|
11
7
|
inquiries:
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
8
|
+
inquiries:
|
9
|
+
new:
|
10
|
+
send: Send melding
|
11
|
+
privacy_policy: "Vi respekterer ditt privatliv"
|
12
|
+
admin:
|
13
|
+
inquiries:
|
14
|
+
delete: Fjern denne forespørselen permanent
|
15
|
+
inquiry:
|
16
|
+
read_inquiry: Les forespørselen
|
17
|
+
said: sa
|
18
|
+
mark_as_spam: Merk som søppel
|
19
|
+
mark_as_ham: Flytt til innboksen
|
20
|
+
submenu:
|
21
|
+
inbox: Innboks
|
22
|
+
spam: Søppel
|
23
|
+
update_notified: Oppdater hvem som blir informert
|
24
|
+
edit_confirmation_email: Rediger bekreftelses e-posten
|
25
|
+
index:
|
26
|
+
no_inquiries: Du har ikke mottatt noen forespørsler enda.
|
27
|
+
no_spam: Hurra! Du har ikke noen søppelpost.
|
28
|
+
show:
|
29
|
+
details: Detaljer
|
30
|
+
age: Alder
|
31
|
+
actions: Handlinger
|
32
|
+
back_to_all_inquiries: Tilbake til alle forespørslene
|
33
|
+
spam: Søppel
|
34
|
+
spam_yes: 'ja'
|
35
|
+
inquiry: Forespørsel
|
36
|
+
to: Til
|
37
|
+
from: Fra
|
38
|
+
click_to_email: Trykk for å sende e-post
|
39
|
+
phone: Telefon
|
40
|
+
date: Dato
|
41
|
+
message: Melding
|
42
|
+
settings:
|
43
|
+
notification_recipients_form:
|
44
|
+
inquiry_settings_value_name: Send varslinger til
|
45
|
+
hint: "Når en ny forespørsel er lagt inn, så vil Refinery sende deg en e-post for å si i fra."
|
46
|
+
example: "Legg inn din(e) e-post adresse(r) slik: jack@jobb.no, jill@kontoret.no"
|
47
|
+
confirmation_email_form:
|
48
|
+
to: Til
|
49
|
+
from: Fra
|
50
|
+
subject: Emne
|
51
|
+
click_to_edit_subject: Trykk her for å redigere emnet
|
52
|
+
explanation: "Hver gang noen sender inn en forespørsel gjennom din webside, så sender Refinery en e-post til personen som la inn forespørselen for å bekrefte at forespørselen er mottatt."
|
53
|
+
below_edit_email_sent: Du kan redigere e-posten som blir sendt ut nedenfor.
|
54
|
+
the_customer_making_inquiry: Kunden som skrev forespørselen
|
55
|
+
message: Melding
|
56
|
+
note: "Merk: plasser teksten %name% der du ønsker at kundens navn skal vises i e-posten"
|
57
|
+
inquiry_mailer:
|
58
|
+
notification:
|
59
|
+
greeting: Hei
|
60
|
+
you_recieved_new_inquiry: Du har mottatt en ny forespørsel på nettsiden din.
|
61
|
+
inquiry_starts: --- Start på forespørsel ---
|
62
|
+
inquiry_ends: --- Slutt på forespørsel ---
|
63
|
+
from: Fra
|
64
|
+
email: Epost
|
65
|
+
phone: Telefon
|
66
|
+
message: Melding
|
67
|
+
closing_line: Vennlig hilsen
|
68
|
+
ps: P.S. Alle dine forespørsler blir lagret i seksjonen "Forespørsel" i Refinery om du vil finne de igjen senere
|
69
|
+
activerecord:
|
68
70
|
models:
|
69
|
-
inquiry: Forespørsel
|
71
|
+
refinery/inquiry: Forespørsel
|
70
72
|
attributes:
|
71
|
-
inquiry:
|
73
|
+
refinery/inquiry:
|
72
74
|
name: Navn
|
73
75
|
email: Epost
|
74
76
|
phone: Telefon
|
75
|
-
message: Melding
|
77
|
+
message: Melding
|
data/config/locales/nl.yml
CHANGED
@@ -1,74 +1,76 @@
|
|
1
1
|
nl:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
new:
|
7
|
-
send: Verstuur uw vraag
|
8
|
-
privacy_policy: Wij respecteren uw privacy
|
9
|
-
admin:
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_inquiries:
|
5
|
+
title: Contact aanvragen
|
10
6
|
inquiries:
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
7
|
+
inquiries:
|
8
|
+
new:
|
9
|
+
send: Verstuur uw vraag
|
10
|
+
privacy_policy: Wij respecteren uw privacy
|
11
|
+
admin:
|
12
|
+
inquiries:
|
13
|
+
delete: Verwijder deze vraag voorgoed
|
14
|
+
inquiry:
|
15
|
+
read_inquiry: Lees de vraag
|
16
|
+
said: zei
|
17
|
+
mark_as_spam: Markeer als spam
|
18
|
+
mark_as_ham: Verplaats naar de inbox
|
19
|
+
submenu:
|
20
|
+
inbox: Inbox
|
21
|
+
spam: Spam
|
22
|
+
update_notified: Wijzig wie op de hoogte wordt gesteld van vragen
|
23
|
+
edit_confirmation_email: Bewerk bevestigings email
|
24
|
+
index:
|
25
|
+
no_inquiries: Je hebt nog geen vragen ontvangen.
|
26
|
+
no_spam: Jeej! Je hebt geen spam.
|
27
|
+
show:
|
28
|
+
details: Details
|
29
|
+
age: Leeftijd
|
30
|
+
actions: Acties
|
31
|
+
back_to_all_inquiries: Terug naar alle vragen
|
32
|
+
spam: Spam
|
33
|
+
spam_yes: ja
|
34
|
+
inquiry: Vraag
|
35
|
+
to: Aan
|
36
|
+
from: Van
|
37
|
+
click_to_email: Klik hier om een e-mail te sturen
|
38
|
+
phone: Telefoonnummer
|
39
|
+
date: Datum
|
40
|
+
message: Bericht
|
41
|
+
settings:
|
42
|
+
notification_recipients_form:
|
43
|
+
inquiry_settings_value_name: Stuur notificaties naar
|
44
|
+
explanation: "Iedere keer wanneer iemand het vraag formulier invult op uw website, stuurt Refinery een email waarin staat dat er een nieuwe vraag ontvangen is."
|
45
|
+
hint: "Vul hierboven een email adres in. Wilt u naar meerdere adressen notificaties sturen? Vul dan meerdere email adressen in gescheiden door comma's"
|
46
|
+
example: "Bijvoorbeeld: ik@domein.com, vrienden@msn.com, collegas@werk.com"
|
47
|
+
confirmation_email_form:
|
48
|
+
to: Aan
|
49
|
+
from: Van
|
50
|
+
subject: Onderwerp
|
51
|
+
click_to_edit_subject: Klik hier om het onderwerp bewerken
|
52
|
+
explanation: "Iedere keer wanneer iemand het vraag formulier invult op uw website, stuurt Refinery een email naar die persoon waarin staat dat de vraag ontvangen is."
|
53
|
+
below_edit_email_sent: Hieronder kun je de email die verzonden wordt bewerken.
|
54
|
+
the_customer_making_inquiry: De persoon die de heeft vraag gesteld
|
55
|
+
message: Bericht
|
56
|
+
note: "Notitie: plaats de tekst %name% overal in je email waar je de naam van de vragende persoon wilt invoegen"
|
57
|
+
inquiry_mailer:
|
58
|
+
notification:
|
59
|
+
greeting: Hallo
|
60
|
+
you_recieved_new_inquiry: Je hebt een nieuwe vraag via de website ontvangen.
|
61
|
+
inquiry_starts: --- begin van de vraag---
|
62
|
+
inquiry_ends: --- einde van de vraag---
|
63
|
+
from: Van
|
64
|
+
email: Email
|
65
|
+
phone: Telefoon
|
66
|
+
message: Bericht
|
67
|
+
closing_line: Vriendelijke groeten,
|
68
|
+
ps: P.S. Alle vragen woren opgeslagen in de "vragen" sectie van uw website.All your inquiries are stored in the "Inquiries" section of Refinery.
|
69
|
+
activerecord:
|
68
70
|
models:
|
69
|
-
inquiry: Vraag
|
71
|
+
refinery/inquiry: Vraag
|
70
72
|
attributes:
|
71
|
-
inquiry:
|
73
|
+
refinery/inquiry:
|
72
74
|
name: Naam
|
73
75
|
email: 'Email'
|
74
76
|
phone: Telefoon
|
data/config/locales/pl.yml
CHANGED
@@ -1,75 +1,77 @@
|
|
1
1
|
pl:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
new:
|
9
|
-
send: Wyślij wiadomość
|
10
|
-
privacy_policy: Cenimy Twoją prywatność
|
11
|
-
admin:
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_inquiries:
|
5
|
+
title: Zapytania
|
6
|
+
description: Zapewnia formularz kontaktowy i przechowuje zapytania
|
7
|
+
article: neutral
|
12
8
|
inquiries:
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
9
|
+
inquiries:
|
10
|
+
new:
|
11
|
+
send: Wyślij wiadomość
|
12
|
+
privacy_policy: Cenimy Twoją prywatność
|
13
|
+
admin:
|
14
|
+
inquiries:
|
15
|
+
delete: Na zawsze usuń to zapytanie
|
16
|
+
inquiry:
|
17
|
+
read_inquiry: Przeczytaj zapytanieRead the inquiry
|
18
|
+
said: powiedział
|
19
|
+
mark_as_spam: Oznacz jako spam
|
20
|
+
mark_as_ham: Przenieś do przychodzących
|
21
|
+
submenu:
|
22
|
+
inbox: Przychodzące
|
23
|
+
spam: Spam
|
24
|
+
update_notified: Zmień, kto zostaje powiadamiany
|
25
|
+
edit_confirmation_email: Zmień email z potwierdzeniem
|
26
|
+
index:
|
27
|
+
no_inquiries: Nie ma jeszcze żadnych zapytań.
|
28
|
+
no_spam: Hurra! Nie masz żadnego spamu.
|
29
|
+
show:
|
30
|
+
details: Szczegóły
|
31
|
+
age: Wiek
|
32
|
+
actions: Akcje
|
33
|
+
back_to_all_inquiries: Powrót do wszystkich zapytań
|
34
|
+
spam: Spam
|
35
|
+
spam_yes: 'tak'
|
36
|
+
inquiry: Zapytanie
|
37
|
+
to: Do
|
38
|
+
from: Od
|
39
|
+
click_to_email: Kliknij tu aby wysłać e-mail na ten adres
|
40
|
+
phone: Telefon
|
41
|
+
date: Data
|
42
|
+
message: Wiadomość
|
43
|
+
settings:
|
44
|
+
notification_recipients_form:
|
45
|
+
inquiry_settings_value_name: Wysyłaj powiadomienia do
|
46
|
+
hint: Kiedy dostarczone zostanie nowe zapytanie, Refinery wyśle do Ciebie wiadomość e-mail.
|
47
|
+
example: "Podaj swój adres (lub adresy) e-mail, w taki sposób: jack@work.com, jill@office.com"
|
48
|
+
confirmation_email_form:
|
49
|
+
to: Do
|
50
|
+
from: Od
|
51
|
+
subject: Temat
|
52
|
+
click_to_edit_subject: Kliknij tu aby zmienić temat
|
53
|
+
explanation: Za każdym razem kiedy ktoś kontaktuje się z Tobą poprzez witrynę, Refinery wysyła do tej osoby e-mail.
|
54
|
+
below_edit_email_sent: Poniżej można zmienić e-mail który zostanie wysłany.
|
55
|
+
the_customer_making_inquiry: Klient wykonujący zapytanie
|
56
|
+
message: Wiadomość
|
57
|
+
note: "Uwaga: w celu zamieszczenia imienia klienta należy umieścić tekst %name%"
|
58
|
+
inquiry_mailer:
|
59
|
+
notification:
|
60
|
+
greeting: Cześć
|
61
|
+
you_recieved_new_inquiry: Z Twojej strony ktoś właśnie nowe zapytanie.
|
62
|
+
inquiry_starts: --- początek zapytania ---
|
63
|
+
inquiry_ends: --- koniec zapytania ---
|
64
|
+
from: Od
|
65
|
+
email: E-mail
|
66
|
+
phone: Telefon
|
67
|
+
message: Wiadomość
|
68
|
+
closing_line: Z poważaniem
|
69
|
+
ps: P.S. Wszystkie Twoje zapytania są przechowywane pod zakładką "Zapytania" w Refinery, więc możesz do nich wrócić jeżeli będzie to potrzebne.
|
68
70
|
activerecord:
|
69
71
|
models:
|
70
|
-
inquiry: zapytanie
|
72
|
+
refinery/inquiry: zapytanie
|
71
73
|
attributes:
|
72
|
-
inquiry:
|
74
|
+
refinery/inquiry:
|
73
75
|
name: Imię
|
74
76
|
email: E-mail
|
75
77
|
phone: Telefon
|
data/config/locales/pt-BR.yml
CHANGED
@@ -1,75 +1,77 @@
|
|
1
1
|
pt-BR:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
new:
|
8
|
-
send: Enviar mensagem
|
9
|
-
privacy_policy: "Nós valorizamos sua privacidade"
|
10
|
-
admin:
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_inquiries:
|
5
|
+
title: Contatos
|
6
|
+
description: Gerenciar contatos
|
11
7
|
inquiries:
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
8
|
+
inquiries:
|
9
|
+
new:
|
10
|
+
send: Enviar mensagem
|
11
|
+
privacy_policy: "Nós valorizamos sua privacidade"
|
12
|
+
admin:
|
13
|
+
inquiries:
|
14
|
+
delete: Remover esta mensagem para sempre
|
15
|
+
inquiry:
|
16
|
+
read_inquiry: Ler a mensagem
|
17
|
+
said: disse
|
18
|
+
mark_as_spam: Marcar como spam
|
19
|
+
mark_as_ham: Marcar como segura
|
20
|
+
submenu:
|
21
|
+
inbox: Caixa de Entrada
|
22
|
+
spam: Spam
|
23
|
+
update_notified: Atualizar quem recebe a notificação
|
24
|
+
edit_confirmation_email: Editar email de confirmação
|
25
|
+
index:
|
26
|
+
no_inquiries: "Não exitem mensagens."
|
27
|
+
no_spam: Não existem mensagens de spam.
|
28
|
+
show:
|
29
|
+
details: Detalhes
|
30
|
+
age: Quando
|
31
|
+
actions: Ações
|
32
|
+
back_to_all_inquiries: Voltar para todas as Mensagens
|
33
|
+
spam: Spam
|
34
|
+
spam_yes: 'sim'
|
35
|
+
inquiry: Contato
|
36
|
+
to: Para
|
37
|
+
from: De
|
38
|
+
click_to_email: Clique para enviar email
|
39
|
+
phone: Telefone
|
40
|
+
date: Data
|
41
|
+
message: Mensagem
|
42
|
+
settings:
|
43
|
+
notification_recipients_form:
|
44
|
+
inquiry_settings_value_name: Enviar notificações para
|
45
|
+
explanation: "Toda vez que alguém contactar você no seu website, enviamos um email para notificar a essa pessoa o recebimento de uma mensagem."
|
46
|
+
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."
|
47
|
+
example: "Digite os endereços da seguinte forma: eu@dominio.com, amigo@msn.com, colegadetrabalho@trabalho.com"
|
48
|
+
confirmation_email_form:
|
49
|
+
to: Para
|
50
|
+
from: De
|
51
|
+
subject: Assunto
|
52
|
+
click_to_edit_subject: Clique aqui para editar o assunto
|
53
|
+
explanation: "Toda vez que alguém contatar você no seu website, enviamos um email para confirmar o recebimento da mensagem para esta pessoa."
|
54
|
+
below_edit_email_sent: Abaixo você pode editar o texto a ser enviado no e-mail.
|
55
|
+
the_customer_making_inquiry: O cliente fazendo o contato
|
56
|
+
message: Mensagem
|
57
|
+
note: "Nota: posicione o texto %name% onde você desejar que o nome do cliente apareça no email."
|
58
|
+
inquiry_mailer:
|
59
|
+
notification:
|
60
|
+
greeting: Olá
|
61
|
+
you_recieved_new_inquiry: Você recebeu um novo contato pelo website.
|
62
|
+
inquiry_starts: --- começo da mensagem ---
|
63
|
+
inquiry_ends: --- fim da mensagem ---
|
64
|
+
from: De
|
65
|
+
email: Email
|
66
|
+
phone: Telefone
|
67
|
+
message: Mensagem
|
68
|
+
closing_line: Atenciosamente
|
69
|
+
ps: OBS. Todos os contatos são armazenados na seção "Contatos" do website.
|
68
70
|
activerecord:
|
69
71
|
models:
|
70
|
-
inquiry: Contato
|
72
|
+
refinery/inquiry: Contato
|
71
73
|
attributes:
|
72
|
-
inquiry:
|
74
|
+
refinery/inquiry:
|
73
75
|
name: Nome
|
74
76
|
email: Email
|
75
77
|
phone: Telefone
|