refinerycms-inquiries 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/es.yml +35 -25
- data/db/seeds/pages_for_inquiries.rb +7 -0
- data/lib/gemspec.rb +1 -1
- data/readme.md +2 -2
- data/refinerycms-inquiries.gemspec +2 -2
- metadata +5 -4
data/config/locales/es.yml
CHANGED
@@ -9,61 +9,71 @@ es:
|
|
9
9
|
inquiry:
|
10
10
|
to: Para
|
11
11
|
from: De
|
12
|
-
click_to_email: Dale Click a este email
|
13
12
|
phone: Telefono
|
14
13
|
date: Fecha
|
15
14
|
name: Nombre
|
16
15
|
message: Mensaje
|
17
16
|
inquiries:
|
18
17
|
new:
|
19
|
-
header_message: "Mil disculpas hay un pequeño problema."
|
20
|
-
message: "Los siguientes problemas necesitan ser corregidos:"
|
21
18
|
send: Enviar mensaje
|
22
19
|
privacy_policy: "Nosotros valoramos tu privacidad"
|
23
20
|
admin:
|
24
21
|
inquiries:
|
22
|
+
delete: Borrar esta consulta para siempre
|
25
23
|
inquiry:
|
26
|
-
move_inquiry_to_closed: Cambiar esta consulta a cerrada
|
27
|
-
move_inquiry_to_open: Cambiar esta consulta a abierta
|
28
24
|
read_inquiry: Leer esta consulta
|
29
|
-
|
30
|
-
|
25
|
+
said: dijo
|
26
|
+
mark_as_spam: Marcar como spam
|
27
|
+
mark_as_ham: Mover a la bandeja de entrada
|
28
|
+
submenu:
|
29
|
+
inbox: Bandeja de entrada
|
30
|
+
spam: Spam
|
31
|
+
update_notified: Actualizar a quien se notifica
|
32
|
+
edit_confirmation_email: Editar correo de confirmación
|
31
33
|
toggle_status:
|
32
34
|
closed: "La consulta '%{inquiry}' esta cerrada"
|
33
35
|
reopened: "La consulta '%{inquiry}' esta abierta"
|
34
36
|
index:
|
35
|
-
search_results_for: Resultados de la busqueda de %{query}
|
36
37
|
no_inquiries: No has recibido ninguna consulta aun.
|
38
|
+
no_spam: No tienes nada de spam.
|
37
39
|
show:
|
38
40
|
details: Detalles
|
39
|
-
click_to_email:
|
40
|
-
status: Estatus
|
41
|
-
open: Abierto
|
42
|
-
closed: Cerrado
|
41
|
+
click_to_email: Pulsa para responder
|
43
42
|
age: Edad
|
44
43
|
actions: Acciones
|
45
44
|
back_to_all_inquiries: Regresar a todas las consultas
|
46
45
|
inquiry: Consulta
|
47
|
-
|
48
|
-
|
49
|
-
|
46
|
+
spam: spam
|
47
|
+
spam_yes: 'sí'
|
48
|
+
to: Para
|
49
|
+
from: De
|
50
|
+
phone: Teléfono
|
51
|
+
date: Fecha
|
52
|
+
message: Mensaje
|
50
53
|
inquiry_settings:
|
51
|
-
update:
|
52
|
-
updated: "'%{setting}' fue actualizado exitosamente."
|
53
54
|
notification_recipients_form:
|
54
55
|
inquiry_settings_value_name: Mandar notificaciones a
|
55
|
-
|
56
|
-
|
57
|
-
example: "Ejemplo: me@domain.com, friend@msn.com, workmate@work.com"
|
56
|
+
hint: "Cada vez que alguien envíe una consulta, Refinery enviara un correo electrónico notificándolo. Ingrese la dirección de correo de las persona que vaya a ser notificada, si quiere que varias personas sean notificadas ingrese las direcciones de correo separadas por comas."
|
57
|
+
example: "Introduzca una dirección de correo como: me@domain.com, friend@msn.com, workmate@work.com"
|
58
58
|
confirmation_email_form:
|
59
59
|
to: Para
|
60
60
|
from: De
|
61
61
|
subject: Asunto
|
62
|
-
click_to_edit_subject:
|
63
|
-
explanation: "Cada vez que alguien se comunique con usted en su sitio web, Refinery enviara un correo electrónico
|
64
|
-
below_edit_email_sent: "Abajo usted puede editar el
|
62
|
+
click_to_edit_subject: Pulse aquí para modificar el asunto
|
63
|
+
explanation: "Cada vez que alguien se comunique con usted en su sitio web, Refinery enviara un correo electrónico para confirmar la consulta con la persona que la hizo."
|
64
|
+
below_edit_email_sent: "Abajo usted puede editar el correo que se enviará."
|
65
65
|
the_customer_making_inquiry: El cliente haciendo la consulta
|
66
66
|
message: Mensaje
|
67
67
|
note: "Nota: ingrese el texto %name% donde quiera que el nombre del cliente aparezca en el email"
|
68
|
-
|
69
|
-
|
68
|
+
inquiry_mailer:
|
69
|
+
notification:
|
70
|
+
greeting: Hola
|
71
|
+
you_recieved_new_inquiry: Has recibido una nueva consulta en tu web.
|
72
|
+
inquiry_starts: --- comienzo de la consulta ---
|
73
|
+
inquiry_ends: --- fin de la consulta ---
|
74
|
+
from: De
|
75
|
+
email: Correo
|
76
|
+
phone: Teléfono
|
77
|
+
message: Mensaje
|
78
|
+
closing_line: Saludos
|
79
|
+
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í.
|
@@ -1,3 +1,10 @@
|
|
1
|
+
::User.find(:all).each do |user|
|
2
|
+
if user.plugins.where(:name => 'refinery_inquiries').blank?
|
3
|
+
user.plugins.create(:name => "refinery_inquiries",
|
4
|
+
:position => (user.plugins.maximum(:position) || -1) +1)
|
5
|
+
end
|
6
|
+
end if defined?(::User)
|
7
|
+
|
1
8
|
if defined?(::Page)
|
2
9
|
page_position = (::Page.maximum(:position, :conditions => {:parent_id => nil}) || -1)
|
3
10
|
|
data/lib/gemspec.rb
CHANGED
data/readme.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
Include the latest [gem](http://rubygems.org/gems/refinerycms-inquiries) into your Refinery CMS application's Gemfile:
|
8
8
|
|
9
|
-
gem 'refinerycms-inquiries', '~> 0.
|
9
|
+
gem 'refinerycms-inquiries', '~> 1.0.0'
|
10
10
|
|
11
11
|
Then type the following at command line inside your Refinery CMS application's root directory:
|
12
12
|
|
@@ -14,7 +14,7 @@ Then type the following at command line inside your Refinery CMS application's r
|
|
14
14
|
|
15
15
|
#### Installation on Refinery 0.9.9 or above.
|
16
16
|
|
17
|
-
|
17
|
+
To install the migrations, run:
|
18
18
|
|
19
19
|
rails generate refinerycms_inquiries
|
20
20
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{refinerycms-inquiries}
|
3
|
-
s.version = %q{1.0.
|
4
|
-
s.date = %q{2011-05-
|
3
|
+
s.version = %q{1.0.1}
|
4
|
+
s.date = %q{2011-05-28}
|
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
@@ -2,7 +2,7 @@
|
|
2
2
|
name: refinerycms-inquiries
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Resolve Digital
|
@@ -10,7 +10,8 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-05-
|
13
|
+
date: 2011-05-28 00:00:00 +12:00
|
14
|
+
default_executable:
|
14
15
|
dependencies:
|
15
16
|
- !ruby/object:Gem::Dependency
|
16
17
|
name: filters_spam
|
@@ -87,6 +88,7 @@ files:
|
|
87
88
|
- readme.md
|
88
89
|
- refinerycms-inquiries.gemspec
|
89
90
|
- spec/models/inquiry_spec.rb
|
91
|
+
has_rdoc: true
|
90
92
|
homepage: http://refinerycms.com
|
91
93
|
licenses: []
|
92
94
|
|
@@ -110,10 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
112
|
requirements: []
|
111
113
|
|
112
114
|
rubyforge_project:
|
113
|
-
rubygems_version: 1.
|
115
|
+
rubygems_version: 1.6.2
|
114
116
|
signing_key:
|
115
117
|
specification_version: 3
|
116
118
|
summary: Inquiry handling functionality for the Refinery CMS project.
|
117
119
|
test_files: []
|
118
120
|
|
119
|
-
has_rdoc:
|