Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.1.8

Version Description

  • Added Plugin Translation File
  • Updated widget ID for preventing from conflict
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Icons WordPress Plugin – AccessPress Social Icons
Version 1.1.8
Comparing to
See all releases

Code changes from version 1.1.7 to 1.1.8

accesspress-social-icons.php CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') or die("No script kiddies please!");
4
  * Plugin Name:AccessPress Social Icons
5
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/
6
  * Description: A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings.
7
- * Version:1.1.7
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
  * Text Domain: aps-social
@@ -31,7 +31,7 @@ if (!defined('APS_LANG_DIR')) {
31
  }
32
  if(!defined('APS_VERSION'))
33
  {
34
- define('APS_VERSION','1.1.7');
35
  }
36
  /**
37
  * Register of widgets
4
  * Plugin Name:AccessPress Social Icons
5
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/
6
  * Description: A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings.
7
+ * Version:1.1.8
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
  * Text Domain: aps-social
31
  }
32
  if(!defined('APS_VERSION'))
33
  {
34
+ define('APS_VERSION','1.1.8');
35
  }
36
  /**
37
  * Register of widgets
inc/backend/widgets.php CHANGED
@@ -10,7 +10,7 @@ class APS_Widget extends WP_Widget {
10
  */
11
  function __construct() {
12
  parent::__construct(
13
- 'aps_widget', // Base ID
14
  __('AccessPress Social Icons', 'aps-social'), // Name
15
  array( 'description' => __( 'AccessPress Social Icon Widget', 'aps-social' ), ) // Args
16
  );
10
  */
11
  function __construct() {
12
  parent::__construct(
13
+ 'apsi_widget', // Base ID
14
  __('AccessPress Social Icons', 'aps-social'), // Name
15
  array( 'description' => __( 'AccessPress Social Icon Widget', 'aps-social' ), ) // Args
16
  );
languages/accesspress-social-icons.pot ADDED
@@ -0,0 +1,366 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: AccessPress Social Icons\n"
4
+ "POT-Creation-Date: 2015-03-22 12:42+0545\n"
5
+ "PO-Revision-Date: 2015-03-22 12:43+0545\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: Access Keys <support@accesspressthemes.com>\n"
8
+ "Language: English\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.5.7\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-SearchPath-0: ..\n"
17
+
18
+ #: ../accesspress-social-icons.php:79
19
+ msgid "Social Icons"
20
+ msgstr ""
21
+
22
+ #: ../accesspress-social-icons.php:80
23
+ msgid "Add New Set"
24
+ msgstr ""
25
+
26
+ #: ../accesspress-social-icons.php:81 ../inc/backend/how-to-use.php:7
27
+ msgid "How to use"
28
+ msgstr ""
29
+
30
+ #: ../accesspress-social-icons.php:82
31
+ msgid "About"
32
+ msgstr ""
33
+
34
+ #: ../accesspress-social-icons.php:99 ../inc/backend/add-new-set.php:184
35
+ #: ../inc/backend/edit-icon-set.php:211 ../inc/backend/edit-icon-set.php:251
36
+ #: ../inc/backend/theme-icon-set.php:16
37
+ msgid "Icon Preview"
38
+ msgstr ""
39
+
40
+ #: ../accesspress-social-icons.php:100 ../inc/backend/edit-icon-set.php:284
41
+ #: ../inc/backend/icon-adder.php:147 ../inc/backend/theme-icon-set.php:57
42
+ msgid "Icon Link"
43
+ msgstr ""
44
+
45
+ #: ../accesspress-social-icons.php:101 ../inc/backend/edit-icon-set.php:301
46
+ #: ../inc/backend/icon-adder.php:164 ../inc/backend/theme-icon-set.php:73
47
+ msgid "Icon Link Target"
48
+ msgstr ""
49
+
50
+ #: ../accesspress-social-icons.php:102
51
+ msgid "Are you sure you want to delete this icon from this list?"
52
+ msgstr ""
53
+
54
+ #: ../accesspress-social-icons.php:103
55
+ msgid "Please enter the name for the set"
56
+ msgstr ""
57
+
58
+ #: ../accesspress-social-icons.php:104
59
+ msgid "Please add at least one icon in the set"
60
+ msgstr ""
61
+
62
+ #: ../accesspress-social-icons.php:107
63
+ msgid "Are you sure you want to discard the icons added previously?"
64
+ msgstr ""
65
+
66
+ #: ../accesspress-social-icons.php:108
67
+ msgid "Collapse All"
68
+ msgstr ""
69
+
70
+ #: ../accesspress-social-icons.php:109 ../inc/backend/add-new-set.php:191
71
+ #: ../inc/backend/edit-icon-set.php:218
72
+ msgid "Expand All"
73
+ msgstr ""
74
+
75
+ #: ../inc/backend/about.php:8
76
+ msgid "About Us"
77
+ msgstr ""
78
+
79
+ #: ../inc/backend/add-new-set.php:7
80
+ msgid "Add New Social Icons Set"
81
+ msgstr ""
82
+
83
+ #: ../inc/backend/add-new-set.php:16 ../inc/backend/edit-icon-set.php:38
84
+ msgid "Name of Set"
85
+ msgstr ""
86
+
87
+ #: ../inc/backend/add-new-set.php:26 ../inc/backend/edit-icon-set.php:48
88
+ msgid "Choose Icon Set type"
89
+ msgstr ""
90
+
91
+ #: ../inc/backend/add-new-set.php:28 ../inc/backend/edit-icon-set.php:50
92
+ msgid "Choose icon indiviually"
93
+ msgstr ""
94
+
95
+ #: ../inc/backend/add-new-set.php:29 ../inc/backend/edit-icon-set.php:51
96
+ msgid "Choose from available themes"
97
+ msgstr ""
98
+
99
+ #: ../inc/backend/add-new-set.php:41 ../inc/backend/edit-icon-set.php:63
100
+ msgid "Display"
101
+ msgstr ""
102
+
103
+ #: ../inc/backend/add-new-set.php:43 ../inc/backend/edit-icon-set.php:65
104
+ msgid "Horizontal"
105
+ msgstr ""
106
+
107
+ #: ../inc/backend/add-new-set.php:44 ../inc/backend/edit-icon-set.php:66
108
+ msgid "Vertical"
109
+ msgstr ""
110
+
111
+ #: ../inc/backend/add-new-set.php:52 ../inc/backend/edit-icon-set.php:74
112
+ msgid "Number of Rows"
113
+ msgstr ""
114
+
115
+ #: ../inc/backend/add-new-set.php:57 ../inc/backend/edit-icon-set.php:79
116
+ msgid "Please enter the number of rows in number.Default is 1."
117
+ msgstr ""
118
+
119
+ #: ../inc/backend/add-new-set.php:63 ../inc/backend/edit-icon-set.php:85
120
+ msgid "Number of Columns"
121
+ msgstr ""
122
+
123
+ #: ../inc/backend/add-new-set.php:68 ../inc/backend/edit-icon-set.php:94
124
+ msgid "Please enter the number of columns in number.Default is 1."
125
+ msgstr ""
126
+
127
+ #: ../inc/backend/add-new-set.php:74 ../inc/backend/edit-icon-set.php:100
128
+ msgid "Margin Between Each Icon"
129
+ msgstr ""
130
+
131
+ #: ../inc/backend/add-new-set.php:79 ../inc/backend/edit-icon-set.php:106
132
+ msgid "Please enter the margin for each icon in px."
133
+ msgstr ""
134
+
135
+ #: ../inc/backend/add-new-set.php:86 ../inc/backend/edit-icon-set.php:114
136
+ msgid "Tooltip"
137
+ msgstr ""
138
+
139
+ #: ../inc/backend/add-new-set.php:88 ../inc/backend/edit-icon-set.php:116
140
+ msgid "Show"
141
+ msgstr ""
142
+
143
+ #: ../inc/backend/add-new-set.php:89 ../inc/backend/edit-icon-set.php:117
144
+ msgid "Don't show"
145
+ msgstr ""
146
+
147
+ #: ../inc/backend/add-new-set.php:97 ../inc/backend/edit-icon-set.php:125
148
+ msgid "Tooltip Bg Color"
149
+ msgstr ""
150
+
151
+ #: ../inc/backend/add-new-set.php:105 ../inc/backend/edit-icon-set.php:133
152
+ msgid "Tooltip Text Color"
153
+ msgstr ""
154
+
155
+ #: ../inc/backend/add-new-set.php:113 ../inc/backend/edit-icon-set.php:141
156
+ msgid "Tooltip Position"
157
+ msgstr ""
158
+
159
+ #: ../inc/backend/add-new-set.php:116 ../inc/backend/edit-icon-set.php:144
160
+ msgid "Top"
161
+ msgstr ""
162
+
163
+ #: ../inc/backend/add-new-set.php:117 ../inc/backend/edit-icon-set.php:145
164
+ msgid "Right"
165
+ msgstr ""
166
+
167
+ #: ../inc/backend/add-new-set.php:118 ../inc/backend/edit-icon-set.php:146
168
+ msgid "Bottom"
169
+ msgstr ""
170
+
171
+ #: ../inc/backend/add-new-set.php:119 ../inc/backend/edit-icon-set.php:147
172
+ msgid "Left"
173
+ msgstr ""
174
+
175
+ #: ../inc/backend/add-new-set.php:128
176
+ msgid "Icons Hover Animation"
177
+ msgstr ""
178
+
179
+ #: ../inc/backend/add-new-set.php:131 ../inc/backend/edit-icon-set.php:159
180
+ msgid "No Animation"
181
+ msgstr ""
182
+
183
+ #: ../inc/backend/add-new-set.php:162 ../inc/backend/edit-icon-set.php:190
184
+ msgid "Opacity on Non Hover"
185
+ msgstr ""
186
+
187
+ #: ../inc/backend/add-new-set.php:189 ../inc/backend/edit-icon-set.php:216
188
+ msgid "Icon Lists"
189
+ msgstr ""
190
+
191
+ #: ../inc/backend/add-new-set.php:194 ../inc/backend/edit-icon-set.php:221
192
+ msgid "Empty List"
193
+ msgstr ""
194
+
195
+ #: ../inc/backend/add-new-set.php:195 ../inc/backend/edit-icon-set.php:222
196
+ msgid "Each Icon will only show up in the frontend if icon link is not empty"
197
+ msgstr ""
198
+
199
+ #: ../inc/backend/add-new-set.php:207 ../inc/backend/edit-icon-set.php:368
200
+ msgid "Save icon set"
201
+ msgstr ""
202
+
203
+ #: ../inc/backend/copy-icon-set.php:60
204
+ msgid "Icon Set Copied Successfully"
205
+ msgstr ""
206
+
207
+ #: ../inc/backend/delete-icon-set.php:7
208
+ msgid "Icon set deleted successfully."
209
+ msgstr ""
210
+
211
+ #: ../inc/backend/edit-icon-set.php:28
212
+ msgid "Edit Social Icons Set"
213
+ msgstr ""
214
+
215
+ #: ../inc/backend/edit-icon-set.php:156
216
+ msgid "Icons Animation"
217
+ msgstr ""
218
+
219
+ #: ../inc/backend/edit-icon-set.php:256 ../inc/backend/icon-adder.php:6
220
+ #: ../inc/backend/theme-icon-set.php:21
221
+ msgid "Icon Title"
222
+ msgstr ""
223
+
224
+ #: ../inc/backend/edit-icon-set.php:264 ../inc/backend/icon-adder.php:30
225
+ #: ../inc/backend/theme-icon-set.php:37
226
+ msgid "Icon Width"
227
+ msgstr ""
228
+
229
+ #: ../inc/backend/edit-icon-set.php:269 ../inc/backend/theme-icon-set.php:42
230
+ msgid "Please enter the width for the icon in px."
231
+ msgstr ""
232
+
233
+ #: ../inc/backend/edit-icon-set.php:275 ../inc/backend/icon-adder.php:38
234
+ #: ../inc/backend/theme-icon-set.php:48
235
+ msgid "Icon Height"
236
+ msgstr ""
237
+
238
+ #: ../inc/backend/edit-icon-set.php:279 ../inc/backend/theme-icon-set.php:52
239
+ msgid "Please enter the height for the icon in px."
240
+ msgstr ""
241
+
242
+ #: ../inc/backend/edit-icon-set.php:293 ../inc/backend/icon-adder.php:156
243
+ #: ../inc/backend/theme-icon-set.php:65
244
+ msgid "Tooltip Text"
245
+ msgstr ""
246
+
247
+ #: ../inc/backend/icon-adder.php:8
248
+ msgid "Please enter the icon title"
249
+ msgstr ""
250
+
251
+ #: ../inc/backend/icon-adder.php:17
252
+ msgid "Icon Image"
253
+ msgstr ""
254
+
255
+ #: ../inc/backend/icon-adder.php:19
256
+ msgid "Please upload the icon image"
257
+ msgstr ""
258
+
259
+ #: ../inc/backend/icon-adder.php:20
260
+ msgid "Pre available icons"
261
+ msgstr ""
262
+
263
+ #: ../inc/backend/icon-adder.php:53
264
+ msgid "Border Style"
265
+ msgstr ""
266
+
267
+ #: ../inc/backend/icon-adder.php:72
268
+ msgid "Border Spacing"
269
+ msgstr ""
270
+
271
+ #: ../inc/backend/icon-adder.php:74 ../inc/backend/icon-adder.php:82
272
+ msgid "eg. 2px"
273
+ msgstr ""
274
+
275
+ #: ../inc/backend/icon-adder.php:80
276
+ msgid "Border Thickness"
277
+ msgstr ""
278
+
279
+ #: ../inc/backend/icon-adder.php:88
280
+ msgid "Border Color"
281
+ msgstr ""
282
+
283
+ #: ../inc/backend/icon-adder.php:99
284
+ msgid "Shadow"
285
+ msgstr ""
286
+
287
+ #: ../inc/backend/icon-adder.php:110
288
+ msgid "Offset X"
289
+ msgstr ""
290
+
291
+ #: ../inc/backend/icon-adder.php:118
292
+ msgid "Offset Y"
293
+ msgstr ""
294
+
295
+ #: ../inc/backend/icon-adder.php:126
296
+ msgid "Blur"
297
+ msgstr ""
298
+
299
+ #: ../inc/backend/icon-adder.php:134
300
+ msgid "Shadow Color"
301
+ msgstr ""
302
+
303
+ #: ../inc/backend/icon-adder.php:149
304
+ msgid "Please enter the icon link"
305
+ msgstr ""
306
+
307
+ #: ../inc/backend/icon-themes.php:5
308
+ msgid "Available Icon Themes"
309
+ msgstr ""
310
+
311
+ #: ../inc/backend/main-page.php:31 ../inc/backend/main-page.php:43
312
+ msgid "Title"
313
+ msgstr ""
314
+
315
+ #: ../inc/backend/main-page.php:34 ../inc/backend/main-page.php:44
316
+ msgid "Shortcode"
317
+ msgstr ""
318
+
319
+ #: ../inc/backend/main-page.php:37 ../inc/backend/main-page.php:46
320
+ msgid "Template Shortcode"
321
+ msgstr ""
322
+
323
+ #: ../inc/backend/main-page.php:74
324
+ msgid "Are you sure you want to copy this icon set?"
325
+ msgstr ""
326
+
327
+ #: ../inc/backend/main-page.php:75
328
+ msgid "Are you sure you want to delete this icon set?"
329
+ msgstr ""
330
+
331
+ #: ../inc/backend/main-page.php:86
332
+ msgid "Icon sets not added yet"
333
+ msgstr ""
334
+
335
+ #: ../inc/backend/panel-head.php:5 ../inc/backend/panel-head.php:29
336
+ #: ../inc/backend/widgets.php:14
337
+ msgid "AccessPress Social Icons"
338
+ msgstr ""
339
+
340
+ #: ../inc/backend/save-set.php:167
341
+ msgid "Icon Set Updated Successfully"
342
+ msgstr ""
343
+
344
+ #: ../inc/backend/save-set.php:200
345
+ msgid "Icon Set Saved Successfully"
346
+ msgstr ""
347
+
348
+ #: ../inc/backend/theme-icon-set.php:28
349
+ msgid "Icon Background Color"
350
+ msgstr ""
351
+
352
+ #: ../inc/backend/widgets.php:15
353
+ msgid "AccessPress Social Icon Widget"
354
+ msgstr ""
355
+
356
+ #: ../inc/backend/widgets.php:69
357
+ msgid "Title:"
358
+ msgstr ""
359
+
360
+ #: ../inc/backend/widgets.php:73
361
+ msgid "Icon set"
362
+ msgstr ""
363
+
364
+ #: ../inc/backend/widgets.php:75
365
+ msgid "Choose Icon Set"
366
+ msgstr ""
languages/aps-social-es_ES.po DELETED
@@ -1,538 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: AccessPress Social Icons v1.1.6\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2015-03-08 07:25:45+0000\n"
7
- "Last-Translator: accessadmin <regan@access-keys.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Generator: CSL v1.x\n"
14
- "X-Poedit-Language: Spanish\n"
15
- "X-Poedit-Country: SPAIN\n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
- "X-Poedit-Basepath: ../\n"
19
- "X-Poedit-Bookmarks: \n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Textdomain-Support: yes"
22
-
23
- #. translators: plugin header field 'Name'
24
- #: accesspress-social-icons.php:0
25
- #: inc/backend/about.php:35
26
- #: inc/backend/panel-head.php:5
27
- #: inc/backend/panel-head.php:29
28
- #: inc/backend/widgets.php:14
29
- #@ aps-social
30
- msgid "AccessPress Social Icons"
31
- msgstr ""
32
-
33
- #. translators: plugin header field 'PluginURI'
34
- #: accesspress-social-icons.php:0
35
- #@ aps-social
36
- msgid "https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/"
37
- msgstr ""
38
-
39
- #. translators: plugin header field 'Description'
40
- #: accesspress-social-icons.php:0
41
- #@ aps-social
42
- msgid "A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings."
43
- msgstr ""
44
-
45
- #. translators: plugin header field 'Author'
46
- #: accesspress-social-icons.php:0
47
- #@ aps-social
48
- msgid "AccessPress Themes"
49
- msgstr ""
50
-
51
- #. translators: plugin header field 'AuthorURI'
52
- #: accesspress-social-icons.php:0
53
- #@ aps-social
54
- msgid "http://accesspressthemes.com/"
55
- msgstr ""
56
-
57
- #. translators: plugin header field 'Version'
58
- #: accesspress-social-icons.php:0
59
- #@ aps-social
60
- msgid "1.1.6"
61
- msgstr ""
62
-
63
- #: accesspress-social-icons.php:79
64
- #@ aps-social
65
- msgid "Social Icons"
66
- msgstr ""
67
-
68
- #: accesspress-social-icons.php:80
69
- #@ aps-social
70
- msgid "Add New Set"
71
- msgstr ""
72
-
73
- #: accesspress-social-icons.php:81
74
- #: inc/backend/how-to-use.php:7
75
- #@ aps-social
76
- msgid "How to use"
77
- msgstr ""
78
-
79
- #: accesspress-social-icons.php:82
80
- #@ aps-social
81
- msgid "About"
82
- msgstr ""
83
-
84
- #: accesspress-social-icons.php:99
85
- #: inc/backend/add-new-set.php:184
86
- #: inc/backend/edit-icon-set.php:211
87
- #: inc/backend/edit-icon-set.php:251
88
- #: inc/backend/theme-icon-set.php:16
89
- #@ aps-social
90
- msgid "Icon Preview"
91
- msgstr ""
92
-
93
- #: accesspress-social-icons.php:100
94
- #: inc/backend/edit-icon-set.php:284
95
- #: inc/backend/icon-adder.php:147
96
- #: inc/backend/theme-icon-set.php:57
97
- #@ aps-social
98
- msgid "Icon Link"
99
- msgstr ""
100
-
101
- #: accesspress-social-icons.php:101
102
- #: inc/backend/edit-icon-set.php:301
103
- #: inc/backend/icon-adder.php:164
104
- #: inc/backend/theme-icon-set.php:73
105
- #@ aps-social
106
- msgid "Icon Link Target"
107
- msgstr ""
108
-
109
- #: accesspress-social-icons.php:102
110
- #@ aps-social
111
- msgid "Are you sure you want to delete this icon from this list?"
112
- msgstr ""
113
-
114
- #: accesspress-social-icons.php:103
115
- #@ aps-social
116
- msgid "Please enter the name for the set"
117
- msgstr ""
118
-
119
- #: accesspress-social-icons.php:104
120
- #@ aps-social
121
- msgid "Please add at least one icon in the set"
122
- msgstr ""
123
-
124
- #: accesspress-social-icons.php:107
125
- #@ aps-social
126
- msgid "Are you sure you want to discard the icons added previously?"
127
- msgstr ""
128
-
129
- #: accesspress-social-icons.php:108
130
- #@ aps-social
131
- msgid "Collapse All"
132
- msgstr ""
133
-
134
- #: accesspress-social-icons.php:109
135
- #: inc/backend/add-new-set.php:191
136
- #: inc/backend/edit-icon-set.php:218
137
- #@ aps-social
138
- msgid "Expand All"
139
- msgstr ""
140
-
141
- #: inc/backend/about.php:8
142
- #@ aps-social
143
- msgid "About Us"
144
- msgstr ""
145
-
146
- #: inc/backend/add-new-set.php:7
147
- #@ aps-social
148
- msgid "Add New Social Icons Set"
149
- msgstr ""
150
-
151
- #: inc/backend/add-new-set.php:16
152
- #: inc/backend/edit-icon-set.php:38
153
- #@ aps-social
154
- msgid "Name of Set"
155
- msgstr ""
156
-
157
- #: inc/backend/add-new-set.php:26
158
- #: inc/backend/edit-icon-set.php:48
159
- #@ aps-social
160
- msgid "Choose Icon Set type"
161
- msgstr ""
162
-
163
- #: inc/backend/add-new-set.php:28
164
- #: inc/backend/edit-icon-set.php:50
165
- #@ aps-social
166
- msgid "Choose icon indiviually"
167
- msgstr ""
168
-
169
- #: inc/backend/add-new-set.php:29
170
- #: inc/backend/edit-icon-set.php:51
171
- #@ aps-social
172
- msgid "Choose from available themes"
173
- msgstr ""
174
-
175
- #: inc/backend/add-new-set.php:41
176
- #: inc/backend/edit-icon-set.php:63
177
- #@ aps-social
178
- msgid "Display"
179
- msgstr ""
180
-
181
- #: inc/backend/add-new-set.php:43
182
- #: inc/backend/edit-icon-set.php:65
183
- #@ aps-social
184
- msgid "Horizontal"
185
- msgstr ""
186
-
187
- #: inc/backend/add-new-set.php:44
188
- #: inc/backend/edit-icon-set.php:66
189
- #@ aps-social
190
- msgid "Vertical"
191
- msgstr ""
192
-
193
- #: inc/backend/add-new-set.php:52
194
- #: inc/backend/edit-icon-set.php:74
195
- #@ aps-social
196
- msgid "Number of Rows"
197
- msgstr ""
198
-
199
- #: inc/backend/add-new-set.php:57
200
- #: inc/backend/edit-icon-set.php:79
201
- #@ aps-social
202
- msgid "Please enter the number of rows in number.Default is 1."
203
- msgstr ""
204
-
205
- #: inc/backend/add-new-set.php:63
206
- #: inc/backend/edit-icon-set.php:85
207
- #@ aps-social
208
- msgid "Number of Columns"
209
- msgstr ""
210
-
211
- #: inc/backend/add-new-set.php:68
212
- #: inc/backend/edit-icon-set.php:94
213
- #@ aps-social
214
- msgid "Please enter the number of columns in number.Default is 1."
215
- msgstr ""
216
-
217
- #: inc/backend/add-new-set.php:74
218
- #: inc/backend/edit-icon-set.php:100
219
- #@ aps-social
220
- msgid "Margin Between Each Icon"
221
- msgstr ""
222
-
223
- #: inc/backend/add-new-set.php:79
224
- #: inc/backend/edit-icon-set.php:106
225
- #@ aps-social
226
- msgid "Please enter the margin for each icon in px."
227
- msgstr ""
228
-
229
- #: inc/backend/add-new-set.php:86
230
- #: inc/backend/edit-icon-set.php:114
231
- #@ aps-social
232
- msgid "Tooltip"
233
- msgstr ""
234
-
235
- #: inc/backend/add-new-set.php:88
236
- #: inc/backend/edit-icon-set.php:116
237
- #@ aps-social
238
- msgid "Show"
239
- msgstr ""
240
-
241
- #: inc/backend/add-new-set.php:89
242
- #: inc/backend/edit-icon-set.php:117
243
- #@ aps-social
244
- msgid "Don't show"
245
- msgstr ""
246
-
247
- #: inc/backend/add-new-set.php:97
248
- #: inc/backend/edit-icon-set.php:125
249
- #@ aps-social
250
- msgid "Tooltip Bg Color"
251
- msgstr ""
252
-
253
- #: inc/backend/add-new-set.php:105
254
- #: inc/backend/edit-icon-set.php:133
255
- #@ aps-social
256
- msgid "Tooltip Text Color"
257
- msgstr ""
258
-
259
- #: inc/backend/add-new-set.php:113
260
- #: inc/backend/edit-icon-set.php:141
261
- #@ aps-social
262
- msgid "Tooltip Position"
263
- msgstr ""
264
-
265
- #: inc/backend/add-new-set.php:116
266
- #: inc/backend/edit-icon-set.php:144
267
- #@ aps-social
268
- msgid "Top"
269
- msgstr ""
270
-
271
- #: inc/backend/add-new-set.php:117
272
- #: inc/backend/edit-icon-set.php:145
273
- #@ aps-social
274
- msgid "Right"
275
- msgstr ""
276
-
277
- #: inc/backend/add-new-set.php:118
278
- #: inc/backend/edit-icon-set.php:146
279
- #@ aps-social
280
- msgid "Bottom"
281
- msgstr ""
282
-
283
- #: inc/backend/add-new-set.php:119
284
- #: inc/backend/edit-icon-set.php:147
285
- #@ aps-social
286
- msgid "Left"
287
- msgstr ""
288
-
289
- #: inc/backend/add-new-set.php:128
290
- #@ aps-social
291
- msgid "Icons Hover Animation"
292
- msgstr ""
293
-
294
- #: inc/backend/add-new-set.php:131
295
- #: inc/backend/edit-icon-set.php:159
296
- #@ aps-social
297
- msgid "No Animation"
298
- msgstr ""
299
-
300
- #: inc/backend/add-new-set.php:162
301
- #: inc/backend/edit-icon-set.php:190
302
- #@ aps-social
303
- msgid "Opacity on Non Hover"
304
- msgstr ""
305
-
306
- #: inc/backend/add-new-set.php:189
307
- #: inc/backend/edit-icon-set.php:216
308
- #@ aps-social
309
- msgid "Icon Lists"
310
- msgstr ""
311
-
312
- #: inc/backend/add-new-set.php:194
313
- #: inc/backend/edit-icon-set.php:221
314
- #@ aps-social
315
- msgid "Empty List"
316
- msgstr ""
317
-
318
- #: inc/backend/add-new-set.php:195
319
- #: inc/backend/edit-icon-set.php:222
320
- #@ aps-social
321
- msgid "Each Icon will only show up in the frontend if icon link is not empty"
322
- msgstr ""
323
-
324
- #: inc/backend/add-new-set.php:207
325
- #: inc/backend/edit-icon-set.php:368
326
- #@ aps-social
327
- msgid "Save icon set"
328
- msgstr ""
329
-
330
- #: inc/backend/copy-icon-set.php:60
331
- #@ aps-social
332
- msgid "Icon Set Copied Successfully"
333
- msgstr ""
334
-
335
- #: inc/backend/delete-icon-set.php:7
336
- #@ aps-social
337
- msgid "Icon set deleted successfully."
338
- msgstr ""
339
-
340
- #: inc/backend/edit-icon-set.php:28
341
- #@ aps-social
342
- msgid "Edit Social Icons Set"
343
- msgstr ""
344
-
345
- #: inc/backend/edit-icon-set.php:156
346
- #@ aps-social
347
- msgid "Icons Animation"
348
- msgstr ""
349
-
350
- #: inc/backend/edit-icon-set.php:256
351
- #: inc/backend/icon-adder.php:6
352
- #: inc/backend/theme-icon-set.php:21
353
- #@ aps-social
354
- msgid "Icon Title"
355
- msgstr ""
356
-
357
- #: inc/backend/edit-icon-set.php:264
358
- #: inc/backend/icon-adder.php:30
359
- #: inc/backend/theme-icon-set.php:37
360
- #@ aps-social
361
- msgid "Icon Width"
362
- msgstr ""
363
-
364
- #: inc/backend/edit-icon-set.php:269
365
- #: inc/backend/theme-icon-set.php:42
366
- #@ aps-social
367
- msgid "Please enter the width for the icon in px."
368
- msgstr ""
369
-
370
- #: inc/backend/edit-icon-set.php:275
371
- #: inc/backend/icon-adder.php:38
372
- #: inc/backend/theme-icon-set.php:48
373
- #@ aps-social
374
- msgid "Icon Height"
375
- msgstr ""
376
-
377
- #: inc/backend/edit-icon-set.php:279
378
- #: inc/backend/theme-icon-set.php:52
379
- #@ aps-social
380
- msgid "Please enter the height for the icon in px."
381
- msgstr ""
382
-
383
- #: inc/backend/edit-icon-set.php:293
384
- #: inc/backend/icon-adder.php:156
385
- #: inc/backend/theme-icon-set.php:65
386
- #@ aps-social
387
- msgid "Tooltip Text"
388
- msgstr ""
389
-
390
- #: inc/backend/icon-adder.php:8
391
- #@ aps-social
392
- msgid "Please enter the icon title"
393
- msgstr ""
394
-
395
- #: inc/backend/icon-adder.php:17
396
- #@ aps-social
397
- msgid "Icon Image"
398
- msgstr ""
399
-
400
- #: inc/backend/icon-adder.php:19
401
- #@ aps-social
402
- msgid "Please upload the icon image"
403
- msgstr ""
404
-
405
- #: inc/backend/icon-adder.php:20
406
- #@ aps-social
407
- msgid "Pre available icons"
408
- msgstr ""
409
-
410
- #: inc/backend/icon-adder.php:53
411
- #@ aps-social
412
- msgid "Border Style"
413
- msgstr ""
414
-
415
- #: inc/backend/icon-adder.php:72
416
- #@ aps-social
417
- msgid "Border Spacing"
418
- msgstr ""
419
-
420
- #: inc/backend/icon-adder.php:74
421
- #: inc/backend/icon-adder.php:82
422
- #@ aps-social
423
- msgid "eg. 2px"
424
- msgstr ""
425
-
426
- #: inc/backend/icon-adder.php:80
427
- #@ aps-social
428
- msgid "Border Thickness"
429
- msgstr ""
430
-
431
- #: inc/backend/icon-adder.php:88
432
- #@ aps-social
433
- msgid "Border Color"
434
- msgstr ""
435
-
436
- #: inc/backend/icon-adder.php:99
437
- #@ aps-social
438
- msgid "Shadow"
439
- msgstr ""
440
-
441
- #: inc/backend/icon-adder.php:110
442
- #@ aps-social
443
- msgid "Offset X"
444
- msgstr ""
445
-
446
- #: inc/backend/icon-adder.php:118
447
- #@ aps-social
448
- msgid "Offset Y"
449
- msgstr ""
450
-
451
- #: inc/backend/icon-adder.php:126
452
- #@ aps-social
453
- msgid "Blur"
454
- msgstr ""
455
-
456
- #: inc/backend/icon-adder.php:134
457
- #@ aps-social
458
- msgid "Shadow Color"
459
- msgstr ""
460
-
461
- #: inc/backend/icon-adder.php:149
462
- #@ aps-social
463
- msgid "Please enter the icon link"
464
- msgstr ""
465
-
466
- #: inc/backend/icon-themes.php:5
467
- #@ aps-social
468
- msgid "Available Icon Themes"
469
- msgstr ""
470
-
471
- #: inc/backend/main-page.php:31
472
- #: inc/backend/main-page.php:43
473
- #@ aps-social
474
- msgid "Title"
475
- msgstr ""
476
-
477
- #: inc/backend/main-page.php:34
478
- #: inc/backend/main-page.php:44
479
- #@ aps-social
480
- msgid "Shortcode"
481
- msgstr ""
482
-
483
- #: inc/backend/main-page.php:37
484
- #: inc/backend/main-page.php:46
485
- #@ aps-social
486
- msgid "Template Shortcode"
487
- msgstr ""
488
-
489
- #: inc/backend/main-page.php:74
490
- #@ aps-social
491
- msgid "Are you sure you want to copy this icon set?"
492
- msgstr ""
493
-
494
- #: inc/backend/main-page.php:75
495
- #@ aps-social
496
- msgid "Are you sure you want to delete this icon set?"
497
- msgstr ""
498
-
499
- #: inc/backend/main-page.php:86
500
- #@ aps-social
501
- msgid "Icon sets not added yet"
502
- msgstr ""
503
-
504
- #: inc/backend/save-set.php:168
505
- #@ aps-social
506
- msgid "Icon Set Updated Successfully"
507
- msgstr ""
508
-
509
- #: inc/backend/save-set.php:201
510
- #@ aps-social
511
- msgid "Icon Set Saved Successfully"
512
- msgstr ""
513
-
514
- #: inc/backend/theme-icon-set.php:28
515
- #@ aps-social
516
- msgid "Icon Background Color"
517
- msgstr ""
518
-
519
- #: inc/backend/widgets.php:15
520
- #@ aps-social
521
- msgid "AccessPress Social Icon Widget"
522
- msgstr ""
523
-
524
- #: inc/backend/widgets.php:69
525
- #@ aps-social
526
- msgid "Title:"
527
- msgstr ""
528
-
529
- #: inc/backend/widgets.php:73
530
- #@ aps-social
531
- msgid "Icon set"
532
- msgstr ""
533
-
534
- #: inc/backend/widgets.php:75
535
- #@ aps-social
536
- msgid "Choose Icon Set"
537
- msgstr ""
538
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: social icon, social icons, social media, social icon widget, social icons
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
- Stable tag: 1.1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -114,6 +114,10 @@ Once you install the plugin , you can check some general documentation about how
114
  4. Backend Lcon Sets Listing
115
 
116
  == Changelog ==
 
 
 
 
117
  = 1.1.7 =
118
  * Added Some Placeholders for backend fields
119
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
114
  4. Backend Lcon Sets Listing
115
 
116
  == Changelog ==
117
+ = 1.1.8 =
118
+ * Added Plugin Translation File
119
+ * Updated widget ID for preventing from conflict
120
+
121
  = 1.1.7 =
122
  * Added Some Placeholders for backend fields
123