contact_us 0.5.3 → 0.5.4
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.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/CHANGELOG.md +4 -0
- data/config/locales/contact_us.el.yml +24 -0
- data/lib/contact_us/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28d318ac379029a18ee985f3fc50b44bd698f5d4
|
|
4
|
+
data.tar.gz: 1240293acf5718df78c46d988e568862f4222293
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba94cd4ebcf243d34d7971968e088eb478a53ea948586051a953f10f60c6d3b2ec161396072e9d9b2d67509617dacf31094b7050b5de8297fb859176a5d22ee8
|
|
7
|
+
data.tar.gz: b66ce52778b6b8d6a3a4a6f78b2f4f9861cb647bece12f9fd36c5cf0f810af951128fe427dee5a8b0953bcaf0e2f671374eec79e9a2abfacceff73179dd0071c
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Localization file for Greek
|
|
2
|
+
|
|
3
|
+
el:
|
|
4
|
+
contact_us:
|
|
5
|
+
contact_mailer:
|
|
6
|
+
contact_email:
|
|
7
|
+
sent_by_contact_form: "Εστάλη μέσω της φόρμας επικοινωνίας από τον/την %{email}"
|
|
8
|
+
sent_by_name: "Εστάλη από τον/την %{name} από τη διεύθυνση %{email}"
|
|
9
|
+
subject: "Μήνυμα φόρμας επικοινωνίας από %{email}"
|
|
10
|
+
contacts:
|
|
11
|
+
new: &new
|
|
12
|
+
contact_us: "Επικοινωνία"
|
|
13
|
+
email: "Διεύθυνση ηλεκτρονικού ταχυδρομείου"
|
|
14
|
+
message: "Μήνυμα"
|
|
15
|
+
name: "Όνομα"
|
|
16
|
+
subject: "Θέμα"
|
|
17
|
+
submit: "Αποστολή"
|
|
18
|
+
new_formtastic:
|
|
19
|
+
<<: *new
|
|
20
|
+
new_simple_form:
|
|
21
|
+
<<: *new
|
|
22
|
+
notices:
|
|
23
|
+
error: "Πρέπει να συμπληρώσετε και τα δύο πεδία."
|
|
24
|
+
success: "Το μήνυμά σας εστάλη επιτυχώς."
|
data/lib/contact_us/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: contact_us
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Dutil
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
11
|
+
date: 2014-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capybara
|
|
@@ -148,6 +148,7 @@ files:
|
|
|
148
148
|
- app/views/contact_us/contacts/new_formtastic.html.erb
|
|
149
149
|
- app/views/contact_us/contacts/new_simple_form.html.erb
|
|
150
150
|
- config/locales/contact_us.de.yml
|
|
151
|
+
- config/locales/contact_us.el.yml
|
|
151
152
|
- config/locales/contact_us.en.yml
|
|
152
153
|
- config/locales/contact_us.es.yml
|
|
153
154
|
- config/locales/contact_us.fr.yml
|