Custom Post Types and Custom Fields creator – WCK - Version 2.2.3

Version Description

  • Fixed issue with wysiwyg editor in single meta boxes that wasn't saving
  • Updated translation files
Download this release

Release Info

Developer madalin.ungureanu
Plugin Icon 128x128 Custom Post Types and Custom Fields creator – WCK
Version 2.2.3
Comparing to
See all releases

Code changes from version 2.2.2 to 2.2.3

languages/wck.catalog.php ADDED
@@ -0,0 +1,583 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php __("", "wck"); ?>
2
+ <?php __("Add New Meta Box", "wck"); ?>
3
+ <?php __("Edit Meta Box", "wck"); ?>
4
+ <?php __("New Meta Box", "wck"); ?>
5
+ <?php __("Custom Fields Creator", "wck"); ?>
6
+ <?php __("View Meta Box", "wck"); ?>
7
+ <?php __("Search Meta Boxes", "wck"); ?>
8
+ <?php __("No Meta Boxes found", "wck"); ?>
9
+ <?php __("No Meta Boxes found in Trash", "wck"); ?>
10
+ <?php __("Custom Meta Boxes", "wck"); ?>
11
+ <?php __("Group Name", "wck"); ?>
12
+ <?php __("The name of the group. Must be unique, only lowercase letters, no spaces and no special characters.", "wck"); ?>
13
+ <?php __("Post Type", "wck"); ?>
14
+ <?php __("What post type the meta box should be attached to", "wck"); ?>
15
+ <?php __("Repeater", "wck"); ?>
16
+ <?php __("Whether the box supports just one entry or if it is a repeater field. By default it is a single field.", "wck"); ?>
17
+ <?php __("Sortable", "wck"); ?>
18
+ <?php __("Whether the entries are sortable or not. This is valid for repeater fields.", "wck"); ?>
19
+ <?php __("Post ID", "wck"); ?>
20
+ <?php __("ID of a post on which the meta box should appear. You can also input multiple IDs and separate them with \",\"", "wck"); ?>
21
+ <?php __("Nested", "wck"); ?>
22
+ <?php __("Set to true if you want this metabox to be a nested repeater inside another repeater.", "wck"); ?>
23
+ <?php __("Page Template", "wck"); ?>
24
+ <?php __("If post type is \"page\" you can further select a page templete. The meta box will only appear on the page that has that selected page template.", "wck"); ?>
25
+ <?php __("Box Style", "wck"); ?>
26
+ <?php __("If the fields should be in a meta-box or not", "wck"); ?>
27
+ <?php __("Meta Box Arguments", "wck"); ?>
28
+ <?php __("Field Title", "wck"); ?>
29
+ <?php __("Title of the field. A slug will automatically be generated.", "wck"); ?>
30
+ <?php __("Field Type", "wck"); ?>
31
+ <?php __("The field type", "wck"); ?>
32
+ <?php __("Field Slug", "wck"); ?>
33
+ <?php __("The meta name of the field, generated automatically from the title, by which you can query. Can be changed. Must be unique, only lowercase letters, no spaces and no special characters.", "wck"); ?>
34
+ <?php __("Description", "wck"); ?>
35
+ <?php __("Required", "wck"); ?>
36
+ <?php __("Whether the field is required or not", "wck"); ?>
37
+ <?php __("CPT", "wck"); ?>
38
+ <?php __("Select what custom post type should be used in the CPT Select.", "wck"); ?>
39
+ <?php __("Default Value", "wck"); ?>
40
+ <?php __("Default value of the field. For Checkboxes if there are multiple values separate them with a \",\". For an Upload field input an attachment id.", "wck"); ?>
41
+ <?php __("Default Text", "wck"); ?>
42
+ <?php __("Default text of the textarea.", "wck"); ?>
43
+ <?php __("HTML Content", "wck"); ?>
44
+ <?php __("Add your HTML (or text) content.", "wck"); ?>
45
+ <?php __("Options", "wck"); ?>
46
+ <?php __("Options for field types \"select\", \"checkbox\" and \"radio\". For multiple options separate them with a \",\".", "wck"); ?>
47
+ <?php __("Labels", "wck"); ?>
48
+ <?php __("Labels for field types \"select\", \"checkbox\" and \"radio\". For multiple options separate them with a \",\".", "wck"); ?>
49
+ <?php __("Phone Format", "wck"); ?>
50
+ <?php __("You can use: # for numbers, parentheses ( ), - sign, + sign, dot . and spaces.", "wck"); ?>
51
+ <?php __("Eg. (###) ###-####", "wck"); ?>
52
+ <?php __("Empty field won't check for correct phone number.", "wck"); ?>
53
+ <?php __("Min Number Value", "wck"); ?>
54
+ <?php __("Min allowed number value (0 to allow only positive numbers)", "wck"); ?>
55
+ <?php __("Leave it empty for no min value", "wck"); ?>
56
+ <?php __("Max Number Value", "wck"); ?>
57
+ <?php __("Max allowed number value (0 to allow only negative numbers)", "wck"); ?>
58
+ <?php __("Leave it empty for no max value", "wck"); ?>
59
+ <?php __("Number Step Value", "wck"); ?>
60
+ <?php __("Step value 1 to allow only integers, 0.1 to allow integers and numbers with 1 decimal", "wck"); ?>
61
+ <?php __("To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on", "wck"); ?>
62
+ <?php __("You can also use step value to specify the legal number intervals (eg. step value 2 will allow only -4, -2, 0, 2 and so on)", "wck"); ?>
63
+ <?php __("Leave it empty for no restriction", "wck"); ?>
64
+ <?php __("Attach upload to post", "wck"); ?>
65
+ <?php __("Uploads will be attached to the post if this is checked", "wck"); ?>
66
+ <?php __("Number of rows", "wck"); ?>
67
+ <?php __("Number of rows for the textarea", "wck"); ?>
68
+ <?php __("Readonly", "wck"); ?>
69
+ <?php __("Whether the textarea is readonly or not", "wck"); ?>
70
+ <?php __("Default Latitude", "wck"); ?>
71
+ <?php __("The latitude at which the map should be displayed when no pins are attached.", "wck"); ?>
72
+ <?php __("Default Longitude", "wck"); ?>
73
+ <?php __("The longitude at which the map should be displayed when no pins are attached.", "wck"); ?>
74
+ <?php __("Default Zoom", "wck"); ?>
75
+ <?php __("Add a number from 0 to 19. The higher the number the higher the zoom.", "wck"); ?>
76
+ <?php __("Map Height", "wck"); ?>
77
+ <?php __("The height of the map.", "wck"); ?>
78
+ <?php __("Date Format", "wck"); ?>
79
+ <?php __("The format of the datepicker date", "wck"); ?>
80
+ <?php __("Meta Box Fields", "wck"); ?>
81
+ <?php __("Enter below the arguments for the meta box.", "wck"); ?>
82
+ <?php __("Required phone number format: ", "wck"); ?>
83
+ <?php __("Choose a different %s as this one contains spaces\n", "wck"); ?>
84
+ <?php __("Choose a different %s as this one is reserved\n", "wck"); ?>
85
+ <?php __("Choose a different %s as this one contains uppercase letters\n", "wck"); ?>
86
+ <?php __("Choose a different %s as this one already exists\n", "wck"); ?>
87
+ <?php __("Choose a different Field Title as this one is reserved\n", "wck"); ?>
88
+ <?php __("Id", "wck"); ?>
89
+ <?php __("Nested Repeater", "wck"); ?>
90
+ <?php __("Wordpress Creation Kit", "wck"); ?>
91
+ <?php __("TranslatePress", "wck"); ?>
92
+ <?php __("Overview", "wck"); ?>
93
+ <?php __("WCK Custom Fields Creator allows you to easily create custom meta boxes for Wordpress without any programming knowledge.", "wck"); ?>
94
+ <?php __("Define here the rules for the meta box. This rules are used to set up where the meta box will appear, it's type and also the meta key name stored in the database. The name of the entry (Enter title here) will be used as the meta box title.", "wck"); ?>
95
+ <?php __("Define here the fields contained in the meta box. From \"Field Title\" a slug will be automatically generated and you will use this slug to display the data in the frontend.", "wck"); ?>
96
+ <?php __("CFC Frontend Example", "wck"); ?>
97
+ <?php __("Let's consider we have a meta box with the following arguments:<br /> - Meta name: books <br /> - Post Type: post <br />And we also have two fields deffined:<br /> - A text field with the Field Title: Book name <br /> - And another text field with the Field Title: Author name ", "wck"); ?>
98
+ <?php __("You will notice that slugs will automatically be created for the two text fields. For \"Book name\" the slug will be \"book-name\" and for \"Author name\" the slug will be \"author-name\"", "wck"); ?>
99
+ <?php __("Let's see what the code for displaying the meta box values in single.php of your theme would be:", "wck"); ?>
100
+ <?php __("So as you can see the Meta Name \"books\" is used as the $key parameter of the funtion <a href=\"http://codex.wordpress.org/Function_Reference/get_post_meta\" target=\"_blank\">get_post_meta()</a> and the slugs of the text fields are used as keys for the resulting array. Basically CFC stores the entries as post meta in a multidimensioanl array. In our case the array would be: <br /><pre>array( array( \"book-name\" => \"The Hitchhiker's Guide To The Galaxy\", \"author-name\" => \"Douglas Adams\" ), array( \"book-name\" => \"Ender's Game\", \"author-name\" => \"Orson Scott Card\" ) );</pre> This is true even for single entries.", "wck"); ?>
101
+ <?php __("Metabox updated.", "wck"); ?>
102
+ <?php __("Edit", "wck"); ?>
103
+ <?php __("Overwrite Existing", "wck"); ?>
104
+ <?php __("Please enter a valid phone number for field ", "wck"); ?>
105
+ <?php __("Please enter numbers only for field ", "wck"); ?>
106
+ <?php __(" field value must be a multiplier of ", "wck"); ?>
107
+ <?php __(" field value must be greater than or equal to ", "wck"); ?>
108
+ <?php __(" field value must be less than or equal to ", "wck"); ?>
109
+ <?php __("To update the meta information on posts to the new unserialized structure go to %1$sthis page%2$s and follow the instructions. Please make a backup of your database first! %3$sDismiss%4$s", "wck"); ?>
110
+ <?php __("Processing Unserialized Fields", "wck"); ?>
111
+ <?php __("The process has started, please be patient. This could take several minutes. You will be automatically redirected when the process is finished.", "wck"); ?>
112
+ <?php __("%d posts of %d processed", "wck"); ?>
113
+ <?php __("The process has finished.", "wck"); ?>
114
+ <?php __("WCK Post Type Creator", "wck"); ?>
115
+ <?php __("Post Type Creator", "wck"); ?>
116
+ <?php __("Post type", "wck"); ?>
117
+ <?php __("(max. 20 characters, can not contain capital letters, hyphens, or spaces)", "wck"); ?>
118
+ <?php __("A short descriptive summary of what the post type is.", "wck"); ?>
119
+ <?php __("Singular Label", "wck"); ?>
120
+ <?php __("ex. Book", "wck"); ?>
121
+ <?php __("Plural Label", "wck"); ?>
122
+ <?php __("ex. Books", "wck"); ?>
123
+ <?php __("Hierarchical", "wck"); ?>
124
+ <?php __("Whether the post type is hierarchical. Allows Parent to be specified.", "wck"); ?>
125
+ <?php __("Has Archive", "wck"); ?>
126
+ <?php __("Enables post type archives. Will use string as archive slug. Will generate the proper rewrite rules if rewrite is enabled.", "wck"); ?>
127
+ <?php __("Supports", "wck"); ?>
128
+ <?php __("Add New", "wck"); ?>
129
+ <?php __("ex. Add New", "wck"); ?>
130
+ <?php __("Add New Item", "wck"); ?>
131
+ <?php __("ex. Add New Book", "wck"); ?>
132
+ <?php __("Edit Item", "wck"); ?>
133
+ <?php __("ex. Edit Book", "wck"); ?>
134
+ <?php __("New Item", "wck"); ?>
135
+ <?php __("ex. New Book", "wck"); ?>
136
+ <?php __("All Items", "wck"); ?>
137
+ <?php __("ex. All Books", "wck"); ?>
138
+ <?php __("View Items", "wck"); ?>
139
+ <?php __("ex. View Books", "wck"); ?>
140
+ <?php __("Search Items", "wck"); ?>
141
+ <?php __("ex. Search Books", "wck"); ?>
142
+ <?php __("Not Found", "wck"); ?>
143
+ <?php __("ex. No Books Found", "wck"); ?>
144
+ <?php __("Not Found In Trash", "wck"); ?>
145
+ <?php __("ex. No Books found in Trash", "wck"); ?>
146
+ <?php __("Parent Item Colon", "wck"); ?>
147
+ <?php __("the parent text. This string isn't used on non-hierarchical types. In hierarchical ones the default is Parent Page ", "wck"); ?>
148
+ <?php __("Menu Name", "wck"); ?>
149
+ <?php __("Featured Image", "wck"); ?>
150
+ <?php __("ex. Featured Image", "wck"); ?>
151
+ <?php __("Set Featured Image", "wck"); ?>
152
+ <?php __("ex. Set Featured Image", "wck"); ?>
153
+ <?php __("Remove Featured Image", "wck"); ?>
154
+ <?php __("ex. Remove Featured Image", "wck"); ?>
155
+ <?php __("Use Featured Image", "wck"); ?>
156
+ <?php __("ex. Use Featured Image", "wck"); ?>
157
+ <?php __("Archives", "wck"); ?>
158
+ <?php __("ex. Archives", "wck"); ?>
159
+ <?php __("Inser Into Item", "wck"); ?>
160
+ <?php __("ex. Inser Into Item", "wck"); ?>
161
+ <?php __("Uploaded to this Item", "wck"); ?>
162
+ <?php __("ex. Uploaded to this Item", "wck"); ?>
163
+ <?php __("Filter Items List", "wck"); ?>
164
+ <?php __("ex. Filter Items List", "wck"); ?>
165
+ <?php __("Items List Navigation", "wck"); ?>
166
+ <?php __("ex. Items List Navigation", "wck"); ?>
167
+ <?php __("Items List", "wck"); ?>
168
+ <?php __("ex. Items List", "wck"); ?>
169
+ <?php __("Public", "wck"); ?>
170
+ <?php __("Meta argument used to define default values for publicly_queriable, show_ui, show_in_nav_menus and exclude_from_search", "wck"); ?>
171
+ <?php __("Show UI", "wck"); ?>
172
+ <?php __("Whether to generate a default UI for managing this post type.", "wck"); ?>
173
+ <?php __("Show In Nav Menus", "wck"); ?>
174
+ <?php __("Whether post_type is available for selection in navigation menus.", "wck"); ?>
175
+ <?php __("Show In Menu", "wck"); ?>
176
+ <?php __("Whether to show the post type in the admin menu. show_ui must be true. \"false\" - do not display in the admin menu, \"true\" - display as a top level menu, \"some string\" - If an existing top level page such as \"tools.php\" or \"edit.php?post_type=page\", the post type will be placed as a sub menu of that.", "wck"); ?>
177
+ <?php __("Menu Position", "wck"); ?>
178
+ <?php __("The position in the menu order the post type should appear.", "wck"); ?>
179
+ <?php __("Menu Icon", "wck"); ?>
180
+ <?php __("The url to the icon to be used for this menu.", "wck"); ?>
181
+ <?php __("Capability Type", "wck"); ?>
182
+ <?php __("The string to use to build the read, edit, and delete capabilities.", "wck"); ?>
183
+ <?php __("Taxonomies", "wck"); ?>
184
+ <?php __("Rewrite", "wck"); ?>
185
+ <?php __("Rewrite permalinks.", "wck"); ?>
186
+ <?php __("With Front", "wck"); ?>
187
+ <?php __("Use the defined base for permalinks.", "wck"); ?>
188
+ <?php __("Rewrite Slug", "wck"); ?>
189
+ <?php __("Defaults to post type name.", "wck"); ?>
190
+ <?php __("Show in REST API", "wck"); ?>
191
+ <?php __("Make this post type available via WP REST API ", "wck"); ?>
192
+ <?php __("Custom Post Type Creation", "wck"); ?>
193
+ <?php __("Show Advanced Label Options", "wck"); ?>
194
+ <?php __("Hide Advanced Label Options", "wck"); ?>
195
+ <?php __("Show Advanced Options", "wck"); ?>
196
+ <?php __("Hide Advanced Options", "wck"); ?>
197
+ <?php __("Show Advanced Labels", "wck"); ?>
198
+ <?php __("Hide Advanced Labels", "wck"); ?>
199
+ <?php __("WCK Custom Post Type Creator allows you to easily create custom post types for Wordpress without any programming knowledge.<br />Most of the common options for creating a post type are displayed by default while the advanced options and label are just one click away.", "wck"); ?>
200
+ <?php __("For simplicity you are required to introduce only the Singular Label and Plural Label from wchich the rest of the labels will be formed.<br />For a more detailed control of the labels you just have to click the \"Show Advanced Label Options\" link and all the availabel labels will be displayed.", "wck"); ?>
201
+ <?php __("Advanced Options", "wck"); ?>
202
+ <?php __("The Advanced Options are set to the most common defaults for custom post types. To display them click the \"Show Advanced Options\" link.", "wck"); ?>
203
+ <?php __("Post Type name must not contain any spaces\n", "wck"); ?>
204
+ <?php __("Post Type name must not contain any capital letters\n", "wck"); ?>
205
+ <?php __("Post Type name must not contain any hyphens\n", "wck"); ?>
206
+ <?php __("Please chose a different Post Type name as this one is reserved\n", "wck"); ?>
207
+ <?php __("WCK Taxonomy Creator", "wck"); ?>
208
+ <?php __("Taxonomy Creator", "wck"); ?>
209
+ <?php __("Taxonomy", "wck"); ?>
210
+ <?php __("(The name of the taxonomy. Name must not contain capital letters or spaces.)", "wck"); ?>
211
+ <?php __("ex. Writer", "wck"); ?>
212
+ <?php __("ex. Writers", "wck"); ?>
213
+ <?php __("Attach to", "wck"); ?>
214
+ <?php __("Is this taxonomy hierarchical (have descendants) like categories or not hierarchical like tags.", "wck"); ?>
215
+ <?php __("ex. Search Writers", "wck"); ?>
216
+ <?php __("Popular Items", "wck"); ?>
217
+ <?php __("ex. Popular Writers", "wck"); ?>
218
+ <?php __("ex. All Writers", "wck"); ?>
219
+ <?php __("Parent Item", "wck"); ?>
220
+ <?php __("ex. Parent Genre", "wck"); ?>
221
+ <?php __("ex. Parent Genre:", "wck"); ?>
222
+ <?php __("ex. Edit Writer", "wck"); ?>
223
+ <?php __("Update Item", "wck"); ?>
224
+ <?php __("ex. Update Writer", "wck"); ?>
225
+ <?php __("ex. Add New Writer", "wck"); ?>
226
+ <?php __("New Item Name", "wck"); ?>
227
+ <?php __("ex. New Writer Name", "wck"); ?>
228
+ <?php __("Separate Items With Commas", "wck"); ?>
229
+ <?php __("ex. Separate writers with commas", "wck"); ?>
230
+ <?php __("Add Or Remove Items", "wck"); ?>
231
+ <?php __("ex. Add or remove writers", "wck"); ?>
232
+ <?php __("Choose From Most Used", "wck"); ?>
233
+ <?php __("ex. Choose from the most used writers", "wck"); ?>
234
+ <?php __("No Terms", "wck"); ?>
235
+ <?php __("ex. No Terms", "wck"); ?>
236
+ <?php __("Show Tagcloud", "wck"); ?>
237
+ <?php __("Whether to allow the Tag Cloud widget to use this taxonomy.", "wck"); ?>
238
+ <?php __("Show Admin Column", "wck"); ?>
239
+ <?php __("Whether to allow automatic creation of taxonomy columns on associated post-types.", "wck"); ?>
240
+ <?php __("Sortable Admin Column", "wck"); ?>
241
+ <?php __("Whether to make the columns sortable or not. WARNING: on a large number of posts the performance can be severely affected", "wck"); ?>
242
+ <?php __("Show in Quick Edit", "wck"); ?>
243
+ <?php __("Whether to show the taxonomy in the quick/bulk edit panel.", "wck"); ?>
244
+ <?php __("Make this taxonomy available via WP REST API ", "wck"); ?>
245
+ <?php __("Custom Taxonomy Creation", "wck"); ?>
246
+ <?php __("Taxonomy name must not contain any spaces\n", "wck"); ?>
247
+ <?php __("Tanomony name must not contain any capital letters\n", "wck"); ?>
248
+ <?php __("Please chose a different Tanomony name as this one is reserved\n", "wck"); ?>
249
+ <?php __("WCK Custom Taxonomy Creator allows you to easily create custom taxonomy for Wordpress without any programming knowledge.<br />Most of the common options for creating a taxonomy are displayed by default while the advanced and label options are just one click away.", "wck"); ?>
250
+ <?php __("For simplicity you are required to introduce only the Singular Label and Plural Label from wchich the rest of the labels will be formed.<br />For a more detailed control of the labels you just have to click the \"Show Advanced Label Options\" link and all the availabel labels will be displayed", "wck"); ?>
251
+ <?php __("The Advanced Options are set to the most common defaults for taxonomies. To display them click the \"Show Advanced Options\" link.", "wck"); ?>
252
+ <?php __("Add New Frontend Posting", "wck"); ?>
253
+ <?php __("Edit Frontend Posting", "wck"); ?>
254
+ <?php __("New Frontend Posting", "wck"); ?>
255
+ <?php __("Frontend Posting", "wck"); ?>
256
+ <?php __("View Frontend Posting", "wck"); ?>
257
+ <?php __("Search Frontend Posting", "wck"); ?>
258
+ <?php __("No Frontend Posting found", "wck"); ?>
259
+ <?php __("No Frontend Posting found in Trash", "wck"); ?>
260
+ <?php __("Select in what post type the entries of this form will be added.", "wck"); ?>
261
+ <?php __("Anonymous posting", "wck"); ?>
262
+ <?php __("Enable anonymous posting. If enabled users can use this form without being logged in.", "wck"); ?>
263
+ <?php __("Assign to user", "wck"); ?>
264
+ <?php __("The user that the posts are assigned to with \"Anonymous posting\". Defaults to admin", "wck"); ?>
265
+ <?php __("Admin Approval", "wck"); ?>
266
+ <?php __("Enable Admin Approval. If enabled the entries from this form will be set as drafts and will require an admin to approve them.", "wck"); ?>
267
+ <?php __("Shortcode Page", "wck"); ?>
268
+ <?php __("The page on which the shortcode will be placed. You can come back and edit this later.", "wck"); ?>
269
+ <?php __("Form Setup", "wck"); ?>
270
+ <?php __("Is this field required?", "wck"); ?>
271
+ <?php __("Form Fields", "wck"); ?>
272
+ <?php __("Post Title", "wck"); ?>
273
+ <?php __("Change the \"Post Title\" label", "wck"); ?>
274
+ <?php __("Post Content", "wck"); ?>
275
+ <?php __("Change the \"Post Content\" label", "wck"); ?>
276
+ <?php __("Post Excerpt", "wck"); ?>
277
+ <?php __("Change the \"Post Excerpt\" label", "wck"); ?>
278
+ <?php __("Change the \"Featured Image\" label", "wck"); ?>
279
+ <?php __("Add Post", "wck"); ?>
280
+ <?php __("Change the \"Add Post\" label for the submit button", "wck"); ?>
281
+ <?php __("Update Post", "wck"); ?>
282
+ <?php __("Change the \"Update Post\" label for the submit button", "wck"); ?>
283
+ <?php __("Post Added", "wck"); ?>
284
+ <?php __("Change the \"Post Added\" success message", "wck"); ?>
285
+ <?php __("Post Updated", "wck"); ?>
286
+ <?php __("Change the \"Post Updated\" success message", "wck"); ?>
287
+ <?php __("Form Labels and Messages", "wck"); ?>
288
+ <?php __("Taxonomy: ", "wck"); ?>
289
+ <?php __("Choose a different Field Type as this one already exists in your Form\n", "wck"); ?>
290
+ <?php __("...Choose", "wck"); ?>
291
+ <?php __("The title of the post", "wck"); ?>
292
+ <?php __("The content of the post", "wck"); ?>
293
+ <?php __("The excerpt of the post", "wck"); ?>
294
+ <?php __("The Featured Image", "wck"); ?>
295
+ <?php __("WCK Frontend Posting gives you the possibility to create post ( and custom posts ) entries from the frontend, and also edit them. <br />You can create a custom form for every post type by selecting from the most common post elements( Post Title, Post Content, Excerpt, Featured Image ), the registered taxonomies for that post type and also any Meta Box created with WCK Custom Fields Creator ( repeater or single ).", "wck"); ?>
296
+ <?php __("In the \"Form Setup\" metabox you set the form arguments. <br />The \"Post type\" argument determines in what post type the entries from the form will be added and also what field types you can add to the form.<br /> \"Anonymous posting\" and \"Admin Approval\" determine weather entries can be added without users being logged in and weather the posts will be automatically published.<br /> The \"Shortcode Page\" argument is used to determine on what page the form for this post type is displayed so that when we want to edit a post of this post type we are directed to the correct form (even tough this argument isn't required it needs to be set for editing posts to work correctly).", "wck"); ?>
297
+ <?php __("Define here the fields contained by the form. <br />\"Field Type\" is dynamically constructed from the default fields( Post title, Post content, Excerpt, Featured image ), all the registered taxonomies and all the registered Meta Boxes for the post type selected in the \"Post Type\" option in the \"Form Setup\" Meta Box.", "wck"); ?>
298
+ <?php __("Frontend Usage", "wck"); ?>
299
+ <?php __("To display a form in the frontend you must place it's corresponding shortcode on the desired page. You can take this shortcode from the \"Form Shortcode\" side metabox displayed on every form creation page.<br /> To display the Frontend Dashboard where you can see your posts, edit or delete them just add the following shortcode on the desired page \"<strong>[fep-dashboard]</strong>\"<br />Frontend Posting also provides a login/logout/register widget that also has a corresponding shortcode \"[fep-lilo]\".", "wck"); ?>
300
+ <?php __("Form Shortcode", "wck"); ?>
301
+ <?php __("Use this shortcode on the page you want the form to be displayed:", "wck"); ?>
302
+ <?php __("Note: changing the Form Title also changes the shortcode!", "wck"); ?>
303
+ <?php __("Shortcode", "wck"); ?>
304
+ <?php __("Login/Logout Widget", "wck"); ?>
305
+ <?php __("Login Widget", "wck"); ?>
306
+ <?php __("Title:", "wck"); ?>
307
+ <?php __("Frontend Posting form updated.", "wck"); ?>
308
+ <?php __("Front End Posting", "wck"); ?>
309
+ <?php __("Swift Templates", "wck"); ?>
310
+ <?php __("A straight forward alternative to WordPress templates", "wck"); ?>
311
+ <?php __("An easy way to add and edit content from the front-end", "wck"); ?>
312
+ <?php __("Add New Option Page", "wck"); ?>
313
+ <?php __("Edit Option Page", "wck"); ?>
314
+ <?php __("New Option Page", "wck"); ?>
315
+ <?php __("Option Pages Creator", "wck"); ?>
316
+ <?php __("View Option Page", "wck"); ?>
317
+ <?php __("Search Option Pages", "wck"); ?>
318
+ <?php __("No Option Pages found", "wck"); ?>
319
+ <?php __("No Option Pages found in Trash", "wck"); ?>
320
+ <?php __("Option Pages", "wck"); ?>
321
+ <?php __("Add New Option Field", "wck"); ?>
322
+ <?php __("Edit Option Field", "wck"); ?>
323
+ <?php __("New Option Field", "wck"); ?>
324
+ <?php __("Option Fields Creator", "wck"); ?>
325
+ <?php __("View Option Field", "wck"); ?>
326
+ <?php __("Search Option Fields", "wck"); ?>
327
+ <?php __("No Option Fields found", "wck"); ?>
328
+ <?php __("No Option Fields found in Trash", "wck"); ?>
329
+ <?php __("Option Fields", "wck"); ?>
330
+ <?php __("Page name in menu", "wck"); ?>
331
+ <?php __("The name of the option page in the menu.", "wck"); ?>
332
+ <?php __("Display", "wck"); ?>
333
+ <?php __("Choose where in the admin menu should the page appear", "wck"); ?>
334
+ <?php __("Page Title", "wck"); ?>
335
+ <?php __("The title that is displayed on the page. If this is not filled in then it's the same as Page name in menu", "wck"); ?>
336
+ <?php __("Page Type", "wck"); ?>
337
+ <?php __("Choose what type the page should be. IMPORTANT: this overrides the Display option.", "wck"); ?>
338
+ <?php __("Parent Slug (for Submenu Page)", "wck"); ?>
339
+ <?php __("The slug name for the parent menu (or the file name of a standard WordPress admin page) For examples see http://codex.wordpress.org/Function_Reference/add_submenu_page $parent_slug parameter", "wck"); ?>
340
+ <?php __("Position (for Toplevel Page)", "wck"); ?>
341
+ <?php __("The position in the menu order this menu should appear. Available for toplevel pages only.", "wck"); ?>
342
+ <?php __("Capability", "wck"); ?>
343
+ <?php __("The capability required for this menu to be displayed to the user. Defaults to \"edit_theme_options\"", "wck"); ?>
344
+ <?php __("Icon Url (for Toplevel Page)", "wck"); ?>
345
+ <?php __("The icon for the menu button", "wck"); ?>
346
+ <?php __("Option Page Arguments", "wck"); ?>
347
+ <?php __("Group Title", "wck"); ?>
348
+ <?php __("The name of the group field", "wck"); ?>
349
+ <?php __("Option Page", "wck"); ?>
350
+ <?php __("Select the option page here", "wck"); ?>
351
+ <?php __("Option Name", "wck"); ?>
352
+ <?php __("The name of the option. Must be unique, only lowercase letters, no spaces and no special characters.", "wck"); ?>
353
+ <?php __("Select on which option page this field group will appear", "wck"); ?>
354
+ <?php __("Default value of the field. For Checkboxes if there are multiple values separate them with a \",\"", "wck"); ?>
355
+ <?php __("Add you HTML (or text) content.", "wck"); ?>
356
+ <?php __("Option Page Fields", "wck"); ?>
357
+ <?php __("Slug:", "wck"); ?>
358
+ <?php __("(Note:changing the slug when you already have a lot of existing entries may result in unexpected behavior.)", "wck"); ?>
359
+ <?php __("Option Page updated.", "wck"); ?>
360
+ <?php __("Option Field updated.", "wck"); ?>
361
+ <?php __("Choose a different Option Name as this one contains spaces\n", "wck"); ?>
362
+ <?php __("Choose a different Option Name as this one has Uppercase letters\n", "wck"); ?>
363
+ <?php __("Choose a different Option Name as this one already exists\n", "wck"); ?>
364
+ <?php __("Start Here & General Settings", "wck"); ?>
365
+ <?php __("Start and Settings", "wck"); ?>
366
+ <?php __("Serial Number", "wck"); ?>
367
+ <?php __("Please enter your serial number. (e.g. WCKPRO-11-SN-251r55baa4fbe7bf595b2aabb8d72985)", "wck"); ?>
368
+ <?php __("Register Your Version", "wck"); ?>
369
+ <?php __("Custom Post Type Creator", "wck"); ?>
370
+ <?php __("Custom Taxonomy Creator", "wck"); ?>
371
+ <?php __("Swift Templates and Front End Posting", "wck"); ?>
372
+ <?php __("WordPress Creation Kit Tools: enable or disable the tools you want", "wck"); ?>
373
+ <?php __("Google Maps API", "wck"); ?>
374
+ <?php __("Enter your Google Maps API key ( <a href=\"https://console.developers.google.com/flows/enableapi?apiid=maps_backend\" target=\"_blank\">Get your API key</a> )", "wck"); ?>
375
+ <?php __("Extra Settings", "wck"); ?>
376
+ <?php __("<strong>You are using a very old version of PHP</strong> (5.2.x or older) which has serious security and performance issues. Please ask your hoster to provide you with an upgrade path to 5.6 or 7.0", "wck"); ?>
377
+ <?php __("Welcome to %s", "wck"); ?>
378
+ <?php __("WCK helps you create <strong>repeater custom fields, custom post types</strong> and <strong>taxonomies</strong> in just a couple of clicks, directly from the WordPress admin interface. WCK content types will improve the usability of the sites you build, making them easy to manage by your clients. ", "wck"); ?>
379
+ <?php __("Quick Start-Up Guide", "wck"); ?>
380
+ <?php __("WordPress Creation Kit Pro has support for a wide list of custom fields: WYSIWYG Editor, Upload Field, Date, User, Country, Text Input, Textarea, Drop-Down, Select, Checkboxes, Radio Buttons", "wck"); ?>
381
+ <?php __("Access documentation <a href=\"http://www.cozmoslabs.com/docs/wordpress-creation-kit-documentation/#Custom_Fields_Creator\" target=\"_blank\">here</a> about how to display them in your templates.", "wck"); ?>
382
+ <?php __("Create & manage all your custom content types", "wck"); ?>
383
+ <?php __("Access documentation <a href=\"http://www.cozmoslabs.com/docs/wordpress-creation-kit-documentation/#Custom_Post_Type_Creator\" target=\"_blank\">here</a> about how to display them in your templates.", "wck"); ?>
384
+ <?php __("Create new taxonomies for filtering your content", "wck"); ?>
385
+ <?php __("Access documentation <a href=\"http://www.cozmoslabs.com/docs/wordpress-creation-kit-documentation/#Custom_Taxonomy_Creator\" target=\"_blank\">here</a> about how to display them in your templates.", "wck"); ?>
386
+ <?php __("Swift Templates (available in the <a href=\"http://www.cozmoslabs.com/wck-custom-fields-custom-post-types-plugin/?utm_source=wpbackend&utm_medium=clientsite&utm_campaign=WCKFree-SAS\" target=\"_blank\">PRO</a> version)", "wck"); ?>
387
+ <?php __("Build your front-end templates directly from the WordPress admin UI, without writing any PHP code.", "wck"); ?>
388
+ <?php __("Access documentation <a href=\"http://www.cozmoslabs.com/docs/wordpress-creation-kit-documentation/#Swift_Templates\" target=\"_blank\">here</a> on how to easily display registered custom post types, custom fields and taxonomies in your theme.", "wck"); ?>
389
+ <?php __("Front-End Posting (available in the <a href=\"http://www.cozmoslabs.com/wck-custom-fields-custom-post-types-plugin/?utm_source=wpbackend&utm_medium=clientsite&utm_campaign=WCKFree-SAS\" target=\"_blank\">PRO</a> version)", "wck"); ?>
390
+ <?php __("Create and edit posts/pages or custom posts directly from the front-end.", "wck"); ?>
391
+ <?php __("Available shortcodes:", "wck"); ?>
392
+ <?php __("[fep form_name=\"front-end-post-name\"] - displays your form in the front-end", "wck"); ?>
393
+ <?php __("[fep-dashboard] - the quick-dashboard allows: simple profile updates, editing/deletion of posts, pages and custom post types.", "wck"); ?>
394
+ <?php __("[fep-lilo] - login/logout/register widget with the simple usage of a shortcode. Can be added in a page or text widget.", "wck"); ?>
395
+ <?php __("Access documentation <a href=\"http://www.cozmoslabs.com/docs/wordpress-creation-kit-documentation/frontend-posting/\" target=\"_blank\">here</a> about how to display them in your templates.", "wck"); ?>
396
+ <?php __("Option Pages (available in the <a href=\"http://www.cozmoslabs.com/wck-custom-fields-custom-post-types-plugin/?utm_source=wpbackend&utm_medium=clientsite&utm_campaign=WCKFree-SAS\" target=\"_blank\">PRO</a> version)", "wck"); ?>
397
+ <?php __("The Options Page Creator Allows you to create a new menu item called \"Options\"(for example) which can hold advanced custom field groups. Perfect for theme options or a simple UI for your custom plugin (like a simple testimonials section in the front-end).", "wck"); ?>
398
+ <?php __("Please enter your serial number to receive access to automatic updates and support. Need a license key? <a href=\"http://www.cozmoslabs.com/wck-custom-fields-custom-post-types-plugin/?utm_source=WCK-sas&utm_medium=dashboard&utm_campaign=WCK-SN-Purchase\" target=\"_blank\">Get One Here</a>.", "wck"); ?>
399
+ <?php __("Oops! Our serial verification server is down. Please try again later.", "wck"); ?>
400
+ <?php __("Oops! It seems the serial number you entered was not found in our database. To find out what's your serial number log-in to <a href=\"http://www.cozmoslabs.com/account/?utm_source=WCK-sas&utm_medium=dashboard&utm_campaign=WCK-Renewal\" target=\"_blank\">your account page</a> over at Cozmoslabs.com", "wck"); ?>
401
+ <?php __("Wohoo! Your serial number is valid and you have access to automatic updates.", "wck"); ?>
402
+ <?php __("It seems your serial number has <strong>expired</strong>. To continue receiving access to product downloads, automatic updates and support please update your serial number for another year from <a href=\"http://www.cozmoslabs.com/account/?utm_source=WCK-sas&utm_medium=dashboard&utm_campaign=WCK-Renewal\" target=\"_blank\"><strong>your account page</strong></a>.", "wck"); ?>
403
+ <?php __("Your WordPress Creation Kit serial number is about to expire. To continue receiving access to product downloads, automatic updates and support please update your serial number for another year from <a href=\"http://www.cozmoslabs.com/account/?utm_source=WCK-sas&utm_medium=dashboard&utm_campaign=WCK-Renewal\" target=\"_blank\"><strong>your account page</strong></a>.", "wck"); ?>
404
+ <?php __("<p>Your <strong>WordPress Creation Kit</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s of WCK to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>", "wck"); ?>
405
+ <?php __("<p style=\"position:relative;\">Your <strong>WordPress Creation Kit</strong> licence has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 40&#37; off %4$s %5$sDismiss%6$s</p>", "wck"); ?>
406
+ <?php __("<p style=\"position:relative;\">Your <strong>WordPress Creation Kit</strong> serial number is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 40&#37; off %4$s %6$sDismiss%7$s</p>", "wck"); ?>
407
+ <?php __("Add New Swift Template", "wck"); ?>
408
+ <?php __("Edit Swift Template", "wck"); ?>
409
+ <?php __("New Swift Template", "wck"); ?>
410
+ <?php __("View Swift Template", "wck"); ?>
411
+ <?php __("Search Swift Templates", "wck"); ?>
412
+ <?php __("No Swift Templates found", "wck"); ?>
413
+ <?php __("No Swift Templates found in Trash", "wck"); ?>
414
+ <?php __("Swift Template Shortcode", "wck"); ?>
415
+ <?php __("Save", "wck"); ?>
416
+ <?php __("Add Entry", "wck"); ?>
417
+ <?php __("Content", "wck"); ?>
418
+ <?php __("Delete", "wck"); ?>
419
+ <?php __("Map Markers", "wck"); ?>
420
+ <?php __("Edit this item", "wck"); ?>
421
+ <?php __("Delete this item", "wck"); ?>
422
+ <?php __("Please enter a value for the required field ", "wck"); ?>
423
+ <?php __("You are not allowed to do this.", "wck"); ?>
424
+ <?php __("Syncronize WCK", "wck"); ?>
425
+ <?php __("Syncronize WCK Translation", "wck"); ?>
426
+ <?php __("Search Location", "wck"); ?>
427
+ <?php __("In order for the map field to work it will need a Google Maps API key. Please insert your API key <a href=\"%s\">here</a>.", "wck"); ?>
428
+ <?php __("Upload ", "wck"); ?>
429
+ <?php __("Wrong form for this post type", "wck"); ?>
430
+ <?php __("You are not allowed to edit this post.", "wck"); ?>
431
+ <?php __("My Profile", "wck"); ?>
432
+ <?php __("My ", "wck"); ?>
433
+ <?php __("User:", "wck"); ?>
434
+ <?php __("Password:", "wck"); ?>
435
+ <?php __("Log in", "wck"); ?>
436
+ <?php __("Remember", "wck"); ?>
437
+ <?php __("Don't have a user account? ", "wck"); ?>
438
+ <?php __("Register.", "wck"); ?>
439
+ <?php __("Username:", "wck"); ?>
440
+ <?php __("Email:", "wck"); ?>
441
+ <?php __("Confirm Password:", "wck"); ?>
442
+ <?php __("Back to login.", "wck"); ?>
443
+ <?php __("Welcome %1$s! ", "wck"); ?>
444
+ <?php __("Logout", "wck"); ?>
445
+ <?php __("Password Confirm:", "wck"); ?>
446
+ <?php __("Update", "wck"); ?>
447
+ <?php __("Please enter a username.", "wck"); ?>
448
+ <?php __("This username is invalid because it uses illegal characters. Please enter a valid username.", "wck"); ?>
449
+ <?php __("This username is already registered, please choose another one.", "wck"); ?>
450
+ <?php __("Please type your e-mail address.", "wck"); ?>
451
+ <?php __("The email address isn&#8217;t correct.", "wck"); ?>
452
+ <?php __("This email is already registered, please choose another one.", "wck"); ?>
453
+ <?php __("Please enter a password.", "wck"); ?>
454
+ <?php __("The passwords do not match.", "wck"); ?>
455
+ <?php __("Query Arguments", "wck"); ?>
456
+ <?php __("Value", "wck"); ?>
457
+ <?php __("The value of the selected query argument. Parameters normaly passed as arrays (some tax args, meta_query, etc) are not supported in the UI. Use the <b>wck_stp_archive_query_args</b> filter for those. ", "wck"); ?>
458
+ <?php __("Available image sizes for the featured image", "wck"); ?>
459
+ <?php __("Available meta-data for the featured image", "wck"); ?>
460
+ <?php __("Available image sizes for %1$s", "wck"); ?>
461
+ <?php __("Available meta-data for %1$s", "wck"); ?>
462
+ <?php __("View more", "wck"); ?>
463
+ <?php __("The shortcode with the name <em>%s</em> dose not exist.", "wck"); ?>
464
+ <?php __("The single listing post with the name <em>%s</em> dose not exist.", "wck"); ?>
465
+ <?php __("&laquo;&laquo; First", "wck"); ?>
466
+ <?php __("&laquo; Prev", "wck"); ?>
467
+ <?php __("Next &raquo; ", "wck"); ?>
468
+ <?php __("Last &raquo;&raquo;", "wck"); ?>
469
+ <?php __("Albania Lek", "wck"); ?>
470
+ <?php __("Afghanistan Afghani", "wck"); ?>
471
+ <?php __("Argentina Peso", "wck"); ?>
472
+ <?php __("Australia Dollar", "wck"); ?>
473
+ <?php __("Azerbaijan New Manat", "wck"); ?>
474
+ <?php __("Bahamas Dollar", "wck"); ?>
475
+ <?php __("Barbados Dollar", "wck"); ?>
476
+ <?php __("Bangladeshi taka", "wck"); ?>
477
+ <?php __("Belarus Ruble", "wck"); ?>
478
+ <?php __("Belize Dollar", "wck"); ?>
479
+ <?php __("Bermuda Dollar", "wck"); ?>
480
+ <?php __("Bolivia Boliviano", "wck"); ?>
481
+ <?php __("Bosnia and Herzegovina Convertible Marka", "wck"); ?>
482
+ <?php __("Botswana Pula", "wck"); ?>
483
+ <?php __("Bulgaria Lev", "wck"); ?>
484
+ <?php __("Brazil Real", "wck"); ?>
485
+ <?php __("Brunei Darussalam Dollar", "wck"); ?>
486
+ <?php __("Cambodia Riel", "wck"); ?>
487
+ <?php __("Canada Dollar", "wck"); ?>
488
+ <?php __("Cayman Islands Dollar", "wck"); ?>
489
+ <?php __("Chile Peso", "wck"); ?>
490
+ <?php __("China Yuan Renminbi", "wck"); ?>
491
+ <?php __("Colombia Peso", "wck"); ?>
492
+ <?php __("Costa Rica Colon", "wck"); ?>
493
+ <?php __("Croatia Kuna", "wck"); ?>
494
+ <?php __("Cuba Peso", "wck"); ?>
495
+ <?php __("Czech Republic Koruna", "wck"); ?>
496
+ <?php __("Denmark Krone", "wck"); ?>
497
+ <?php __("Dominican Republic Peso", "wck"); ?>
498
+ <?php __("East Caribbean Dollar", "wck"); ?>
499
+ <?php __("Egypt Pound", "wck"); ?>
500
+ <?php __("El Salvador Colon", "wck"); ?>
501
+ <?php __("Estonia Kroon", "wck"); ?>
502
+ <?php __("Euro", "wck"); ?>
503
+ <?php __("Falkland Islands (Malvinas) Pound", "wck"); ?>
504
+ <?php __("Fiji Dollar", "wck"); ?>
505
+ <?php __("Ghana Cedis", "wck"); ?>
506
+ <?php __("Gibraltar Pound", "wck"); ?>
507
+ <?php __("Guatemala Quetzal", "wck"); ?>
508
+ <?php __("Guernsey Pound", "wck"); ?>
509
+ <?php __("Guyana Dollar", "wck"); ?>
510
+ <?php __("Honduras Lempira", "wck"); ?>
511
+ <?php __("Hong Kong Dollar", "wck"); ?>
512
+ <?php __("Hungary Forint", "wck"); ?>
513
+ <?php __("Iceland Krona", "wck"); ?>
514
+ <?php __("India Rupee", "wck"); ?>
515
+ <?php __("Indonesia Rupiah", "wck"); ?>
516
+ <?php __("Iran Rial", "wck"); ?>
517
+ <?php __("Isle of Man Pound", "wck"); ?>
518
+ <?php __("Israel Shekel", "wck"); ?>
519
+ <?php __("Jamaica Dollar", "wck"); ?>
520
+ <?php __("Japan Yen", "wck"); ?>
521
+ <?php __("Jersey Pound", "wck"); ?>
522
+ <?php __("Jordanian Dinar", "wck"); ?>
523
+ <?php __("Kazakhstan Tenge", "wck"); ?>
524
+ <?php __("Korea (North) Won", "wck"); ?>
525
+ <?php __("Korea (South) Won", "wck"); ?>
526
+ <?php __("Kyrgyzstan Som", "wck"); ?>
527
+ <?php __("Laos Kip", "wck"); ?>
528
+ <?php __("Latvia Lat", "wck"); ?>
529
+ <?php __("Lebanon Pound", "wck"); ?>
530
+ <?php __("Liberia Dollar", "wck"); ?>
531
+ <?php __("Lithuania Litas", "wck"); ?>
532
+ <?php __("Macau Pataca", "wck"); ?>
533
+ <?php __("Macedonia Denar", "wck"); ?>
534
+ <?php __("Malaysia Ringgit", "wck"); ?>
535
+ <?php __("Mauritius Rupee", "wck"); ?>
536
+ <?php __("Mexico Peso", "wck"); ?>
537
+ <?php __("Mongolia Tughrik", "wck"); ?>
538
+ <?php __("Mozambique Metical", "wck"); ?>
539
+ <?php __("Namibia Dollar", "wck"); ?>
540
+ <?php __("Nepal Rupee", "wck"); ?>
541
+ <?php __("Netherlands Antilles Guilder", "wck"); ?>
542
+ <?php __("New Zealand Dollar", "wck"); ?>
543
+ <?php __("Nicaragua Cordoba", "wck"); ?>
544
+ <?php __("Nigeria Naira", "wck"); ?>
545
+ <?php __("Norway Krone", "wck"); ?>
546
+ <?php __("Oman Rial", "wck"); ?>
547
+ <?php __("Pakistan Rupee", "wck"); ?>
548
+ <?php __("Panama Balboa", "wck"); ?>
549
+ <?php __("Paraguay Guarani", "wck"); ?>
550
+ <?php __("Peru Nuevo Sol", "wck"); ?>
551
+ <?php __("Philippines Peso", "wck"); ?>
552
+ <?php __("Poland Zloty", "wck"); ?>
553
+ <?php __("Qatar Riyal", "wck"); ?>
554
+ <?php __("Romania New Leu", "wck"); ?>
555
+ <?php __("Russia Ruble", "wck"); ?>
556
+ <?php __("Saint Helena Pound", "wck"); ?>
557
+ <?php __("Saudi Arabia Riyal", "wck"); ?>
558
+ <?php __("Serbia Dinar", "wck"); ?>
559
+ <?php __("Seychelles Rupee", "wck"); ?>
560
+ <?php __("Singapore Dollar", "wck"); ?>
561
+ <?php __("Solomon Islands Dollar", "wck"); ?>
562
+ <?php __("Somalia Shilling", "wck"); ?>
563
+ <?php __("South Africa Rand", "wck"); ?>
564
+ <?php __("Sri Lanka Rupee", "wck"); ?>
565
+ <?php __("Sweden Krona", "wck"); ?>
566
+ <?php __("Switzerland Franc", "wck"); ?>
567
+ <?php __("Suriname Dollar", "wck"); ?>
568
+ <?php __("Syria Pound", "wck"); ?>
569
+ <?php __("Taiwan New Dollar", "wck"); ?>
570
+ <?php __("Thailand Baht", "wck"); ?>
571
+ <?php __("Trinidad and Tobago Dollar", "wck"); ?>
572
+ <?php __("Turkey Lira", "wck"); ?>
573
+ <?php __("Tuvalu Dollar", "wck"); ?>
574
+ <?php __("Ukraine Hryvna", "wck"); ?>
575
+ <?php __("United Kingdom Pound", "wck"); ?>
576
+ <?php __("Uganda Shilling", "wck"); ?>
577
+ <?php __("US Dollar", "wck"); ?>
578
+ <?php __("Uruguay Peso", "wck"); ?>
579
+ <?php __("Uzbekistan Som", "wck"); ?>
580
+ <?php __("Venezuela Bolivar", "wck"); ?>
581
+ <?php __("Viet Nam Dong", "wck"); ?>
582
+ <?php __("Yemen Rial", "wck"); ?>
583
+ <?php __("Zimbabwe Dollar", "wck"); ?>
languages/wck.pot CHANGED
@@ -1,1123 +1,2377 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WCK\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-06-13 16:28+0200\n"
6
- "PO-Revision-Date: 2013-06-13 16:28+0200\n"
7
- "Last-Translator: \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
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-SearchPath-0: d:\\!!!!!!!!!\\Free Version\\wck\n"
15
-
16
- #: d:\!!!!!!!!!\Free
17
- #: Version\wck/wck-cfc.php:26
18
- msgid "Add New Meta Box"
19
- msgstr ""
20
-
21
- #: d:\!!!!!!!!!\Free
22
- #: Version\wck/wck-cfc.php:27
23
- msgid "Edit Meta Box"
24
- msgstr ""
25
-
26
- #: d:\!!!!!!!!!\Free
27
- #: Version\wck/wck-cfc.php:28
28
- msgid "New Meta Box"
29
- msgstr ""
30
-
31
- #: d:\!!!!!!!!!\Free
32
- #: Version\wck/wck-cfc.php:29
33
- #: Version\wck/wck-sas.php:87
34
- msgid "Custom Fields Creator"
35
- msgstr ""
36
-
37
- #: d:\!!!!!!!!!\Free
38
- #: Version\wck/wck-cfc.php:30
39
- msgid "View Meta Box"
40
- msgstr ""
41
-
42
- #: d:\!!!!!!!!!\Free
43
- #: Version\wck/wck-cfc.php:31
44
- msgid "Search Meta Boxes"
45
- msgstr ""
46
-
47
- #: d:\!!!!!!!!!\Free
48
- #: Version\wck/wck-cfc.php:32
49
- msgid "No Meta Boxes found"
50
- msgstr ""
51
-
52
- #: d:\!!!!!!!!!\Free
53
- #: Version\wck/wck-cfc.php:33
54
- msgid "No Meta Boxes found in Trash"
55
- msgstr ""
56
-
57
- #: d:\!!!!!!!!!\Free
58
- #: Version\wck/wck-cfc.php:35
59
- msgid "Custom Meta Boxes"
60
- msgstr ""
61
-
62
- #: d:\!!!!!!!!!\Free
63
- #: Version\wck/wck-cfc.php:84
64
- msgid "Meta name"
65
- msgstr ""
66
-
67
- #: d:\!!!!!!!!!\Free
68
- #: Version\wck/wck-cfc.php:84
69
- msgid "The name of the meta field. It is the name by which you will query the data in the frontend. Must be unique, only lowercase letters, no spaces and no special characters."
70
- msgstr ""
71
-
72
- #: d:\!!!!!!!!!\Free
73
- #: Version\wck/wck-cfc.php:85
74
- #: Version\wck/wck-cfc.php:442
75
- msgid "Post Type"
76
- msgstr ""
77
-
78
- #: d:\!!!!!!!!!\Free
79
- #: Version\wck/wck-cfc.php:85
80
- msgid "What post type the meta box should be attached to"
81
- msgstr ""
82
-
83
- #: d:\!!!!!!!!!\Free
84
- #: Version\wck/wck-cfc.php:86
85
- msgid "Repeater"
86
- msgstr ""
87
-
88
- #: d:\!!!!!!!!!\Free
89
- #: Version\wck/wck-cfc.php:86
90
- msgid "Whether the box supports just one entry or if it is a repeater field. By default it is a single field."
91
- msgstr ""
92
-
93
- #: d:\!!!!!!!!!\Free
94
- #: Version\wck/wck-cfc.php:87
95
- msgid "Sortable"
96
- msgstr ""
97
-
98
- #: d:\!!!!!!!!!\Free
99
- #: Version\wck/wck-cfc.php:87
100
- msgid "Whether the entries are sortable or not. Thsi is valid for repeater fields."
101
- msgstr ""
102
-
103
- #: d:\!!!!!!!!!\Free
104
- #: Version\wck/wck-cfc.php:88
105
- msgid "Post ID"
106
- msgstr ""
107
-
108
- #: d:\!!!!!!!!!\Free
109
- #: Version\wck/wck-cfc.php:88
110
- msgid "ID of a post on which the meta box should appear."
111
- msgstr ""
112
-
113
- #: d:\!!!!!!!!!\Free
114
- #: Version\wck/wck-cfc.php:92
115
- #: Version\wck/wck-cfc.php:443
116
- msgid "Page Template"
117
- msgstr ""
118
-
119
- #: d:\!!!!!!!!!\Free
120
- #: Version\wck/wck-cfc.php:92
121
- msgid "If post type is \"page\" you can further select a page templete. The meta box will only appear on the page that has that selected page template."
122
- msgstr ""
123
-
124
- #: d:\!!!!!!!!!\Free
125
- #: Version\wck/wck-cfc.php:97
126
- #: Version\wck/wck-cfc.php:536
127
- msgid "Meta Box Arguments"
128
- msgstr ""
129
-
130
- #: d:\!!!!!!!!!\Free
131
- #: Version\wck/wck-cfc.php:114
132
- msgid "Field Title"
133
- msgstr ""
134
-
135
- #: d:\!!!!!!!!!\Free
136
- #: Version\wck/wck-cfc.php:114
137
- msgid "Title of the field. A slug will automatically be generated."
138
- msgstr ""
139
-
140
- #: d:\!!!!!!!!!\Free
141
- #: Version\wck/wck-cfc.php:115
142
- msgid "Field Type"
143
- msgstr ""
144
-
145
- #: d:\!!!!!!!!!\Free
146
- #: Version\wck/wck-cfc.php:115
147
- msgid "The field type"
148
- msgstr ""
149
-
150
- #: d:\!!!!!!!!!\Free
151
- #: Version\wck/wck-cfc.php:116
152
- #: Version\wck/wck-cptc.php:48
153
- msgid "Description"
154
- msgstr ""
155
-
156
- #: d:\!!!!!!!!!\Free
157
- #: Version\wck/wck-cfc.php:117
158
- msgid "Required"
159
- msgstr ""
160
-
161
- #: d:\!!!!!!!!!\Free
162
- #: Version\wck/wck-cfc.php:117
163
- msgid "Whether the field is required or not"
164
- msgstr ""
165
-
166
- #: d:\!!!!!!!!!\Free
167
- #: Version\wck/wck-cfc.php:118
168
- msgid "Default Value"
169
- msgstr ""
170
-
171
- #: d:\!!!!!!!!!\Free
172
- #: Version\wck/wck-cfc.php:118
173
- msgid "Default value of the field. For Checkboxes if there are multiple values separete them with a \",\""
174
- msgstr ""
175
-
176
- #: d:\!!!!!!!!!\Free
177
- #: Version\wck/wck-cfc.php:119
178
- msgid "Options"
179
- msgstr ""
180
-
181
- #: d:\!!!!!!!!!\Free
182
- #: Version\wck/wck-cfc.php:119
183
- msgid "Options for field types \"select\", \"checkbox\" and \"radio\". For multiple options separete them with a \",\". You can use the following structure if you want the label to be different from the value: %LabelOne%valueone,%LabelTwo%valuetwo,%LabelThree%valuethree"
184
- msgstr ""
185
-
186
- #: d:\!!!!!!!!!\Free
187
- #: Version\wck/wck-cfc.php:120
188
- msgid "Attach upload to post"
189
- msgstr ""
190
-
191
- #: d:\!!!!!!!!!\Free
192
- #: Version\wck/wck-cfc.php:120
193
- msgid "Whether or not the uploads should be attached to the post"
194
- msgstr ""
195
-
196
- #: d:\!!!!!!!!!\Free
197
- #: Version\wck/wck-cfc.php:127
198
- #: Version\wck/wck-cfc.php:542
199
- msgid "Meta Box Fields"
200
- msgstr ""
201
-
202
- #: d:\!!!!!!!!!\Free
203
- #: Version\wck/wck-cfc.php:140
204
- msgid "Enter below the arguments for the meta box."
205
- msgstr ""
206
-
207
- #: d:\!!!!!!!!!\Free
208
- #: Version\wck/wck-cfc.php:220
209
- msgid "Slug:"
210
- msgstr ""
211
-
212
- #: d:\!!!!!!!!!\Free
213
- #: Version\wck/wck-cfc.php:220
214
- msgid "(Note:changing the slug when you already have a lot of existing entries may result in unexpected behavior.)"
215
- msgstr ""
216
-
217
- #: d:\!!!!!!!!!\Free
218
- #: Version\wck/wck-cfc.php:355
219
- msgid "Choose a different Meta Name as this one contains spaces\n"
220
- msgstr ""
221
-
222
- #: d:\!!!!!!!!!\Free
223
- #: Version\wck/wck-cfc.php:357
224
- msgid "Choose a different Meta Name as this one already exists\n"
225
- msgstr ""
226
-
227
- #: d:\!!!!!!!!!\Free
228
- #: Version\wck/wck-cfc.php:441
229
- msgid "Id"
230
- msgstr ""
231
-
232
- #: d:\!!!!!!!!!\Free
233
- #: Version\wck/wck-cfc.php:506
234
- #: Version\wck/wck-cptc.php:257
235
- #: Version\wck/wck-ctc.php:215
236
- #: Version\wck/wck.php:38
237
- msgid "Wordpress Creation Kit"
238
- msgstr ""
239
-
240
- #: d:\!!!!!!!!!\Free
241
- #: Version\wck/wck-cfc.php:530
242
- #: Version\wck/wck-cptc.php:282
243
- #: Version\wck/wck-ctc.php:239
244
- msgid "Overview"
245
- msgstr ""
246
-
247
- #: d:\!!!!!!!!!\Free
248
- #: Version\wck/wck-cfc.php:531
249
- msgid "WCK Custom Fields Creator allows you to easily create custom meta boxes for Wordpress without any programming knowledge."
250
- msgstr ""
251
-
252
- #: d:\!!!!!!!!!\Free
253
- #: Version\wck/wck-cfc.php:537
254
- msgid "Define here the rules for the meta box. This rules are used to set up where the meta box will appear, it's type and also the meta key name stored in the database. The name of the entry (Enter title here) will be used as the meta box title."
255
- msgstr ""
256
-
257
- #: d:\!!!!!!!!!\Free
258
- #: Version\wck/wck-cfc.php:543
259
- msgid "Define here the fields contained in the meta box. From \"Field Title\" a slug will be automatically generated and you will use this slug to display the data in the frontend."
260
- msgstr ""
261
-
262
- #: d:\!!!!!!!!!\Free
263
- #: Version\wck/wck-cfc.php:548
264
- msgid "CFC Frontend Example"
265
- msgstr ""
266
-
267
- #: d:\!!!!!!!!!\Free
268
- #: Version\wck/wck-cfc.php:549
269
- msgid "Let's consider we have a meta box with the following arguments:<br /> - Meta name: books <br /> - Post Type: post <br />And we also have two fields deffined:<br /> - A text field with the Field Title: Book name <br /> - And another text field with the Field Title: Author name "
270
- msgstr ""
271
-
272
- #: d:\!!!!!!!!!\Free
273
- #: Version\wck/wck-cfc.php:549
274
- msgid "You will notice that slugs will automatically be created for the two text fields. For \"Book name\" the slug will be \"book-name\" and for \"Author name\" the slug will be \"author-name\""
275
- msgstr ""
276
-
277
- #: d:\!!!!!!!!!\Free
278
- #: Version\wck/wck-cfc.php:549
279
- msgid "Let's see what the code for displaying the meta box values in single.php of your theme would be:"
280
- msgstr ""
281
-
282
- #: d:\!!!!!!!!!\Free
283
- #: Version\wck/wck-cfc.php:549
284
- msgid "So as you can see the Meta Name \"books\" is used as the $key parameter of the funtion <a href=\"http://codex.wordpress.org/Function_Reference/get_post_meta\" target=\"_blank\">get_post_meta()</a> and the slugs of the text fields are used as keys for the resulting array. Basically CFC stores the entries as post meta in a multidimensioanl array. In our case the array would be: <br /><pre>array( array( \"book-name\" => \"The Hitchhiker's Guide To The Galaxy\", \"author-name\" => \"Douglas Adams\" ), array( \"book-name\" => \"Ender's Game\", \"author-name\" => \"Orson Scott Card\" ) );</pre> This is true even for single entries."
285
- msgstr ""
286
-
287
- #: d:\!!!!!!!!!\Free
288
- #: Version\wck/wck-cfc.php:577
289
- msgid "Metabox updated."
290
- msgstr ""
291
-
292
- #: d:\!!!!!!!!!\Free
293
- #: Version\wck/wck-cptc.php:6
294
- msgid "WCK Post Type Creator"
295
- msgstr ""
296
-
297
- #: d:\!!!!!!!!!\Free
298
- #: Version\wck/wck-cptc.php:7
299
- #: Version\wck/wck-sas.php:91
300
- msgid "Post Type Creator"
301
- msgstr ""
302
-
303
- #: d:\!!!!!!!!!\Free
304
- #: Version\wck/wck-cptc.php:47
305
- msgid "Post type"
306
- msgstr ""
307
-
308
- #: d:\!!!!!!!!!\Free
309
- #: Version\wck/wck-cptc.php:47
310
- msgid "(max. 20 characters, can not contain capital letters, hyphens, or spaces)"
311
- msgstr ""
312
-
313
- #: d:\!!!!!!!!!\Free
314
- #: Version\wck/wck-cptc.php:48
315
- msgid "A short descriptive summary of what the post type is."
316
- msgstr ""
317
-
318
- #: d:\!!!!!!!!!\Free
319
- #: Version\wck/wck-cptc.php:49
320
- #: Version\wck/wck-ctc.php:36
321
- msgid "Singular Label"
322
- msgstr ""
323
-
324
- #: d:\!!!!!!!!!\Free
325
- #: Version\wck/wck-cptc.php:49
326
- msgid "ex. Book"
327
- msgstr ""
328
-
329
- #: d:\!!!!!!!!!\Free
330
- #: Version\wck/wck-cptc.php:50
331
- #: Version\wck/wck-ctc.php:37
332
- msgid "Plural Label"
333
- msgstr ""
334
-
335
- #: d:\!!!!!!!!!\Free
336
- #: Version\wck/wck-cptc.php:50
337
- msgid "ex. Books"
338
- msgstr ""
339
-
340
- #: d:\!!!!!!!!!\Free
341
- #: Version\wck/wck-cptc.php:51
342
- #: Version\wck/wck-ctc.php:39
343
- msgid "Hierarchical"
344
- msgstr ""
345
-
346
- #: d:\!!!!!!!!!\Free
347
- #: Version\wck/wck-cptc.php:51
348
- msgid "Whether the post type is hierarchical. Allows Parent to be specified."
349
- msgstr ""
350
-
351
- #: d:\!!!!!!!!!\Free
352
- #: Version\wck/wck-cptc.php:52
353
- msgid "Has Archive"
354
- msgstr ""
355
-
356
- #: d:\!!!!!!!!!\Free
357
- #: Version\wck/wck-cptc.php:52
358
- msgid "Enables post type archives. Will use string as archive slug. Will generate the proper rewrite rules if rewrite is enabled."
359
- msgstr ""
360
-
361
- #: d:\!!!!!!!!!\Free
362
- #: Version\wck/wck-cptc.php:53
363
- msgid "Supports"
364
- msgstr ""
365
-
366
- #: d:\!!!!!!!!!\Free
367
- #: Version\wck/wck-cptc.php:56
368
- msgid "Add New"
369
- msgstr ""
370
-
371
- #: d:\!!!!!!!!!\Free
372
- #: Version\wck/wck-cptc.php:56
373
- msgid "ex. Add New"
374
- msgstr ""
375
-
376
- #: d:\!!!!!!!!!\Free
377
- #: Version\wck/wck-cptc.php:57
378
- #: Version\wck/wck-ctc.php:48
379
- msgid "Add New Item"
380
- msgstr ""
381
-
382
- #: d:\!!!!!!!!!\Free
383
- #: Version\wck/wck-cptc.php:57
384
- msgid "ex. Add New Book"
385
- msgstr ""
386
-
387
- #: d:\!!!!!!!!!\Free
388
- #: Version\wck/wck-cptc.php:58
389
- #: Version\wck/wck-ctc.php:46
390
- msgid "Edit Item"
391
- msgstr ""
392
-
393
- #: d:\!!!!!!!!!\Free
394
- #: Version\wck/wck-cptc.php:58
395
- msgid "ex. Edit Book"
396
- msgstr ""
397
-
398
- #: d:\!!!!!!!!!\Free
399
- #: Version\wck/wck-cptc.php:59
400
- msgid "New Item"
401
- msgstr ""
402
-
403
- #: d:\!!!!!!!!!\Free
404
- #: Version\wck/wck-cptc.php:59
405
- msgid "ex. New Book"
406
- msgstr ""
407
-
408
- #: d:\!!!!!!!!!\Free
409
- #: Version\wck/wck-cptc.php:60
410
- #: Version\wck/wck-ctc.php:43
411
- msgid "All Items"
412
- msgstr ""
413
-
414
- #: d:\!!!!!!!!!\Free
415
- #: Version\wck/wck-cptc.php:60
416
- msgid "ex. All Books"
417
- msgstr ""
418
-
419
- #: d:\!!!!!!!!!\Free
420
- #: Version\wck/wck-cptc.php:61
421
- msgid "View Items"
422
- msgstr ""
423
-
424
- #: d:\!!!!!!!!!\Free
425
- #: Version\wck/wck-cptc.php:61
426
- msgid "ex. View Books"
427
- msgstr ""
428
-
429
- #: d:\!!!!!!!!!\Free
430
- #: Version\wck/wck-cptc.php:62
431
- #: Version\wck/wck-ctc.php:41
432
- msgid "Search Items"
433
- msgstr ""
434
-
435
- #: d:\!!!!!!!!!\Free
436
- #: Version\wck/wck-cptc.php:62
437
- msgid "ex. Search Books"
438
- msgstr ""
439
-
440
- #: d:\!!!!!!!!!\Free
441
- #: Version\wck/wck-cptc.php:63
442
- msgid "Not Found"
443
- msgstr ""
444
-
445
- #: d:\!!!!!!!!!\Free
446
- #: Version\wck/wck-cptc.php:63
447
- msgid "ex. No Books Found"
448
- msgstr ""
449
-
450
- #: d:\!!!!!!!!!\Free
451
- #: Version\wck/wck-cptc.php:64
452
- msgid "Not Found In Trash"
453
- msgstr ""
454
-
455
- #: d:\!!!!!!!!!\Free
456
- #: Version\wck/wck-cptc.php:64
457
- msgid "ex. No Books found in Trash"
458
- msgstr ""
459
-
460
- #: d:\!!!!!!!!!\Free
461
- #: Version\wck/wck-cptc.php:65
462
- #: Version\wck/wck-ctc.php:45
463
- msgid "Parent Item Colon"
464
- msgstr ""
465
-
466
- #: d:\!!!!!!!!!\Free
467
- #: Version\wck/wck-cptc.php:65
468
- msgid "the parent text. This string isn't used on non-hierarchical types. In hierarchical ones the default is Parent Page "
469
- msgstr ""
470
-
471
- #: d:\!!!!!!!!!\Free
472
- #: Version\wck/wck-cptc.php:66
473
- #: Version\wck/wck-ctc.php:53
474
- msgid "Menu Name"
475
- msgstr ""
476
-
477
- #: d:\!!!!!!!!!\Free
478
- #: Version\wck/wck-cptc.php:68
479
- #: Version\wck/wck-ctc.php:55
480
- msgid "Public"
481
- msgstr ""
482
-
483
- #: d:\!!!!!!!!!\Free
484
- #: Version\wck/wck-cptc.php:68
485
- #: Version\wck/wck-ctc.php:55
486
- msgid "Meta argument used to define default values for publicly_queriable, show_ui, show_in_nav_menus and exclude_from_search"
487
- msgstr ""
488
-
489
- #: d:\!!!!!!!!!\Free
490
- #: Version\wck/wck-cptc.php:69
491
- #: Version\wck/wck-ctc.php:56
492
- msgid "Show UI"
493
- msgstr ""
494
-
495
- #: d:\!!!!!!!!!\Free
496
- #: Version\wck/wck-cptc.php:69
497
- #: Version\wck/wck-ctc.php:56
498
- msgid "Whether to generate a default UI for managing this post type."
499
- msgstr ""
500
-
501
- #: d:\!!!!!!!!!\Free
502
- #: Version\wck/wck-cptc.php:70
503
- msgid "Show In Nav Menus"
504
- msgstr ""
505
-
506
- #: d:\!!!!!!!!!\Free
507
- #: Version\wck/wck-cptc.php:70
508
- msgid "Whether post_type is available for selection in navigation menus."
509
- msgstr ""
510
-
511
- #: d:\!!!!!!!!!\Free
512
- #: Version\wck/wck-cptc.php:71
513
- msgid "Show In Menu"
514
- msgstr ""
515
-
516
- #: d:\!!!!!!!!!\Free
517
- #: Version\wck/wck-cptc.php:71
518
- msgid "Whether to show the post type in the admin menu. show_ui must be true. \"false\" - do not display in the admin menu, \"true\" - display as a top level menu, \"some string\" - If an existing top level page such as \"tools.php\" or \"edit.php?post_type=page\", the post type will be placed as a sub menu of that."
519
- msgstr ""
520
-
521
- #: d:\!!!!!!!!!\Free
522
- #: Version\wck/wck-cptc.php:72
523
- msgid "Menu Position"
524
- msgstr ""
525
-
526
- #: d:\!!!!!!!!!\Free
527
- #: Version\wck/wck-cptc.php:72
528
- msgid "The position in the menu order the post type should appear."
529
- msgstr ""
530
-
531
- #: d:\!!!!!!!!!\Free
532
- #: Version\wck/wck-cptc.php:73
533
- msgid "Menu Icon"
534
- msgstr ""
535
-
536
- #: d:\!!!!!!!!!\Free
537
- #: Version\wck/wck-cptc.php:73
538
- msgid "The url to the icon to be used for this menu."
539
- msgstr ""
540
-
541
- #: d:\!!!!!!!!!\Free
542
- #: Version\wck/wck-cptc.php:74
543
- msgid "Capability Type"
544
- msgstr ""
545
-
546
- #: d:\!!!!!!!!!\Free
547
- #: Version\wck/wck-cptc.php:74
548
- msgid "The string to use to build the read, edit, and delete capabilities."
549
- msgstr ""
550
-
551
- #: d:\!!!!!!!!!\Free
552
- #: Version\wck/wck-cptc.php:75
553
- msgid "Taxonomies"
554
- msgstr ""
555
-
556
- #: d:\!!!!!!!!!\Free
557
- #: Version\wck/wck-cptc.php:76
558
- msgid "Rewrite"
559
- msgstr ""
560
-
561
- #: d:\!!!!!!!!!\Free
562
- #: Version\wck/wck-cptc.php:76
563
- msgid "Rewrite permalinks."
564
- msgstr ""
565
-
566
- #: d:\!!!!!!!!!\Free
567
- #: Version\wck/wck-cptc.php:77
568
- msgid "Rewrite Slug"
569
- msgstr ""
570
-
571
- #: d:\!!!!!!!!!\Free
572
- #: Version\wck/wck-cptc.php:77
573
- msgid "Defaults to post type name."
574
- msgstr ""
575
-
576
- #: d:\!!!!!!!!!\Free
577
- #: Version\wck/wck-cptc.php:83
578
- msgid "Custom Post Type Creation"
579
- msgstr ""
580
-
581
- #: d:\!!!!!!!!!\Free
582
- #: Version\wck/wck-cptc.php:108
583
- #: Version\wck/wck-ctc.php:91
584
- msgid "Add New "
585
- msgstr ""
586
-
587
- #: d:\!!!!!!!!!\Free
588
- #: Version\wck/wck-cptc.php:109
589
- #: Version\wck/wck-ctc.php:89
590
- msgid "Edit "
591
- msgstr ""
592
-
593
- #: d:\!!!!!!!!!\Free
594
- #: Version\wck/wck-cptc.php:110
595
- #: Version\wck/wck-ctc.php:92
596
- msgid "New "
597
- msgstr ""
598
-
599
- #: d:\!!!!!!!!!\Free
600
- #: Version\wck/wck-cptc.php:111
601
- #: Version\wck/wck-ctc.php:86
602
- msgid "All "
603
- msgstr ""
604
-
605
- #: d:\!!!!!!!!!\Free
606
- #: Version\wck/wck-cptc.php:112
607
- msgid "View "
608
- msgstr ""
609
-
610
- #: d:\!!!!!!!!!\Free
611
- #: Version\wck/wck-cptc.php:113
612
- #: Version\wck/wck-ctc.php:84
613
- msgid "Search "
614
- msgstr ""
615
-
616
- #: d:\!!!!!!!!!\Free
617
- #: Version\wck/wck-cptc.php:114
618
- #: Version\wck/wck-cptc.php:115
619
- msgid "No "
620
- msgstr ""
621
-
622
- #: d:\!!!!!!!!!\Free
623
- #: Version\wck/wck-cptc.php:116
624
- msgid "Parent Page"
625
- msgstr ""
626
-
627
- #: d:\!!!!!!!!!\Free
628
- #: Version\wck/wck-cptc.php:169
629
- #: Version\wck/wck-cptc.php:193
630
- #: Version\wck/wck-ctc.php:134
631
- #: Version\wck/wck-ctc.php:158
632
- msgid "Show Advanced Label Options"
633
- msgstr ""
634
-
635
- #: d:\!!!!!!!!!\Free
636
- #: Version\wck/wck-cptc.php:169
637
- #: Version\wck/wck-cptc.php:193
638
- #: Version\wck/wck-ctc.php:134
639
- #: Version\wck/wck-ctc.php:158
640
- msgid "Hide Advanced Label Options"
641
- msgstr ""
642
-
643
- #: d:\!!!!!!!!!\Free
644
- #: Version\wck/wck-cptc.php:181
645
- #: Version\wck/wck-cptc.php:207
646
- #: Version\wck/wck-cptc.php:236
647
- #: Version\wck/wck-ctc.php:146
648
- #: Version\wck/wck-ctc.php:172
649
- #: Version\wck/wck-ctc.php:201
650
- msgid "Show Advanced Options"
651
- msgstr ""
652
-
653
- #: d:\!!!!!!!!!\Free
654
- #: Version\wck/wck-cptc.php:181
655
- #: Version\wck/wck-cptc.php:207
656
- #: Version\wck/wck-cptc.php:236
657
- #: Version\wck/wck-ctc.php:146
658
- #: Version\wck/wck-ctc.php:172
659
- #: Version\wck/wck-ctc.php:201
660
- msgid "Hide Advanced Options"
661
- msgstr ""
662
-
663
- #: d:\!!!!!!!!!\Free
664
- #: Version\wck/wck-cptc.php:222
665
- #: Version\wck/wck-ctc.php:187
666
- msgid "Show Advanced Labels"
667
- msgstr ""
668
-
669
- #: d:\!!!!!!!!!\Free
670
- #: Version\wck/wck-cptc.php:222
671
- #: Version\wck/wck-ctc.php:187
672
- msgid "Hide Advanced Labels"
673
- msgstr ""
674
-
675
- #: d:\!!!!!!!!!\Free
676
- #: Version\wck/wck-cptc.php:283
677
- msgid "WCK Custom Post Type Creator allows you to easily create custom post types for Wordpress without any programming knowledge.<br />Most of the common options for creating a post type are displayed by default while the advanced options and label are just one click away."
678
- msgstr ""
679
-
680
- #: d:\!!!!!!!!!\Free
681
- #: Version\wck/wck-cptc.php:288
682
- #: Version\wck/wck-ctc.php:245
683
- msgid "Labels"
684
- msgstr ""
685
-
686
- #: d:\!!!!!!!!!\Free
687
- #: Version\wck/wck-cptc.php:289
688
- msgid "For simplicity you are required to introduce only the Singular Label and Plural Label from wchich the rest of the labels will be formed.<br />For a more detailed control of the labels you just have to click the \"Show Advanced Label Options\" link and all the availabel labels will be displayed."
689
- msgstr ""
690
-
691
- #: d:\!!!!!!!!!\Free
692
- #: Version\wck/wck-cptc.php:294
693
- #: Version\wck/wck-ctc.php:251
694
- msgid "Advanced Options"
695
- msgstr ""
696
-
697
- #: d:\!!!!!!!!!\Free
698
- #: Version\wck/wck-cptc.php:295
699
- msgid "The Advanced Options are set to the most common defaults for custom post types. To display them click the \"Show Advanced Options\" link."
700
- msgstr ""
701
-
702
- #: d:\!!!!!!!!!\Free
703
- #: Version\wck/wck-ctc.php:6
704
- msgid "WCK Taxonomy Creator"
705
- msgstr ""
706
-
707
- #: d:\!!!!!!!!!\Free
708
- #: Version\wck/wck-ctc.php:7
709
- #: Version\wck/wck-sas.php:95
710
- msgid "Taxonomy Creator"
711
- msgstr ""
712
-
713
- #: d:\!!!!!!!!!\Free
714
- #: Version\wck/wck-ctc.php:35
715
- msgid "Taxonomy"
716
- msgstr ""
717
-
718
- #: d:\!!!!!!!!!\Free
719
- #: Version\wck/wck-ctc.php:35
720
- msgid "(The name of the taxonomy. Name must not contain capital letters or spaces.)"
721
- msgstr ""
722
-
723
- #: d:\!!!!!!!!!\Free
724
- #: Version\wck/wck-ctc.php:36
725
- msgid "ex. Writer"
726
- msgstr ""
727
-
728
- #: d:\!!!!!!!!!\Free
729
- #: Version\wck/wck-ctc.php:37
730
- msgid "ex. Writers"
731
- msgstr ""
732
-
733
- #: d:\!!!!!!!!!\Free
734
- #: Version\wck/wck-ctc.php:38
735
- msgid "Attach to"
736
- msgstr ""
737
-
738
- #: d:\!!!!!!!!!\Free
739
- #: Version\wck/wck-ctc.php:39
740
- msgid "Is this taxonomy hierarchical (have descendants) like categories or not hierarchical like tags."
741
- msgstr ""
742
-
743
- #: d:\!!!!!!!!!\Free
744
- #: Version\wck/wck-ctc.php:41
745
- msgid "ex. Search Writers"
746
- msgstr ""
747
-
748
- #: d:\!!!!!!!!!\Free
749
- #: Version\wck/wck-ctc.php:42
750
- msgid "Popular Items"
751
- msgstr ""
752
-
753
- #: d:\!!!!!!!!!\Free
754
- #: Version\wck/wck-ctc.php:42
755
- msgid "ex. Popular Writers"
756
- msgstr ""
757
-
758
- #: d:\!!!!!!!!!\Free
759
- #: Version\wck/wck-ctc.php:43
760
- msgid "ex. All Writers"
761
- msgstr ""
762
-
763
- #: d:\!!!!!!!!!\Free
764
- #: Version\wck/wck-ctc.php:44
765
- msgid "Parent Item"
766
- msgstr ""
767
-
768
- #: d:\!!!!!!!!!\Free
769
- #: Version\wck/wck-ctc.php:44
770
- msgid "ex. Parent Genre"
771
- msgstr ""
772
-
773
- #: d:\!!!!!!!!!\Free
774
- #: Version\wck/wck-ctc.php:45
775
- msgid "ex. Parent Genre:"
776
- msgstr ""
777
-
778
- #: d:\!!!!!!!!!\Free
779
- #: Version\wck/wck-ctc.php:46
780
- msgid "ex. Edit Writer"
781
- msgstr ""
782
-
783
- #: d:\!!!!!!!!!\Free
784
- #: Version\wck/wck-ctc.php:47
785
- msgid "Update Item"
786
- msgstr ""
787
-
788
- #: d:\!!!!!!!!!\Free
789
- #: Version\wck/wck-ctc.php:47
790
- msgid "ex. Update Writer"
791
- msgstr ""
792
-
793
- #: d:\!!!!!!!!!\Free
794
- #: Version\wck/wck-ctc.php:48
795
- msgid "ex. Add New Writer"
796
- msgstr ""
797
-
798
- #: d:\!!!!!!!!!\Free
799
- #: Version\wck/wck-ctc.php:49
800
- msgid "New Item Name"
801
- msgstr ""
802
-
803
- #: d:\!!!!!!!!!\Free
804
- #: Version\wck/wck-ctc.php:49
805
- msgid "ex. New Writer Name"
806
- msgstr ""
807
-
808
- #: d:\!!!!!!!!!\Free
809
- #: Version\wck/wck-ctc.php:50
810
- msgid "Separate Items With Commas"
811
- msgstr ""
812
-
813
- #: d:\!!!!!!!!!\Free
814
- #: Version\wck/wck-ctc.php:50
815
- msgid "ex. Separate writers with commas"
816
- msgstr ""
817
-
818
- #: d:\!!!!!!!!!\Free
819
- #: Version\wck/wck-ctc.php:51
820
- msgid "Add Or Remove Items"
821
- msgstr ""
822
-
823
- #: d:\!!!!!!!!!\Free
824
- #: Version\wck/wck-ctc.php:51
825
- msgid "ex. Add or remove writers"
826
- msgstr ""
827
-
828
- #: d:\!!!!!!!!!\Free
829
- #: Version\wck/wck-ctc.php:52
830
- msgid "Choose From Most Used"
831
- msgstr ""
832
-
833
- #: d:\!!!!!!!!!\Free
834
- #: Version\wck/wck-ctc.php:52
835
- msgid "ex. Choose from the most used writers"
836
- msgstr ""
837
-
838
- #: d:\!!!!!!!!!\Free
839
- #: Version\wck/wck-ctc.php:57
840
- msgid "Show Tagcloud"
841
- msgstr ""
842
-
843
- #: d:\!!!!!!!!!\Free
844
- #: Version\wck/wck-ctc.php:57
845
- msgid "Whether to allow the Tag Cloud widget to use this taxonomy."
846
- msgstr ""
847
-
848
- #: d:\!!!!!!!!!\Free
849
- #: Version\wck/wck-ctc.php:62
850
- msgid "Custom Taxonomy Creation"
851
- msgstr ""
852
-
853
- #: d:\!!!!!!!!!\Free
854
- #: Version\wck/wck-ctc.php:85
855
- msgid "Popular "
856
- msgstr ""
857
-
858
- #: d:\!!!!!!!!!\Free
859
- #: Version\wck/wck-ctc.php:87
860
- #: Version\wck/wck-ctc.php:88
861
- msgid "Parent "
862
- msgstr ""
863
-
864
- #: d:\!!!!!!!!!\Free
865
- #: Version\wck/wck-ctc.php:90
866
- msgid "Update "
867
- msgstr ""
868
-
869
- #: d:\!!!!!!!!!\Free
870
- #: Version\wck/wck-ctc.php:93
871
- msgid "Separate "
872
- msgstr ""
873
-
874
- #: d:\!!!!!!!!!\Free
875
- #: Version\wck/wck-ctc.php:94
876
- msgid "Add or remove "
877
- msgstr ""
878
-
879
- #: d:\!!!!!!!!!\Free
880
- #: Version\wck/wck-ctc.php:95
881
- msgid "Choose from the most used "
882
- msgstr ""
883
-
884
- #: d:\!!!!!!!!!\Free
885
- #: Version\wck/wck-ctc.php:240
886
- msgid "WCK Custom Taxonomy Creator allows you to easily create custom taxonomy for Wordpress without any programming knowledge.<br />Most of the common options for creating a taxonomy are displayed by default while the advanced and label options are just one click away."
887
- msgstr ""
888
-
889
- #: d:\!!!!!!!!!\Free
890
- #: Version\wck/wck-ctc.php:246
891
- msgid "For simplicity you are required to introduce only the Singular Label and Plural Label from wchich the rest of the labels will be formed.<br />For a more detailed control of the labels you just have to click the \"Show Advanced Label Options\" link and all the availabel labels will be displayed"
892
- msgstr ""
893
-
894
- #: d:\!!!!!!!!!\Free
895
- #: Version\wck/wck-ctc.php:252
896
- msgid "The Advanced Options are set to the most common defaults for taxonomies. To display them click the \"Show Advanced Options\" link."
897
- msgstr ""
898
-
899
- #: d:\!!!!!!!!!\Free
900
- #: Version\wck/wck-sas.php:15
901
- msgid "Start Here & General Settings"
902
- msgstr ""
903
-
904
- #: d:\!!!!!!!!!\Free
905
- #: Version\wck/wck-sas.php:16
906
- msgid "Start and Settings"
907
- msgstr ""
908
-
909
- #: d:\!!!!!!!!!\Free
910
- #: Version\wck/wck-sas.php:34
911
- msgid "Serial Number"
912
- msgstr ""
913
-
914
- #: d:\!!!!!!!!!\Free
915
- #: Version\wck/wck-sas.php:34
916
- msgid "Please enter your serial number. For example: (e.g. WCKPRO-11-SN-251r55baa4fbe7bf595b2aabb8d72985)"
917
- msgstr ""
918
-
919
- #: d:\!!!!!!!!!\Free
920
- #: Version\wck/wck-sas.php:40
921
- msgid "Register Your Version"
922
- msgstr ""
923
-
924
- #: d:\!!!!!!!!!\Free
925
- #: Version\wck/wck-sas.php:67
926
- #, php-format
927
- msgid "Welcome to %s"
928
- msgstr ""
929
-
930
- #: d:\!!!!!!!!!\Free
931
- #: Version\wck/wck-sas.php:68
932
- msgid "WCK helps you to improve the usability of the sites you build, making them manageable by your clients. Your very own repeater custom fields and groups, custom post type and taxonomy creator with front-end posting."
933
- msgstr ""
934
-
935
- #: d:\!!!!!!!!!\Free
936
- #: Version\wck/wck-sas.php:69
937
- #, php-format
938
- msgid "Version %s"
939
- msgstr ""
940
-
941
- #: d:\!!!!!!!!!\Free
942
- #: Version\wck/wck-sas.php:83
943
- msgid "Quick Start-Up Guide"
944
- msgstr ""
945
-
946
- #: d:\!!!!!!!!!\Free
947
- #: Version\wck/wck-sas.php:88
948
- msgid "WordPress Creation Kit Pro has support for a wide list of custom fields: WYSIWYG Editor, Upload Field, Date, User, Country, Text Input, Textarea, Drop-Down, Select, Checkboxes, Radio Buttons"
949
- msgstr ""
950
-
951
- #: d:\!!!!!!!!!\Free
952
- #: Version\wck/wck-sas.php:89
953
- msgid "Access documentation <a href=\"http://www.cozmoslabs.com/wordpress-creation-kit/custom-fields-creator/\" target=\"_blank\">here</a> about how to display them in your templates."
954
- msgstr ""
955
-
956
- #: d:\!!!!!!!!!\Free
957
- #: Version\wck/wck-sas.php:92
958
- msgid "Create & manage all your custom content types"
959
- msgstr ""
960
-
961
- #: d:\!!!!!!!!!\Free
962
- #: Version\wck/wck-sas.php:93
963
- msgid "Access documentation <a href=\"http://www.cozmoslabs.com/wordpress-creation-kit/custom-post-type-creator/\" target=\"_blank\">here</a> about how to display them in your templates."
964
- msgstr ""
965
-
966
- #: d:\!!!!!!!!!\Free
967
- #: Version\wck/wck-sas.php:96
968
- msgid "Create new taxonomies for filtering your content"
969
- msgstr ""
970
-
971
- #: d:\!!!!!!!!!\Free
972
- #: Version\wck/wck-sas.php:97
973
- msgid "Access documentation <a href=\"http://www.cozmoslabs.com/wordpress-creation-kit/custom-taxonomy-creator/\" target=\"_blank\">here</a> about how to display them in your templates."
974
- msgstr ""
975
-
976
- #: d:\!!!!!!!!!\Free
977
- #: Version\wck/wck-sas.php:99
978
- msgid "Front-End Posting (available in the Pro version)"
979
- msgstr ""
980
-
981
- #: d:\!!!!!!!!!\Free
982
- #: Version\wck/wck-sas.php:100
983
- msgid "Create and edit posts/pages or custom posts directly from the front-end."
984
- msgstr ""
985
-
986
- #: d:\!!!!!!!!!\Free
987
- #: Version\wck/wck-sas.php:101
988
- msgid "Available shortcodes:"
989
- msgstr ""
990
-
991
- #: d:\!!!!!!!!!\Free
992
- #: Version\wck/wck-sas.php:103
993
- msgid "[fep form_name=\"front-end-post-name\"] - displayes your form in the front-end"
994
- msgstr ""
995
-
996
- #: d:\!!!!!!!!!\Free
997
- #: Version\wck/wck-sas.php:104
998
- msgid "[fep-dashboard] - the quick-dashboard allows: simple profile updates, editing/deletion of posts, pages and custom post types."
999
- msgstr ""
1000
-
1001
- #: d:\!!!!!!!!!\Free
1002
- #: Version\wck/wck-sas.php:105
1003
- msgid "[fep-lilo] - login/logout/register widget with the simple usage of a shortcode. Can be added in a page or text widget."
1004
- msgstr ""
1005
-
1006
- #: d:\!!!!!!!!!\Free
1007
- #: Version\wck/wck-sas.php:107
1008
- msgid "Access documentation <a href=\"http://www.cozmoslabs.com/wordpress-creation-kit/frontend-posting/\" target=\"_blank\">here</a> about how to display them in your templates."
1009
- msgstr ""
1010
-
1011
- #: d:\!!!!!!!!!\Free
1012
- #: Version\wck/wck-sas.php:109
1013
- msgid "Option Pages (available in the Pro version)"
1014
- msgstr ""
1015
-
1016
- #: d:\!!!!!!!!!\Free
1017
- #: Version\wck/wck-sas.php:110
1018
- msgid "The Options Page Creator Allows you to create a new menu item called \"Options\"(for example) which can hold advanced custom field groups. Perfect for theme options or a simple UI for your custom plugin (like a simple testimonials section in the front-end)."
1019
- msgstr ""
1020
-
1021
- #: d:\!!!!!!!!!\Free
1022
- #: Version\wck/wck-sas.php:137
1023
- msgid "Please enter your serial number to get access to automatic updates. If you do not have one, you can <a href=\"http://www.cozmoslabs.com/wordpress-creation-kit/\" target=\"_blank\">Get One Here</a>."
1024
- msgstr ""
1025
-
1026
- #: d:\!!!!!!!!!\Free
1027
- #: Version\wck/wck-sas.php:139
1028
- msgid "Oups! Our serial verification server is down. Please try again later."
1029
- msgstr ""
1030
-
1031
- #: d:\!!!!!!!!!\Free
1032
- #: Version\wck/wck-sas.php:141
1033
- msgid "Oups! It seems the serial number you entered was not found in our database. To find out what's your serial number log-in to <a href=\"http://www.cozmoslabs.com/account/\" target=\"_blank\">your account page</a> over at Cozmoslabs.com"
1034
- msgstr ""
1035
-
1036
- #: d:\!!!!!!!!!\Free
1037
- #: Version\wck/wck-sas.php:143
1038
- msgid "Wohoo! Your serial number is valid and you have access to automatic updates."
1039
- msgstr ""
1040
-
1041
- #: d:\!!!!!!!!!\Free
1042
- #: Version\wck/wck-sas.php:145
1043
- msgid "It seems your serial number has <strong>expired</strong>. You'll continue to get automatic updates if update your serial number for another year from <a href=\"http://www.cozmoslabs.com/account/\" target=\"_blank\"><strong>your account page</strong></a>."
1044
- msgstr ""
1045
-
1046
- #: d:\!!!!!!!!!\Free
1047
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:282
1048
- msgid "Add Entry"
1049
- msgstr ""
1050
-
1051
- #: d:\!!!!!!!!!\Free
1052
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:332
1053
- msgid "Save Changes"
1054
- msgstr ""
1055
-
1056
- #: d:\!!!!!!!!!\Free
1057
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:333
1058
- msgid "Cancel"
1059
- msgstr ""
1060
-
1061
- #: d:\!!!!!!!!!\Free
1062
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:370
1063
- msgid "Content"
1064
- msgstr ""
1065
-
1066
- #: d:\!!!!!!!!!\Free
1067
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:370
1068
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:433
1069
- msgid "Edit"
1070
- msgstr ""
1071
-
1072
- #: d:\!!!!!!!!!\Free
1073
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:370
1074
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:434
1075
- msgid "Delete"
1076
- msgstr ""
1077
-
1078
- #: d:\!!!!!!!!!\Free
1079
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:433
1080
- msgid "Edit this item"
1081
- msgstr ""
1082
-
1083
- #: d:\!!!!!!!!!\Free
1084
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:434
1085
- msgid "Delete this item"
1086
- msgstr ""
1087
-
1088
- #: d:\!!!!!!!!!\Free
1089
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:506
1090
- msgid "Please enter a value for the required field "
1091
- msgstr ""
1092
-
1093
- #: d:\!!!!!!!!!\Free
1094
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:788
1095
- msgid "Select File"
1096
- msgstr ""
1097
-
1098
- #: d:\!!!!!!!!!\Free
1099
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:828
1100
- #: Version\wck/wordpress-creation-kit-api/fields/upload.php:28
1101
- msgid "Remove"
1102
- msgstr ""
1103
-
1104
- #: d:\!!!!!!!!!\Free
1105
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:866
1106
- msgid "Syncronize WCK"
1107
- msgstr ""
1108
-
1109
- #: d:\!!!!!!!!!\Free
1110
- #: Version\wck/wordpress-creation-kit-api/wordpress-creation-kit.php:878
1111
- msgid "Syncronize WCK Translation"
1112
- msgstr ""
1113
-
1114
- #: d:\!!!!!!!!!\Free
1115
- #: Version\wck/wordpress-creation-kit-api/fields/select.php:11
1116
- msgid "...Chose"
1117
- msgstr ""
1118
-
1119
- #: d:\!!!!!!!!!\Free
1120
- #: Version\wck/wordpress-creation-kit-api/fields/upload.php:40
1121
- msgid "Upload "
1122
- msgstr ""
1123
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2019 WordPress Creation Kit
2
+ # This file is distributed under the same license as the WordPress Creation Kit package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WordPress Creation Kit\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "X-Poedit-Basepath: ..\n"
10
+ "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
11
+ "X-Poedit-SearchPath-0: .\n"
12
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
13
+ "X-Poedit-SourceCharset: UTF-8\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+
16
+ #: wck-cfc.php:32
17
+ msgid "Add New Meta Box"
18
+ msgstr ""
19
+
20
+ #: wck-cfc.php:33
21
+ msgid "Edit Meta Box"
22
+ msgstr ""
23
+
24
+ #: wck-cfc.php:34
25
+ msgid "New Meta Box"
26
+ msgstr ""
27
+
28
+ #: wck-cfc.php:35, wck-sas.php:56, wck-sas.php:171
29
+ msgid "Custom Fields Creator"
30
+ msgstr ""
31
+
32
+ #: wck-cfc.php:36
33
+ msgid "View Meta Box"
34
+ msgstr ""
35
+
36
+ #: wck-cfc.php:37
37
+ msgid "Search Meta Boxes"
38
+ msgstr ""
39
+
40
+ #: wck-cfc.php:38
41
+ msgid "No Meta Boxes found"
42
+ msgstr ""
43
+
44
+ #: wck-cfc.php:39
45
+ msgid "No Meta Boxes found in Trash"
46
+ msgstr ""
47
+
48
+ #: wck-cfc.php:41
49
+ msgid "Custom Meta Boxes"
50
+ msgstr ""
51
+
52
+ #: wck-cfc.php:121, wck-cfc.php:471
53
+ msgid "Group Name"
54
+ msgstr ""
55
+
56
+ #: wck-cfc.php:121
57
+ msgid "The name of the group. Must be unique, only lowercase letters, no spaces and no special characters."
58
+ msgstr ""
59
+
60
+ #: wck-cfc.php:122, wck-cfc.php:669, wck-fep.php:125
61
+ msgid "Post Type"
62
+ msgstr ""
63
+
64
+ #: wck-cfc.php:122
65
+ msgid "What post type the meta box should be attached to"
66
+ msgstr ""
67
+
68
+ #: wck-cfc.php:123, wck-opc.php:172
69
+ msgid "Repeater"
70
+ msgstr ""
71
+
72
+ #: wck-cfc.php:123, wck-opc.php:172
73
+ msgid "Whether the box supports just one entry or if it is a repeater field. By default it is a single field."
74
+ msgstr ""
75
+
76
+ #: wck-cfc.php:124, wck-opc.php:173
77
+ msgid "Sortable"
78
+ msgstr ""
79
+
80
+ #: wck-cfc.php:124, wck-opc.php:173
81
+ msgid "Whether the entries are sortable or not. This is valid for repeater fields."
82
+ msgstr ""
83
+
84
+ #: wck-cfc.php:125
85
+ msgid "Post ID"
86
+ msgstr ""
87
+
88
+ #: wck-cfc.php:125
89
+ msgid "ID of a post on which the meta box should appear. You can also input multiple IDs and separate them with \",\""
90
+ msgstr ""
91
+
92
+ #: wck-cfc.php:130
93
+ msgid "Nested"
94
+ msgstr ""
95
+
96
+ #: wck-cfc.php:130
97
+ msgid "Set to true if you want this metabox to be a nested repeater inside another repeater."
98
+ msgstr ""
99
+
100
+ #: wck-cfc.php:135, wck-cfc.php:670
101
+ msgid "Page Template"
102
+ msgstr ""
103
+
104
+ #: wck-cfc.php:135
105
+ msgid "If post type is \"page\" you can further select a page templete. The meta box will only appear on the page that has that selected page template."
106
+ msgstr ""
107
+
108
+ #: wck-cfc.php:138
109
+ msgid "Box Style"
110
+ msgstr ""
111
+
112
+ #: wck-cfc.php:138
113
+ msgid "If the fields should be in a meta-box or not"
114
+ msgstr ""
115
+
116
+ #: wck-cfc.php:143, wck-cfc.php:804
117
+ msgid "Meta Box Arguments"
118
+ msgstr ""
119
+
120
+ #: wck-cfc.php:165, wck-opc.php:201
121
+ msgid "Field Title"
122
+ msgstr ""
123
+
124
+ #: wck-cfc.php:165, wck-opc.php:201
125
+ msgid "Title of the field. A slug will automatically be generated."
126
+ msgstr ""
127
+
128
+ #: wck-cfc.php:166, wck-fep.php:151, wck-opc.php:202
129
+ msgid "Field Type"
130
+ msgstr ""
131
+
132
+ #: wck-cfc.php:166, wck-fep.php:151, wck-opc.php:202
133
+ msgid "The field type"
134
+ msgstr ""
135
+
136
+ #: wck-cfc.php:167, wck-cfc.php:473
137
+ msgid "Field Slug"
138
+ msgstr ""
139
+
140
+ #: wck-cfc.php:167
141
+ msgid "The meta name of the field, generated automatically from the title, by which you can query. Can be changed. Must be unique, only lowercase letters, no spaces and no special characters."
142
+ msgstr ""
143
+
144
+ #: wck-cfc.php:168, wck-cptc.php:50, wck-opc.php:203, wordpress-creation-kit-api/wck-fep/wck-fep.php:1042
145
+ msgid "Description"
146
+ msgstr ""
147
+
148
+ #: wck-cfc.php:169, wck-fep.php:152, wck-opc.php:204
149
+ msgid "Required"
150
+ msgstr ""
151
+
152
+ #: wck-cfc.php:169, wck-opc.php:204
153
+ msgid "Whether the field is required or not"
154
+ msgstr ""
155
+
156
+ #: wck-cfc.php:170, wck-opc.php:205
157
+ msgid "CPT"
158
+ msgstr ""
159
+
160
+ #: wck-cfc.php:170, wck-opc.php:205
161
+ msgid "Select what custom post type should be used in the CPT Select."
162
+ msgstr ""
163
+
164
+ #: wck-cfc.php:171, wck-opc.php:206
165
+ msgid "Default Value"
166
+ msgstr ""
167
+
168
+ #: wck-cfc.php:171
169
+ msgid "Default value of the field. For Checkboxes if there are multiple values separate them with a \",\". For an Upload field input an attachment id."
170
+ msgstr ""
171
+
172
+ #: wck-cfc.php:172, wck-opc.php:207
173
+ msgid "Default Text"
174
+ msgstr ""
175
+
176
+ #: wck-cfc.php:172, wck-opc.php:207
177
+ msgid "Default text of the textarea."
178
+ msgstr ""
179
+
180
+ #: wck-cfc.php:173, wck-opc.php:208
181
+ msgid "HTML Content"
182
+ msgstr ""
183
+
184
+ #: wck-cfc.php:173
185
+ msgid "Add your HTML (or text) content."
186
+ msgstr ""
187
+
188
+ #: wck-cfc.php:174, wck-opc.php:209
189
+ msgid "Options"
190
+ msgstr ""
191
+
192
+ #: wck-cfc.php:174, wck-opc.php:209
193
+ msgid "Options for field types \"select\", \"checkbox\" and \"radio\". For multiple options separate them with a \",\"."
194
+ msgstr ""
195
+
196
+ #: wck-cfc.php:175, wck-cptc.php:394, wck-ctc.php:459, wck-opc.php:210
197
+ msgid "Labels"
198
+ msgstr ""
199
+
200
+ #: wck-cfc.php:175, wck-opc.php:210
201
+ msgid "Labels for field types \"select\", \"checkbox\" and \"radio\". For multiple options separate them with a \",\"."
202
+ msgstr ""
203
+
204
+ #: wck-cfc.php:176, wck-opc.php:211
205
+ msgid "Phone Format"
206
+ msgstr ""
207
+
208
+ #: wck-cfc.php:176, wck-opc.php:211
209
+ msgid "You can use: # for numbers, parentheses ( ), - sign, + sign, dot . and spaces."
210
+ msgstr ""
211
+
212
+ #: wck-cfc.php:176, wck-opc.php:211
213
+ msgid "Eg. (###) ###-####"
214
+ msgstr ""
215
+
216
+ #: wck-cfc.php:176, wck-opc.php:211
217
+ msgid "Empty field won't check for correct phone number."
218
+ msgstr ""
219
+
220
+ #: wck-cfc.php:177, wck-opc.php:212
221
+ msgid "Min Number Value"
222
+ msgstr ""
223
+
224
+ #: wck-cfc.php:177, wck-opc.php:212
225
+ msgid "Min allowed number value (0 to allow only positive numbers)"
226
+ msgstr ""
227
+
228
+ #: wck-cfc.php:177, wck-opc.php:212
229
+ msgid "Leave it empty for no min value"
230
+ msgstr ""
231
+
232
+ #: wck-cfc.php:178, wck-opc.php:213
233
+ msgid "Max Number Value"
234
+ msgstr ""
235
+
236
+ #: wck-cfc.php:178, wck-opc.php:213
237
+ msgid "Max allowed number value (0 to allow only negative numbers)"
238
+ msgstr ""
239
+
240
+ #: wck-cfc.php:178, wck-opc.php:213
241
+ msgid "Leave it empty for no max value"
242
+ msgstr ""
243
+
244
+ #: wck-cfc.php:179, wck-opc.php:214
245
+ msgid "Number Step Value"
246
+ msgstr ""
247
+
248
+ #: wck-cfc.php:179, wck-opc.php:214
249
+ msgid "Step value 1 to allow only integers, 0.1 to allow integers and numbers with 1 decimal"
250
+ msgstr ""
251
+
252
+ #: wck-cfc.php:179, wck-opc.php:214
253
+ msgid "To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on"
254
+ msgstr ""
255
+
256
+ #: wck-cfc.php:179, wck-opc.php:214
257
+ msgid "You can also use step value to specify the legal number intervals (eg. step value 2 will allow only -4, -2, 0, 2 and so on)"
258
+ msgstr ""
259
+
260
+ #: wck-cfc.php:179, wck-opc.php:214
261
+ msgid "Leave it empty for no restriction"
262
+ msgstr ""
263
+
264
+ #: wck-cfc.php:180
265
+ msgid "Attach upload to post"
266
+ msgstr ""
267
+
268
+ #: wck-cfc.php:180
269
+ msgid "Uploads will be attached to the post if this is checked"
270
+ msgstr ""
271
+
272
+ #: wck-cfc.php:181, wck-opc.php:215
273
+ msgid "Number of rows"
274
+ msgstr ""
275
+
276
+ #: wck-cfc.php:181, wck-opc.php:215
277
+ msgid "Number of rows for the textarea"
278
+ msgstr ""
279
+
280
+ #: wck-cfc.php:182, wck-opc.php:216
281
+ msgid "Readonly"
282
+ msgstr ""
283
+
284
+ #: wck-cfc.php:182, wck-opc.php:216
285
+ msgid "Whether the textarea is readonly or not"
286
+ msgstr ""
287
+
288
+ #: wck-cfc.php:183, wck-opc.php:217
289
+ msgid "Default Latitude"
290
+ msgstr ""
291
+
292
+ #: wck-cfc.php:183, wck-opc.php:217
293
+ msgid "The latitude at which the map should be displayed when no pins are attached."
294
+ msgstr ""
295
+
296
+ #: wck-cfc.php:184, wck-opc.php:218
297
+ msgid "Default Longitude"
298
+ msgstr ""
299
+
300
+ #: wck-cfc.php:184, wck-opc.php:218
301
+ msgid "The longitude at which the map should be displayed when no pins are attached."
302
+ msgstr ""
303
+
304
+ #: wck-cfc.php:185, wck-opc.php:219
305
+ msgid "Default Zoom"
306
+ msgstr ""
307
+
308
+ #: wck-cfc.php:185, wck-opc.php:219
309
+ msgid "Add a number from 0 to 19. The higher the number the higher the zoom."
310
+ msgstr ""
311
+
312
+ #: wck-cfc.php:186, wck-opc.php:220
313
+ msgid "Map Height"
314
+ msgstr ""
315
+
316
+ #: wck-cfc.php:186, wck-opc.php:220
317
+ msgid "The height of the map."
318
+ msgstr ""
319
+
320
+ #: wck-cfc.php:187, wck-opc.php:221
321
+ msgid "Date Format"
322
+ msgstr ""
323
+
324
+ #: wck-cfc.php:187, wck-opc.php:221
325
+ msgid "The format of the datepicker date"
326
+ msgstr ""
327
+
328
+ #: wck-cfc.php:194, wck-cfc.php:810
329
+ msgid "Meta Box Fields"
330
+ msgstr ""
331
+
332
+ #: wck-cfc.php:207
333
+ msgid "Enter below the arguments for the meta box."
334
+ msgstr ""
335
+
336
+ #: wck-cfc.php:304, wck-opc.php:460
337
+ msgid "Required phone number format: "
338
+ msgstr ""
339
+
340
+ #: wck-cfc.php:478
341
+ msgid ""
342
+ "Choose a different %s as this one contains spaces\n"
343
+ ""
344
+ msgstr ""
345
+
346
+ #: wck-cfc.php:480
347
+ msgid ""
348
+ "Choose a different %s as this one is reserved\n"
349
+ ""
350
+ msgstr ""
351
+
352
+ #: wck-cfc.php:482
353
+ msgid ""
354
+ "Choose a different %s as this one contains uppercase letters\n"
355
+ ""
356
+ msgstr ""
357
+
358
+ #: wck-cfc.php:484
359
+ msgid ""
360
+ "Choose a different %s as this one already exists\n"
361
+ ""
362
+ msgstr ""
363
+
364
+ #: wck-cfc.php:560
365
+ msgid ""
366
+ "Choose a different Field Title as this one is reserved\n"
367
+ ""
368
+ msgstr ""
369
+
370
+ #: wck-cfc.php:668
371
+ msgid "Id"
372
+ msgstr ""
373
+
374
+ #: wck-cfc.php:674
375
+ msgid "Nested Repeater"
376
+ msgstr ""
377
+
378
+ #: wck-cfc.php:750, wck-cptc.php:340, wck-ctc.php:405, wck.php:51
379
+ msgid "Wordpress Creation Kit"
380
+ msgstr ""
381
+
382
+ #: wck-cfc.php:767, wck-cptc.php:357, wck-ctc.php:422
383
+ msgid "TranslatePress"
384
+ msgstr ""
385
+
386
+ #: wck-cfc.php:798, wck-cptc.php:388, wck-ctc.php:453, wck-fep.php:629
387
+ msgid "Overview"
388
+ msgstr ""
389
+
390
+ #: wck-cfc.php:799
391
+ msgid "WCK Custom Fields Creator allows you to easily create custom meta boxes for Wordpress without any programming knowledge."
392
+ msgstr ""
393
+
394
+ #: wck-cfc.php:805
395
+ msgid "Define here the rules for the meta box. This rules are used to set up where the meta box will appear, it's type and also the meta key name stored in the database. The name of the entry (Enter title here) will be used as the meta box title."
396
+ msgstr ""
397
+
398
+ #: wck-cfc.php:811
399
+ msgid "Define here the fields contained in the meta box. From \"Field Title\" a slug will be automatically generated and you will use this slug to display the data in the frontend."
400
+ msgstr ""
401
+
402
+ #: wck-cfc.php:816
403
+ msgid "CFC Frontend Example"
404
+ msgstr ""
405
+
406
+ #: wck-cfc.php:817
407
+ msgid "Let's consider we have a meta box with the following arguments:<br /> - Meta name: books <br /> - Post Type: post <br />And we also have two fields deffined:<br /> - A text field with the Field Title: Book name <br /> - And another text field with the Field Title: Author name "
408
+ msgstr ""
409
+
410
+ #: wck-cfc.php:817
411
+ msgid "You will notice that slugs will automatically be created for the two text fields. For \"Book name\" the slug will be \"book-name\" and for \"Author name\" the slug will be \"author-name\""
412
+ msgstr ""
413
+
414
+ #: wck-cfc.php:817
415
+ msgid "Let's see what the code for displaying the meta box values in single.php of your theme would be:"
416
+ msgstr ""
417
+
418
+ #: wck-cfc.php:817
419
+ msgid "So as you can see the Meta Name \"books\" is used as the $key parameter of the funtion <a href=\"http://codex.wordpress.org/Function_Reference/get_post_meta\" target=\"_blank\">get_post_meta()</a> and the slugs of the text fields are used as keys for the resulting array. Basically CFC stores the entries as post meta in a multidimensioanl array. In our case the array would be: <br /><pre>array( array( \"book-name\" => \"The Hitchhiker's Guide To The Galaxy\", \"author-name\" => \"Douglas Adams\" ), array( \"book-name\" => \"Ender's Game\", \"author-name\" => \"Orson Scott Card\" ) );</pre> This is true even for single entries."
420
+ msgstr ""
421
+
422
+ #: wck-cfc.php:845
423
+ msgid "Metabox updated."
424
+ msgstr ""
425
+
426
+ #: wck-cfc.php:926, wordpress-creation-kit-api/wordpress-creation-kit.php:526, wordpress-creation-kit-api/wordpress-creation-kit.php:633, wordpress-creation-kit-api/wck-fep/wck-fep.php:870
427
+ msgid "Edit"
428
+ msgstr ""
429
+
430
+ #: wck-cfc.php:927
431
+ msgid "Overwrite Existing"
432
+ msgstr ""
433
+
434
+ #: wck-cfc.php:965
435
+ msgid "Please enter a valid phone number for field "
436
+ msgstr ""
437
+
438
+ #: wck-cfc.php:980
439
+ msgid "Please enter numbers only for field "
440
+ msgstr ""
441
+
442
+ #: wck-cfc.php:995
443
+ msgid " field value must be a multiplier of "
444
+ msgstr ""
445
+
446
+ #: wck-cfc.php:1010
447
+ msgid " field value must be greater than or equal to "
448
+ msgstr ""
449
+
450
+ #: wck-cfc.php:1024
451
+ msgid " field value must be less than or equal to "
452
+ msgstr ""
453
+
454
+ #: wck-cfc.php:1042
455
+ msgid "To update the meta information on posts to the new unserialized structure go to %1$sthis page%2$s and follow the instructions. Please make a backup of your database first! %3$sDismiss%4$s"
456
+ msgstr ""
457
+
458
+ #: wck-cfc.php:1067
459
+ msgid "Processing Unserialized Fields"
460
+ msgstr ""
461
+
462
+ #: wck-cfc.php:1071
463
+ msgid "The process has started, please be patient. This could take several minutes. You will be automatically redirected when the process is finished."
464
+ msgstr ""
465
+
466
+ #: wck-cfc.php:1073
467
+ msgid "%d posts of %d processed"
468
+ msgstr ""
469
+
470
+ #: wck-cfc.php:1080
471
+ msgid "The process has finished."
472
+ msgstr ""
473
+
474
+ #: wck-cptc.php:6
475
+ msgid "WCK Post Type Creator"
476
+ msgstr ""
477
+
478
+ #: wck-cptc.php:7, wck-sas.php:175
479
+ msgid "Post Type Creator"
480
+ msgstr ""
481
+
482
+ #: wck-cptc.php:49
483
+ msgid "Post type"
484
+ msgstr ""
485
+
486
+ #: wck-cptc.php:49
487
+ msgid "(max. 20 characters, can not contain capital letters, hyphens, or spaces)"
488
+ msgstr ""
489
+
490
+ #: wck-cptc.php:50
491
+ msgid "A short descriptive summary of what the post type is."
492
+ msgstr ""
493
+
494
+ #: wck-cptc.php:51, wck-ctc.php:38
495
+ msgid "Singular Label"
496
+ msgstr ""
497
+
498
+ #: wck-cptc.php:51
499
+ msgid "ex. Book"
500
+ msgstr ""
501
+
502
+ #: wck-cptc.php:52, wck-ctc.php:39
503
+ msgid "Plural Label"
504
+ msgstr ""
505
+
506
+ #: wck-cptc.php:52
507
+ msgid "ex. Books"
508
+ msgstr ""
509
+
510
+ #: wck-cptc.php:53, wck-ctc.php:41
511
+ msgid "Hierarchical"
512
+ msgstr ""
513
+
514
+ #: wck-cptc.php:53
515
+ msgid "Whether the post type is hierarchical. Allows Parent to be specified."
516
+ msgstr ""
517
+
518
+ #: wck-cptc.php:54
519
+ msgid "Has Archive"
520
+ msgstr ""
521
+
522
+ #: wck-cptc.php:54
523
+ msgid "Enables post type archives. Will use string as archive slug. Will generate the proper rewrite rules if rewrite is enabled."
524
+ msgstr ""
525
+
526
+ #: wck-cptc.php:55
527
+ msgid "Supports"
528
+ msgstr ""
529
+
530
+ #: wck-cptc.php:58
531
+ msgid "Add New"
532
+ msgstr ""
533
+
534
+ #: wck-cptc.php:58
535
+ msgid "ex. Add New"
536
+ msgstr ""
537
+
538
+ #: wck-cptc.php:59, wck-ctc.php:50
539
+ msgid "Add New Item"
540
+ msgstr ""
541
+
542
+ #: wck-cptc.php:59
543
+ msgid "ex. Add New Book"
544
+ msgstr ""
545
+
546
+ #: wck-cptc.php:60, wck-ctc.php:48
547
+ msgid "Edit Item"
548
+ msgstr ""
549
+
550
+ #: wck-cptc.php:60
551
+ msgid "ex. Edit Book"
552
+ msgstr ""
553
+
554
+ #: wck-cptc.php:61
555
+ msgid "New Item"
556
+ msgstr ""
557
+
558
+ #: wck-cptc.php:61
559
+ msgid "ex. New Book"
560
+ msgstr ""
561
+
562
+ #: wck-cptc.php:62, wck-ctc.php:45
563
+ msgid "All Items"
564
+ msgstr ""
565
+
566
+ #: wck-cptc.php:62
567
+ msgid "ex. All Books"
568
+ msgstr ""
569
+
570
+ #: wck-cptc.php:63
571
+ msgid "View Items"
572
+ msgstr ""
573
+
574
+ #: wck-cptc.php:63
575
+ msgid "ex. View Books"
576
+ msgstr ""
577
+
578
+ #: wck-cptc.php:64, wck-ctc.php:43
579
+ msgid "Search Items"
580
+ msgstr ""
581
+
582
+ #: wck-cptc.php:64
583
+ msgid "ex. Search Books"
584
+ msgstr ""
585
+
586
+ #: wck-cptc.php:65
587
+ msgid "Not Found"
588
+ msgstr ""
589
+
590
+ #: wck-cptc.php:65
591
+ msgid "ex. No Books Found"
592
+ msgstr ""
593
+
594
+ #: wck-cptc.php:66
595
+ msgid "Not Found In Trash"
596
+ msgstr ""
597
+
598
+ #: wck-cptc.php:66
599
+ msgid "ex. No Books found in Trash"
600
+ msgstr ""
601
+
602
+ #: wck-cptc.php:67, wck-ctc.php:47
603
+ msgid "Parent Item Colon"
604
+ msgstr ""
605
+
606
+ #: wck-cptc.php:67
607
+ msgid "the parent text. This string isn't used on non-hierarchical types. In hierarchical ones the default is Parent Page "
608
+ msgstr ""
609
+
610
+ #: wck-cptc.php:68, wck-ctc.php:55
611
+ msgid "Menu Name"
612
+ msgstr ""
613
+
614
+ #: wck-cptc.php:73, wck-fep.php:195, wck-fep.php:406
615
+ msgid "Featured Image"
616
+ msgstr ""
617
+
618
+ #: wck-cptc.php:73
619
+ msgid "ex. Featured Image"
620
+ msgstr ""
621
+
622
+ #: wck-cptc.php:74
623
+ msgid "Set Featured Image"
624
+ msgstr ""
625
+
626
+ #: wck-cptc.php:74
627
+ msgid "ex. Set Featured Image"
628
+ msgstr ""
629
+
630
+ #: wck-cptc.php:75
631
+ msgid "Remove Featured Image"
632
+ msgstr ""
633
+
634
+ #: wck-cptc.php:75
635
+ msgid "ex. Remove Featured Image"
636
+ msgstr ""
637
+
638
+ #: wck-cptc.php:76
639
+ msgid "Use Featured Image"
640
+ msgstr ""
641
+
642
+ #: wck-cptc.php:76
643
+ msgid "ex. Use Featured Image"
644
+ msgstr ""
645
+
646
+ #: wck-cptc.php:86
647
+ msgid "Archives"
648
+ msgstr ""
649
+
650
+ #: wck-cptc.php:86
651
+ msgid "ex. Archives"
652
+ msgstr ""
653
+
654
+ #: wck-cptc.php:87
655
+ msgid "Inser Into Item"
656
+ msgstr ""
657
+
658
+ #: wck-cptc.php:87
659
+ msgid "ex. Inser Into Item"
660
+ msgstr ""
661
+
662
+ #: wck-cptc.php:88
663
+ msgid "Uploaded to this Item"
664
+ msgstr ""
665
+
666
+ #: wck-cptc.php:88
667
+ msgid "ex. Uploaded to this Item"
668
+ msgstr ""
669
+
670
+ #: wck-cptc.php:89
671
+ msgid "Filter Items List"
672
+ msgstr ""
673
+
674
+ #: wck-cptc.php:89
675
+ msgid "ex. Filter Items List"
676
+ msgstr ""
677
+
678
+ #: wck-cptc.php:90, wck-ctc.php:66
679
+ msgid "Items List Navigation"
680
+ msgstr ""
681
+
682
+ #: wck-cptc.php:90, wck-ctc.php:66
683
+ msgid "ex. Items List Navigation"
684
+ msgstr ""
685
+
686
+ #: wck-cptc.php:91, wck-ctc.php:67
687
+ msgid "Items List"
688
+ msgstr ""
689
+
690
+ #: wck-cptc.php:91, wck-ctc.php:67
691
+ msgid "ex. Items List"
692
+ msgstr ""
693
+
694
+ #: wck-cptc.php:100, wck-ctc.php:76
695
+ msgid "Public"
696
+ msgstr ""
697
+
698
+ #: wck-cptc.php:100, wck-ctc.php:76
699
+ msgid "Meta argument used to define default values for publicly_queriable, show_ui, show_in_nav_menus and exclude_from_search"
700
+ msgstr ""
701
+
702
+ #: wck-cptc.php:101, wck-ctc.php:77
703
+ msgid "Show UI"
704
+ msgstr ""
705
+
706
+ #: wck-cptc.php:101, wck-ctc.php:77
707
+ msgid "Whether to generate a default UI for managing this post type."
708
+ msgstr ""
709
+
710
+ #: wck-cptc.php:102
711
+ msgid "Show In Nav Menus"
712
+ msgstr ""
713
+
714
+ #: wck-cptc.php:102
715
+ msgid "Whether post_type is available for selection in navigation menus."
716
+ msgstr ""
717
+
718
+ #: wck-cptc.php:103
719
+ msgid "Show In Menu"
720
+ msgstr ""
721
+
722
+ #: wck-cptc.php:103
723
+ msgid "Whether to show the post type in the admin menu. show_ui must be true. \"false\" - do not display in the admin menu, \"true\" - display as a top level menu, \"some string\" - If an existing top level page such as \"tools.php\" or \"edit.php?post_type=page\", the post type will be placed as a sub menu of that."
724
+ msgstr ""
725
+
726
+ #: wck-cptc.php:104
727
+ msgid "Menu Position"
728
+ msgstr ""
729
+
730
+ #: wck-cptc.php:104
731
+ msgid "The position in the menu order the post type should appear."
732
+ msgstr ""
733
+
734
+ #: wck-cptc.php:105
735
+ msgid "Menu Icon"
736
+ msgstr ""
737
+
738
+ #: wck-cptc.php:105
739
+ msgid "The url to the icon to be used for this menu."
740
+ msgstr ""
741
+
742
+ #: wck-cptc.php:106
743
+ msgid "Capability Type"
744
+ msgstr ""
745
+
746
+ #: wck-cptc.php:106
747
+ msgid "The string to use to build the read, edit, and delete capabilities."
748
+ msgstr ""
749
+
750
+ #: wck-cptc.php:107
751
+ msgid "Taxonomies"
752
+ msgstr ""
753
+
754
+ #: wck-cptc.php:108, wck-ctc.php:83
755
+ msgid "Rewrite"
756
+ msgstr ""
757
+
758
+ #: wck-cptc.php:108, wck-ctc.php:83
759
+ msgid "Rewrite permalinks."
760
+ msgstr ""
761
+
762
+ #: wck-cptc.php:109, wck-ctc.php:84
763
+ msgid "With Front"
764
+ msgstr ""
765
+
766
+ #: wck-cptc.php:109, wck-ctc.php:84
767
+ msgid "Use the defined base for permalinks."
768
+ msgstr ""
769
+
770
+ #: wck-cptc.php:110, wck-ctc.php:85
771
+ msgid "Rewrite Slug"
772
+ msgstr ""
773
+
774
+ #: wck-cptc.php:110, wck-ctc.php:85
775
+ msgid "Defaults to post type name."
776
+ msgstr ""
777
+
778
+ #: wck-cptc.php:111, wck-ctc.php:82
779
+ msgid "Show in REST API"
780
+ msgstr ""
781
+
782
+ #: wck-cptc.php:111
783
+ msgid "Make this post type available via WP REST API "
784
+ msgstr ""
785
+
786
+ #: wck-cptc.php:121
787
+ msgid "Custom Post Type Creation"
788
+ msgstr ""
789
+
790
+ #: wck-cptc.php:150, wck-cptc.php:151, wck-cptc.php:152, wck-cptc.php:153, wck-cptc.php:154, wck-cptc.php:155, wck-cptc.php:156, wck-cptc.php:157, wck-ctc.php:118, wck-ctc.php:119, wck-ctc.php:120, wck-ctc.php:121, wck-ctc.php:122, wck-ctc.php:123, wck-ctc.php:124, wck-ctc.php:125, wck-ctc.php:126, wck-ctc.php:127, wck-ctc.php:128, wck-ctc.php:129, wordpress-creation-kit-api/wordpress-creation-kit.php:484, wordpress-creation-kit-api/wordpress-creation-kit.php:485, wordpress-creation-kit-api/wck-stp/stp-init-metabox.php:67
791
+ msgstr ""
792
+
793
+ #: wck-cptc.php:250, wck-cptc.php:250, wck-cptc.php:250, wck-cptc.php:274, wck-cptc.php:274, wck-cptc.php:274, wck-ctc.php:322, wck-ctc.php:322, wck-ctc.php:322, wck-ctc.php:346, wck-ctc.php:346, wck-ctc.php:346
794
+ msgid "Show Advanced Label Options"
795
+ msgstr ""
796
+
797
+ #: wck-cptc.php:250, wck-cptc.php:250, wck-cptc.php:274, wck-cptc.php:274, wck-ctc.php:322, wck-ctc.php:322, wck-ctc.php:346, wck-ctc.php:346
798
+ msgid "Hide Advanced Label Options"
799
+ msgstr ""
800
+
801
+ #: wck-cptc.php:262, wck-cptc.php:262, wck-cptc.php:262, wck-cptc.php:288, wck-cptc.php:288, wck-cptc.php:288, wck-cptc.php:317, wck-cptc.php:317, wck-cptc.php:317, wck-ctc.php:334, wck-ctc.php:334, wck-ctc.php:334, wck-ctc.php:360, wck-ctc.php:360, wck-ctc.php:360, wck-ctc.php:389, wck-ctc.php:389, wck-ctc.php:389, wck-opc.php:249, wck-opc.php:249, wck-opc.php:249, wck-opc.php:261, wck-opc.php:261, wck-opc.php:261, wck-opc.php:275, wck-opc.php:275, wck-opc.php:275
802
+ msgid "Show Advanced Options"
803
+ msgstr ""
804
+
805
+ #: wck-cptc.php:262, wck-cptc.php:288, wck-cptc.php:288, wck-cptc.php:317, wck-cptc.php:317, wck-ctc.php:334, wck-ctc.php:334, wck-ctc.php:360, wck-ctc.php:360, wck-ctc.php:389, wck-ctc.php:389, wck-opc.php:249, wck-opc.php:249, wck-opc.php:261, wck-opc.php:261, wck-opc.php:275, wck-opc.php:275
806
+ msgid "Hide Advanced Options"
807
+ msgstr ""
808
+
809
+ #: wck-cptc.php:303, wck-cptc.php:303, wck-cptc.php:303, wck-ctc.php:375, wck-ctc.php:375, wck-ctc.php:375
810
+ msgid "Show Advanced Labels"
811
+ msgstr ""
812
+
813
+ #: wck-cptc.php:303, wck-cptc.php:303, wck-ctc.php:375, wck-ctc.php:375
814
+ msgid "Hide Advanced Labels"
815
+ msgstr ""
816
+
817
+ #: wck-cptc.php:389
818
+ msgid "WCK Custom Post Type Creator allows you to easily create custom post types for Wordpress without any programming knowledge.<br />Most of the common options for creating a post type are displayed by default while the advanced options and label are just one click away."
819
+ msgstr ""
820
+
821
+ #: wck-cptc.php:395
822
+ msgid "For simplicity you are required to introduce only the Singular Label and Plural Label from wchich the rest of the labels will be formed.<br />For a more detailed control of the labels you just have to click the \"Show Advanced Label Options\" link and all the availabel labels will be displayed."
823
+ msgstr ""
824
+
825
+ #: wck-cptc.php:400, wck-ctc.php:465
826
+ msgid "Advanced Options"
827
+ msgstr ""
828
+
829
+ #: wck-cptc.php:401
830
+ msgid "The Advanced Options are set to the most common defaults for custom post types. To display them click the \"Show Advanced Options\" link."
831
+ msgstr ""
832
+
833
+ #: wck-cptc.php:482
834
+ msgid ""
835
+ "Post Type name must not contain any spaces\n"
836
+ ""
837
+ msgstr ""
838
+
839
+ #: wck-cptc.php:484
840
+ msgid ""
841
+ "Post Type name must not contain any capital letters\n"
842
+ ""
843
+ msgstr ""
844
+
845
+ #: wck-cptc.php:486
846
+ msgid ""
847
+ "Post Type name must not contain any hyphens\n"
848
+ ""
849
+ msgstr ""
850
+
851
+ #: wck-cptc.php:488
852
+ msgid ""
853
+ "Please chose a different Post Type name as this one is reserved\n"
854
+ ""
855
+ msgstr ""
856
+
857
+ #: wck-ctc.php:6
858
+ msgid "WCK Taxonomy Creator"
859
+ msgstr ""
860
+
861
+ #: wck-ctc.php:7, wck-sas.php:179
862
+ msgid "Taxonomy Creator"
863
+ msgstr ""
864
+
865
+ #: wck-ctc.php:37
866
+ msgid "Taxonomy"
867
+ msgstr ""
868
+
869
+ #: wck-ctc.php:37
870
+ msgid "(The name of the taxonomy. Name must not contain capital letters or spaces.)"
871
+ msgstr ""
872
+
873
+ #: wck-ctc.php:38
874
+ msgid "ex. Writer"
875
+ msgstr ""
876
+
877
+ #: wck-ctc.php:39
878
+ msgid "ex. Writers"
879
+ msgstr ""
880
+
881
+ #: wck-ctc.php:40
882
+ msgid "Attach to"
883
+ msgstr ""
884
+
885
+ #: wck-ctc.php:41
886
+ msgid "Is this taxonomy hierarchical (have descendants) like categories or not hierarchical like tags."
887
+ msgstr ""
888
+
889
+ #: wck-ctc.php:43
890
+ msgid "ex. Search Writers"
891
+ msgstr ""
892
+
893
+ #: wck-ctc.php:44
894
+ msgid "Popular Items"
895
+ msgstr ""
896
+
897
+ #: wck-ctc.php:44
898
+ msgid "ex. Popular Writers"
899
+ msgstr ""
900
+
901
+ #: wck-ctc.php:45
902
+ msgid "ex. All Writers"
903
+ msgstr ""
904
+
905
+ #: wck-ctc.php:46
906
+ msgid "Parent Item"
907
+ msgstr ""
908
+
909
+ #: wck-ctc.php:46
910
+ msgid "ex. Parent Genre"
911
+ msgstr ""
912
+
913
+ #: wck-ctc.php:47
914
+ msgid "ex. Parent Genre:"
915
+ msgstr ""
916
+
917
+ #: wck-ctc.php:48
918
+ msgid "ex. Edit Writer"
919
+ msgstr ""
920
+
921
+ #: wck-ctc.php:49
922
+ msgid "Update Item"
923
+ msgstr ""
924
+
925
+ #: wck-ctc.php:49
926
+ msgid "ex. Update Writer"
927
+ msgstr ""
928
+
929
+ #: wck-ctc.php:50
930
+ msgid "ex. Add New Writer"
931
+ msgstr ""
932
+
933
+ #: wck-ctc.php:51
934
+ msgid "New Item Name"
935
+ msgstr ""
936
+
937
+ #: wck-ctc.php:51
938
+ msgid "ex. New Writer Name"
939
+ msgstr ""
940
+
941
+ #: wck-ctc.php:52
942
+ msgid "Separate Items With Commas"
943
+ msgstr ""
944
+
945
+ #: wck-ctc.php:52
946
+ msgid "ex. Separate writers with commas"
947
+ msgstr ""
948
+
949
+ #: wck-ctc.php:53
950
+ msgid "Add Or Remove Items"
951
+ msgstr ""
952
+
953
+ #: wck-ctc.php:53
954
+ msgid "ex. Add or remove writers"
955
+ msgstr ""
956
+
957
+ #: wck-ctc.php:54
958
+ msgid "Choose From Most Used"
959
+ msgstr ""
960
+
961
+ #: wck-ctc.php:54
962
+ msgid "ex. Choose from the most used writers"
963
+ msgstr ""
964
+
965
+ #: wck-ctc.php:59
966
+ msgid "No Terms"
967
+ msgstr ""
968
+
969
+ #: wck-ctc.php:59
970
+ msgid "ex. No Terms"
971
+ msgstr ""
972
+
973
+ #: wck-ctc.php:78
974
+ msgid "Show Tagcloud"
975
+ msgstr ""
976
+
977
+ #: wck-ctc.php:78
978
+ msgid "Whether to allow the Tag Cloud widget to use this taxonomy."
979
+ msgstr ""
980
+
981
+ #: wck-ctc.php:79
982
+ msgid "Show Admin Column"
983
+ msgstr ""
984
+
985
+ #: wck-ctc.php:79
986
+ msgid "Whether to allow automatic creation of taxonomy columns on associated post-types."
987
+ msgstr ""
988
+
989
+ #: wck-ctc.php:80
990
+ msgid "Sortable Admin Column"
991
+ msgstr ""
992
+
993
+ #: wck-ctc.php:80
994
+ msgid "Whether to make the columns sortable or not. WARNING: on a large number of posts the performance can be severely affected"
995
+ msgstr ""
996
+
997
+ #: wck-ctc.php:81
998
+ msgid "Show in Quick Edit"
999
+ msgstr ""
1000
+
1001
+ #: wck-ctc.php:81
1002
+ msgid "Whether to show the taxonomy in the quick/bulk edit panel."
1003
+ msgstr ""
1004
+
1005
+ #: wck-ctc.php:82
1006
+ msgid "Make this taxonomy available via WP REST API "
1007
+ msgstr ""
1008
+
1009
+ #: wck-ctc.php:94
1010
+ msgid "Custom Taxonomy Creation"
1011
+ msgstr ""
1012
+
1013
+ #: wck-ctc.php:285
1014
+ msgid ""
1015
+ "Taxonomy name must not contain any spaces\n"
1016
+ ""
1017
+ msgstr ""
1018
+
1019
+ #: wck-ctc.php:287
1020
+ msgid ""
1021
+ "Tanomony name must not contain any capital letters\n"
1022
+ ""
1023
+ msgstr ""
1024
+
1025
+ #: wck-ctc.php:289
1026
+ msgid ""
1027
+ "Please chose a different Tanomony name as this one is reserved\n"
1028
+ ""
1029
+ msgstr ""
1030
+
1031
+ #: wck-ctc.php:454
1032
+ msgid "WCK Custom Taxonomy Creator allows you to easily create custom taxonomy for Wordpress without any programming knowledge.<br />Most of the common options for creating a taxonomy are displayed by default while the advanced and label options are just one click away."
1033
+ msgstr ""
1034
+
1035
+ #: wck-ctc.php:460
1036
+ msgid "For simplicity you are required to introduce only the Singular Label and Plural Label from wchich the rest of the labels will be formed.<br />For a more detailed control of the labels you just have to click the \"Show Advanced Label Options\" link and all the availabel labels will be displayed"
1037
+ msgstr ""
1038
+
1039
+ #: wck-ctc.php:466
1040
+ msgid "The Advanced Options are set to the most common defaults for taxonomies. To display them click the \"Show Advanced Options\" link."
1041
+ msgstr ""
1042
+
1043
+ #: wck-fep.php:15
1044
+ msgid "Add New Frontend Posting"
1045
+ msgstr ""
1046
+
1047
+ #: wck-fep.php:16
1048
+ msgid "Edit Frontend Posting"
1049
+ msgstr ""
1050
+
1051
+ #: wck-fep.php:17
1052
+ msgid "New Frontend Posting"
1053
+ msgstr ""
1054
+
1055
+ #: wck-fep.php:18, wck-fep.php:24, wck-sas.php:61
1056
+ msgid "Frontend Posting"
1057
+ msgstr ""
1058
+
1059
+ #: wck-fep.php:19
1060
+ msgid "View Frontend Posting"
1061
+ msgstr ""
1062
+
1063
+ #: wck-fep.php:20
1064
+ msgid "Search Frontend Posting"
1065
+ msgstr ""
1066
+
1067
+ #: wck-fep.php:21
1068
+ msgid "No Frontend Posting found"
1069
+ msgstr ""
1070
+
1071
+ #: wck-fep.php:22
1072
+ msgid "No Frontend Posting found in Trash"
1073
+ msgstr ""
1074
+
1075
+ #: wck-fep.php:125
1076
+ msgid "Select in what post type the entries of this form will be added."
1077
+ msgstr ""
1078
+
1079
+ #: wck-fep.php:126
1080
+ msgid "Anonymous posting"
1081
+ msgstr ""
1082
+
1083
+ #: wck-fep.php:126
1084
+ msgid "Enable anonymous posting. If enabled users can use this form without being logged in."
1085
+ msgstr ""
1086
+
1087
+ #: wck-fep.php:127
1088
+ msgid "Assign to user"
1089
+ msgstr ""
1090
+
1091
+ #: wck-fep.php:127
1092
+ msgid "The user that the posts are assigned to with \"Anonymous posting\". Defaults to admin"
1093
+ msgstr ""
1094
+
1095
+ #: wck-fep.php:128
1096
+ msgid "Admin Approval"
1097
+ msgstr ""
1098
+
1099
+ #: wck-fep.php:128
1100
+ msgid "Enable Admin Approval. If enabled the entries from this form will be set as drafts and will require an admin to approve them."
1101
+ msgstr ""
1102
+
1103
+ #: wck-fep.php:129
1104
+ msgid "Shortcode Page"
1105
+ msgstr ""
1106
+
1107
+ #: wck-fep.php:129
1108
+ msgid "The page on which the shortcode will be placed. You can come back and edit this later."
1109
+ msgstr ""
1110
+
1111
+ #: wck-fep.php:135, wck-fep.php:635
1112
+ msgid "Form Setup"
1113
+ msgstr ""
1114
+
1115
+ #: wck-fep.php:152
1116
+ msgid "Is this field required?"
1117
+ msgstr ""
1118
+
1119
+ #: wck-fep.php:178, wck-fep.php:641
1120
+ msgid "Form Fields"
1121
+ msgstr ""
1122
+
1123
+ #: wck-fep.php:192, wck-fep.php:397
1124
+ msgid "Post Title"
1125
+ msgstr ""
1126
+
1127
+ #: wck-fep.php:192
1128
+ msgid "Change the \"Post Title\" label"
1129
+ msgstr ""
1130
+
1131
+ #: wck-fep.php:193, wck-fep.php:400
1132
+ msgid "Post Content"
1133
+ msgstr ""
1134
+
1135
+ #: wck-fep.php:193
1136
+ msgid "Change the \"Post Content\" label"
1137
+ msgstr ""
1138
+
1139
+ #: wck-fep.php:194, wck-fep.php:403
1140
+ msgid "Post Excerpt"
1141
+ msgstr ""
1142
+
1143
+ #: wck-fep.php:194
1144
+ msgid "Change the \"Post Excerpt\" label"
1145
+ msgstr ""
1146
+
1147
+ #: wck-fep.php:195
1148
+ msgid "Change the \"Featured Image\" label"
1149
+ msgstr ""
1150
+
1151
+ #: wck-fep.php:196, wordpress-creation-kit-api/wck-fep/wck-fep.php:435
1152
+ msgid "Add Post"
1153
+ msgstr ""
1154
+
1155
+ #: wck-fep.php:196
1156
+ msgid "Change the \"Add Post\" label for the submit button"
1157
+ msgstr ""
1158
+
1159
+ #: wck-fep.php:197, wordpress-creation-kit-api/wck-fep/wck-fep.php:433
1160
+ msgid "Update Post"
1161
+ msgstr ""
1162
+
1163
+ #: wck-fep.php:197
1164
+ msgid "Change the \"Update Post\" label for the submit button"
1165
+ msgstr ""
1166
+
1167
+ #: wck-fep.php:198, wordpress-creation-kit-api/wck-fep/wck-fep.php:716
1168
+ msgid "Post Added"
1169
+ msgstr ""
1170
+
1171
+ #: wck-fep.php:198
1172
+ msgid "Change the \"Post Added\" success message"
1173
+ msgstr ""
1174
+
1175
+ #: wck-fep.php:199, wordpress-creation-kit-api/wck-fep/wck-fep.php:718
1176
+ msgid "Post Updated"
1177
+ msgstr ""
1178
+
1179
+ #: wck-fep.php:199
1180
+ msgid "Change the \"Post Updated\" success message"
1181
+ msgstr ""
1182
+
1183
+ #: wck-fep.php:205
1184
+ msgid "Form Labels and Messages"
1185
+ msgstr ""
1186
+
1187
+ #: wck-fep.php:269
1188
+ msgid "Taxonomy: "
1189
+ msgstr ""
1190
+
1191
+ #: wck-fep.php:301
1192
+ msgid ""
1193
+ "Choose a different Field Type as this one already exists in your Form\n"
1194
+ ""
1195
+ msgstr ""
1196
+
1197
+ #: wck-fep.php:331, wordpress-creation-kit-api/fields/country select.php:16, wordpress-creation-kit-api/fields/cpt select.php:20, wordpress-creation-kit-api/fields/currency select.php:18, wordpress-creation-kit-api/fields/select multiple.php:17, wordpress-creation-kit-api/fields/select.php:16, wordpress-creation-kit-api/fields/user select.php:18
1198
+ msgid "...Choose"
1199
+ msgstr ""
1200
+
1201
+ #: wck-fep.php:397
1202
+ msgid "The title of the post"
1203
+ msgstr ""
1204
+
1205
+ #: wck-fep.php:400
1206
+ msgid "The content of the post"
1207
+ msgstr ""
1208
+
1209
+ #: wck-fep.php:403
1210
+ msgid "The excerpt of the post"
1211
+ msgstr ""
1212
+
1213
+ #: wck-fep.php:406
1214
+ msgid "The Featured Image"
1215
+ msgstr ""
1216
+
1217
+ #: wck-fep.php:630
1218
+ msgid "WCK Frontend Posting gives you the possibility to create post ( and custom posts ) entries from the frontend, and also edit them. <br />You can create a custom form for every post type by selecting from the most common post elements( Post Title, Post Content, Excerpt, Featured Image ), the registered taxonomies for that post type and also any Meta Box created with WCK Custom Fields Creator ( repeater or single )."
1219
+ msgstr ""
1220
+
1221
+ #: wck-fep.php:636
1222
+ msgid "In the \"Form Setup\" metabox you set the form arguments. <br />The \"Post type\" argument determines in what post type the entries from the form will be added and also what field types you can add to the form.<br /> \"Anonymous posting\" and \"Admin Approval\" determine weather entries can be added without users being logged in and weather the posts will be automatically published.<br /> The \"Shortcode Page\" argument is used to determine on what page the form for this post type is displayed so that when we want to edit a post of this post type we are directed to the correct form (even tough this argument isn't required it needs to be set for editing posts to work correctly)."
1223
+ msgstr ""
1224
+
1225
+ #: wck-fep.php:642
1226
+ msgid "Define here the fields contained by the form. <br />\"Field Type\" is dynamically constructed from the default fields( Post title, Post content, Excerpt, Featured image ), all the registered taxonomies and all the registered Meta Boxes for the post type selected in the \"Post Type\" option in the \"Form Setup\" Meta Box."
1227
+ msgstr ""
1228
+
1229
+ #: wck-fep.php:647
1230
+ msgid "Frontend Usage"
1231
+ msgstr ""
1232
+
1233
+ #: wck-fep.php:648
1234
+ msgid "To display a form in the frontend you must place it's corresponding shortcode on the desired page. You can take this shortcode from the \"Form Shortcode\" side metabox displayed on every form creation page.<br /> To display the Frontend Dashboard where you can see your posts, edit or delete them just add the following shortcode on the desired page \"<strong>[fep-dashboard]</strong>\"<br />Frontend Posting also provides a login/logout/register widget that also has a corresponding shortcode \"[fep-lilo]\"."
1235
+ msgstr ""
1236
+
1237
+ #: wck-fep.php:662
1238
+ msgid "Form Shortcode"
1239
+ msgstr ""
1240
+
1241
+ #: wck-fep.php:673, wck-stp.php:147
1242
+ msgid "Use this shortcode on the page you want the form to be displayed:"
1243
+ msgstr ""
1244
+
1245
+ #: wck-fep.php:674, wck-stp.php:148
1246
+ msgid "Note: changing the Form Title also changes the shortcode!"
1247
+ msgstr ""
1248
+
1249
+ #: wck-fep.php:680, wck-stp.php:154
1250
+ msgid "Shortcode"
1251
+ msgstr ""
1252
+
1253
+ #: wck-fep.php:708
1254
+ msgid "Login/Logout Widget"
1255
+ msgstr ""
1256
+
1257
+ #: wck-fep.php:776
1258
+ msgid "Login Widget"
1259
+ msgstr ""
1260
+
1261
+ #: wck-fep.php:780
1262
+ msgid "Title:"
1263
+ msgstr ""
1264
+
1265
+ #: wck-fep.php:875
1266
+ msgid "Frontend Posting form updated."
1267
+ msgstr ""
1268
+
1269
+ #: wck-free-to-pro.php:13, wck-free-to-pro.php:14, wck-free-to-pro.php:119
1270
+ msgid "Front End Posting"
1271
+ msgstr ""
1272
+
1273
+ #: wck-free-to-pro.php:26, wck-free-to-pro.php:27, wck-free-to-pro.php:53, wck-sas.php:65, wck-stp.php:17, wck-stp.php:23
1274
+ msgid "Swift Templates"
1275
+ msgstr ""
1276
+
1277
+ #: wck-free-to-pro.php:54
1278
+ msgid "A straight forward alternative to WordPress templates"
1279
+ msgstr ""
1280
+
1281
+ #: wck-free-to-pro.php:120
1282
+ msgid "An easy way to add and edit content from the front-end"
1283
+ msgstr ""
1284
+
1285
+ #: wck-opc.php:32
1286
+ msgid "Add New Option Page"
1287
+ msgstr ""
1288
+
1289
+ #: wck-opc.php:33
1290
+ msgid "Edit Option Page"
1291
+ msgstr ""
1292
+
1293
+ #: wck-opc.php:34
1294
+ msgid "New Option Page"
1295
+ msgstr ""
1296
+
1297
+ #: wck-opc.php:35, wck-sas.php:63
1298
+ msgid "Option Pages Creator"
1299
+ msgstr ""
1300
+
1301
+ #: wck-opc.php:36
1302
+ msgid "View Option Page"
1303
+ msgstr ""
1304
+
1305
+ #: wck-opc.php:37
1306
+ msgid "Search Option Pages"
1307
+ msgstr ""
1308
+
1309
+ #: wck-opc.php:38
1310
+ msgid "No Option Pages found"
1311
+ msgstr ""
1312
+
1313
+ #: wck-opc.php:39
1314
+ msgid "No Option Pages found in Trash"
1315
+ msgstr ""
1316
+
1317
+ #: wck-opc.php:41
1318
+ msgid "Option Pages"
1319
+ msgstr ""
1320
+
1321
+ #: wck-opc.php:67
1322
+ msgid "Add New Option Field"
1323
+ msgstr ""
1324
+
1325
+ #: wck-opc.php:68
1326
+ msgid "Edit Option Field"
1327
+ msgstr ""
1328
+
1329
+ #: wck-opc.php:69
1330
+ msgid "New Option Field"
1331
+ msgstr ""
1332
+
1333
+ #: wck-opc.php:70
1334
+ msgid "Option Fields Creator"
1335
+ msgstr ""
1336
+
1337
+ #: wck-opc.php:71
1338
+ msgid "View Option Field"
1339
+ msgstr ""
1340
+
1341
+ #: wck-opc.php:72
1342
+ msgid "Search Option Fields"
1343
+ msgstr ""
1344
+
1345
+ #: wck-opc.php:73
1346
+ msgid "No Option Fields found"
1347
+ msgstr ""
1348
+
1349
+ #: wck-opc.php:74
1350
+ msgid "No Option Fields found in Trash"
1351
+ msgstr ""
1352
+
1353
+ #: wck-opc.php:76
1354
+ msgid "Option Fields"
1355
+ msgstr ""
1356
+
1357
+ #: wck-opc.php:128
1358
+ msgid "Page name in menu"
1359
+ msgstr ""
1360
+
1361
+ #: wck-opc.php:128
1362
+ msgid "The name of the option page in the menu."
1363
+ msgstr ""
1364
+
1365
+ #: wck-opc.php:129
1366
+ msgid "Display"
1367
+ msgstr ""
1368
+
1369
+ #: wck-opc.php:129
1370
+ msgid "Choose where in the admin menu should the page appear"
1371
+ msgstr ""
1372
+
1373
+ #: wck-opc.php:130
1374
+ msgid "Page Title"
1375
+ msgstr ""
1376
+
1377
+ #: wck-opc.php:130
1378
+ msgid "The title that is displayed on the page. If this is not filled in then it's the same as Page name in menu"
1379
+ msgstr ""
1380
+
1381
+ #: wck-opc.php:131
1382
+ msgid "Page Type"
1383
+ msgstr ""
1384
+
1385
+ #: wck-opc.php:131
1386
+ msgid "Choose what type the page should be. IMPORTANT: this overrides the Display option."
1387
+ msgstr ""
1388
+
1389
+ #: wck-opc.php:132
1390
+ msgid "Parent Slug (for Submenu Page)"
1391
+ msgstr ""
1392
+
1393
+ #: wck-opc.php:132
1394
+ msgid "The slug name for the parent menu (or the file name of a standard WordPress admin page) For examples see http://codex.wordpress.org/Function_Reference/add_submenu_page $parent_slug parameter"
1395
+ msgstr ""
1396
+
1397
+ #: wck-opc.php:133
1398
+ msgid "Position (for Toplevel Page)"
1399
+ msgstr ""
1400
+
1401
+ #: wck-opc.php:133
1402
+ msgid "The position in the menu order this menu should appear. Available for toplevel pages only."
1403
+ msgstr ""
1404
+
1405
+ #: wck-opc.php:134
1406
+ msgid "Capability"
1407
+ msgstr ""
1408
+
1409
+ #: wck-opc.php:134
1410
+ msgid "The capability required for this menu to be displayed to the user. Defaults to \"edit_theme_options\""
1411
+ msgstr ""
1412
+
1413
+ #: wck-opc.php:135
1414
+ msgid "Icon Url (for Toplevel Page)"
1415
+ msgstr ""
1416
+
1417
+ #: wck-opc.php:135
1418
+ msgid "The icon for the menu button"
1419
+ msgstr ""
1420
+
1421
+ #: wck-opc.php:141
1422
+ msgid "Option Page Arguments"
1423
+ msgstr ""
1424
+
1425
+ #: wck-opc.php:169
1426
+ msgid "Group Title"
1427
+ msgstr ""
1428
+
1429
+ #: wck-opc.php:169
1430
+ msgid "The name of the group field"
1431
+ msgstr ""
1432
+
1433
+ #: wck-opc.php:170
1434
+ msgid "Option Page"
1435
+ msgstr ""
1436
+
1437
+ #: wck-opc.php:170
1438
+ msgid "Select the option page here"
1439
+ msgstr ""
1440
+
1441
+ #: wck-opc.php:171
1442
+ msgid "Option Name"
1443
+ msgstr ""
1444
+
1445
+ #: wck-opc.php:171
1446
+ msgid "The name of the option. Must be unique, only lowercase letters, no spaces and no special characters."
1447
+ msgstr ""
1448
+
1449
+ #: wck-opc.php:179
1450
+ msgid "Select on which option page this field group will appear"
1451
+ msgstr ""
1452
+
1453
+ #: wck-opc.php:206
1454
+ msgid "Default value of the field. For Checkboxes if there are multiple values separate them with a \",\""
1455
+ msgstr ""
1456
+
1457
+ #: wck-opc.php:208
1458
+ msgid "Add you HTML (or text) content."
1459
+ msgstr ""
1460
+
1461
+ #: wck-opc.php:227
1462
+ msgid "Option Page Fields"
1463
+ msgstr ""
1464
+
1465
+ #: wck-opc.php:305, wck-opc.php:312
1466
+ msgid "Slug:"
1467
+ msgstr ""
1468
+
1469
+ #: wck-opc.php:312
1470
+ msgid "(Note:changing the slug when you already have a lot of existing entries may result in unexpected behavior.)"
1471
+ msgstr ""
1472
+
1473
+ #: wck-opc.php:553
1474
+ msgid "Option Page updated."
1475
+ msgstr ""
1476
+
1477
+ #: wck-opc.php:557
1478
+ msgid "Option Field updated."
1479
+ msgstr ""
1480
+
1481
+ #: wck-opc.php:601
1482
+ msgid ""
1483
+ "Choose a different Option Name as this one contains spaces\n"
1484
+ ""
1485
+ msgstr ""
1486
+
1487
+ #: wck-opc.php:603
1488
+ msgid ""
1489
+ "Choose a different Option Name as this one has Uppercase letters\n"
1490
+ ""
1491
+ msgstr ""
1492
+
1493
+ #: wck-opc.php:605
1494
+ msgid ""
1495
+ "Choose a different Option Name as this one already exists\n"
1496
+ ""
1497
+ msgstr ""
1498
+
1499
+ #: wck-sas.php:15
1500
+ msgid "Start Here & General Settings"
1501
+ msgstr ""
1502
+
1503
+ #: wck-sas.php:16
1504
+ msgid "Start and Settings"
1505
+ msgstr ""
1506
+
1507
+ #: wck-sas.php:34
1508
+ msgid "Serial Number"
1509
+ msgstr ""
1510
+
1511
+ #: wck-sas.php:34
1512
+ msgid "Please enter your serial number. (e.g. WCKPRO-11-SN-251r55baa4fbe7bf595b2aabb8d72985)"
1513
+ msgstr ""
1514
+
1515
+ #: wck-sas.php:40
1516
+ msgid "Register Your Version"
1517
+ msgstr ""
1518
+
1519
+ #: wck-sas.php:57
1520
+ msgid "Custom Post Type Creator"
1521
+ msgstr ""
1522
+
1523
+ #: wck-sas.php:58
1524
+ msgid "Custom Taxonomy Creator"
1525
+ msgstr ""
1526
+
1527
+ #: wck-sas.php:67
1528
+ msgid "Swift Templates and Front End Posting"
1529
+ msgstr ""
1530
+
1531
+ #: wck-sas.php:72
1532
+ msgid "WordPress Creation Kit Tools: enable or disable the tools you want"
1533
+ msgstr ""
1534
+
1535
+ #: wck-sas.php:88
1536
+ msgid "Google Maps API"
1537
+ msgstr ""
1538
+
1539
+ #: wck-sas.php:88
1540
+ msgid "Enter your Google Maps API key ( <a href=\"https://console.developers.google.com/flows/enableapi?apiid=maps_backend\" target=\"_blank\">Get your API key</a> )"
1541
+ msgstr ""
1542
+
1543
+ #: wck-sas.php:96
1544
+ msgid "Extra Settings"
1545
+ msgstr ""
1546
+
1547
+ #: wck-sas.php:127
1548
+ msgid "<strong>You are using a very old version of PHP</strong> (5.2.x or older) which has serious security and performance issues. Please ask your hoster to provide you with an upgrade path to 5.6 or 7.0"
1549
+ msgstr ""
1550
+
1551
+ #: wck-sas.php:134
1552
+ msgid "Welcome to %s"
1553
+ msgstr ""
1554
+
1555
+ #: wck-sas.php:135
1556
+ msgid "WCK helps you create <strong>repeater custom fields, custom post types</strong> and <strong>taxonomies</strong> in just a couple of clicks, directly from the WordPress admin interface. WCK content types will improve the usability of the sites you build, making them easy to manage by your clients. "
1557
+ msgstr ""
1558
+
1559
+ #: wck-sas.php:167
1560
+ msgid "Quick Start-Up Guide"
1561
+ msgstr ""
1562
+
1563
+ #: wck-sas.php:172
1564
+ msgid "WordPress Creation Kit Pro has support for a wide list of custom fields: WYSIWYG Editor, Upload Field, Date, User, Country, Text Input, Textarea, Drop-Down, Select, Checkboxes, Radio Buttons"
1565
+ msgstr ""
1566
+
1567
+ #: wck-sas.php:173
1568
+ msgid "Access documentation <a href=\"http://www.cozmoslabs.com/docs/wordpress-creation-kit-documentation/#Custom_Fields_Creator\" target=\"_blank\">here</a> about how to display them in your templates."
1569
+ msgstr ""
1570
+
1571
+ #: wck-sas.php:176
1572
+ msgid "Create & manage all your custom content types"
1573
+ msgstr ""
1574
+
1575
+ #: wck-sas.php:177
1576
+ msgid "Access documentation <a href=\"http://www.cozmoslabs.com/docs/wordpress-creation-kit-documentation/#Custom_Post_Type_Creator\" target=\"_blank\">here</a> about how to display them in your templates."
1577
+ msgstr ""
1578
+
1579
+ #: wck-sas.php:180
1580
+ msgid "Create new taxonomies for filtering your content"
1581
+ msgstr ""
1582
+
1583
+ #: wck-sas.php:181
1584
+ msgid "Access documentation <a href=\"http://www.cozmoslabs.com/docs/wordpress-creation-kit-documentation/#Custom_Taxonomy_Creator\" target=\"_blank\">here</a> about how to display them in your templates."
1585
+ msgstr ""
1586
+
1587
+ #: wck-sas.php:183
1588
+ msgid "Swift Templates (available in the <a href=\"http://www.cozmoslabs.com/wck-custom-fields-custom-post-types-plugin/?utm_source=wpbackend&utm_medium=clientsite&utm_campaign=WCKFree-SAS\" target=\"_blank\">PRO</a> version)"
1589
+ msgstr ""
1590
+
1591
+ #: wck-sas.php:184
1592
+ msgid "Build your front-end templates directly from the WordPress admin UI, without writing any PHP code."
1593
+ msgstr ""
1594
+
1595
+ #: wck-sas.php:185
1596
+ msgid "Access documentation <a href=\"http://www.cozmoslabs.com/docs/wordpress-creation-kit-documentation/#Swift_Templates\" target=\"_blank\">here</a> on how to easily display registered custom post types, custom fields and taxonomies in your theme."
1597
+ msgstr ""
1598
+
1599
+ #: wck-sas.php:187
1600
+ msgid "Front-End Posting (available in the <a href=\"http://www.cozmoslabs.com/wck-custom-fields-custom-post-types-plugin/?utm_source=wpbackend&utm_medium=clientsite&utm_campaign=WCKFree-SAS\" target=\"_blank\">PRO</a> version)"
1601
+ msgstr ""
1602
+
1603
+ #: wck-sas.php:188
1604
+ msgid "Create and edit posts/pages or custom posts directly from the front-end."
1605
+ msgstr ""
1606
+
1607
+ #: wck-sas.php:189
1608
+ msgid "Available shortcodes:"
1609
+ msgstr ""
1610
+
1611
+ #: wck-sas.php:191
1612
+ msgid "[fep form_name=\"front-end-post-name\"] - displays your form in the front-end"
1613
+ msgstr ""
1614
+
1615
+ #: wck-sas.php:192
1616
+ msgid "[fep-dashboard] - the quick-dashboard allows: simple profile updates, editing/deletion of posts, pages and custom post types."
1617
+ msgstr ""
1618
+
1619
+ #: wck-sas.php:193
1620
+ msgid "[fep-lilo] - login/logout/register widget with the simple usage of a shortcode. Can be added in a page or text widget."
1621
+ msgstr ""
1622
+
1623
+ #: wck-sas.php:195
1624
+ msgid "Access documentation <a href=\"http://www.cozmoslabs.com/docs/wordpress-creation-kit-documentation/frontend-posting/\" target=\"_blank\">here</a> about how to display them in your templates."
1625
+ msgstr ""
1626
+
1627
+ #: wck-sas.php:197
1628
+ msgid "Option Pages (available in the <a href=\"http://www.cozmoslabs.com/wck-custom-fields-custom-post-types-plugin/?utm_source=wpbackend&utm_medium=clientsite&utm_campaign=WCKFree-SAS\" target=\"_blank\">PRO</a> version)"
1629
+ msgstr ""
1630
+
1631
+ #: wck-sas.php:198
1632
+ msgid "The Options Page Creator Allows you to create a new menu item called \"Options\"(for example) which can hold advanced custom field groups. Perfect for theme options or a simple UI for your custom plugin (like a simple testimonials section in the front-end)."
1633
+ msgstr ""
1634
+
1635
+ #: wck-sas.php:217
1636
+ msgid "Please enter your serial number to receive access to automatic updates and support. Need a license key? <a href=\"http://www.cozmoslabs.com/wck-custom-fields-custom-post-types-plugin/?utm_source=WCK-sas&utm_medium=dashboard&utm_campaign=WCK-SN-Purchase\" target=\"_blank\">Get One Here</a>."
1637
+ msgstr ""
1638
+
1639
+ #: wck-sas.php:219
1640
+ msgid "Oops! Our serial verification server is down. Please try again later."
1641
+ msgstr ""
1642
+
1643
+ #: wck-sas.php:221
1644
+ msgid "Oops! It seems the serial number you entered was not found in our database. To find out what's your serial number log-in to <a href=\"http://www.cozmoslabs.com/account/?utm_source=WCK-sas&utm_medium=dashboard&utm_campaign=WCK-Renewal\" target=\"_blank\">your account page</a> over at Cozmoslabs.com"
1645
+ msgstr ""
1646
+
1647
+ #: wck-sas.php:223
1648
+ msgid "Wohoo! Your serial number is valid and you have access to automatic updates."
1649
+ msgstr ""
1650
+
1651
+ #: wck-sas.php:225
1652
+ msgid "It seems your serial number has <strong>expired</strong>. To continue receiving access to product downloads, automatic updates and support please update your serial number for another year from <a href=\"http://www.cozmoslabs.com/account/?utm_source=WCK-sas&utm_medium=dashboard&utm_campaign=WCK-Renewal\" target=\"_blank\"><strong>your account page</strong></a>."
1653
+ msgstr ""
1654
+
1655
+ #: wck-sas.php:227
1656
+ msgid "Your WordPress Creation Kit serial number is about to expire. To continue receiving access to product downloads, automatic updates and support please update your serial number for another year from <a href=\"http://www.cozmoslabs.com/account/?utm_source=WCK-sas&utm_medium=dashboard&utm_campaign=WCK-Renewal\" target=\"_blank\"><strong>your account page</strong></a>."
1657
+ msgstr ""
1658
+
1659
+ #: wck-sas.php:343
1660
+ msgid "<p>Your <strong>WordPress Creation Kit</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s of WCK to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>"
1661
+ msgstr ""
1662
+
1663
+ #: wck-sas.php:345
1664
+ msgid "<p style=\"position:relative;\">Your <strong>WordPress Creation Kit</strong> licence has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 40&#37; off %4$s %5$sDismiss%6$s</p>"
1665
+ msgstr ""
1666
+
1667
+ #: wck-sas.php:349
1668
+ msgid "<p style=\"position:relative;\">Your <strong>WordPress Creation Kit</strong> serial number is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 40&#37; off %4$s %6$sDismiss%7$s</p>"
1669
+ msgstr ""
1670
+
1671
+ #: wck-stp.php:14
1672
+ msgid "Add New Swift Template"
1673
+ msgstr ""
1674
+
1675
+ #: wck-stp.php:15
1676
+ msgid "Edit Swift Template"
1677
+ msgstr ""
1678
+
1679
+ #: wck-stp.php:16
1680
+ msgid "New Swift Template"
1681
+ msgstr ""
1682
+
1683
+ #: wck-stp.php:18
1684
+ msgid "View Swift Template"
1685
+ msgstr ""
1686
+
1687
+ #: wck-stp.php:19
1688
+ msgid "Search Swift Templates"
1689
+ msgstr ""
1690
+
1691
+ #: wck-stp.php:20
1692
+ msgid "No Swift Templates found"
1693
+ msgstr ""
1694
+
1695
+ #: wck-stp.php:21
1696
+ msgid "No Swift Templates found in Trash"
1697
+ msgstr ""
1698
+
1699
+ #: wck-stp.php:135
1700
+ msgid "Swift Template Shortcode"
1701
+ msgstr ""
1702
+
1703
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:421
1704
+ msgid "Save"
1705
+ msgstr ""
1706
+
1707
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:421
1708
+ msgid "Add Entry"
1709
+ msgstr ""
1710
+
1711
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:526
1712
+ msgid "Content"
1713
+ msgstr ""
1714
+
1715
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:526, wordpress-creation-kit-api/wordpress-creation-kit.php:634, wordpress-creation-kit-api/wck-fep/wck-fep.php:873
1716
+ msgid "Delete"
1717
+ msgstr ""
1718
+
1719
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:582
1720
+ msgid "Map Markers"
1721
+ msgstr ""
1722
+
1723
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:633
1724
+ msgid "Edit this item"
1725
+ msgstr ""
1726
+
1727
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:634
1728
+ msgid "Delete this item"
1729
+ msgstr ""
1730
+
1731
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:821
1732
+ msgid "Please enter a value for the required field "
1733
+ msgstr ""
1734
+
1735
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:871
1736
+ msgid "You are not allowed to do this."
1737
+ msgstr ""
1738
+
1739
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:1498
1740
+ msgid "Syncronize WCK"
1741
+ msgstr ""
1742
+
1743
+ #: wordpress-creation-kit-api/wordpress-creation-kit.php:1510
1744
+ msgid "Syncronize WCK Translation"
1745
+ msgstr ""
1746
+
1747
+ #: wordpress-creation-kit-api/fields/map.php:14
1748
+ msgid "Search Location"
1749
+ msgstr ""
1750
+
1751
+ #: wordpress-creation-kit-api/fields/map.php:51
1752
+ msgid "In order for the map field to work it will need a Google Maps API key. Please insert your API key <a href=\"%s\">here</a>."
1753
+ msgstr ""
1754
+
1755
+ #: wordpress-creation-kit-api/fields/upload.php:75
1756
+ msgid "Upload "
1757
+ msgstr ""
1758
+
1759
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:337
1760
+ msgid "Wrong form for this post type"
1761
+ msgstr ""
1762
+
1763
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:345
1764
+ msgid "You are not allowed to edit this post."
1765
+ msgstr ""
1766
+
1767
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:802
1768
+ msgid "My Profile"
1769
+ msgstr ""
1770
+
1771
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:815, wordpress-creation-kit-api/wck-fep/wck-fep.php:834
1772
+ msgid "My "
1773
+ msgstr ""
1774
+
1775
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:968
1776
+ msgid "User:"
1777
+ msgstr ""
1778
+
1779
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:970, wordpress-creation-kit-api/wck-fep/wck-fep.php:995, wordpress-creation-kit-api/wck-fep/wck-fep.php:1036
1780
+ msgid "Password:"
1781
+ msgstr ""
1782
+
1783
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:972
1784
+ msgid "Log in"
1785
+ msgstr ""
1786
+
1787
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:975
1788
+ msgid "Remember"
1789
+ msgstr ""
1790
+
1791
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:984
1792
+ msgid "Don't have a user account? "
1793
+ msgstr ""
1794
+
1795
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:985, wordpress-creation-kit-api/wck-fep/wck-fep.php:999
1796
+ msgid "Register."
1797
+ msgstr ""
1798
+
1799
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:991
1800
+ msgid "Username:"
1801
+ msgstr ""
1802
+
1803
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:993, wordpress-creation-kit-api/wck-fep/wck-fep.php:1033
1804
+ msgid "Email:"
1805
+ msgstr ""
1806
+
1807
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:997
1808
+ msgid "Confirm Password:"
1809
+ msgstr ""
1810
+
1811
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1001
1812
+ msgid "Back to login."
1813
+ msgstr ""
1814
+
1815
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1009, wordpress-creation-kit-api/wck-fep/wck-fep.php:1027
1816
+ msgid "Welcome %1$s! "
1817
+ msgstr ""
1818
+
1819
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1010, wordpress-creation-kit-api/wck-fep/wck-fep.php:1027
1820
+ msgid "Logout"
1821
+ msgstr ""
1822
+
1823
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1039
1824
+ msgid "Password Confirm:"
1825
+ msgstr ""
1826
+
1827
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1045
1828
+ msgid "Update"
1829
+ msgstr ""
1830
+
1831
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1089
1832
+ msgid "Please enter a username."
1833
+ msgstr ""
1834
+
1835
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1091
1836
+ msgid "This username is invalid because it uses illegal characters. Please enter a valid username."
1837
+ msgstr ""
1838
+
1839
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1094
1840
+ msgid "This username is already registered, please choose another one."
1841
+ msgstr ""
1842
+
1843
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1100
1844
+ msgid "Please type your e-mail address."
1845
+ msgstr ""
1846
+
1847
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1102
1848
+ msgid "The email address isn&#8217;t correct."
1849
+ msgstr ""
1850
+
1851
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1105
1852
+ msgid "This email is already registered, please choose another one."
1853
+ msgstr ""
1854
+
1855
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1110
1856
+ msgid "Please enter a password."
1857
+ msgstr ""
1858
+
1859
+ #: wordpress-creation-kit-api/wck-fep/wck-fep.php:1112
1860
+ msgid "The passwords do not match."
1861
+ msgstr ""
1862
+
1863
+ #: wordpress-creation-kit-api/wck-stp/stp-init-metabox.php:66, wordpress-creation-kit-api/wck-stp/stp-init-metabox.php:79
1864
+ msgid "Query Arguments"
1865
+ msgstr ""
1866
+
1867
+ #: wordpress-creation-kit-api/wck-stp/stp-init-metabox.php:70
1868
+ msgid "Value"
1869
+ msgstr ""
1870
+
1871
+ #: wordpress-creation-kit-api/wck-stp/stp-init-metabox.php:72
1872
+ msgid "The value of the selected query argument. Parameters normaly passed as arrays (some tax args, meta_query, etc) are not supported in the UI. Use the <b>wck_stp_archive_query_args</b> filter for those. "
1873
+ msgstr ""
1874
+
1875
+ #: wordpress-creation-kit-api/wck-stp/stp-init-mustache.php:47
1876
+ msgid "Available image sizes for the featured image"
1877
+ msgstr ""
1878
+
1879
+ #: wordpress-creation-kit-api/wck-stp/stp-init-mustache.php:59
1880
+ msgid "Available meta-data for the featured image"
1881
+ msgstr ""
1882
+
1883
+ #: wordpress-creation-kit-api/wck-stp/stp-init-mustache.php:91
1884
+ msgid "Available image sizes for %1$s"
1885
+ msgstr ""
1886
+
1887
+ #: wordpress-creation-kit-api/wck-stp/stp-init-mustache.php:104
1888
+ msgid "Available meta-data for %1$s"
1889
+ msgstr ""
1890
+
1891
+ #: wordpress-creation-kit-api/wck-stp/stp-init-mustache.php:306, wordpress-creation-kit-api/wck-stp/stp-init-mustache.php:308
1892
+ msgid "View more"
1893
+ msgstr ""
1894
+
1895
+ #: wordpress-creation-kit-api/wck-stp/stp-init-shortcodes.php:100
1896
+ msgid "The shortcode with the name <em>%s</em> dose not exist."
1897
+ msgstr ""
1898
+
1899
+ #: wordpress-creation-kit-api/wck-stp/stp-init-shortcodes.php:139
1900
+ msgid "The single listing post with the name <em>%s</em> dose not exist."
1901
+ msgstr ""
1902
+
1903
+ #: wordpress-creation-kit-api/wck-stp/stp-init-shortcodes.php:157
1904
+ msgid "&laquo;&laquo; First"
1905
+ msgstr ""
1906
+
1907
+ #: wordpress-creation-kit-api/wck-stp/stp-init-shortcodes.php:158
1908
+ msgid "&laquo; Prev"
1909
+ msgstr ""
1910
+
1911
+ #: wordpress-creation-kit-api/wck-stp/stp-init-shortcodes.php:159
1912
+ msgid "Next &raquo; "
1913
+ msgstr ""
1914
+
1915
+ #: wordpress-creation-kit-api/wck-stp/stp-init-shortcodes.php:160
1916
+ msgid "Last &raquo;&raquo;"
1917
+ msgstr ""
1918
+
1919
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:12
1920
+ msgid "Albania Lek"
1921
+ msgstr ""
1922
+
1923
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:13
1924
+ msgid "Afghanistan Afghani"
1925
+ msgstr ""
1926
+
1927
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:14
1928
+ msgid "Argentina Peso"
1929
+ msgstr ""
1930
+
1931
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:16
1932
+ msgid "Australia Dollar"
1933
+ msgstr ""
1934
+
1935
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:17
1936
+ msgid "Azerbaijan New Manat"
1937
+ msgstr ""
1938
+
1939
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:18
1940
+ msgid "Bahamas Dollar"
1941
+ msgstr ""
1942
+
1943
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:19
1944
+ msgid "Barbados Dollar"
1945
+ msgstr ""
1946
+
1947
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:20
1948
+ msgid "Bangladeshi taka"
1949
+ msgstr ""
1950
+
1951
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:21
1952
+ msgid "Belarus Ruble"
1953
+ msgstr ""
1954
+
1955
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:22
1956
+ msgid "Belize Dollar"
1957
+ msgstr ""
1958
+
1959
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:23
1960
+ msgid "Bermuda Dollar"
1961
+ msgstr ""
1962
+
1963
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:24
1964
+ msgid "Bolivia Boliviano"
1965
+ msgstr ""
1966
+
1967
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:25
1968
+ msgid "Bosnia and Herzegovina Convertible Marka"
1969
+ msgstr ""
1970
+
1971
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:26
1972
+ msgid "Botswana Pula"
1973
+ msgstr ""
1974
+
1975
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:27
1976
+ msgid "Bulgaria Lev"
1977
+ msgstr ""
1978
+
1979
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:28
1980
+ msgid "Brazil Real"
1981
+ msgstr ""
1982
+
1983
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:29
1984
+ msgid "Brunei Darussalam Dollar"
1985
+ msgstr ""
1986
+
1987
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:30
1988
+ msgid "Cambodia Riel"
1989
+ msgstr ""
1990
+
1991
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:31
1992
+ msgid "Canada Dollar"
1993
+ msgstr ""
1994
+
1995
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:32
1996
+ msgid "Cayman Islands Dollar"
1997
+ msgstr ""
1998
+
1999
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:33
2000
+ msgid "Chile Peso"
2001
+ msgstr ""
2002
+
2003
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:34
2004
+ msgid "China Yuan Renminbi"
2005
+ msgstr ""
2006
+
2007
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:35
2008
+ msgid "Colombia Peso"
2009
+ msgstr ""
2010
+
2011
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:36
2012
+ msgid "Costa Rica Colon"
2013
+ msgstr ""
2014
+
2015
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:37
2016
+ msgid "Croatia Kuna"
2017
+ msgstr ""
2018
+
2019
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:38
2020
+ msgid "Cuba Peso"
2021
+ msgstr ""
2022
+
2023
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:39
2024
+ msgid "Czech Republic Koruna"
2025
+ msgstr ""
2026
+
2027
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:40
2028
+ msgid "Denmark Krone"
2029
+ msgstr ""
2030
+
2031
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:41
2032
+ msgid "Dominican Republic Peso"
2033
+ msgstr ""
2034
+
2035
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:42
2036
+ msgid "East Caribbean Dollar"
2037
+ msgstr ""
2038
+
2039
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:43
2040
+ msgid "Egypt Pound"
2041
+ msgstr ""
2042
+
2043
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:44
2044
+ msgid "El Salvador Colon"
2045
+ msgstr ""
2046
+
2047
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:45
2048
+ msgid "Estonia Kroon"
2049
+ msgstr ""
2050
+
2051
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:46
2052
+ msgid "Euro"
2053
+ msgstr ""
2054
+
2055
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:47
2056
+ msgid "Falkland Islands (Malvinas) Pound"
2057
+ msgstr ""
2058
+
2059
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:48
2060
+ msgid "Fiji Dollar"
2061
+ msgstr ""
2062
+
2063
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:49
2064
+ msgid "Ghana Cedis"
2065
+ msgstr ""
2066
+
2067
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:50
2068
+ msgid "Gibraltar Pound"
2069
+ msgstr ""
2070
+
2071
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:51
2072
+ msgid "Guatemala Quetzal"
2073
+ msgstr ""
2074
+
2075
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:52
2076
+ msgid "Guernsey Pound"
2077
+ msgstr ""
2078
+
2079
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:53
2080
+ msgid "Guyana Dollar"
2081
+ msgstr ""
2082
+
2083
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:54
2084
+ msgid "Honduras Lempira"
2085
+ msgstr ""
2086
+
2087
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:55
2088
+ msgid "Hong Kong Dollar"
2089
+ msgstr ""
2090
+
2091
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:56
2092
+ msgid "Hungary Forint"
2093
+ msgstr ""
2094
+
2095
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:57
2096
+ msgid "Iceland Krona"
2097
+ msgstr ""
2098
+
2099
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:58
2100
+ msgid "India Rupee"
2101
+ msgstr ""
2102
+
2103
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:59
2104
+ msgid "Indonesia Rupiah"
2105
+ msgstr ""
2106
+
2107
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:60
2108
+ msgid "Iran Rial"
2109
+ msgstr ""
2110
+
2111
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:61
2112
+ msgid "Isle of Man Pound"
2113
+ msgstr ""
2114
+
2115
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:62
2116
+ msgid "Israel Shekel"
2117
+ msgstr ""
2118
+
2119
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:63
2120
+ msgid "Jamaica Dollar"
2121
+ msgstr ""
2122
+
2123
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:64
2124
+ msgid "Japan Yen"
2125
+ msgstr ""
2126
+
2127
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:65
2128
+ msgid "Jersey Pound"
2129
+ msgstr ""
2130
+
2131
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:66
2132
+ msgid "Jordanian Dinar"
2133
+ msgstr ""
2134
+
2135
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:67
2136
+ msgid "Kazakhstan Tenge"
2137
+ msgstr ""
2138
+
2139
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:68
2140
+ msgid "Korea (North) Won"
2141
+ msgstr ""
2142
+
2143
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:69
2144
+ msgid "Korea (South) Won"
2145
+ msgstr ""
2146
+
2147
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:70
2148
+ msgid "Kyrgyzstan Som"
2149
+ msgstr ""
2150
+
2151
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:71
2152
+ msgid "Laos Kip"
2153
+ msgstr ""
2154
+
2155
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:72
2156
+ msgid "Latvia Lat"
2157
+ msgstr ""
2158
+
2159
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:73
2160
+ msgid "Lebanon Pound"
2161
+ msgstr ""
2162
+
2163
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:74
2164
+ msgid "Liberia Dollar"
2165
+ msgstr ""
2166
+
2167
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:75
2168
+ msgid "Lithuania Litas"
2169
+ msgstr ""
2170
+
2171
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:76
2172
+ msgid "Macau Pataca"
2173
+ msgstr ""
2174
+
2175
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:77
2176
+ msgid "Macedonia Denar"
2177
+ msgstr ""
2178
+
2179
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:78
2180
+ msgid "Malaysia Ringgit"
2181
+ msgstr ""
2182
+
2183
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:79
2184
+ msgid "Mauritius Rupee"
2185
+ msgstr ""
2186
+
2187
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:80
2188
+ msgid "Mexico Peso"
2189
+ msgstr ""
2190
+
2191
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:81
2192
+ msgid "Mongolia Tughrik"
2193
+ msgstr ""
2194
+
2195
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:82
2196
+ msgid "Mozambique Metical"
2197
+ msgstr ""
2198
+
2199
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:83
2200
+ msgid "Namibia Dollar"
2201
+ msgstr ""
2202
+
2203
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:84
2204
+ msgid "Nepal Rupee"
2205
+ msgstr ""
2206
+
2207
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:85
2208
+ msgid "Netherlands Antilles Guilder"
2209
+ msgstr ""
2210
+
2211
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:86
2212
+ msgid "New Zealand Dollar"
2213
+ msgstr ""
2214
+
2215
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:87
2216
+ msgid "Nicaragua Cordoba"
2217
+ msgstr ""
2218
+
2219
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:88
2220
+ msgid "Nigeria Naira"
2221
+ msgstr ""
2222
+
2223
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:89
2224
+ msgid "Norway Krone"
2225
+ msgstr ""
2226
+
2227
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:90
2228
+ msgid "Oman Rial"
2229
+ msgstr ""
2230
+
2231
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:91
2232
+ msgid "Pakistan Rupee"
2233
+ msgstr ""
2234
+
2235
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:92
2236
+ msgid "Panama Balboa"
2237
+ msgstr ""
2238
+
2239
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:93
2240
+ msgid "Paraguay Guarani"
2241
+ msgstr ""
2242
+
2243
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:94
2244
+ msgid "Peru Nuevo Sol"
2245
+ msgstr ""
2246
+
2247
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:95
2248
+ msgid "Philippines Peso"
2249
+ msgstr ""
2250
+
2251
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:96
2252
+ msgid "Poland Zloty"
2253
+ msgstr ""
2254
+
2255
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:97
2256
+ msgid "Qatar Riyal"
2257
+ msgstr ""
2258
+
2259
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:98
2260
+ msgid "Romania New Leu"
2261
+ msgstr ""
2262
+
2263
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:99
2264
+ msgid "Russia Ruble"
2265
+ msgstr ""
2266
+
2267
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:100
2268
+ msgid "Saint Helena Pound"
2269
+ msgstr ""
2270
+
2271
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:101
2272
+ msgid "Saudi Arabia Riyal"
2273
+ msgstr ""
2274
+
2275
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:102
2276
+ msgid "Serbia Dinar"
2277
+ msgstr ""
2278
+
2279
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:103
2280
+ msgid "Seychelles Rupee"
2281
+ msgstr ""
2282
+
2283
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:104
2284
+ msgid "Singapore Dollar"
2285
+ msgstr ""
2286
+
2287
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:105
2288
+ msgid "Solomon Islands Dollar"
2289
+ msgstr ""
2290
+
2291
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:106
2292
+ msgid "Somalia Shilling"
2293
+ msgstr ""
2294
+
2295
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:107
2296
+ msgid "South Africa Rand"
2297
+ msgstr ""
2298
+
2299
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:108
2300
+ msgid "Sri Lanka Rupee"
2301
+ msgstr ""
2302
+
2303
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:109
2304
+ msgid "Sweden Krona"
2305
+ msgstr ""
2306
+
2307
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:110
2308
+ msgid "Switzerland Franc"
2309
+ msgstr ""
2310
+
2311
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:111
2312
+ msgid "Suriname Dollar"
2313
+ msgstr ""
2314
+
2315
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:112
2316
+ msgid "Syria Pound"
2317
+ msgstr ""
2318
+
2319
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:113
2320
+ msgid "Taiwan New Dollar"
2321
+ msgstr ""
2322
+
2323
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:114
2324
+ msgid "Thailand Baht"
2325
+ msgstr ""
2326
+
2327
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:115
2328
+ msgid "Trinidad and Tobago Dollar"
2329
+ msgstr ""
2330
+
2331
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:116, wordpress-creation-kit-api/assets/currency/currency-select.php:117
2332
+ msgid "Turkey Lira"
2333
+ msgstr ""
2334
+
2335
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:118
2336
+ msgid "Tuvalu Dollar"
2337
+ msgstr ""
2338
+
2339
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:119
2340
+ msgid "Ukraine Hryvna"
2341
+ msgstr ""
2342
+
2343
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:120
2344
+ msgid "United Kingdom Pound"
2345
+ msgstr ""
2346
+
2347
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:121
2348
+ msgid "Uganda Shilling"
2349
+ msgstr ""
2350
+
2351
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:122
2352
+ msgid "US Dollar"
2353
+ msgstr ""
2354
+
2355
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:123
2356
+ msgid "Uruguay Peso"
2357
+ msgstr ""
2358
+
2359
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:124
2360
+ msgid "Uzbekistan Som"
2361
+ msgstr ""
2362
+
2363
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:125
2364
+ msgid "Venezuela Bolivar"
2365
+ msgstr ""
2366
+
2367
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:126
2368
+ msgid "Viet Nam Dong"
2369
+ msgstr ""
2370
+
2371
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:127
2372
+ msgid "Yemen Rial"
2373
+ msgstr ""
2374
+
2375
+ #: wordpress-creation-kit-api/assets/currency/currency-select.php:128
2376
+ msgid "Zimbabwe Dollar"
2377
+ msgstr ""
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: cozmoslabs, reflectionmedia, madalin.ungureanu, sareiodata, adispi
3
  Donate link: http://www.cozmoslabs.com/wordpress-creation-kit/
