refinerycms-inquiries 2.0.2 → 2.0.3
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/app/views/refinery/inquiries/inquiries/new.html.erb +4 -4
- data/config/locales/bg.yml +2 -2
- data/config/locales/cs.yml +2 -2
- data/config/locales/da.yml +2 -2
- data/config/locales/de.yml +2 -2
- data/config/locales/en-GB.yml +2 -2
- data/config/locales/en.yml +2 -2
- data/config/locales/es.yml +2 -2
- data/config/locales/fr.yml +2 -2
- data/config/locales/it.yml +2 -2
- data/config/locales/lolcat.yml +2 -2
- data/config/locales/lt.yml +2 -2
- data/config/locales/lv.yml +4 -4
- data/config/locales/nb.yml +3 -3
- data/config/locales/nl.yml +2 -2
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt-BR.yml +2 -2
- data/config/locales/ru.yml +3 -3
- data/config/locales/sk.yml +3 -3
- data/config/locales/sl.yml +3 -3
- data/config/locales/sv.yml +3 -3
- data/config/locales/zh-CN.yml +3 -3
- data/lib/refinery/inquiries/engine.rb +1 -1
- data/refinerycms-inquiries.gemspec +1 -1
- metadata +3 -3
|
@@ -8,19 +8,19 @@
|
|
|
8
8
|
} %>
|
|
9
9
|
<div class="field">
|
|
10
10
|
<%= f.required_label :name, :class => 'placeholder-fallback' %>
|
|
11
|
-
<%= f.text_field :name, :class => 'text', :required => 'required', :placeholder => t('name', :scope => 'activerecord.attributes.refinery/inquiry') %>
|
|
11
|
+
<%= f.text_field :name, :class => 'text', :required => 'required', :placeholder => t('name', :scope => 'activerecord.attributes.refinery/inquiries/inquiry') %>
|
|
12
12
|
</div>
|
|
13
13
|
<div class="field">
|
|
14
14
|
<%= f.required_label :email, :class => 'placeholder-fallback' %>
|
|
15
|
-
<%= f.email_field :email, :class => 'text email', :required => 'required', :placeholder => t('email', :scope => 'activerecord.attributes.refinery/inquiry') %>
|
|
15
|
+
<%= f.email_field :email, :class => 'text email', :required => 'required', :placeholder => t('email', :scope => 'activerecord.attributes.refinery/inquiries/inquiry') %>
|
|
16
16
|
</div>
|
|
17
17
|
<div class="field">
|
|
18
18
|
<%= f.label :phone, :class => 'placeholder-fallback' %>
|
|
19
|
-
<%= f.text_field :phone, :class => 'text phone', :placeholder => t('phone', :scope => 'activerecord.attributes.refinery/inquiry') %>
|
|
19
|
+
<%= f.text_field :phone, :class => 'text phone', :placeholder => t('phone', :scope => 'activerecord.attributes.refinery/inquiries/inquiry') %>
|
|
20
20
|
</div>
|
|
21
21
|
<div class='field message_field'>
|
|
22
22
|
<%= f.required_label :message, :class => 'placeholder-fallback' %>
|
|
23
|
-
<%= f.text_area :message, :rows => 8, :required => 'required', :placeholder => t('message', :scope => 'activerecord.attributes.refinery/inquiry') %>
|
|
23
|
+
<%= f.text_area :message, :rows => 8, :required => 'required', :placeholder => t('message', :scope => 'activerecord.attributes.refinery/inquiries/inquiry') %>
|
|
24
24
|
</div>
|
|
25
25
|
<div class="actions">
|
|
26
26
|
<%= f.submit t('.send') %>
|
data/config/locales/bg.yml
CHANGED
|
@@ -68,9 +68,9 @@ bg:
|
|
|
68
68
|
ps: 'П.П. Всички запитвания към Вас се съхраняват от Refinery в секция "Запитвания" и могат да бъдат прегледани по-късно.'
|
|
69
69
|
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: запитване
|
|
71
|
+
refinery/inquiries/inquiry: запитване
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: Име
|
|
75
75
|
email: Е-поща
|
|
76
76
|
phone: Телефон
|
data/config/locales/cs.yml
CHANGED
|
@@ -68,9 +68,9 @@ cs:
|
|
|
68
68
|
ps: P.S. Všechny dotazy jsou uloženy pod sekcí "Dotazy" v administraci, pokud by je bylo třeba zobrazit později.
|
|
69
69
|
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: dotaz
|
|
71
|
+
refinery/inquiries/inquiry: dotaz
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: Jméno
|
|
75
75
|
email: Email
|
|
76
76
|
phone: Telefon
|
data/config/locales/da.yml
CHANGED
|
@@ -59,9 +59,9 @@ da:
|
|
|
59
59
|
subject_value_name: Emne
|
|
60
60
|
activerecord:
|
|
61
61
|
models:
|
|
62
|
-
refinery/inquiry: Henvendelse
|
|
62
|
+
refinery/inquiries/inquiry: Henvendelse
|
|
63
63
|
attributes:
|
|
64
|
-
refinery/inquiry:
|
|
64
|
+
refinery/inquiries/inquiry:
|
|
65
65
|
to: Til
|
|
66
66
|
from: Fra
|
|
67
67
|
click_to_email: Send en e-mail til adressen
|
data/config/locales/de.yml
CHANGED
|
@@ -69,9 +69,9 @@ de:
|
|
|
69
69
|
ps: P.S. All Ihre Kontaktanfragen werden im Bereich "Kontaktanfragen" von Refinery gespeichert, sollten Sie diese zu einem späteren Zeitpunkt wieder ansehen wollen.
|
|
70
70
|
activerecord:
|
|
71
71
|
models:
|
|
72
|
-
refinery/inquiry: Kontaktanfrage
|
|
72
|
+
refinery/inquiries/inquiry: Kontaktanfrage
|
|
73
73
|
attributes:
|
|
74
|
-
refinery/inquiry:
|
|
74
|
+
refinery/inquiries/inquiry:
|
|
75
75
|
name: Name
|
|
76
76
|
email: E-Mail
|
|
77
77
|
phone: Telefon
|
data/config/locales/en-GB.yml
CHANGED
|
@@ -68,9 +68,9 @@ en-GB:
|
|
|
68
68
|
ps: P.S. All your enquiries are stored in the "Enquiries" section of Refinery should you ever want to view it later there.
|
|
69
69
|
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: inquiry
|
|
71
|
+
refinery/inquiries/inquiry: inquiry
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: Name
|
|
75
75
|
email: Email
|
|
76
76
|
phone: Phone
|
data/config/locales/en.yml
CHANGED
|
@@ -68,9 +68,9 @@ en:
|
|
|
68
68
|
ps: P.S. All your inquiries are stored in the "Inquiries" section of Refinery should you ever want to view it later there.
|
|
69
69
|
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: inquiry
|
|
71
|
+
refinery/inquiries/inquiry: inquiry
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: Name
|
|
75
75
|
email: Email
|
|
76
76
|
phone: Phone
|
data/config/locales/es.yml
CHANGED
|
@@ -70,9 +70,9 @@ es:
|
|
|
70
70
|
ps: P.D. Todas tus consultas se almacenan en la sección "Consultas" de Refinery por si alguna vez quieres verlas más tarde allí.
|
|
71
71
|
activerecord:
|
|
72
72
|
models:
|
|
73
|
-
refinery/inquiry: Consulta
|
|
73
|
+
refinery/inquiries/inquiry: Consulta
|
|
74
74
|
attributes:
|
|
75
|
-
refinery/inquiry:
|
|
75
|
+
refinery/inquiries/inquiry:
|
|
76
76
|
to: Para
|
|
77
77
|
from: De
|
|
78
78
|
phone: Telefono
|
data/config/locales/fr.yml
CHANGED
|
@@ -69,9 +69,9 @@ fr:
|
|
|
69
69
|
ps: P.S. Toutes les requêtes sont stockées dans la section 'Requêtes' afin que vous puissiez les consulter ultérieurement.
|
|
70
70
|
activerecord:
|
|
71
71
|
models:
|
|
72
|
-
refinery/inquiry: requête
|
|
72
|
+
refinery/inquiries/inquiry: requête
|
|
73
73
|
attributes:
|
|
74
|
-
refinery/inquiry:
|
|
74
|
+
refinery/inquiries/inquiry:
|
|
75
75
|
name: Nom
|
|
76
76
|
email: E-mail
|
|
77
77
|
phone: Téléphone
|
data/config/locales/it.yml
CHANGED
|
@@ -70,9 +70,9 @@ it:
|
|
|
70
70
|
ps: P.S. Tutte le richiesta ricevute sono salvate nella sezione "Richieste" di Refinery così da poter esser viste in un secondo momento.
|
|
71
71
|
activerecord:
|
|
72
72
|
models:
|
|
73
|
-
refinery/inquiry: inquiry
|
|
73
|
+
refinery/inquiries/inquiry: inquiry
|
|
74
74
|
attributes:
|
|
75
|
-
refinery/inquiry:
|
|
75
|
+
refinery/inquiries/inquiry:
|
|
76
76
|
name: Nome
|
|
77
77
|
email: Email
|
|
78
78
|
phone: Telefono
|
data/config/locales/lolcat.yml
CHANGED
|
@@ -69,9 +69,9 @@ lolcat:
|
|
|
69
69
|
ps: P.S. ALL UR INQUIRIEZ R STORD IN DA "INQUIRIEZ" SECSHUN OV REFINERY SHUD U EVR WANTS 2 VIEW IT LATR THAR.
|
|
70
70
|
activerecord:
|
|
71
71
|
models:
|
|
72
|
-
refinery/inquiry: INQUIRY
|
|
72
|
+
refinery/inquiries/inquiry: INQUIRY
|
|
73
73
|
attributes:
|
|
74
|
-
refinery/inquiry:
|
|
74
|
+
refinery/inquiries/inquiry:
|
|
75
75
|
name: NAYM
|
|
76
76
|
email: EMAIL
|
|
77
77
|
phone: FONE
|
data/config/locales/lt.yml
CHANGED
|
@@ -69,9 +69,9 @@ lt:
|
|
|
69
69
|
ps: P.S. Visos užklausos yra saugomos skiltyje "Užklausos", jei kada vėliau norėsite jas peržiūrėti.
|
|
70
70
|
activerecord:
|
|
71
71
|
models:
|
|
72
|
-
refinery/inquiry: užklausa
|
|
72
|
+
refinery/inquiries/inquiry: užklausa
|
|
73
73
|
attributes:
|
|
74
|
-
refinery/inquiry:
|
|
74
|
+
refinery/inquiries/inquiry:
|
|
75
75
|
name: Vardas
|
|
76
76
|
email: El. paštas
|
|
77
77
|
phone: Telefonas
|
data/config/locales/lv.yml
CHANGED
|
@@ -57,8 +57,8 @@ lv:
|
|
|
57
57
|
note: "Piezīme: ievieto šo tektstu %name% tur, kur tu epastā vēlies norādīt klienta vārdu"
|
|
58
58
|
inquiry_mailer:
|
|
59
59
|
notification:
|
|
60
|
-
greeting:
|
|
61
|
-
you_recieved_new_inquiry: Jūs nupat saņēmāt jaunu
|
|
60
|
+
greeting: Sveiki
|
|
61
|
+
you_recieved_new_inquiry: Jūs nupat saņēmāt jaunu pieprasījumu savā mājaslapā.
|
|
62
62
|
inquiry_starts: --- pieprasījuma sākums ---
|
|
63
63
|
inquiry_ends: --- pieprasījuma beigas ---
|
|
64
64
|
from: 'No'
|
|
@@ -69,9 +69,9 @@ lv:
|
|
|
69
69
|
ps: P.S. Ja vēlaties skatīt šo un citus pieprasījumus vēlāk, tad tos var atrast zem sadaļas "Pieprasījumi".
|
|
70
70
|
activerecord:
|
|
71
71
|
models:
|
|
72
|
-
refinery/inquiry: pieprasījums
|
|
72
|
+
refinery/inquiries/inquiry: pieprasījums
|
|
73
73
|
attributes:
|
|
74
|
-
refinery/inquiry:
|
|
74
|
+
refinery/inquiries/inquiry:
|
|
75
75
|
name: Vārds
|
|
76
76
|
email: Epasts
|
|
77
77
|
phone: Tālrunis
|
data/config/locales/nb.yml
CHANGED
|
@@ -66,11 +66,11 @@ nb:
|
|
|
66
66
|
message: Melding
|
|
67
67
|
closing_line: Vennlig hilsen
|
|
68
68
|
ps: P.S. Alle dine forespørsler blir lagret i seksjonen "Forespørsel" i Refinery om du vil finne de igjen senere
|
|
69
|
-
|
|
69
|
+
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: Forespørsel
|
|
71
|
+
refinery/inquiries/inquiry: Forespørsel
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: Navn
|
|
75
75
|
email: Epost
|
|
76
76
|
phone: Telefon
|
data/config/locales/nl.yml
CHANGED
|
@@ -68,9 +68,9 @@ nl:
|
|
|
68
68
|
ps: P.S. Alle vragen woren opgeslagen in de sectie "Contactaanvragen" van Refinery.
|
|
69
69
|
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: Vraag
|
|
71
|
+
refinery/inquiries/inquiry: Vraag
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: Naam
|
|
75
75
|
email: 'E-mail'
|
|
76
76
|
phone: Telefoon
|
data/config/locales/pl.yml
CHANGED
|
@@ -69,9 +69,9 @@ pl:
|
|
|
69
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.
|
|
70
70
|
activerecord:
|
|
71
71
|
models:
|
|
72
|
-
refinery/inquiry: zapytanie
|
|
72
|
+
refinery/inquiries/inquiry: zapytanie
|
|
73
73
|
attributes:
|
|
74
|
-
refinery/inquiry:
|
|
74
|
+
refinery/inquiries/inquiry:
|
|
75
75
|
name: Imię
|
|
76
76
|
email: E-mail
|
|
77
77
|
phone: Telefon
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -69,9 +69,9 @@ pt-BR:
|
|
|
69
69
|
ps: OBS. Todos os contatos são armazenados na seção "Contatos" do website.
|
|
70
70
|
activerecord:
|
|
71
71
|
models:
|
|
72
|
-
refinery/inquiry: Contato
|
|
72
|
+
refinery/inquiries/inquiry: Contato
|
|
73
73
|
attributes:
|
|
74
|
-
refinery/inquiry:
|
|
74
|
+
refinery/inquiries/inquiry:
|
|
75
75
|
name: Nome
|
|
76
76
|
email: Email
|
|
77
77
|
phone: Telefone
|
data/config/locales/ru.yml
CHANGED
|
@@ -66,11 +66,11 @@ ru:
|
|
|
66
66
|
message: Сообщение
|
|
67
67
|
closing_line: С наилучшими пожеланиями
|
|
68
68
|
ps: Все запросы вы можете увидеть в соответствующем разделе Refinery.
|
|
69
|
-
|
|
69
|
+
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: Запрос
|
|
71
|
+
refinery/inquiries/inquiry: Запрос
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: Имя
|
|
75
75
|
email: Эл. почта
|
|
76
76
|
phone: Телефон
|
data/config/locales/sk.yml
CHANGED
|
@@ -66,11 +66,11 @@ sk:
|
|
|
66
66
|
message: Správa
|
|
67
67
|
closing_line: S pozdravom
|
|
68
68
|
ps: P.S. Všetky otázky sú uložené pod sekciou "Otázky" v administrácii web stránky, ak by ich bolo potrebné zobraziť neskôr.
|
|
69
|
-
|
|
69
|
+
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: otázka
|
|
71
|
+
refinery/inquiries/inquiry: otázka
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: Meno
|
|
75
75
|
email: Email
|
|
76
76
|
phone: Telefón
|
data/config/locales/sl.yml
CHANGED
|
@@ -66,11 +66,11 @@ sl:
|
|
|
66
66
|
message: Sporočilo
|
|
67
67
|
closing_line: Lepo Pozdravljeni
|
|
68
68
|
ps: P.S. Vsa povpraševanja so shranjena pod zavihkom "Povpraševanja" v Refinery.
|
|
69
|
-
|
|
69
|
+
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: Povpraševanje
|
|
71
|
+
refinery/inquiries/inquiry: Povpraševanje
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: Ime
|
|
75
75
|
email: Email
|
|
76
76
|
phone: Telefon
|
data/config/locales/sv.yml
CHANGED
|
@@ -66,11 +66,11 @@ sv:
|
|
|
66
66
|
message: Meddelande
|
|
67
67
|
closing_line: Vänliga hälsningar
|
|
68
68
|
ps: P.S. Alla dina förfrågningar sparas i "Förfrågningar"-sektionen av Refinery. Där kan du visa dem senare.
|
|
69
|
-
|
|
69
|
+
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: förfrågning
|
|
71
|
+
refinery/inquiries/inquiry: förfrågning
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: Namn
|
|
75
75
|
email: E-postadress
|
|
76
76
|
phone: Telefon
|
data/config/locales/zh-CN.yml
CHANGED
|
@@ -66,11 +66,11 @@ zh-CN:
|
|
|
66
66
|
message: 信息
|
|
67
67
|
closing_line: 谨致问候
|
|
68
68
|
ps: 附言 您所有的咨询被保存在“咨询”区域以便于你在日后查看.
|
|
69
|
-
|
|
69
|
+
activerecord:
|
|
70
70
|
models:
|
|
71
|
-
refinery/inquiry: inquiry
|
|
71
|
+
refinery/inquiries/inquiry: inquiry
|
|
72
72
|
attributes:
|
|
73
|
-
refinery/inquiry:
|
|
73
|
+
refinery/inquiries/inquiry:
|
|
74
74
|
name: 姓名
|
|
75
75
|
email: email
|
|
76
76
|
phone: 联系电话
|
|
@@ -10,7 +10,7 @@ module Refinery
|
|
|
10
10
|
plugin.pathname = root
|
|
11
11
|
plugin.name = "refinerycms_inquiries"
|
|
12
12
|
plugin.url = proc { Refinery::Core::Engine.routes.url_helpers.inquiries_admin_inquiries_path }
|
|
13
|
-
plugin.menu_match = %r{
|
|
13
|
+
plugin.menu_match = %r{refinery/inquiries(/.+?)?$}
|
|
14
14
|
plugin.activity = {
|
|
15
15
|
:class_name => :'refinery/inquiries/inquiry',
|
|
16
16
|
:title => 'name',
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{refinerycms-inquiries}
|
|
5
|
-
s.version = %q{2.0.
|
|
5
|
+
s.version = %q{2.0.3}
|
|
6
6
|
s.date = "#{Date.today.strftime("%Y-%m-%d")}"
|
|
7
7
|
s.summary = %q{Inquiry handling functionality for the Refinery CMS project.}
|
|
8
8
|
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.}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refinerycms-inquiries
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2012-
|
|
14
|
+
date: 2012-05-16 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: refinerycms-core
|
|
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
151
151
|
version: '0'
|
|
152
152
|
requirements: []
|
|
153
153
|
rubyforge_project:
|
|
154
|
-
rubygems_version: 1.8.
|
|
154
|
+
rubygems_version: 1.8.22
|
|
155
155
|
signing_key:
|
|
156
156
|
specification_version: 3
|
|
157
157
|
summary: Inquiry handling functionality for the Refinery CMS project.
|