refinerycms-inquiries 0.9.8.8 → 0.9.8.9
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/config/locales/lolcat.yml +77 -0
- data/features/manage_inquiries.feature +1 -1
- data/lib/gemspec.rb +1 -1
- data/refinerycms-inquiries.gemspec +3 -2
- metadata +5 -4
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
lolcat:
|
|
2
|
+
plugins:
|
|
3
|
+
refinery_inquiries:
|
|
4
|
+
title: INQUIRIEZ
|
|
5
|
+
description: PROVIDEZ CONTACT FORM AN STOREZ INQUIRIEZ
|
|
6
|
+
inquiries:
|
|
7
|
+
new:
|
|
8
|
+
send: SEND MESAGE
|
|
9
|
+
privacy_policy: WE VALUE UR PRIVACY
|
|
10
|
+
admin:
|
|
11
|
+
inquiries:
|
|
12
|
+
delete: REMOOV DIS INQUIRY FOREVR
|
|
13
|
+
inquiry:
|
|
14
|
+
read_inquiry: READ TEH INQUIRY
|
|
15
|
+
said: SED
|
|
16
|
+
mark_as_spam: MARK AS SPAM
|
|
17
|
+
mark_as_ham: MOOV 2 INBOX
|
|
18
|
+
submenu:
|
|
19
|
+
inbox: INBOX
|
|
20
|
+
spam: SPAM
|
|
21
|
+
update_notified: UPDATE HOO GETS NOTIFID
|
|
22
|
+
edit_confirmation_email: EDIT CONFIRMASHUN EMAIL
|
|
23
|
+
index:
|
|
24
|
+
no_inquiries: U HAS NOT RECEIVD ANY INQUIRIEZ YET.
|
|
25
|
+
spam:
|
|
26
|
+
no_spam: HOORAH! U DOAN HAS ANY SPAM.
|
|
27
|
+
show:
|
|
28
|
+
details: DETAILS
|
|
29
|
+
age: AGE
|
|
30
|
+
actions: ACSHUNS
|
|
31
|
+
back_to_all_inquiries: BAK 2 ALL INQUIRIEZ
|
|
32
|
+
spam: SPAM
|
|
33
|
+
spam_yes: YEZ
|
|
34
|
+
inquiry: INQUIRY
|
|
35
|
+
to: 2
|
|
36
|
+
from: FRUM
|
|
37
|
+
click_to_email: CLICK 2 EMAIL DIS ADDRES
|
|
38
|
+
phone: FONE
|
|
39
|
+
date: DATE
|
|
40
|
+
message: MESAGE
|
|
41
|
+
inquiry_settings:
|
|
42
|
+
notification_recipients_form:
|
|
43
|
+
inquiry_settings_value_name: SEND NOTIFICASHUNS 2
|
|
44
|
+
explanation: EVRY TIEM SOMEONE CONTACTS U ON UR WEBSIET, REFINERY SENDZ OUT AN EMAIL 2 SAY THAR IZ NEW INQUIRY.
|
|
45
|
+
hint: WHEN NEW INQUIRY IZ SUBMITTD, REFINERY WILL SEND AN EMAIL NOTIFICASHUN 2 U.
|
|
46
|
+
example: "ENTR UR EMAIL ADDRES(EZ) LIEK: JACK@WERK.COM, JILL@OFFICE.COM"
|
|
47
|
+
confirmation_email_form:
|
|
48
|
+
to: 2
|
|
49
|
+
from: FRUM
|
|
50
|
+
subject: SUBJECT
|
|
51
|
+
click_to_edit_subject: CLICK HER 2 EDIT TEH SUBJECT
|
|
52
|
+
explanation: EVRY TIEM SOMEONE CONTACTS U ON UR WEBSIET, REFINERY SENDZ OUT AN EMAIL 2 CONFIRM TEH INQUIRY WIF TEH PERSON HOO MADE IT.
|
|
53
|
+
below_edit_email_sent: BELOW U CAN EDIT TEH EMAIL DAT IZ SENT OUT.
|
|
54
|
+
the_customer_making_inquiry: TEH CUSTOMR MAKIN TEH INQUIRY
|
|
55
|
+
message: MESAGE
|
|
56
|
+
note: "Note: PLACE TEH TEXT %NAYM% WER UD LIEK TEH CUSTOMERS NAYM 2 APPEAR IN DA EMAIL"
|
|
57
|
+
inquiry_mailer:
|
|
58
|
+
notification:
|
|
59
|
+
greeting: OH HAI THAR
|
|
60
|
+
you_recieved_new_inquiry: U JUS RECEIVD NEW INQUIRY ON UR WEBSIET.
|
|
61
|
+
inquiry_starts: --- INQUIRY STARTS ---
|
|
62
|
+
inquiry_ends: --- INQUIRY ENDZ ---
|
|
63
|
+
from: FRUM
|
|
64
|
+
email: EMAIL
|
|
65
|
+
phone: FONE
|
|
66
|
+
message: MESAGE
|
|
67
|
+
closing_line: KIND REGARDZ
|
|
68
|
+
ps: P.S. ALL UR INQUIRIEZ R STORD IN DA "INQUIRIEZ" SECSHUN OV REFINERY SHUD U EVR WANTS 2 VIEW IT LATR THAR.
|
|
69
|
+
activerecord:
|
|
70
|
+
models:
|
|
71
|
+
inquiry: INQUIRY
|
|
72
|
+
attributes:
|
|
73
|
+
inquiry:
|
|
74
|
+
name: NAYM
|
|
75
|
+
email: EMAIL
|
|
76
|
+
phone: FONE
|
|
77
|
+
message: MESAGE
|
|
@@ -13,7 +13,7 @@ Feature: Manage Inquiries
|
|
|
13
13
|
When I go to the list of inquiries
|
|
14
14
|
Then I should see "David Jones said Hello, I really like your website. Was it hard to build ..."
|
|
15
15
|
And I should have 1 inquiries
|
|
16
|
-
And I should not see "
|
|
16
|
+
And I should not see "Add"
|
|
17
17
|
|
|
18
18
|
Scenario: Spam List
|
|
19
19
|
When I go to the list of inquiries
|
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-09-
|
|
3
|
+
s.version = %q{0.9.8.9}
|
|
4
|
+
s.date = %q{2010-09-23}
|
|
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}
|
|
@@ -49,6 +49,7 @@ Gem::Specification.new do |s|
|
|
|
49
49
|
'config/locales/es.yml',
|
|
50
50
|
'config/locales/fr.yml',
|
|
51
51
|
'config/locales/it.yml',
|
|
52
|
+
'config/locales/lolcat.yml',
|
|
52
53
|
'config/locales/lv.yml',
|
|
53
54
|
'config/locales/nb.yml',
|
|
54
55
|
'config/locales/nl.yml',
|
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: 53
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 8
|
|
10
|
-
-
|
|
11
|
-
version: 0.9.8.
|
|
10
|
+
- 9
|
|
11
|
+
version: 0.9.8.9
|
|
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-09-
|
|
19
|
+
date: 2010-09-23 00:00:00 +12:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- config/locales/es.yml
|
|
69
69
|
- config/locales/fr.yml
|
|
70
70
|
- config/locales/it.yml
|
|
71
|
+
- config/locales/lolcat.yml
|
|
71
72
|
- config/locales/lv.yml
|
|
72
73
|
- config/locales/nb.yml
|
|
73
74
|
- config/locales/nl.yml
|