4
  Tags: custom fields, custom field, wordpress custom fields, custom post type, custom post types, post types, repeater fields, meta box, metabox, custom taxonomy, custom fields creator, post meta
5
  Requires at least: 3.1
6
- Tested up to: 5.0.1
7
- Stable tag: 2.2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -137,6 +137,10 @@ Creating a taxonomy generally automatically creates a special query variable usi
137
  10. Taxonomy listing
138
 
139
  == Changelog ==
 
 
 
 
140
  = 2.2.2 =
141
  * Fixed width of labels in repeaters issue in WordPress 5.0
142
 
3
  Donate link: http://www.cozmoslabs.com/wordpress-creation-kit/
4
  Tags: custom fields, custom field, wordpress custom fields, custom post type, custom post types, post types, repeater fields, meta box, metabox, custom taxonomy, custom fields creator, post meta
5
  Requires at least: 3.1
6
+ Tested up to: 5.1.0
7
+ Stable tag: 2.2.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
137
  10. Taxonomy listing
138
 
139
  == Changelog ==
140
+ = 2.2.3 =
141
+ * Fixed issue with wysiwyg editor in single meta boxes that wasn't saving
142
+ * Updated translation files
143
+
144
  = 2.2.2 =
145
  * Fixed width of labels in repeaters issue in WordPress 5.0
