Version Description
Download this release
Release Info
Developer | smartcat |
Plugin | WP Construction Mode |
Version | 3.3 |
Comparing to | |
See all releases |
Code changes from version 3.24 to 3.3
- admin/form.php +12 -3
- inc/class/class.smartcat-construction.php +8 -0
- inc/style/style_admin.css +1 -0
- languages/ar.mo +0 -0
- languages/ar.po +272 -0
- languages/en.mo +0 -0
- languages/en.po +274 -0
- readme.txt +7 -4
- under-construction.php +1 -1
admin/form.php
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
<div id="wrapper">
|
25 |
<div id="gopro">
|
26 |
<div class="left width70">
|
27 |
-
<h1
|
28 |
|
29 |
<div>
|
30 |
<p><em>Why go pro?</em></p>
|
@@ -52,8 +52,9 @@
|
|
52 |
<tr>
|
53 |
<td>
|
54 |
<?php
|
55 |
-
_e("Do you need support?
|
56 |
?>
|
|
|
57 |
<p><br><em><strong>Troubleshooting Tip:</strong> If you are using a cache plugin, you may need to delete the cache when you switch Construction Mode On/Off</em></p>
|
58 |
</td>
|
59 |
</tr>
|
@@ -296,7 +297,15 @@
|
|
296 |
<option value="fade" <?php echo $animation == 'fade' ? 'selected' : ''; ?>>Fade In</option>
|
297 |
</select>
|
298 |
</td>
|
299 |
-
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
</tbody>
|
301 |
</table>
|
302 |
|
24 |
<div id="wrapper">
|
25 |
<div id="gopro">
|
26 |
<div class="left width70">
|
27 |
+
<h1 class="title">WP Construction & Maintenance</h1>
|
28 |
|
29 |
<div>
|
30 |
<p><em>Why go pro?</em></p>
|
52 |
<tr>
|
53 |
<td>
|
54 |
<?php
|
55 |
+
_e("Do you need support?", "sc-construction");
|
56 |
?>
|
57 |
+
<a href="https://smartcatdesign.net/smartcat-products/how-to-use-wp-construction-mode-pro-plugin-for-wordpress/"><?php _e( 'Click here for instructions how to use the plugin', 'sc-construction' ); ?></a>
|
58 |
<p><br><em><strong>Troubleshooting Tip:</strong> If you are using a cache plugin, you may need to delete the cache when you switch Construction Mode On/Off</em></p>
|
59 |
</td>
|
60 |
</tr>
|
297 |
<option value="fade" <?php echo $animation == 'fade' ? 'selected' : ''; ?>>Fade In</option>
|
298 |
</select>
|
299 |
</td>
|
300 |
+
</tr>
|
301 |
+
|
302 |
+
<tr>
|
303 |
+
<td>
|
304 |
+
|
305 |
+
</td>
|
306 |
+
</tr>
|
307 |
+
|
308 |
+
|
309 |
</tbody>
|
310 |
</table>
|
311 |
|
inc/class/class.smartcat-construction.php
CHANGED
@@ -84,9 +84,17 @@ class SmartcatConstructionPlugin {
|
|
84 |
add_action( 'admin_enqueue_scripts', array( $this, 'smartcat_construction_load_admin_styles_scripts' ) );
|
85 |
add_action( 'admin_menu', array( $this, 'under_construction_menu' ) );
|
86 |
add_action( 'admin_bar_menu', array( $this, 'create_admin_bar_menu' ), 1000 );
|
|
|
87 |
|
88 |
}
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
public function preview() {
|
91 |
|
92 |
|
84 |
add_action( 'admin_enqueue_scripts', array( $this, 'smartcat_construction_load_admin_styles_scripts' ) );
|
85 |
add_action( 'admin_menu', array( $this, 'under_construction_menu' ) );
|
86 |
add_action( 'admin_bar_menu', array( $this, 'create_admin_bar_menu' ), 1000 );
|
87 |
+
add_action('plugins_loaded', array( $this, 'load_textdomain' ) );
|
88 |
|
89 |
}
|
90 |
|
91 |
+
public function load_textdomain(){
|
92 |
+
|
93 |
+
load_plugin_textdomain( 'sc-construction', FALSE, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
|
94 |
+
|
95 |
+
}
|
96 |
+
|
97 |
+
|
98 |
public function preview() {
|
99 |
|
100 |
|
inc/style/style_admin.css
CHANGED
@@ -12,6 +12,7 @@ Each line should be prefixed with
|
|
12 |
.width70{ width: 70%;}
|
13 |
.width25{ width: 25%;}
|
14 |
.width50{ width: 50%;}
|
|
|
15 |
.sc-construction-menu td{
|
16 |
padding: 0;
|
17 |
}
|
12 |
.width70{ width: 70%;}
|
13 |
.width25{ width: 25%;}
|
14 |
.width50{ width: 50%;}
|
15 |
+
.title{ font-weight: 600; color: #fff;}
|
16 |
.sc-construction-menu td{
|
17 |
padding: 0;
|
18 |
}
|
languages/ar.mo
ADDED
Binary file
|
languages/ar.po
ADDED
@@ -0,0 +1,272 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WP Construction Mode 3.3\n"
|
4 |
+
"POT-Creation-Date: 2015-12-10 01:18-0500\n"
|
5 |
+
"PO-Revision-Date: 2015-12-10 01:53-0500\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: ar\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.7.4\n"
|
13 |
+
"X-Poedit-Basepath: ../\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
+
|
18 |
+
#: admin/form.php:50
|
19 |
+
msgid "Support"
|
20 |
+
msgstr "Support"
|
21 |
+
|
22 |
+
#: admin/form.php:55
|
23 |
+
msgid "Do you need support?"
|
24 |
+
msgstr "Do you need support?"
|
25 |
+
|
26 |
+
#: admin/form.php:57
|
27 |
+
msgid "Click here for instructions how to use the plugin"
|
28 |
+
msgstr "Click here for instructions how to use the plugin"
|
29 |
+
|
30 |
+
#: admin/form.php:65
|
31 |
+
msgid "Default Template"
|
32 |
+
msgstr "Default Template"
|
33 |
+
|
34 |
+
#: admin/form.php:82
|
35 |
+
msgid "One Page"
|
36 |
+
msgstr "صفحة واحدة"
|
37 |
+
|
38 |
+
#: admin/form.php:99
|
39 |
+
msgid "Moving Background"
|
40 |
+
msgstr "خلفية متحركة"
|
41 |
+
|
42 |
+
#: admin/form.php:116 admin/form.php:441
|
43 |
+
msgid "Client Login"
|
44 |
+
msgstr "Client Login"
|
45 |
+
|
46 |
+
#: admin/form.php:140
|
47 |
+
msgid "General Settings"
|
48 |
+
msgstr "الإعدادات العامة"
|
49 |
+
|
50 |
+
#: admin/form.php:142
|
51 |
+
msgid "Appearance"
|
52 |
+
msgstr "مظهر"
|
53 |
+
|
54 |
+
#: admin/form.php:143
|
55 |
+
msgid "Newsletters & Shortcodes"
|
56 |
+
msgstr "Newsletters & Shortcodes"
|
57 |
+
|
58 |
+
#: admin/form.php:144 admin/form.php:349
|
59 |
+
msgid "Social Icons"
|
60 |
+
msgstr "Social Icons"
|
61 |
+
|
62 |
+
#: admin/form.php:145
|
63 |
+
msgid "Contact Form"
|
64 |
+
msgstr "Contact Form"
|
65 |
+
|
66 |
+
#: admin/form.php:146
|
67 |
+
msgid "Login"
|
68 |
+
msgstr "Login"
|
69 |
+
|
70 |
+
#: admin/form.php:147
|
71 |
+
msgid "About Section"
|
72 |
+
msgstr "About Section"
|
73 |
+
|
74 |
+
#: admin/form.php:148
|
75 |
+
msgid "Contact Section"
|
76 |
+
msgstr "Contact Section"
|
77 |
+
|
78 |
+
#: admin/form.php:166
|
79 |
+
msgid "Activate Construction/Maintenance Mode"
|
80 |
+
msgstr "Activate Construction/Maintenance Mode"
|
81 |
+
|
82 |
+
#: admin/form.php:173
|
83 |
+
msgid "Set To Specific Page, or entire site"
|
84 |
+
msgstr "Set To Specific Page, or entire site"
|
85 |
+
|
86 |
+
#: admin/form.php:176
|
87 |
+
msgid "Entire Website"
|
88 |
+
msgstr "كامل الموقع"
|
89 |
+
|
90 |
+
#: admin/form.php:194
|
91 |
+
msgid "Loading Style"
|
92 |
+
msgstr "Loading Style"
|
93 |
+
|
94 |
+
#: admin/form.php:205
|
95 |
+
msgid "Percentage Complete"
|
96 |
+
msgstr "النسبة المئوية الكاملة"
|
97 |
+
|
98 |
+
#: admin/form.php:221
|
99 |
+
msgid "Analytics Code"
|
100 |
+
msgstr "Analytics Code"
|
101 |
+
|
102 |
+
#: admin/form.php:223
|
103 |
+
msgid "Enter your full Analytics code including the <script> tags"
|
104 |
+
msgstr "Enter your full Analytics code including the <script> tags"
|
105 |
+
|
106 |
+
#: admin/form.php:236
|
107 |
+
msgid "Select Template"
|
108 |
+
msgstr "Select Template"
|
109 |
+
|
110 |
+
#: admin/form.php:246
|
111 |
+
msgid "Logo"
|
112 |
+
msgstr "Logo"
|
113 |
+
|
114 |
+
#: admin/form.php:255
|
115 |
+
msgid "Background Image"
|
116 |
+
msgstr "الصورة الخلفية"
|
117 |
+
|
118 |
+
#: admin/form.php:262
|
119 |
+
msgid "Title"
|
120 |
+
msgstr "العنوان"
|
121 |
+
|
122 |
+
#: admin/form.php:268
|
123 |
+
msgid "Sub-title"
|
124 |
+
msgstr "العنوان الفرعي"
|
125 |
+
|
126 |
+
#: admin/form.php:276
|
127 |
+
msgid "Font Color"
|
128 |
+
msgstr "لون الخط"
|
129 |
+
|
130 |
+
#: admin/form.php:284
|
131 |
+
msgid "Accent Color"
|
132 |
+
msgstr "Accent Color"
|
133 |
+
|
134 |
+
#: admin/form.php:292
|
135 |
+
msgid "Animation"
|
136 |
+
msgstr "Animation"
|
137 |
+
|
138 |
+
#: admin/form.php:331
|
139 |
+
msgid "Shortcode"
|
140 |
+
msgstr "Shortcode"
|
141 |
+
|
142 |
+
#: admin/form.php:354
|
143 |
+
msgid "Facebook URL"
|
144 |
+
msgstr "الفيسبوك URL"
|
145 |
+
|
146 |
+
#: admin/form.php:358
|
147 |
+
msgid "Enter Facebook URL or leave blank for no icon"
|
148 |
+
msgstr "أدخل الفيسبوك URL أو اتركه فارغا لأي رمز"
|
149 |
+
|
150 |
+
#: admin/form.php:362
|
151 |
+
msgid "Google Plus URL"
|
152 |
+
msgstr "جوجل بلس URL"
|
153 |
+
|
154 |
+
#: admin/form.php:366
|
155 |
+
msgid "Enter Google Plus URL or leave blank for no icon"
|
156 |
+
msgstr "أدخل جوجل بلس URL أو اتركه فارغا لأي رمز"
|
157 |
+
|
158 |
+
#: admin/form.php:370
|
159 |
+
msgid "Twitter URL"
|
160 |
+
msgstr "Twitter URL"
|
161 |
+
|
162 |
+
#: admin/form.php:374
|
163 |
+
msgid "Enter Twitter URL or leave blank for no icon"
|
164 |
+
msgstr "أدخل تويتر URL أو اتركه فارغا لأي رمز"
|
165 |
+
|
166 |
+
#: admin/form.php:378
|
167 |
+
msgid "Email Address"
|
168 |
+
msgstr "عنوان البريد الإلكتروني"
|
169 |
+
|
170 |
+
#: admin/form.php:382
|
171 |
+
msgid "Enter email address or leave blank for no icon"
|
172 |
+
msgstr "ادخل عنوان البريد الإلكتروني أو اتركه فارغا لأي رمز"
|
173 |
+
|
174 |
+
#: admin/form.php:386
|
175 |
+
msgid "Instagram"
|
176 |
+
msgstr "إنستاجرام"
|
177 |
+
|
178 |
+
#: admin/form.php:390
|
179 |
+
msgid "Enter Instagram URL or leave blank for no icon"
|
180 |
+
msgstr "إدخال URL إينستاجرام أو اتركه فارغا لأي رمز"
|
181 |
+
|
182 |
+
#: admin/form.php:394
|
183 |
+
msgid "Digg"
|
184 |
+
msgstr "Digg"
|
185 |
+
|
186 |
+
#: admin/form.php:398
|
187 |
+
msgid "Enter Digg URL or leave blank for no icon"
|
188 |
+
msgstr "Enter Digg URL or leave blank for no icon"
|
189 |
+
|
190 |
+
#: admin/form.php:406
|
191 |
+
msgid "Enter Flickr URL or leave blank for no icon"
|
192 |
+
msgstr "Enter Flickr URL or leave blank for no icon"
|
193 |
+
|
194 |
+
#: admin/form.php:410
|
195 |
+
msgid "Skype"
|
196 |
+
msgstr "سكايب"
|
197 |
+
|
198 |
+
#: admin/form.php:414
|
199 |
+
msgid "Enter Skype URL or leave blank for no icon"
|
200 |
+
msgstr "إدخال URL سكايب أو اتركه فارغا لأي رمز"
|
201 |
+
|
202 |
+
#: admin/form.php:418
|
203 |
+
msgid "Tumblr"
|
204 |
+
msgstr "Tumblr"
|
205 |
+
|
206 |
+
#: admin/form.php:422
|
207 |
+
msgid "Enter Tumblr URL or leave blank for no icon"
|
208 |
+
msgstr "Enter Tumblr URL or leave blank for no icon"
|
209 |
+
|
210 |
+
#: admin/form.php:426
|
211 |
+
msgid "Youtube"
|
212 |
+
msgstr "Youtube"
|
213 |
+
|
214 |
+
#: admin/form.php:430
|
215 |
+
msgid "Enter Youtube URL or leave blank for no icon"
|
216 |
+
msgstr "Enter Youtube URL or leave blank for no icon"
|
217 |
+
|
218 |
+
#: admin/form.php:447
|
219 |
+
msgid "Use this feature to allow your client & visitors unique access with a username & password"
|
220 |
+
msgstr "Use this feature to allow your client & visitors unique access with a username & password"
|
221 |
+
|
222 |
+
#: admin/form.php:450
|
223 |
+
msgid "Enable Client Login ?"
|
224 |
+
msgstr "Enable Client Login ?"
|
225 |
+
|
226 |
+
#: admin/form.php:452 admin/form.php:506 admin/form.php:542
|
227 |
+
msgid "Yes"
|
228 |
+
msgstr "Yes"
|
229 |
+
|
230 |
+
#: admin/form.php:453 admin/form.php:507 admin/form.php:543
|
231 |
+
msgid "No"
|
232 |
+
msgstr "No"
|
233 |
+
|
234 |
+
#: admin/form.php:458
|
235 |
+
msgid "Username"
|
236 |
+
msgstr "Username"
|
237 |
+
|
238 |
+
#: admin/form.php:463
|
239 |
+
msgid "Password"
|
240 |
+
msgstr "Password"
|
241 |
+
|
242 |
+
#: admin/form.php:473
|
243 |
+
msgid "Custom Contact Form"
|
244 |
+
msgstr "Custom Contact Form"
|
245 |
+
|
246 |
+
#: admin/form.php:479
|
247 |
+
msgid "Display Contact form ? "
|
248 |
+
msgstr "Display Contact form ? "
|
249 |
+
|
250 |
+
#: admin/form.php:487
|
251 |
+
msgid "Delivery Email Address"
|
252 |
+
msgstr "Delivery Email Address"
|
253 |
+
|
254 |
+
#: admin/form.php:499
|
255 |
+
msgid "Section 1 - <em>ex: About Us</em>"
|
256 |
+
msgstr "Section 1 - <em>ex: About Us</em>"
|
257 |
+
|
258 |
+
#: admin/form.php:504
|
259 |
+
msgid "Show Section 1 ?"
|
260 |
+
msgstr "Show Section 1 ?"
|
261 |
+
|
262 |
+
#: admin/form.php:511 admin/form.php:547
|
263 |
+
msgid "Label"
|
264 |
+
msgstr "Label"
|
265 |
+
|
266 |
+
#: admin/form.php:535
|
267 |
+
msgid "Section 2 - <em>ex: Location</em>"
|
268 |
+
msgstr "Section 2 - <em>ex: Location</em>"
|
269 |
+
|
270 |
+
#: admin/form.php:540
|
271 |
+
msgid "Show Section 2 ?"
|
272 |
+
msgstr "Show Section 2 ?"
|
languages/en.mo
ADDED
Binary file
|
languages/en.po
ADDED
@@ -0,0 +1,274 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WP Construction Mode 3.3\n"
|
4 |
+
"POT-Creation-Date: 2015-12-10 01:51-0500\n"
|
5 |
+
"PO-Revision-Date: 2015-12-10 01:52-0500\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: en\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.7.4\n"
|
13 |
+
"X-Poedit-Basepath: ../\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
+
|
18 |
+
#: admin/form.php:50
|
19 |
+
msgid "Support"
|
20 |
+
msgstr ""
|
21 |
+
|
22 |
+
#: admin/form.php:55
|
23 |
+
msgid "Do you need support?"
|
24 |
+
msgstr ""
|
25 |
+
|
26 |
+
#: admin/form.php:57
|
27 |
+
msgid "Click here for instructions how to use the plugin"
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: admin/form.php:65
|
31 |
+
msgid "Default Template"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: admin/form.php:82
|
35 |
+
msgid "One Page"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: admin/form.php:99
|
39 |
+
msgid "Moving Background"
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: admin/form.php:116 admin/form.php:441
|
43 |
+
msgid "Client Login"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: admin/form.php:140
|
47 |
+
msgid "General Settings"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: admin/form.php:142
|
51 |
+
msgid "Appearance"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: admin/form.php:143
|
55 |
+
msgid "Newsletters & Shortcodes"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: admin/form.php:144 admin/form.php:349
|
59 |
+
msgid "Social Icons"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: admin/form.php:145
|
63 |
+
msgid "Contact Form"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: admin/form.php:146
|
67 |
+
msgid "Login"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: admin/form.php:147
|
71 |
+
msgid "About Section"
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: admin/form.php:148
|
75 |
+
msgid "Contact Section"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: admin/form.php:166
|
79 |
+
msgid "Activate Construction/Maintenance Mode"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: admin/form.php:173
|
83 |
+
msgid "Set To Specific Page, or entire site"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: admin/form.php:176
|
87 |
+
msgid "Entire Website"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: admin/form.php:194
|
91 |
+
msgid "Loading Style"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: admin/form.php:205
|
95 |
+
msgid "Percentage Complete"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: admin/form.php:221
|
99 |
+
msgid "Analytics Code"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: admin/form.php:223
|
103 |
+
msgid "Enter your full Analytics code including the <script> tags"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: admin/form.php:236
|
107 |
+
msgid "Select Template"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: admin/form.php:246
|
111 |
+
msgid "Logo"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: admin/form.php:255
|
115 |
+
msgid "Background Image"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: admin/form.php:262
|
119 |
+
msgid "Title"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: admin/form.php:268
|
123 |
+
msgid "Sub-title"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: admin/form.php:276
|
127 |
+
msgid "Font Color"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: admin/form.php:284
|
131 |
+
msgid "Accent Color"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: admin/form.php:292
|
135 |
+
msgid "Animation"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: admin/form.php:331
|
139 |
+
msgid "Shortcode"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: admin/form.php:354
|
143 |
+
msgid "Facebook URL"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: admin/form.php:358
|
147 |
+
msgid "Enter Facebook URL or leave blank for no icon"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: admin/form.php:362
|
151 |
+
msgid "Google Plus URL"
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
+
#: admin/form.php:366
|
155 |
+
msgid "Enter Google Plus URL or leave blank for no icon"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: admin/form.php:370
|
159 |
+
msgid "Twitter URL"
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: admin/form.php:374
|
163 |
+
msgid "Enter Twitter URL or leave blank for no icon"
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: admin/form.php:378
|
167 |
+
msgid "Email Address"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: admin/form.php:382
|
171 |
+
msgid "Enter email address or leave blank for no icon"
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: admin/form.php:386
|
175 |
+
msgid "Instagram"
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: admin/form.php:390
|
179 |
+
msgid "Enter Instagram URL or leave blank for no icon"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: admin/form.php:394
|
183 |
+
msgid "Digg"
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: admin/form.php:398
|
187 |
+
msgid "Enter Digg URL or leave blank for no icon"
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: admin/form.php:406
|
191 |
+
msgid "Enter Flickr URL or leave blank for no icon"
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: admin/form.php:410
|
195 |
+
msgid "Skype"
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: admin/form.php:414
|
199 |
+
msgid "Enter Skype URL or leave blank for no icon"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: admin/form.php:418
|
203 |
+
msgid "Tumblr"
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: admin/form.php:422
|
207 |
+
msgid "Enter Tumblr URL or leave blank for no icon"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: admin/form.php:426
|
211 |
+
msgid "Youtube"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: admin/form.php:430
|
215 |
+
msgid "Enter Youtube URL or leave blank for no icon"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: admin/form.php:447
|
219 |
+
msgid ""
|
220 |
+
"Use this feature to allow your client & visitors unique access with a "
|
221 |
+
"username & password"
|
222 |
+
msgstr ""
|
223 |
+
|
224 |
+
#: admin/form.php:450
|
225 |
+
msgid "Enable Client Login ?"
|
226 |
+
msgstr ""
|
227 |
+
|
228 |
+
#: admin/form.php:452 admin/form.php:506 admin/form.php:542
|
229 |
+
msgid "Yes"
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: admin/form.php:453 admin/form.php:507 admin/form.php:543
|
233 |
+
msgid "No"
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: admin/form.php:458
|
237 |
+
msgid "Username"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: admin/form.php:463
|
241 |
+
msgid "Password"
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: admin/form.php:473
|
245 |
+
msgid "Custom Contact Form"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: admin/form.php:479
|
249 |
+
msgid "Display Contact form ? "
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: admin/form.php:487
|
253 |
+
msgid "Delivery Email Address"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: admin/form.php:499
|
257 |
+
msgid "Section 1 - <em>ex: About Us</em>"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: admin/form.php:504
|
261 |
+
msgid "Show Section 1 ?"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: admin/form.php:511 admin/form.php:547
|
265 |
+
msgid "Label"
|
266 |
+
msgstr ""
|
267 |
+
|
268 |
+
#: admin/form.php:535
|
269 |
+
msgid "Section 2 - <em>ex: Location</em>"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: admin/form.php:540
|
273 |
+
msgid "Show Section 2 ?"
|
274 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WP Construction Mode ===
|
2 |
Contributors: smartcat
|
3 |
-
Donate link:
|
4 |
Tags: construction,maintenance,landing,page,admin,under construction,under maintenance,coming soon,administrator,custom message,analytics, client portal, login, password, secure, client, social,facebook,twitter,google plus,gplus,email,icons,link,instagram,digg,flickr,skype,tumblr,youtube, mailchimp,newsletter,shortcode,contact,form,constant contact
|
5 |
Requires at least: 3.22
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Display a customizable Under Construction or Coming Soon landing page for all users except the admin. Perfect for developing on a live server!
|
@@ -26,7 +26,7 @@ https://www.youtube.com/watch?v=iXvpQqv3yG8
|
|
26 |
The Pro vesion provides you with a sleek circular countdown timer. Set the target date & time, excite your visitors with a count down till launch! It also allows you to
|
27 |
enter an About section, Contact section and many more features! See the demo!
|
28 |
|
29 |
-
Pro version available, [Live Demo](
|
30 |
|
31 |
Available Customizations:
|
32 |
|
@@ -68,6 +68,9 @@ Pro Version Add-ons:
|
|
68 |
|
69 |
== Changelog ==
|
70 |
|
|
|
|
|
|
|
71 |
= 3.22 =
|
72 |
* minor bug fix affecting a few users
|
73 |
|
1 |
=== WP Construction Mode ===
|
2 |
Contributors: smartcat
|
3 |
+
Donate link: https://smartcatdesign.net/downloads/construction-mode-v2-pro/
|
4 |
Tags: construction,maintenance,landing,page,admin,under construction,under maintenance,coming soon,administrator,custom message,analytics, client portal, login, password, secure, client, social,facebook,twitter,google plus,gplus,email,icons,link,instagram,digg,flickr,skype,tumblr,youtube, mailchimp,newsletter,shortcode,contact,form,constant contact
|
5 |
Requires at least: 3.22
|
6 |
+
Tested up to: 4.4
|
7 |
+
Stable tag: 3.24
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Display a customizable Under Construction or Coming Soon landing page for all users except the admin. Perfect for developing on a live server!
|
26 |
The Pro vesion provides you with a sleek circular countdown timer. Set the target date & time, excite your visitors with a count down till launch! It also allows you to
|
27 |
enter an About section, Contact section and many more features! See the demo!
|
28 |
|
29 |
+
Pro version available, [Live Demo](https://smartcatdesign.net/smartcat-construction-mode-v2-pro/ "Construction Mode Pro")
|
30 |
|
31 |
Available Customizations:
|
32 |
|
68 |
|
69 |
== Changelog ==
|
70 |
|
71 |
+
= 3.3
|
72 |
+
* added translation
|
73 |
+
|
74 |
= 3.22 =
|
75 |
* minor bug fix affecting a few users
|
76 |
|
under-construction.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Construction Mode
|
4 |
Plugin URI: http://smartcatdesign.net/downloads/construction-mode-v2-pro/
|
5 |
Description: Display a customizable Under Construction or Coming Soon landing page for all users except the admin. Perfect for developing a new site!
|
6 |
-
Version: 3.
|
7 |
Author: SmartCat
|
8 |
Author URI: http://smartcatdesign.net
|
9 |
License: GPL v2
|
3 |
Plugin Name: WP Construction Mode
|
4 |
Plugin URI: http://smartcatdesign.net/downloads/construction-mode-v2-pro/
|
5 |
Description: Display a customizable Under Construction or Coming Soon landing page for all users except the admin. Perfect for developing a new site!
|
6 |
+
Version: 3.3
|
7 |
Author: SmartCat
|
8 |
Author URI: http://smartcatdesign.net
|
9 |
License: GPL v2
|