Version Description
- Updated Turkish translations thanks again to Abdullah Manaz
- Fixed a problem where certain texts on the settings screen were not being translated thanks to Abdullah Manaz again for finding this
- Updates to FAQ section
- The settings link on the plugin page may now be translated
- The text 'Contact Form' on the admin screen menu may now be translated
- Added Greek translations thanks to Georgios Diamantopoulos
Download this release
Release Info
Developer | megnicholas |
Plugin | Contact Form Clean and Simple |
Version | 4.2.0 |
Comparing to | |
See all releases |
Code changes from version 4.1.9 to 4.2.0
- class.cscf.php +1 -1
- class.cscf_settings.php +5 -5
- clean-and-simple-contact-form-by-meg-nicholas.php +2 -2
- languages/cleanandsimple-el.mo +0 -0
- languages/cleanandsimple-el.po +301 -0
- languages/cleanandsimple-el_GR.mo +0 -0
- languages/cleanandsimple-el_GR.po +301 -0
- languages/cleanandsimple-tr_TR.mo +0 -0
- languages/cleanandsimple-tr_TR.po +98 -74
- languages/cleanandsimple.pot +10 -2
- readme.txt +20 -3
class.cscf.php
CHANGED
@@ -103,7 +103,7 @@ class cscf
|
|
103 |
/*
|
104 |
* Insert the link at the beginning
|
105 |
*/
|
106 |
-
$in = '<a href="options-general.php?page=contact-form-settings">' . __('Settings', '
|
107 |
array_unshift($links, $in);
|
108 |
|
109 |
/*
|
103 |
/*
|
104 |
* Insert the link at the beginning
|
105 |
*/
|
106 |
+
$in = '<a href="options-general.php?page=contact-form-settings">' . __('Settings', 'cleanandsimple') . '</a>';
|
107 |
array_unshift($links, $in);
|
108 |
|
109 |
/*
|
class.cscf_settings.php
CHANGED
@@ -27,7 +27,7 @@ class cscf_settings
|
|
27 |
{
|
28 |
|
29 |
// This page will be under "Settings"
|
30 |
-
add_options_page('Settings
|
31 |
$this,
|
32 |
'create_admin_page'
|
33 |
));
|
@@ -45,9 +45,9 @@ class cscf_settings
|
|
45 |
<div style="float:right;position: relative;width:250px;">
|
46 |
|
47 |
<div style="border:1px solid;padding:5px;margin-bottom: 8px;text-align:center;">
|
48 |
-
<h3><?php _e("Donate $10, $20 or $50!");?></h3>
|
49 |
<div>
|
50 |
-
<p><?php _e("If you like this plugin, please donate to support development and maintenance of:"); ?></p> <h3><?php _e("Clean and Simple Contact Form!"); ?></h3>
|
51 |
|
52 |
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
53 |
<input type="hidden" name="cmd" value="_s-xclick">
|
@@ -74,11 +74,11 @@ class cscf_settings
|
|
74 |
<?php if ( cscf_PluginSettings::IsJetPackContactFormEnabled() ) { ?>
|
75 |
<p class="highlight">
|
76 |
<?php _e('NOTICE: You have JetPack\'s Contact Form enabled please deactivate it or use the shortcode [cscf-contact-form] instead.','cleanandsimple'); ?>
|
77 |
-
<a target="_blank" href="http://www.megnicholas.co.uk/articles/clean-and-simple-contact-form-and-jetpack/"><?php _e('Read More');?></a>
|
78 |
</p>
|
79 |
<?php } ?>
|
80 |
|
81 |
-
<p class="howto"><?php _e("Please Note: To add the contact form to your page please add the text"); ?> <code>[cscf-contact-form]</code> <?php _e("to your post or page."); ?></p>
|
82 |
|
83 |
<form method="post" action="options.php">
|
84 |
<?php
|
27 |
{
|
28 |
|
29 |
// This page will be under "Settings"
|
30 |
+
add_options_page(__('Contact Form Settings','cleanandsimple'), __('Contact Form','cleanandsimple'), 'manage_options', 'contact-form-settings', array(
|
31 |
$this,
|
32 |
'create_admin_page'
|
33 |
));
|
45 |
<div style="float:right;position: relative;width:250px;">
|
46 |
|
47 |
<div style="border:1px solid;padding:5px;margin-bottom: 8px;text-align:center;">
|
48 |
+
<h3><?php _e("Donate $10, $20 or $50!","cleanandsimple");?></h3>
|
49 |
<div>
|
50 |
+
<p><?php _e("If you like this plugin, please donate to support development and maintenance of:","cleanandsimple"); ?></p> <h3><?php _e("Clean and Simple Contact Form!","cleanandsimple"); ?></h3>
|
51 |
|
52 |
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
53 |
<input type="hidden" name="cmd" value="_s-xclick">
|
74 |
<?php if ( cscf_PluginSettings::IsJetPackContactFormEnabled() ) { ?>
|
75 |
<p class="highlight">
|
76 |
<?php _e('NOTICE: You have JetPack\'s Contact Form enabled please deactivate it or use the shortcode [cscf-contact-form] instead.','cleanandsimple'); ?>
|
77 |
+
<a target="_blank" href="http://www.megnicholas.co.uk/articles/clean-and-simple-contact-form-and-jetpack/"><?php _e('Read More','cleanandsimple');?></a>
|
78 |
</p>
|
79 |
<?php } ?>
|
80 |
|
81 |
+
<p class="howto"><?php _e("Please Note: To add the contact form to your page please add the text","cleanandsimple"); ?> <code>[cscf-contact-form]</code> <?php _e("to your post or page.","cleanandsimple"); ?></p>
|
82 |
|
83 |
<form method="post" action="options.php">
|
84 |
<?php
|
clean-and-simple-contact-form-by-meg-nicholas.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
Plugin Name: Clean and Simple Contact Form
|
8 |
Plugin URI: http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form
|
9 |
Description: A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
|
10 |
-
Version: 4.
|
11 |
Author: Meghan Nicholas
|
12 |
Author URI: http://www.megnicholas.co.uk
|
13 |
License: GPLv2 or later
|
@@ -53,7 +53,7 @@ if (!defined('CSCF_PLUGIN_URL')) define('CSCF_PLUGIN_URL', WP_PLUGIN_URL . '/' .
|
|
53 |
|
54 |
if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
|
55 |
|
56 |
-
if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.
|
57 |
|
58 |
if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
|
59 |
|
7 |
Plugin Name: Clean and Simple Contact Form
|
8 |
Plugin URI: http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form
|
9 |
Description: A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
|
10 |
+
Version: 4.2.0
|
11 |
Author: Meghan Nicholas
|
12 |
Author URI: http://www.megnicholas.co.uk
|
13 |
License: GPLv2 or later
|
53 |
|
54 |
if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
|
55 |
|
56 |
+
if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.2.0');
|
57 |
|
58 |
if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
|
59 |
|
languages/cleanandsimple-el.mo
ADDED
Binary file
|
languages/cleanandsimple-el.po
ADDED
@@ -0,0 +1,301 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2013 Clean and Simple Contact Form
|
2 |
+
# This file is distributed under the same license as the Clean and Simple Contact Form package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Clean and Simple Contact Form 4.1.7\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
|
7 |
+
"by-meg-nicholas\n"
|
8 |
+
"POT-Creation-Date: 2013-09-08 21:03:24+00:00\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"PO-Revision-Date: 2013-09-29 16:35-0000\n"
|
13 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
+
"X-Generator: Poedit 1.5.7\n"
|
16 |
+
|
17 |
+
#: class.cscf.php:106
|
18 |
+
msgid "Settings"
|
19 |
+
msgstr "Ρυθμίσεις"
|
20 |
+
|
21 |
+
#: class.cscf_contact.php:54
|
22 |
+
msgid "Sorry the email addresses do not match."
|
23 |
+
msgstr "Τα e-mail δεν μοιάζουν."
|
24 |
+
|
25 |
+
#: class.cscf_contact.php:58 views/contact-form.view.php:29
|
26 |
+
msgid "Please give your email address."
|
27 |
+
msgstr "Παρακαλώ δώστε το e-mail σας."
|
28 |
+
|
29 |
+
#: class.cscf_contact.php:62
|
30 |
+
msgid "Please confirm your email address."
|
31 |
+
msgstr "Παρακαλώ επιβεβαιώστε το e-mail σας. "
|
32 |
+
|
33 |
+
#: class.cscf_contact.php:66 views/contact-form.view.php:62
|
34 |
+
msgid "Please give your name."
|
35 |
+
msgstr "Δώστε το όνομα σας."
|
36 |
+
|
37 |
+
#: class.cscf_contact.php:70
|
38 |
+
msgid "Please enter a message."
|
39 |
+
msgstr "Δώστε το μήνυμα."
|
40 |
+
|
41 |
+
#: class.cscf_contact.php:74 views/contact-form.view.php:30
|
42 |
+
#: views/contact-form.view.php:47
|
43 |
+
msgid "Please enter a valid email address."
|
44 |
+
msgstr "Παρακαλώ δώστε έγκυρη διεύθυνση e-mail."
|
45 |
+
|
46 |
+
#: class.cscf_contact.php:82
|
47 |
+
msgid "Sorry the code wasn't entered correctly please try again."
|
48 |
+
msgstr ""
|
49 |
+
"Συγνώμη ο κωδικός που δώσατε δεν είναι σωστός. Παρακαλώ δοκιμάστε ξανά. "
|
50 |
+
|
51 |
+
#: class.cscf_pluginsettings.php:40
|
52 |
+
msgid "Message Sent"
|
53 |
+
msgstr "Το μήνυμα εστάλη. "
|
54 |
+
|
55 |
+
#: class.cscf_pluginsettings.php:47
|
56 |
+
msgid "Thank you for your message, we will be in touch very shortly."
|
57 |
+
msgstr ""
|
58 |
+
"Ευχαριστούμε για το μήνυμα, θα επικοινωνήσουμε μαζί σας το συντομότερο "
|
59 |
+
"δυνατό. "
|
60 |
+
|
61 |
+
#: class.cscf_pluginsettings.php:54
|
62 |
+
msgid ""
|
63 |
+
"Please enter your contact details and a short message below and I will try "
|
64 |
+
"to answer your query as soon as possible."
|
65 |
+
msgstr ""
|
66 |
+
"Παρακαλώ δώστε τα στοιχεία επικοινωνία σας και ένα σύντομο μήνυμα και θα "
|
67 |
+
"επικοινωνήσουμε μαζί σας το συντομότερο δυνατό."
|
68 |
+
|
69 |
+
#: class.cscf_pluginsettings.php:83
|
70 |
+
msgid " - Web Enquiry"
|
71 |
+
msgstr " - Διαδικτυακή Επικοινωνία "
|
72 |
+
|
73 |
+
#: class.cscf_settings.php:42
|
74 |
+
msgid "Clean and Simple Contact Form Settings"
|
75 |
+
msgstr "Ρυθμίσεις της Φόρμας Επικοινωνίας Clean and Simple"
|
76 |
+
|
77 |
+
#: class.cscf_settings.php:48
|
78 |
+
msgid "Donate $10, $20 or $50!"
|
79 |
+
msgstr "Δωρίστε $10, $20 ή $50!"
|
80 |
+
|
81 |
+
#: class.cscf_settings.php:50
|
82 |
+
msgid ""
|
83 |
+
"If you like this plugin, please donate to support development and "
|
84 |
+
"maintenance of:"
|
85 |
+
msgstr ""
|
86 |
+
"Εάν σας αρέσει αυτή η επέκταση, παρακαλώ δωρίστε για την υποστήριξη της "
|
87 |
+
"ανάπτυξης και της συντήρησης του:"
|
88 |
+
|
89 |
+
#: class.cscf_settings.php:50
|
90 |
+
msgid "Clean and Simple Contact Form!"
|
91 |
+
msgstr "Clean and Simple Φόρμα Επικοινωνίας!"
|
92 |
+
|
93 |
+
#: class.cscf_settings.php:65
|
94 |
+
msgid "You are using version"
|
95 |
+
msgstr "Χρησιμοποιείτε την έκδοση"
|
96 |
+
|
97 |
+
#: class.cscf_settings.php:66
|
98 |
+
msgid "If you find this plugin useful please consider"
|
99 |
+
msgstr "Εάν θεωρείτε αυτή την επέκταση χρήσιμη παρακαλώ σκεφτείτε να"
|
100 |
+
|
101 |
+
#: class.cscf_settings.php:69
|
102 |
+
msgid "leaving a review"
|
103 |
+
msgstr "αφήσετε μια κριτική"
|
104 |
+
|
105 |
+
#: class.cscf_settings.php:71
|
106 |
+
msgid "Thank you!"
|
107 |
+
msgstr "Ευχαριστούμε!"
|
108 |
+
|
109 |
+
#: class.cscf_settings.php:76
|
110 |
+
msgid ""
|
111 |
+
"NOTICE: You have JetPack's Contact Form enabled please deactivate it or use "
|
112 |
+
"the shortcode [cscf-contact-form] instead."
|
113 |
+
msgstr ""
|
114 |
+
"ΕΙΔΟΠΟΙΗΣΗ: Έχετε ενεργή την Φόρμα Επικοινωνίας JetPack, παρακαλώ "
|
115 |
+
"απενεργοποιήστε την ή αντί αυτού χρησιμοποιήστε το shortcode [CSCF-φόρμα "
|
116 |
+
"επικοινωνίας]."
|
117 |
+
|
118 |
+
#: class.cscf_settings.php:77
|
119 |
+
msgid "Read More"
|
120 |
+
msgstr "Διαβάστε περισσότερα"
|
121 |
+
|
122 |
+
#: class.cscf_settings.php:81
|
123 |
+
msgid "Please Note: To add the contact form to your page please add the text"
|
124 |
+
msgstr ""
|
125 |
+
"Σημείωση: Για να προσθέσετε τη φόρμα επικοινωνίας στη σελίδα σας, "
|
126 |
+
"παρακαλούμε προσθέστε το κείμενο"
|
127 |
+
|
128 |
+
#: class.cscf_settings.php:81
|
129 |
+
msgid "to your post or page."
|
130 |
+
msgstr "στη δημοσίευση ή τη σελίδα σας."
|
131 |
+
|
132 |
+
#: class.cscf_settings.php:112
|
133 |
+
msgid "ReCAPTCHA Settings"
|
134 |
+
msgstr "Ρυθμίσεις ReCAPTCHA"
|
135 |
+
|
136 |
+
#: class.cscf_settings.php:120
|
137 |
+
msgid "Use reCAPTCHA :"
|
138 |
+
msgstr "Χρησιμοποιήστε το reCAPTCHA:"
|
139 |
+
|
140 |
+
#: class.cscf_settings.php:126
|
141 |
+
msgid "reCAPTCHA Theme :"
|
142 |
+
msgstr "reCAPTCHA Θέμα:"
|
143 |
+
|
144 |
+
#: class.cscf_settings.php:132
|
145 |
+
msgid "reCAPTCHA Public Key :"
|
146 |
+
msgstr "reCAPTCHA δημόσιο κλειδί:"
|
147 |
+
|
148 |
+
#: class.cscf_settings.php:138
|
149 |
+
msgid "reCAPTCHA Private Key :"
|
150 |
+
msgstr "reCAPTCHA ιδιωτικό κλειδί:"
|
151 |
+
|
152 |
+
#: class.cscf_settings.php:144
|
153 |
+
msgid "Message Settings"
|
154 |
+
msgstr "Ρυθμίσεις Μηνυμάτων"
|
155 |
+
|
156 |
+
#: class.cscf_settings.php:148
|
157 |
+
msgid "Recipient Email :"
|
158 |
+
msgstr "E-mail Αποδέκτη:"
|
159 |
+
|
160 |
+
#: class.cscf_settings.php:154
|
161 |
+
msgid "Override 'From' Address :"
|
162 |
+
msgstr "Υπέρβαση διεύθυνσης 'Από':"
|
163 |
+
|
164 |
+
#: class.cscf_settings.php:160
|
165 |
+
msgid "'From' Email Address :"
|
166 |
+
msgstr "e-Mail Διεύθυνση 'Από':"
|
167 |
+
|
168 |
+
#: class.cscf_settings.php:166
|
169 |
+
msgid "Email Subject :"
|
170 |
+
msgstr "Θέμα e-Mail:"
|
171 |
+
|
172 |
+
#: class.cscf_settings.php:172
|
173 |
+
msgid "Message :"
|
174 |
+
msgstr "Μήνυμα:"
|
175 |
+
|
176 |
+
#: class.cscf_settings.php:178
|
177 |
+
msgid "Message Sent Heading :"
|
178 |
+
msgstr "Επικεφαλίδα Αποστολής e-mail:"
|
179 |
+
|
180 |
+
#: class.cscf_settings.php:184
|
181 |
+
msgid "Message Sent Content :"
|
182 |
+
msgstr "Περιεχόμενο Αποστολής e-mail:"
|
183 |
+
|
184 |
+
#: class.cscf_settings.php:190
|
185 |
+
msgid "Styling and Validation"
|
186 |
+
msgstr "Εμφάνιση και Επικύρωση"
|
187 |
+
|
188 |
+
#: class.cscf_settings.php:194
|
189 |
+
msgid ""
|
190 |
+
"Use the plugin default stylesheet (un-tick to use your theme style sheet "
|
191 |
+
"instead) :"
|
192 |
+
msgstr ""
|
193 |
+
"Χρησιμοποιήστε το προεπιλεγμένο stylesheet της επέκτασης (από-επιλέξτε για "
|
194 |
+
"να χρησιμοποιήσει το stylesheet του δικού σας θέματος):"
|
195 |
+
|
196 |
+
#: class.cscf_settings.php:200
|
197 |
+
msgid "Use client side validation (AJAX) :"
|
198 |
+
msgstr "Χρησιμοποιήστε την επικύρωση (AJAX):"
|
199 |
+
|
200 |
+
#: class.cscf_settings.php:287
|
201 |
+
msgid "Enter your reCAPTCHA settings below :"
|
202 |
+
msgstr "Εισάγετε τις ρυθμίσεις reCAPTCHA παρακάτω:"
|
203 |
+
|
204 |
+
#: class.cscf_settings.php:288
|
205 |
+
msgid "To use reCAPTCHA you must get an API key from"
|
206 |
+
msgstr ""
|
207 |
+
"Για να χρησιμοποιήσετε το reCAPTCHA πρέπει να πάρετε ένα API κλειδί από"
|
208 |
+
|
209 |
+
#: class.cscf_settings.php:293
|
210 |
+
msgid "Enter your message settings below :"
|
211 |
+
msgstr "Εισάγετε τις ρυθμίσεις του μηνύματος σας παρακάτω:"
|
212 |
+
|
213 |
+
#: class.cscf_settings.php:353
|
214 |
+
msgid "Red"
|
215 |
+
msgstr "Κόκκινο"
|
216 |
+
|
217 |
+
#: class.cscf_settings.php:354
|
218 |
+
msgid "White"
|
219 |
+
msgstr "Λευκό"
|
220 |
+
|
221 |
+
#: class.cscf_settings.php:355
|
222 |
+
msgid "Blackglass"
|
223 |
+
msgstr "Μαύρο Γυαλί"
|
224 |
+
|
225 |
+
#: class.cscf_settings.php:356
|
226 |
+
msgid "Clean"
|
227 |
+
msgstr "Καθαρό"
|
228 |
+
|
229 |
+
#: views/contact-form.view.php:24
|
230 |
+
msgid "Email Address:"
|
231 |
+
msgstr "Διεύθυνση e-mail:"
|
232 |
+
|
233 |
+
#: views/contact-form.view.php:33
|
234 |
+
msgid "Your Email Address"
|
235 |
+
msgstr "Το e-mail σας:"
|
236 |
+
|
237 |
+
#: views/contact-form.view.php:40
|
238 |
+
msgid "Confirm Email Address:"
|
239 |
+
msgstr "Επιβεβαιώστε τη διεύθυνση e-mail:"
|
240 |
+
|
241 |
+
#: views/contact-form.view.php:46 views/contact-form.view.php:48
|
242 |
+
msgid "Please enter the same email address again."
|
243 |
+
msgstr "Παρακαλώ δώστε το ίδιο e-mail ξανά. "
|
244 |
+
|
245 |
+
#: views/contact-form.view.php:51
|
246 |
+
msgid "Confirm Your Email Address"
|
247 |
+
msgstr "Επιβεβαιώστε το e-mail σας"
|
248 |
+
|
249 |
+
#: views/contact-form.view.php:58
|
250 |
+
msgid "Name:"
|
251 |
+
msgstr "Όνομα:"
|
252 |
+
|
253 |
+
#: views/contact-form.view.php:65
|
254 |
+
msgid "Your Name"
|
255 |
+
msgstr "Το Όνομα σας"
|
256 |
+
|
257 |
+
#: views/contact-form.view.php:72
|
258 |
+
msgid "Message:"
|
259 |
+
msgstr "Μήνυμα:"
|
260 |
+
|
261 |
+
#: views/contact-form.view.php:76
|
262 |
+
msgid "Please give a message."
|
263 |
+
msgstr "Παρακαλώ δώστε το μήνυμα σας."
|
264 |
+
|
265 |
+
#: views/contact-form.view.php:78
|
266 |
+
msgid "Your Message"
|
267 |
+
msgstr "Το Μήνυμα σας"
|
268 |
+
|
269 |
+
#: views/contact-form.view.php:101
|
270 |
+
msgid "Send Message"
|
271 |
+
msgstr "Αποστολή Μηνύματος"
|
272 |
+
|
273 |
+
#: views/message-not-sent.view.php:1
|
274 |
+
msgid "Sorry, there has been a problem and your message was not sent."
|
275 |
+
msgstr "Δυστυχώς, υπήρξε ένα πρόβλημα και το μήνυμά σας δεν στάλθηκε."
|
276 |
+
|
277 |
+
#. Plugin Name of the plugin/theme
|
278 |
+
msgid "Clean and Simple Contact Form"
|
279 |
+
msgstr "Clean and Simple Φόρμα Επικοινωνίας"
|
280 |
+
|
281 |
+
#. Plugin URI of the plugin/theme
|
282 |
+
msgid ""
|
283 |
+
"http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
|
284 |
+
msgstr ""
|
285 |
+
"http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
|
286 |
+
|
287 |
+
#. Description of the plugin/theme
|
288 |
+
msgid ""
|
289 |
+
"A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap "
|
290 |
+
"markup."
|
291 |
+
msgstr ""
|
292 |
+
"Μία απλή και καθαρή φόρμα επικοινωνίας με Google reCAPTCHA και Twitter "
|
293 |
+
"Bootstrap markup."
|
294 |
+
|
295 |
+
#. Author of the plugin/theme
|
296 |
+
msgid "Meghan Nicholas"
|
297 |
+
msgstr "Meghan Nicholas"
|
298 |
+
|
299 |
+
#. Author URI of the plugin/theme
|
300 |
+
msgid "http://www.megnicholas.co.uk"
|
301 |
+
msgstr "http://www.megnicholas.co.uk"
|
languages/cleanandsimple-el_GR.mo
ADDED
Binary file
|
languages/cleanandsimple-el_GR.po
ADDED
@@ -0,0 +1,301 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2013 Clean and Simple Contact Form
|
2 |
+
# This file is distributed under the same license as the Clean and Simple Contact Form package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Clean and Simple Contact Form 4.1.7\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
|
7 |
+
"by-meg-nicholas\n"
|
8 |
+
"POT-Creation-Date: 2013-09-08 21:03:24+00:00\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"PO-Revision-Date: 2013-09-29 16:35-0000\n"
|
13 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
+
"X-Generator: Poedit 1.5.7\n"
|
16 |
+
|
17 |
+
#: class.cscf.php:106
|
18 |
+
msgid "Settings"
|
19 |
+
msgstr "Ρυθμίσεις"
|
20 |
+
|
21 |
+
#: class.cscf_contact.php:54
|
22 |
+
msgid "Sorry the email addresses do not match."
|
23 |
+
msgstr "Τα e-mail δεν μοιάζουν."
|
24 |
+
|
25 |
+
#: class.cscf_contact.php:58 views/contact-form.view.php:29
|
26 |
+
msgid "Please give your email address."
|
27 |
+
msgstr "Παρακαλώ δώστε το e-mail σας."
|
28 |
+
|
29 |
+
#: class.cscf_contact.php:62
|
30 |
+
msgid "Please confirm your email address."
|
31 |
+
msgstr "Παρακαλώ επιβεβαιώστε το e-mail σας. "
|
32 |
+
|
33 |
+
#: class.cscf_contact.php:66 views/contact-form.view.php:62
|
34 |
+
msgid "Please give your name."
|
35 |
+
msgstr "Δώστε το όνομα σας."
|
36 |
+
|
37 |
+
#: class.cscf_contact.php:70
|
38 |
+
msgid "Please enter a message."
|
39 |
+
msgstr "Δώστε το μήνυμα."
|
40 |
+
|
41 |
+
#: class.cscf_contact.php:74 views/contact-form.view.php:30
|
42 |
+
#: views/contact-form.view.php:47
|
43 |
+
msgid "Please enter a valid email address."
|
44 |
+
msgstr "Παρακαλώ δώστε έγκυρη διεύθυνση e-mail."
|
45 |
+
|
46 |
+
#: class.cscf_contact.php:82
|
47 |
+
msgid "Sorry the code wasn't entered correctly please try again."
|
48 |
+
msgstr ""
|
49 |
+
"Συγνώμη ο κωδικός που δώσατε δεν είναι σωστός. Παρακαλώ δοκιμάστε ξανά. "
|
50 |
+
|
51 |
+
#: class.cscf_pluginsettings.php:40
|
52 |
+
msgid "Message Sent"
|
53 |
+
msgstr "Το μήνυμα εστάλη. "
|
54 |
+
|
55 |
+
#: class.cscf_pluginsettings.php:47
|
56 |
+
msgid "Thank you for your message, we will be in touch very shortly."
|
57 |
+
msgstr ""
|
58 |
+
"Ευχαριστούμε για το μήνυμα, θα επικοινωνήσουμε μαζί σας το συντομότερο "
|
59 |
+
"δυνατό. "
|
60 |
+
|
61 |
+
#: class.cscf_pluginsettings.php:54
|
62 |
+
msgid ""
|
63 |
+
"Please enter your contact details and a short message below and I will try "
|
64 |
+
"to answer your query as soon as possible."
|
65 |
+
msgstr ""
|
66 |
+
"Παρακαλώ δώστε τα στοιχεία επικοινωνία σας και ένα σύντομο μήνυμα και θα "
|
67 |
+
"επικοινωνήσουμε μαζί σας το συντομότερο δυνατό."
|
68 |
+
|
69 |
+
#: class.cscf_pluginsettings.php:83
|
70 |
+
msgid " - Web Enquiry"
|
71 |
+
msgstr " - Διαδικτυακή Επικοινωνία "
|
72 |
+
|
73 |
+
#: class.cscf_settings.php:42
|
74 |
+
msgid "Clean and Simple Contact Form Settings"
|
75 |
+
msgstr "Ρυθμίσεις της Φόρμας Επικοινωνίας Clean and Simple"
|
76 |
+
|
77 |
+
#: class.cscf_settings.php:48
|
78 |
+
msgid "Donate $10, $20 or $50!"
|
79 |
+
msgstr "Δωρίστε $10, $20 ή $50!"
|
80 |
+
|
81 |
+
#: class.cscf_settings.php:50
|
82 |
+
msgid ""
|
83 |
+
"If you like this plugin, please donate to support development and "
|
84 |
+
"maintenance of:"
|
85 |
+
msgstr ""
|
86 |
+
"Εάν σας αρέσει αυτή η επέκταση, παρακαλώ δωρίστε για την υποστήριξη της "
|
87 |
+
"ανάπτυξης και της συντήρησης του:"
|
88 |
+
|
89 |
+
#: class.cscf_settings.php:50
|
90 |
+
msgid "Clean and Simple Contact Form!"
|
91 |
+
msgstr "Clean and Simple Φόρμα Επικοινωνίας!"
|
92 |
+
|
93 |
+
#: class.cscf_settings.php:65
|
94 |
+
msgid "You are using version"
|
95 |
+
msgstr "Χρησιμοποιείτε την έκδοση"
|
96 |
+
|
97 |
+
#: class.cscf_settings.php:66
|
98 |
+
msgid "If you find this plugin useful please consider"
|
99 |
+
msgstr "Εάν θεωρείτε αυτή την επέκταση χρήσιμη παρακαλώ σκεφτείτε να"
|
100 |
+
|
101 |
+
#: class.cscf_settings.php:69
|
102 |
+
msgid "leaving a review"
|
103 |
+
msgstr "αφήσετε μια κριτική"
|
104 |
+
|
105 |
+
#: class.cscf_settings.php:71
|
106 |
+
msgid "Thank you!"
|
107 |
+
msgstr "Ευχαριστούμε!"
|
108 |
+
|
109 |
+
#: class.cscf_settings.php:76
|
110 |
+
msgid ""
|
111 |
+
"NOTICE: You have JetPack's Contact Form enabled please deactivate it or use "
|
112 |
+
"the shortcode [cscf-contact-form] instead."
|
113 |
+
msgstr ""
|
114 |
+
"ΕΙΔΟΠΟΙΗΣΗ: Έχετε ενεργή την Φόρμα Επικοινωνίας JetPack, παρακαλώ "
|
115 |
+
"απενεργοποιήστε την ή αντί αυτού χρησιμοποιήστε το shortcode [CSCF-φόρμα "
|
116 |
+
"επικοινωνίας]."
|
117 |
+
|
118 |
+
#: class.cscf_settings.php:77
|
119 |
+
msgid "Read More"
|
120 |
+
msgstr "Διαβάστε περισσότερα"
|
121 |
+
|
122 |
+
#: class.cscf_settings.php:81
|
123 |
+
msgid "Please Note: To add the contact form to your page please add the text"
|
124 |
+
msgstr ""
|
125 |
+
"Σημείωση: Για να προσθέσετε τη φόρμα επικοινωνίας στη σελίδα σας, "
|
126 |
+
"παρακαλούμε προσθέστε το κείμενο"
|
127 |
+
|
128 |
+
#: class.cscf_settings.php:81
|
129 |
+
msgid "to your post or page."
|
130 |
+
msgstr "στη δημοσίευση ή τη σελίδα σας."
|
131 |
+
|
132 |
+
#: class.cscf_settings.php:112
|
133 |
+
msgid "ReCAPTCHA Settings"
|
134 |
+
msgstr "Ρυθμίσεις ReCAPTCHA"
|
135 |
+
|
136 |
+
#: class.cscf_settings.php:120
|
137 |
+
msgid "Use reCAPTCHA :"
|
138 |
+
msgstr "Χρησιμοποιήστε το reCAPTCHA:"
|
139 |
+
|
140 |
+
#: class.cscf_settings.php:126
|
141 |
+
msgid "reCAPTCHA Theme :"
|
142 |
+
msgstr "reCAPTCHA Θέμα:"
|
143 |
+
|
144 |
+
#: class.cscf_settings.php:132
|
145 |
+
msgid "reCAPTCHA Public Key :"
|
146 |
+
msgstr "reCAPTCHA δημόσιο κλειδί:"
|
147 |
+
|
148 |
+
#: class.cscf_settings.php:138
|
149 |
+
msgid "reCAPTCHA Private Key :"
|
150 |
+
msgstr "reCAPTCHA ιδιωτικό κλειδί:"
|
151 |
+
|
152 |
+
#: class.cscf_settings.php:144
|
153 |
+
msgid "Message Settings"
|
154 |
+
msgstr "Ρυθμίσεις Μηνυμάτων"
|
155 |
+
|
156 |
+
#: class.cscf_settings.php:148
|
157 |
+
msgid "Recipient Email :"
|
158 |
+
msgstr "E-mail Αποδέκτη:"
|
159 |
+
|
160 |
+
#: class.cscf_settings.php:154
|
161 |
+
msgid "Override 'From' Address :"
|
162 |
+
msgstr "Υπέρβαση διεύθυνσης 'Από':"
|
163 |
+
|
164 |
+
#: class.cscf_settings.php:160
|
165 |
+
msgid "'From' Email Address :"
|
166 |
+
msgstr "e-Mail Διεύθυνση 'Από':"
|
167 |
+
|
168 |
+
#: class.cscf_settings.php:166
|
169 |
+
msgid "Email Subject :"
|
170 |
+
msgstr "Θέμα e-Mail:"
|
171 |
+
|
172 |
+
#: class.cscf_settings.php:172
|
173 |
+
msgid "Message :"
|
174 |
+
msgstr "Μήνυμα:"
|
175 |
+
|
176 |
+
#: class.cscf_settings.php:178
|
177 |
+
msgid "Message Sent Heading :"
|
178 |
+
msgstr "Επικεφαλίδα Αποστολής e-mail:"
|
179 |
+
|
180 |
+
#: class.cscf_settings.php:184
|
181 |
+
msgid "Message Sent Content :"
|
182 |
+
msgstr "Περιεχόμενο Αποστολής e-mail:"
|
183 |
+
|
184 |
+
#: class.cscf_settings.php:190
|
185 |
+
msgid "Styling and Validation"
|
186 |
+
msgstr "Εμφάνιση και Επικύρωση"
|
187 |
+
|
188 |
+
#: class.cscf_settings.php:194
|
189 |
+
msgid ""
|
190 |
+
"Use the plugin default stylesheet (un-tick to use your theme style sheet "
|
191 |
+
"instead) :"
|
192 |
+
msgstr ""
|
193 |
+
"Χρησιμοποιήστε το προεπιλεγμένο stylesheet της επέκτασης (από-επιλέξτε για "
|
194 |
+
"να χρησιμοποιήσει το stylesheet του δικού σας θέματος):"
|
195 |
+
|
196 |
+
#: class.cscf_settings.php:200
|
197 |
+
msgid "Use client side validation (AJAX) :"
|
198 |
+
msgstr "Χρησιμοποιήστε την επικύρωση (AJAX):"
|
199 |
+
|
200 |
+
#: class.cscf_settings.php:287
|
201 |
+
msgid "Enter your reCAPTCHA settings below :"
|
202 |
+
msgstr "Εισάγετε τις ρυθμίσεις reCAPTCHA παρακάτω:"
|
203 |
+
|
204 |
+
#: class.cscf_settings.php:288
|
205 |
+
msgid "To use reCAPTCHA you must get an API key from"
|
206 |
+
msgstr ""
|
207 |
+
"Για να χρησιμοποιήσετε το reCAPTCHA πρέπει να πάρετε ένα API κλειδί από"
|
208 |
+
|
209 |
+
#: class.cscf_settings.php:293
|
210 |
+
msgid "Enter your message settings below :"
|
211 |
+
msgstr "Εισάγετε τις ρυθμίσεις του μηνύματος σας παρακάτω:"
|
212 |
+
|
213 |
+
#: class.cscf_settings.php:353
|
214 |
+
msgid "Red"
|
215 |
+
msgstr "Κόκκινο"
|
216 |
+
|
217 |
+
#: class.cscf_settings.php:354
|
218 |
+
msgid "White"
|
219 |
+
msgstr "Λευκό"
|
220 |
+
|
221 |
+
#: class.cscf_settings.php:355
|
222 |
+
msgid "Blackglass"
|
223 |
+
msgstr "Μαύρο Γυαλί"
|
224 |
+
|
225 |
+
#: class.cscf_settings.php:356
|
226 |
+
msgid "Clean"
|
227 |
+
msgstr "Καθαρό"
|
228 |
+
|
229 |
+
#: views/contact-form.view.php:24
|
230 |
+
msgid "Email Address:"
|
231 |
+
msgstr "Διεύθυνση e-mail:"
|
232 |
+
|
233 |
+
#: views/contact-form.view.php:33
|
234 |
+
msgid "Your Email Address"
|
235 |
+
msgstr "Το e-mail σας:"
|
236 |
+
|
237 |
+
#: views/contact-form.view.php:40
|
238 |
+
msgid "Confirm Email Address:"
|
239 |
+
msgstr "Επιβεβαιώστε τη διεύθυνση e-mail:"
|
240 |
+
|
241 |
+
#: views/contact-form.view.php:46 views/contact-form.view.php:48
|
242 |
+
msgid "Please enter the same email address again."
|
243 |
+
msgstr "Παρακαλώ δώστε το ίδιο e-mail ξανά. "
|
244 |
+
|
245 |
+
#: views/contact-form.view.php:51
|
246 |
+
msgid "Confirm Your Email Address"
|
247 |
+
msgstr "Επιβεβαιώστε το e-mail σας"
|
248 |
+
|
249 |
+
#: views/contact-form.view.php:58
|
250 |
+
msgid "Name:"
|
251 |
+
msgstr "Όνομα:"
|
252 |
+
|
253 |
+
#: views/contact-form.view.php:65
|
254 |
+
msgid "Your Name"
|
255 |
+
msgstr "Το Όνομα σας"
|
256 |
+
|
257 |
+
#: views/contact-form.view.php:72
|
258 |
+
msgid "Message:"
|
259 |
+
msgstr "Μήνυμα:"
|
260 |
+
|
261 |
+
#: views/contact-form.view.php:76
|
262 |
+
msgid "Please give a message."
|
263 |
+
msgstr "Παρακαλώ δώστε το μήνυμα σας."
|
264 |
+
|
265 |
+
#: views/contact-form.view.php:78
|
266 |
+
msgid "Your Message"
|
267 |
+
msgstr "Το Μήνυμα σας"
|
268 |
+
|
269 |
+
#: views/contact-form.view.php:101
|
270 |
+
msgid "Send Message"
|
271 |
+
msgstr "Αποστολή Μηνύματος"
|
272 |
+
|
273 |
+
#: views/message-not-sent.view.php:1
|
274 |
+
msgid "Sorry, there has been a problem and your message was not sent."
|
275 |
+
msgstr "Δυστυχώς, υπήρξε ένα πρόβλημα και το μήνυμά σας δεν στάλθηκε."
|
276 |
+
|
277 |
+
#. Plugin Name of the plugin/theme
|
278 |
+
msgid "Clean and Simple Contact Form"
|
279 |
+
msgstr "Clean and Simple Φόρμα Επικοινωνίας"
|
280 |
+
|
281 |
+
#. Plugin URI of the plugin/theme
|
282 |
+
msgid ""
|
283 |
+
"http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
|
284 |
+
msgstr ""
|
285 |
+
"http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
|
286 |
+
|
287 |
+
#. Description of the plugin/theme
|
288 |
+
msgid ""
|
289 |
+
"A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap "
|
290 |
+
"markup."
|
291 |
+
msgstr ""
|
292 |
+
"Μία απλή και καθαρή φόρμα επικοινωνίας με Google reCAPTCHA και Twitter "
|
293 |
+
"Bootstrap markup."
|
294 |
+
|
295 |
+
#. Author of the plugin/theme
|
296 |
+
msgid "Meghan Nicholas"
|
297 |
+
msgstr "Meghan Nicholas"
|
298 |
+
|
299 |
+
#. Author URI of the plugin/theme
|
300 |
+
msgid "http://www.megnicholas.co.uk"
|
301 |
+
msgstr "http://www.megnicholas.co.uk"
|
languages/cleanandsimple-tr_TR.mo
CHANGED
Binary file
|
languages/cleanandsimple-tr_TR.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: clean-and-simple-contact-form-by-meg-nicholas.4.1.1\n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/
|
5 |
-
"
|
6 |
-
"POT-Creation-Date: 2013-
|
7 |
-
"PO-Revision-Date: 2013-
|
8 |
-
"Last-Translator:
|
9 |
"Language-Team: manaz.net <abdullahmanaz@gmail.com>\n"
|
10 |
"Language: tr_TR informal\n"
|
11 |
"MIME-Version: 1.0\n"
|
@@ -15,50 +15,48 @@ msgstr ""
|
|
15 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
|
18 |
-
#: class.
|
19 |
msgid "Settings"
|
20 |
msgstr "Kurgu"
|
21 |
|
22 |
-
#: class.
|
23 |
msgid "Sorry the email addresses do not match."
|
24 |
msgstr "Afedersiniz, EPosta Adresleriniz uyuşmuyor."
|
25 |
|
26 |
-
#: class.
|
27 |
-
#: views/contact-form.view.php:14
|
28 |
msgid "Please give your email address."
|
29 |
msgstr "Lütfen EPosta Adresinizi giriniz."
|
30 |
|
31 |
-
#: class.
|
32 |
msgid "Please confirm your email address."
|
33 |
msgstr "Lütfen EPosta Adresinizi doğrulayınız."
|
34 |
|
35 |
-
#: class.
|
36 |
-
#: views/contact-form.view.php:34
|
37 |
msgid "Please give your name."
|
38 |
msgstr "Lütfen isminizi giriniz."
|
39 |
|
40 |
-
#: class.
|
41 |
msgid "Please enter a message."
|
42 |
msgstr "Lütfen bir mesaj giriniz."
|
43 |
|
44 |
-
#: class.
|
45 |
-
#: views/contact-form.view.php:
|
46 |
msgid "Please enter a valid email address."
|
47 |
msgstr "Lütfen, geçerli bir EPosta Adresi giriniz."
|
48 |
|
49 |
-
#: class.
|
50 |
msgid "Sorry the code wasn't entered correctly please try again."
|
51 |
msgstr "Güvenlik kodunu yanlış girdiniz, tekrar deneyiniz."
|
52 |
|
53 |
-
#: class.
|
54 |
msgid "Message Sent"
|
55 |
msgstr "Mesajınız Gönderildi!"
|
56 |
|
57 |
-
#: class.
|
58 |
msgid "Thank you for your message, we will be in touch very shortly."
|
59 |
msgstr "Teşekkürler, Mesajınız alındı, en kısa zamanda cevaplanacaktır."
|
60 |
|
61 |
-
#: class.
|
62 |
msgid ""
|
63 |
"Please enter your contact details and a short message below and I will try "
|
64 |
"to answer your query as soon as possible."
|
@@ -66,176 +64,202 @@ msgstr ""
|
|
66 |
"Mesajınızı ve iletişim bilgilerinizi aşağıya yazınız.En kısa zamanda "
|
67 |
"cevaplanacaktır."
|
68 |
|
69 |
-
#: class.
|
70 |
msgid " - Web Enquiry"
|
71 |
msgstr " - Web Talebi"
|
72 |
|
73 |
-
#: class.
|
74 |
msgid "Clean and Simple Contact Form Settings"
|
75 |
msgstr "Temiz ve Basit İletişim Formu Kurgusu"
|
76 |
|
77 |
-
#: class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
msgid "You are using version"
|
79 |
msgstr "Kullanılan Versiyon"
|
80 |
|
81 |
-
#: class.
|
82 |
msgid "If you find this plugin useful please consider"
|
83 |
msgstr "Bu eklentiyi yararlı bulursanız, lütfen desteklemek için "
|
84 |
|
85 |
-
#: class.
|
86 |
-
msgid "
|
87 |
-
msgstr "Bir
|
88 |
|
89 |
-
#: class.
|
90 |
msgid "Thank you!"
|
91 |
msgstr "Teşekkür Ederiz!"
|
92 |
|
93 |
-
#: class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
msgid "ReCAPTCHA Settings"
|
95 |
msgstr "ReCAPTCHA Kurgusu"
|
96 |
|
97 |
-
#: class.
|
98 |
msgid "Use reCAPTCHA :"
|
99 |
msgstr "ReCAPTCHA Kullan:"
|
100 |
|
101 |
-
#: class.
|
102 |
msgid "reCAPTCHA Theme :"
|
103 |
msgstr "ReCAPTCHA Teması :"
|
104 |
|
105 |
-
#: class.
|
106 |
msgid "reCAPTCHA Public Key :"
|
107 |
msgstr "ReCAPTCHA Public Key :"
|
108 |
|
109 |
-
#: class.
|
110 |
msgid "reCAPTCHA Private Key :"
|
111 |
msgstr "ReCAPTCHA Private Key :"
|
112 |
|
113 |
-
#: class.
|
114 |
msgid "Message Settings"
|
115 |
msgstr "MesajFormu Kurgusu"
|
116 |
|
117 |
-
#: class.
|
118 |
msgid "Recipient Email :"
|
119 |
msgstr "Alıcı EPosta Adresi:"
|
120 |
|
121 |
-
#: class.
|
122 |
msgid "Override 'From' Address :"
|
123 |
-
msgstr " 'Kimden' bölümünü
|
124 |
|
125 |
-
#: class.
|
126 |
msgid "'From' Email Address :"
|
127 |
-
msgstr " 'Kimden'
|
128 |
|
129 |
-
#: class.
|
130 |
msgid "Email Subject :"
|
131 |
msgstr "EPosta Konusu:"
|
132 |
|
133 |
-
#: class.
|
134 |
msgid "Message :"
|
135 |
msgstr "Mesaj Metni:"
|
136 |
|
137 |
-
#: class.
|
138 |
msgid "Message Sent Heading :"
|
139 |
msgstr "Gönderilen Mesaj Başlığı:"
|
140 |
|
141 |
-
#: class.
|
142 |
msgid "Message Sent Content :"
|
143 |
msgstr "Gönderilen Mesaj Konusu:"
|
144 |
|
145 |
-
#: class.
|
146 |
msgid "Styling and Validation"
|
147 |
msgstr "Görünüm ve Doğrulama"
|
148 |
|
149 |
-
#: class.
|
150 |
msgid ""
|
151 |
"Use the plugin default stylesheet (un-tick to use your theme style sheet "
|
152 |
"instead) :"
|
153 |
msgstr "Temel Görünümü Kullan "
|
154 |
|
155 |
-
#: class.
|
156 |
msgid "Use client side validation (AJAX) :"
|
157 |
msgstr "Doğrulama Yöntemini Kullan (AJAX):"
|
158 |
|
159 |
-
#: class.
|
160 |
msgid "Enter your reCAPTCHA settings below :"
|
161 |
msgstr "ReCAPTCHA Ayarlarını Aşağıya Giriniz:"
|
162 |
|
163 |
-
#: class.
|
164 |
msgid "To use reCAPTCHA you must get an API key from"
|
165 |
msgstr "ReCAPTCHA kullanmak için API-Key edinmeniz gerekir:"
|
166 |
|
167 |
-
#: class.
|
168 |
msgid "Enter your message settings below :"
|
169 |
msgstr "MesajFormu Kurgunuzu aşağıya giriniz:"
|
170 |
|
171 |
-
#: class.
|
172 |
msgid "Red"
|
173 |
msgstr "Kırmızı"
|
174 |
|
175 |
-
#: class.
|
176 |
msgid "White"
|
177 |
msgstr "Beyaz"
|
178 |
|
179 |
-
#: class.
|
180 |
msgid "Blackglass"
|
181 |
msgstr "Şeffaf"
|
182 |
|
183 |
-
#: class.
|
184 |
msgid "Clean"
|
185 |
msgstr "Temiz"
|
186 |
|
187 |
-
#: views/contact-form
|
188 |
-
#: views/contact-form.view.php:12
|
189 |
msgid "Email Address:"
|
190 |
msgstr "EPosta Adresi:"
|
191 |
|
192 |
-
#: views/contact-form
|
193 |
-
#: views/contact-form.view.php:14
|
194 |
msgid "Your Email Address"
|
195 |
msgstr "EPosta Adresiniz"
|
196 |
|
197 |
-
#: views/contact-form
|
198 |
-
#: views/contact-form.view.php:22
|
199 |
msgid "Confirm Email Address:"
|
200 |
msgstr "EPosta Adresinizi Doğrulayın:"
|
201 |
|
202 |
-
#: views/contact-form-
|
203 |
-
#: views/contact-form.view.php:24
|
204 |
msgid "Please enter the same email address again."
|
205 |
msgstr "EPosta Adresinizi tekrar giriniz."
|
206 |
|
207 |
-
#: views/contact-form
|
208 |
-
#: views/contact-form.view.php:24
|
209 |
msgid "Confirm Your Email Address"
|
210 |
msgstr "EPosta Adresinizi doğrulayınız"
|
211 |
|
212 |
-
#: views/contact-form
|
213 |
-
#: views/contact-form.view.php:32
|
214 |
msgid "Name:"
|
215 |
msgstr "Adınız:"
|
216 |
|
217 |
-
#: views/contact-form
|
218 |
-
#: views/contact-form.view.php:34
|
219 |
msgid "Your Name"
|
220 |
msgstr "Adınız"
|
221 |
|
222 |
-
#: views/contact-form
|
223 |
-
#: views/contact-form.view.php:42
|
224 |
msgid "Message:"
|
225 |
msgstr "Mesaj Metni:"
|
226 |
|
227 |
-
#: views/contact-form
|
228 |
-
#: views/contact-form.view.php:44
|
229 |
msgid "Please give a message."
|
230 |
msgstr "Lütfen bir Mesaj giriniz."
|
231 |
|
232 |
-
#: views/contact-form
|
233 |
-
#: views/contact-form.view.php:44
|
234 |
msgid "Your Message"
|
235 |
msgstr "Mesaj Metniniz"
|
236 |
|
237 |
-
#: views/contact-form
|
238 |
-
#: views/contact-form.view.php:51
|
239 |
msgid "Send Message"
|
240 |
msgstr "Mesajı Gönder"
|
241 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: clean-and-simple-contact-form-by-meg-nicholas.4.1.1\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
|
5 |
+
"by-meg-nicholas\n"
|
6 |
+
"POT-Creation-Date: 2013-09-23 07:25:24+00:00\n"
|
7 |
+
"PO-Revision-Date: 2013-10-02 09:57-0000\n"
|
8 |
+
"Last-Translator: \n"
|
9 |
"Language-Team: manaz.net <abdullahmanaz@gmail.com>\n"
|
10 |
"Language: tr_TR informal\n"
|
11 |
"MIME-Version: 1.0\n"
|
15 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
|
18 |
+
#: class.cscf.php:106
|
19 |
msgid "Settings"
|
20 |
msgstr "Kurgu"
|
21 |
|
22 |
+
#: class.cscf_contact.php:54
|
23 |
msgid "Sorry the email addresses do not match."
|
24 |
msgstr "Afedersiniz, EPosta Adresleriniz uyuşmuyor."
|
25 |
|
26 |
+
#: class.cscf_contact.php:58 views/contact-form.view.php:31
|
|
|
27 |
msgid "Please give your email address."
|
28 |
msgstr "Lütfen EPosta Adresinizi giriniz."
|
29 |
|
30 |
+
#: class.cscf_contact.php:62
|
31 |
msgid "Please confirm your email address."
|
32 |
msgstr "Lütfen EPosta Adresinizi doğrulayınız."
|
33 |
|
34 |
+
#: class.cscf_contact.php:66 views/contact-form.view.php:76
|
|
|
35 |
msgid "Please give your name."
|
36 |
msgstr "Lütfen isminizi giriniz."
|
37 |
|
38 |
+
#: class.cscf_contact.php:70
|
39 |
msgid "Please enter a message."
|
40 |
msgstr "Lütfen bir mesaj giriniz."
|
41 |
|
42 |
+
#: class.cscf_contact.php:74 views/contact-form.view.php:32
|
43 |
+
#: views/contact-form.view.php:55
|
44 |
msgid "Please enter a valid email address."
|
45 |
msgstr "Lütfen, geçerli bir EPosta Adresi giriniz."
|
46 |
|
47 |
+
#: class.cscf_contact.php:82
|
48 |
msgid "Sorry the code wasn't entered correctly please try again."
|
49 |
msgstr "Güvenlik kodunu yanlış girdiniz, tekrar deneyiniz."
|
50 |
|
51 |
+
#: class.cscf_pluginsettings.php:40
|
52 |
msgid "Message Sent"
|
53 |
msgstr "Mesajınız Gönderildi!"
|
54 |
|
55 |
+
#: class.cscf_pluginsettings.php:47
|
56 |
msgid "Thank you for your message, we will be in touch very shortly."
|
57 |
msgstr "Teşekkürler, Mesajınız alındı, en kısa zamanda cevaplanacaktır."
|
58 |
|
59 |
+
#: class.cscf_pluginsettings.php:54
|
60 |
msgid ""
|
61 |
"Please enter your contact details and a short message below and I will try "
|
62 |
"to answer your query as soon as possible."
|
64 |
"Mesajınızı ve iletişim bilgilerinizi aşağıya yazınız.En kısa zamanda "
|
65 |
"cevaplanacaktır."
|
66 |
|
67 |
+
#: class.cscf_pluginsettings.php:83
|
68 |
msgid " - Web Enquiry"
|
69 |
msgstr " - Web Talebi"
|
70 |
|
71 |
+
#: class.cscf_settings.php:42
|
72 |
msgid "Clean and Simple Contact Form Settings"
|
73 |
msgstr "Temiz ve Basit İletişim Formu Kurgusu"
|
74 |
|
75 |
+
#: class.cscf_settings.php:48
|
76 |
+
msgid "Donate $10, $20 or $50!"
|
77 |
+
msgstr "Bağış $10, $20 veya $50!"
|
78 |
+
|
79 |
+
#: class.cscf_settings.php:50
|
80 |
+
msgid ""
|
81 |
+
"If you like this plugin, please donate to support development and "
|
82 |
+
"maintenance of:"
|
83 |
+
msgstr ""
|
84 |
+
"Bu eklentiyi beğendiyseniz, geliştirilmesine katkıda bulunmak için bağış "
|
85 |
+
"yapabilirsiniz."
|
86 |
+
|
87 |
+
# Plugin Name des plugin/theme
|
88 |
+
#: class.cscf_settings.php:50
|
89 |
+
msgid "Clean and Simple Contact Form!"
|
90 |
+
msgstr "Temiz ve Basit İleşitim Formu!"
|
91 |
+
|
92 |
+
#: class.cscf_settings.php:65
|
93 |
msgid "You are using version"
|
94 |
msgstr "Kullanılan Versiyon"
|
95 |
|
96 |
+
#: class.cscf_settings.php:66
|
97 |
msgid "If you find this plugin useful please consider"
|
98 |
msgstr "Bu eklentiyi yararlı bulursanız, lütfen desteklemek için "
|
99 |
|
100 |
+
#: class.cscf_settings.php:69
|
101 |
+
msgid "leaving a review"
|
102 |
+
msgstr "Bir görüş belirtiniz."
|
103 |
|
104 |
+
#: class.cscf_settings.php:71
|
105 |
msgid "Thank you!"
|
106 |
msgstr "Teşekkür Ederiz!"
|
107 |
|
108 |
+
#: class.cscf_settings.php:76
|
109 |
+
msgid ""
|
110 |
+
"NOTICE: You have JetPack's Contact Form enabled please deactivate it or use "
|
111 |
+
"the shortcode [cscf-contact-form] instead."
|
112 |
+
msgstr ""
|
113 |
+
"NOTICE: You have JetPack's Contact Form enabled please deactivate it or use "
|
114 |
+
"the shortcode [cscf-contact-form] instead."
|
115 |
+
|
116 |
+
#: class.cscf_settings.php:77
|
117 |
+
msgid "Read More"
|
118 |
+
msgstr "Read More"
|
119 |
+
|
120 |
+
#: class.cscf_settings.php:81
|
121 |
+
msgid "Please Note: To add the contact form to your page please add the text"
|
122 |
+
msgstr "Not: İletişim Formunu bir yazınıza veya sayfanıza eklemek için"
|
123 |
+
|
124 |
+
#: class.cscf_settings.php:81
|
125 |
+
msgid "to your post or page."
|
126 |
+
msgstr "kısa kodunu kullanınız."
|
127 |
+
|
128 |
+
#: class.cscf_settings.php:112
|
129 |
msgid "ReCAPTCHA Settings"
|
130 |
msgstr "ReCAPTCHA Kurgusu"
|
131 |
|
132 |
+
#: class.cscf_settings.php:120
|
133 |
msgid "Use reCAPTCHA :"
|
134 |
msgstr "ReCAPTCHA Kullan:"
|
135 |
|
136 |
+
#: class.cscf_settings.php:126
|
137 |
msgid "reCAPTCHA Theme :"
|
138 |
msgstr "ReCAPTCHA Teması :"
|
139 |
|
140 |
+
#: class.cscf_settings.php:132
|
141 |
msgid "reCAPTCHA Public Key :"
|
142 |
msgstr "ReCAPTCHA Public Key :"
|
143 |
|
144 |
+
#: class.cscf_settings.php:138
|
145 |
msgid "reCAPTCHA Private Key :"
|
146 |
msgstr "ReCAPTCHA Private Key :"
|
147 |
|
148 |
+
#: class.cscf_settings.php:144
|
149 |
msgid "Message Settings"
|
150 |
msgstr "MesajFormu Kurgusu"
|
151 |
|
152 |
+
#: class.cscf_settings.php:148
|
153 |
msgid "Recipient Email :"
|
154 |
msgstr "Alıcı EPosta Adresi:"
|
155 |
|
156 |
+
#: class.cscf_settings.php:154
|
157 |
msgid "Override 'From' Address :"
|
158 |
+
msgstr " 'Kimden' bölümünü düzenle :"
|
159 |
|
160 |
+
#: class.cscf_settings.php:160
|
161 |
msgid "'From' Email Address :"
|
162 |
+
msgstr " 'Kimden' bölümüne EPosta Adresi :"
|
163 |
|
164 |
+
#: class.cscf_settings.php:166
|
165 |
msgid "Email Subject :"
|
166 |
msgstr "EPosta Konusu:"
|
167 |
|
168 |
+
#: class.cscf_settings.php:172
|
169 |
msgid "Message :"
|
170 |
msgstr "Mesaj Metni:"
|
171 |
|
172 |
+
#: class.cscf_settings.php:178
|
173 |
msgid "Message Sent Heading :"
|
174 |
msgstr "Gönderilen Mesaj Başlığı:"
|
175 |
|
176 |
+
#: class.cscf_settings.php:184
|
177 |
msgid "Message Sent Content :"
|
178 |
msgstr "Gönderilen Mesaj Konusu:"
|
179 |
|
180 |
+
#: class.cscf_settings.php:190
|
181 |
msgid "Styling and Validation"
|
182 |
msgstr "Görünüm ve Doğrulama"
|
183 |
|
184 |
+
#: class.cscf_settings.php:194
|
185 |
msgid ""
|
186 |
"Use the plugin default stylesheet (un-tick to use your theme style sheet "
|
187 |
"instead) :"
|
188 |
msgstr "Temel Görünümü Kullan "
|
189 |
|
190 |
+
#: class.cscf_settings.php:200
|
191 |
msgid "Use client side validation (AJAX) :"
|
192 |
msgstr "Doğrulama Yöntemini Kullan (AJAX):"
|
193 |
|
194 |
+
#: class.cscf_settings.php:287
|
195 |
msgid "Enter your reCAPTCHA settings below :"
|
196 |
msgstr "ReCAPTCHA Ayarlarını Aşağıya Giriniz:"
|
197 |
|
198 |
+
#: class.cscf_settings.php:288
|
199 |
msgid "To use reCAPTCHA you must get an API key from"
|
200 |
msgstr "ReCAPTCHA kullanmak için API-Key edinmeniz gerekir:"
|
201 |
|
202 |
+
#: class.cscf_settings.php:293
|
203 |
msgid "Enter your message settings below :"
|
204 |
msgstr "MesajFormu Kurgunuzu aşağıya giriniz:"
|
205 |
|
206 |
+
#: class.cscf_settings.php:353
|
207 |
msgid "Red"
|
208 |
msgstr "Kırmızı"
|
209 |
|
210 |
+
#: class.cscf_settings.php:354
|
211 |
msgid "White"
|
212 |
msgstr "Beyaz"
|
213 |
|
214 |
+
#: class.cscf_settings.php:355
|
215 |
msgid "Blackglass"
|
216 |
msgstr "Şeffaf"
|
217 |
|
218 |
+
#: class.cscf_settings.php:356
|
219 |
msgid "Clean"
|
220 |
msgstr "Temiz"
|
221 |
|
222 |
+
#: views/contact-form.view.php:23
|
|
|
223 |
msgid "Email Address:"
|
224 |
msgstr "EPosta Adresi:"
|
225 |
|
226 |
+
#: views/contact-form.view.php:35
|
|
|
227 |
msgid "Your Email Address"
|
228 |
msgstr "EPosta Adresiniz"
|
229 |
|
230 |
+
#: views/contact-form.view.php:45
|
|
|
231 |
msgid "Confirm Email Address:"
|
232 |
msgstr "EPosta Adresinizi Doğrulayın:"
|
233 |
|
234 |
+
#: views/contact-form.view.php:54 views/contact-form.view.php:56
|
|
|
235 |
msgid "Please enter the same email address again."
|
236 |
msgstr "EPosta Adresinizi tekrar giriniz."
|
237 |
|
238 |
+
#: views/contact-form.view.php:59
|
|
|
239 |
msgid "Confirm Your Email Address"
|
240 |
msgstr "EPosta Adresinizi doğrulayınız"
|
241 |
|
242 |
+
#: views/contact-form.view.php:69
|
|
|
243 |
msgid "Name:"
|
244 |
msgstr "Adınız:"
|
245 |
|
246 |
+
#: views/contact-form.view.php:79
|
|
|
247 |
msgid "Your Name"
|
248 |
msgstr "Adınız"
|
249 |
|
250 |
+
#: views/contact-form.view.php:89
|
|
|
251 |
msgid "Message:"
|
252 |
msgstr "Mesaj Metni:"
|
253 |
|
254 |
+
#: views/contact-form.view.php:96
|
|
|
255 |
msgid "Please give a message."
|
256 |
msgstr "Lütfen bir Mesaj giriniz."
|
257 |
|
258 |
+
#: views/contact-form.view.php:98
|
|
|
259 |
msgid "Your Message"
|
260 |
msgstr "Mesaj Metniniz"
|
261 |
|
262 |
+
#: views/contact-form.view.php:120
|
|
|
263 |
msgid "Send Message"
|
264 |
msgstr "Mesajı Gönder"
|
265 |
|
languages/cleanandsimple.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the same license as the Clean and Simple Contact Form package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Clean and Simple Contact Form 4.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
|
7 |
"by-meg-nicholas\n"
|
8 |
-
"POT-Creation-Date: 2013-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -64,6 +64,14 @@ msgstr ""
|
|
64 |
msgid " - Web Enquiry"
|
65 |
msgstr ""
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
#: class.cscf_settings.php:42
|
68 |
msgid "Clean and Simple Contact Form Settings"
|
69 |
msgstr ""
|
2 |
# This file is distributed under the same license as the Clean and Simple Contact Form package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Clean and Simple Contact Form 4.2.0\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
|
7 |
"by-meg-nicholas\n"
|
8 |
+
"POT-Creation-Date: 2013-10-05 14:52:46+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
64 |
msgid " - Web Enquiry"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: class.cscf_settings.php:30
|
68 |
+
msgid "Contact Form Settings"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: class.cscf_settings.php:30
|
72 |
+
msgid "Contact Form"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
#: class.cscf_settings.php:42
|
76 |
msgid "Clean and Simple Contact Form Settings"
|
77 |
msgstr ""
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
6 |
Tags: simple, contact, form, contact button, contact form, contact form plugin, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
|
7 |
Requires at least: 3.3
|
8 |
Tested up to: 3.6.1
|
9 |
-
Stable tag: 4.
|
10 |
|
11 |
A clean and simple AJAX contact form with Google reCAPTCHA and Twitter Bootstrap markup.
|
12 |
|
@@ -152,7 +152,7 @@ To put the contact form on your page, add the text:
|
|
152 |
|
153 |
The contact form will appear when you view the page.
|
154 |
|
155 |
-
= When I use the style sheet that comes with the plugin my theme is
|
156 |
|
157 |
It is impossible to test this plugin with all themes. Styling incompatibilities can occur. In this case, switch off the default stylesheet on the settings
|
158 |
screen so you can add your own styles to your theme's stylesheet.
|
@@ -164,9 +164,24 @@ If you are not sure how to go about doing this [get in touch](http://www.megnich
|
|
164 |
|
165 |
= How do I change the text box sizes? =
|
166 |
|
167 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
|
169 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
= 4.1.9 =
|
171 |
* Added support for Bootstrap 3.0.0. Plugin is still compatible with Bootstrap 2.3.2, but if your theme uses this version
|
172 |
please do not use the plugin's default style sheet (uncheck the box in the settings screen)
|
@@ -231,6 +246,8 @@ Polish thanks to Patryk Peas
|
|
231 |
|
232 |
|
233 |
== Upgrade Notice ==
|
|
|
|
|
234 |
= 4.1.9 =
|
235 |
Support for [Bootstrap 3](http://www.megnicholas.co.uk/articles/version-4-1-9-supports-bootstrap-3/ "More information on 4.1.9")
|
236 |
= 4.1.8 =
|
6 |
Tags: simple, contact, form, contact button, contact form, contact form plugin, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
|
7 |
Requires at least: 3.3
|
8 |
Tested up to: 3.6.1
|
9 |
+
Stable tag: 4.2.0
|
10 |
|
11 |
A clean and simple AJAX contact form with Google reCAPTCHA and Twitter Bootstrap markup.
|
12 |
|
152 |
|
153 |
The contact form will appear when you view the page.
|
154 |
|
155 |
+
= When I use the style sheet that comes with the plugin my theme is affected =
|
156 |
|
157 |
It is impossible to test this plugin with all themes. Styling incompatibilities can occur. In this case, switch off the default stylesheet on the settings
|
158 |
screen so you can add your own styles to your theme's stylesheet.
|
164 |
|
165 |
= How do I change the text box sizes? =
|
166 |
|
167 |
+
The plugin now uses Bootstrap 3. The text box widths now use up 100% of the available width.
|
168 |
+
This makes the form responsive to all types of media. If you want to have a fixed width for the form you can put some styling around the shortcode:
|
169 |
+
`<div style="width:600px;">[cscf-contact-form]</div>`
|
170 |
+
|
171 |
+
= Can I have multiple forms? =
|
172 |
+
|
173 |
+
Currently you may only have one contact form per page. You CAN however put the contact form on more than one page using the same shortcode.
|
174 |
+
Note that making changes to the settings will affect all implementations of the plugin across your site.
|
175 |
|
176 |
== Changelog ==
|
177 |
+
= 4.2.0 =
|
178 |
+
* Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
|
179 |
+
* Fixed a problem where certain texts on the settings screen were not being translated
|
180 |
+
thanks to [Abdullah Manaz](http://manaz.net "Abdullah Manaz") again for finding this
|
181 |
+
* Updates to FAQ section
|
182 |
+
* The settings link on the plugin page may now be translated
|
183 |
+
* The text 'Contact Form' on the admin screen menu may now be translated
|
184 |
+
* Added Greek translations thanks to Georgios Diamantopoulos
|
185 |
= 4.1.9 =
|
186 |
* Added support for Bootstrap 3.0.0. Plugin is still compatible with Bootstrap 2.3.2, but if your theme uses this version
|
187 |
please do not use the plugin's default style sheet (uncheck the box in the settings screen)
|
246 |
|
247 |
|
248 |
== Upgrade Notice ==
|
249 |
+
= 4.2.0 =
|
250 |
+
Translation and documentation updates
|
251 |
= 4.1.9 =
|
252 |
Support for [Bootstrap 3](http://www.megnicholas.co.uk/articles/version-4-1-9-supports-bootstrap-3/ "More information on 4.1.9")
|
253 |
= 4.1.8 =
|