146
 
wck.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WCK - Custom Fields and Custom Post Types Creator
4
  Description: WordPress Creation Kit consists of three tools that can help you create and maintain custom post types, custom taxonomies and most importantly, custom fields and metaboxes for your posts, pages or CPT's.
5
  Author: Cozmoslabs, Madalin Ungureanu, Cristian Antohe
6
- Version: 2.2.2
7
  Author URI: http://www.cozmoslabs.com
8
  Text Domain: wck
9
  Domain Path: /languages
@@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
 
29
  define( 'WCK_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . dirname( plugin_basename( __FILE__ ) ) );
30
  define( 'WCK_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
31
- define( 'WCK_PLUGIN_VERSION', '2.5.6' );
32
 
33
  /* ready for localization */
34
  $current_theme = wp_get_theme();
3
  Plugin Name: WCK - Custom Fields and Custom Post Types Creator
4
  Description: WordPress Creation Kit consists of three tools that can help you create and maintain custom post types, custom taxonomies and most importantly, custom fields and metaboxes for your posts, pages or CPT's.
5
  Author: Cozmoslabs, Madalin Ungureanu, Cristian Antohe
6
+ Version: 2.2.3
7
  Author URI: http://www.cozmoslabs.com
8
  Text Domain: wck
9
  Domain Path: /languages
28
 
29
  define( 'WCK_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . dirname( plugin_basename( __FILE__ ) ) );
30
  define( 'WCK_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
31
+ define( 'WCK_PLUGIN_VERSION', '2.5.7' );
32
 
33
  /* ready for localization */
34
  $current_theme = wp_get_theme();
wordpress-creation-kit-api/fields/wysiwyg editor.php CHANGED
@@ -5,11 +5,14 @@
5
  * @param string $context Context where the function is used. Depending on it some actions are preformed.;
6
  * @return string $element input element html string. */
7
 
8
- $random_id = "wck_wisi_editor_". time() . '-' . rand();
9
  $element .= '<textarea name="'. $single_prefix . esc_attr( Wordpress_Creation_Kit::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-textarea mb-field '. esc_attr( Wordpress_Creation_Kit::wck_generate_slug( $details['title'], $details ) ) .'" id="'. $random_id .'">'. esc_html( $value ) .'</textarea>';
10
  $element .= '<script type="text/javascript">jQuery( function(){
11
  CKEDITOR.config.allowedContent = true;
12
- CKEDITOR.replace("'. $random_id .'");
 
 
 
13
  });</script>';
14
  ?>
15
 
5
  * @param string $context Context where the function is used. Depending on it some actions are preformed.;
6
  * @return string $element input element html string. */
7
 
8
+ $random_id = "wck_wisi_editor_". time() . '_' . rand();
9
  $element .= '<textarea name="'. $single_prefix . esc_attr( Wordpress_Creation_Kit::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-textarea mb-field '. esc_attr( Wordpress_Creation_Kit::wck_generate_slug( $details['title'], $details ) ) .'" id="'. $random_id .'">'. esc_html( $value ) .'</textarea>';
10
  $element .= '<script type="text/javascript">jQuery( function(){
11
  CKEDITOR.config.allowedContent = true;
12
+ var '.$random_id.' = CKEDITOR.replace("'. $random_id .'");
13
+ '.$random_id.'.on("blur",function(){
14
+ '.$random_id.'.updateElement();//trigger a update element in the textarea on a blur event because gutenberg it is not working otherwise in gutenberg
15
+ });
16
  });</script>';
17
  ?>
18
 
wordpress-creation-kit-api/wck-fep/wck-fep.php CHANGED
@@ -460,17 +460,17 @@ class WCK_FrontEnd_Posting extends Wordpress_Creation_Kit{
460
 
461
  if( $meta_name == '' ){
462
  $post = get_post( $post_id );
463
- switch ( $details['title'] ) {
464
- case 'Post Title':
465
  $value = get_the_title( $post->ID );
466
  break;
467
- case 'Post Content':
468
  $value = $post->post_content;
469
  break;
470
- case 'Post Excerpt':
471
  $value = $post->post_excerpt;
472
  break;
473
- case 'Featured Image':
474
  $value = get_post_thumbnail_id( $post->ID );
475
  default:
476
  /* take care of taxonomies */
460
 
461
  if( $meta_name == '' ){
462
  $post = get_post( $post_id );
463
+ switch ( $details['slug'] ) {
464
+ case 'post-title':
465
  $value = get_the_title( $post->ID );
466
  break;
467
+ case 'post-content':
468
  $value = $post->post_content;
469
  break;
470
+ case 'post-excerpt':
471
  $value = $post->post_excerpt;
472
  break;
473
+ case 'featured-image':
474
  $value = get_post_thumbnail_id( $post->ID );
475
  default:
476
  /* take care of taxonomies */