Projects by WooThemes - Version 1.0.1

Version Description

  • 2014-02-24
  • Localization - Replaces incorrect language files.
  • Tweak - Localized some strings (props Vaclad)
Download this release

Release Info

Developer jameskoster
Plugin Icon wp plugin Projects by WooThemes
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0.0 to 1.0.1

classes/class-projects-settings.php CHANGED
@@ -28,7 +28,7 @@ class Projects_Settings {
28
  } // End __construct()
29
 
30
  public function projects_add_settings_page() {
31
- add_submenu_page( 'edit.php?post_type=project', 'Settings', 'Settings', 'publish_posts', 'projects-settings-page', array( $this, 'projects_settings_page' ) );
32
  }
33
 
34
  public function projects_settings_page() {
@@ -55,8 +55,8 @@ class Projects_Settings {
55
 
56
  public function projects_options_init(){
57
  register_setting( 'projects_main_settings', 'projects', array( $this, 'projects_main_settings_validate' ) );
58
- add_settings_section( 'projects_page_settings_description', 'Pages', array( $this, 'projects_page_settings' ), 'projects' );
59
- add_settings_section( 'projects_image_settings_description', 'Images', array( $this, 'projects_images_settings' ), 'projects' );
60
  }
61
 
62
  public function projects_page_settings() {
@@ -160,4 +160,4 @@ class Projects_Settings {
160
 
161
  } // End Class
162
 
163
- new Projects_Settings();
28
  } // End __construct()
29
 
30
  public function projects_add_settings_page() {
31
+ add_submenu_page( 'edit.php?post_type=project', __( 'Settings', 'projects' ), __( 'Settings', 'projects' ), 'publish_posts', 'projects-settings-page', array( $this, 'projects_settings_page' ) );
32
  }
33
 
34
  public function projects_settings_page() {
55
 
56
  public function projects_options_init(){
57
  register_setting( 'projects_main_settings', 'projects', array( $this, 'projects_main_settings_validate' ) );
58
+ add_settings_section( 'projects_page_settings_description', __( 'Pages', 'projects' ), array( $this, 'projects_page_settings' ), 'projects' );
59
+ add_settings_section( 'projects_image_settings_description', __( 'Images', 'projects' ), array( $this, 'projects_images_settings' ), 'projects' );
60
  }
61
 
62
  public function projects_page_settings() {
160
 
161
  } // End Class
162
 
163
+ new Projects_Settings();
lang/projects.pot ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: \n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/projects-by-woothemes\n"
7
+ "POT-Creation-Date: 2014-02-19 14:42:28+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+
15
+ #: classes/class-projects-admin.php:98
16
+ msgid "Cover Image"
17
+ msgstr ""
18
+
19
+ #: classes/class-projects-admin.php:133
20
+ msgid "Project updated. %sView project%s"
21
+ msgstr ""
22
+
23
+ #: classes/class-projects-admin.php:134
24
+ msgid "Custom field updated."
25
+ msgstr ""
26
+
27
+ #: classes/class-projects-admin.php:135
28
+ msgid "Custom field deleted."
29
+ msgstr ""
30
+
31
+ #: classes/class-projects-admin.php:136
32
+ msgid "Project updated."
33
+ msgstr ""
34
+
35
+ #. translators: %s: date and time of the revision
36
+
37
+ #: classes/class-projects-admin.php:138
38
+ msgid "Project restored to revision from %s"
39
+ msgstr ""
40
+
41
+ #: classes/class-projects-admin.php:139
42
+ msgid "Project published. %sView Project%s"
43
+ msgstr ""
44
+
45
+ #: classes/class-projects-admin.php:140
46
+ msgid "Project saved."
47
+ msgstr ""
48
+
49
+ #: classes/class-projects-admin.php:141
50
+ msgid "Project submitted. %sPreview Project%s"
51
+ msgstr ""
52
+
53
+ #: classes/class-projects-admin.php:142
54
+ msgid "Project scheduled for: %1$s. %2$sPreview Project%3$s"
55
+ msgstr ""
56
+
57
+ #. translators: Publish box date format, see http:php.net/date
58
+
59
+ #: classes/class-projects-admin.php:144
60
+ msgid "M j, Y @ G:i"
61
+ msgstr ""
62
+
63
+ #: classes/class-projects-admin.php:145
64
+ msgid "Project draft updated. %sPreview Project%s"
65
+ msgstr ""
66
+
67
+ #: classes/class-projects-admin.php:160
68
+ msgid "Project Details"
69
+ msgstr ""
70
+
71
+ #: classes/class-projects-admin.php:162
72
+ msgid "Project Gallery"
73
+ msgstr ""
74
+
75
+ #: classes/class-projects-admin.php:231 classes/class-projects-admin.php:291
76
+ msgid "Delete image"
77
+ msgstr ""
78
+
79
+ #: classes/class-projects-admin.php:242
80
+ msgid "Add project gallery images"
81
+ msgstr ""
82
+
83
+ #: classes/class-projects-admin.php:268
84
+ msgid "Add Images to Project Gallery"
85
+ msgstr ""
86
+
87
+ #: classes/class-projects-admin.php:270
88
+ msgid "Add to gallery"
89
+ msgstr ""
90
+
91
+ #: classes/class-projects-admin.php:416 templates/single-project/meta.php:41
92
+ msgid "Client"
93
+ msgstr ""
94
+
95
+ #: classes/class-projects-admin.php:417
96
+ msgid "Enter the client name for this project."
97
+ msgstr ""
98
+
99
+ #: classes/class-projects-admin.php:424
100
+ msgid "URL"
101
+ msgstr ""
102
+
103
+ #: classes/class-projects-admin.php:425
104
+ msgid "Enter a URL that applies to this project."
105
+ msgstr ""
106
+
107
+ #: classes/class-projects-admin.php:444
108
+ msgid "Enter the project title here"
109
+ msgstr ""
110
+
111
+ #: classes/class-projects-admin.php:475
112
+ msgid "%sProjects by WooThemes is almost ready.%s To get started, %sconfigure your projects page%s."
113
+ msgstr ""
114
+
115
+ #: classes/class-projects-admin.php:488
116
+ msgid "Project Cover Image"
117
+ msgstr ""
118
+
119
+ #: classes/class-projects-admin.php:501
120
+ msgid "Set featured image"
121
+ msgstr ""
122
+
123
+ #: classes/class-projects-admin.php:501 classes/class-projects-admin.php:533
124
+ msgid "Set cover image"
125
+ msgstr ""
126
+
127
+ #: classes/class-projects-admin.php:517
128
+ msgid "Remove featured image"
129
+ msgstr ""
130
+
131
+ #: classes/class-projects-admin.php:517
132
+ msgid "Remove cover image"
133
+ msgstr ""
134
+
135
+ #: classes/class-projects-admin.php:532
136
+ msgid "Set Cover Image"
137
+ msgstr ""
138
+
139
+ #: classes/class-projects-settings.php:38
140
+ msgid "Projects Settings"
141
+ msgstr ""
142
+
143
+ #: classes/class-projects-settings.php:47
144
+ msgid "Save Changes"
145
+ msgstr ""
146
+
147
+ #: classes/class-projects-settings.php:64
148
+ msgid "Setup core projects pages."
149
+ msgstr ""
150
+
151
+ #: classes/class-projects-settings.php:77
152
+ msgid "Projects Page"
153
+ msgstr ""
154
+
155
+ #: classes/class-projects-settings.php:81
156
+ msgid "This sets the base page of your projects. This is where your projects archive will be."
157
+ msgstr ""
158
+
159
+ #: classes/class-projects-settings.php:91
160
+ msgid "These settings affect the actual dimensions of images in your projects – the display on the front-end will still be affected by CSS styles. After changing these settings you may need to"
161
+ msgstr ""
162
+
163
+ #: classes/class-projects-settings.php:91
164
+ msgid "regenerate your thumbnails"
165
+ msgstr ""
166
+
167
+ #: classes/class-projects-settings.php:118
168
+ msgid "Archive Images"
169
+ msgstr ""
170
+
171
+ #: classes/class-projects-settings.php:121
172
+ #: classes/class-projects-settings.php:129
173
+ #: classes/class-projects-settings.php:137
174
+ msgid "Width:"
175
+ msgstr ""
176
+
177
+ #: classes/class-projects-settings.php:121
178
+ #: classes/class-projects-settings.php:129
179
+ #: classes/class-projects-settings.php:137
180
+ msgid "Height:"
181
+ msgstr ""
182
+
183
+ #: classes/class-projects-settings.php:126
184
+ msgid "Single Images"
185
+ msgstr ""
186
+
187
+ #: classes/class-projects-settings.php:134
188
+ msgid "Thumbnails"
189
+ msgstr ""
190
+
191
+ #: classes/class-projects-taxonomy.php:71
192
+ msgid "Category"
193
+ msgstr ""
194
+
195
+ #: classes/class-projects-taxonomy.php:72 templates/single-project/meta.php:29
196
+ msgid "Categories"
197
+ msgstr ""
198
+
199
+ #: classes/class-projects-taxonomy.php:95
200
+ msgctxt "taxonomy general name"
201
+ msgid "%s"
202
+ msgstr ""
203
+
204
+ #: classes/class-projects-taxonomy.php:96
205
+ msgctxt "taxonomy singular name"
206
+ msgid "%s"
207
+ msgstr ""
208
+
209
+ #: classes/class-projects-taxonomy.php:97
210
+ msgid "Search %s"
211
+ msgstr ""
212
+
213
+ #: classes/class-projects-taxonomy.php:98
214
+ msgid "All %s"
215
+ msgstr ""
216
+
217
+ #: classes/class-projects-taxonomy.php:99
218
+ msgid "Parent %s"
219
+ msgstr ""
220
+
221
+ #: classes/class-projects-taxonomy.php:100
222
+ msgid "Parent %s:"
223
+ msgstr ""
224
+
225
+ #: classes/class-projects-taxonomy.php:101 classes/class-projects.php:110
226
+ msgid "Edit %s"
227
+ msgstr ""
228
+
229
+ #: classes/class-projects-taxonomy.php:102
230
+ msgid "Update %s"
231
+ msgstr ""
232
+
233
+ #: classes/class-projects-taxonomy.php:103 classes/class-projects.php:109
234
+ msgid "Add New %s"
235
+ msgstr ""
236
+
237
+ #: classes/class-projects-taxonomy.php:104
238
+ msgid "New %s Name"
239
+ msgstr ""
240
+
241
+ #: classes/class-projects-taxonomy.php:105
242
+ msgid "%s"
243
+ msgstr ""
244
+
245
+ #: classes/class-projects.php:106
246
+ msgctxt "post type general name"
247
+ msgid "Projects"
248
+ msgstr ""
249
+
250
+ #: classes/class-projects.php:107
251
+ msgctxt "post type singular name"
252
+ msgid "Project"
253
+ msgstr ""
254
+
255
+ #: classes/class-projects.php:109 classes/class-projects.php:110
256
+ #: classes/class-projects.php:111 classes/class-projects.php:113
257
+ msgid "Project"
258
+ msgstr ""
259
+
260
+ #: classes/class-projects.php:111
261
+ msgid "New %s"
262
+ msgstr ""
263
+
264
+ #: classes/class-projects.php:112 classes/class-projects.php:114
265
+ #: classes/class-projects.php:115 classes/class-projects.php:116
266
+ #: classes/class-projects.php:118
267
+ msgid "Projects"
268
+ msgstr ""
269
+
270
+ #: classes/class-projects.php:113
271
+ msgid "View %s"
272
+ msgstr ""
273
+
274
+ #: classes/class-projects.php:114
275
+ msgid "Search %a"
276
+ msgstr ""
277
+
278
+ #: classes/class-projects.php:115
279
+ msgid "No %s Found"
280
+ msgstr ""
281
+
282
+ #: classes/class-projects.php:116
283
+ msgid "No %s Found In Trash"
284
+ msgstr ""
285
+
286
+ #: classes/class-widget-project-categories.php:42
287
+ #: classes/class-widget-project-categories.php:44
288
+ #: classes/class-widget-project-categories.php:150
289
+ msgid "Project Categories"
290
+ msgstr ""
291
+
292
+ #: classes/class-widget-project-categories.php:159
293
+ #: classes/class-widget-projects.php:192
294
+ msgid "Title (optional):"
295
+ msgstr ""
296
+
297
+ #: classes/class-widget-project-categories.php:166
298
+ msgid "Show Count:"
299
+ msgstr ""
300
+
301
+ #: classes/class-widget-project-categories.php:172
302
+ msgid "Show Hierarchy:"
303
+ msgstr ""
304
+
305
+ #: classes/class-widget-projects.php:41
306
+ msgid "Recent projects listed on your site."
307
+ msgstr ""
308
+
309
+ #: classes/class-widget-projects.php:43 classes/class-widget-projects.php:184
310
+ msgid "Recent Projects"
311
+ msgstr ""
312
+
313
+ #: classes/class-widget-projects.php:197
314
+ msgid "Limit:"
315
+ msgstr ""
316
+
317
+ #: projects-core-functions.php:254
318
+ msgctxt "slug"
319
+ msgid "uncategorized"
320
+ msgstr ""
321
+
322
+ #: projects-template.php:129
323
+ msgid "Search Results: &ldquo;%s&rdquo;"
324
+ msgstr ""
325
+
326
+ #: projects-template.php:132
327
+ msgid "&nbsp;&ndash; Page %s"
328
+ msgstr ""
329
+
330
+ #: templates/loop/no-projects-found.php:14
331
+ msgid "No projects found which match your selection."
332
+ msgstr ""
333
+
334
+ #: templates/single-project/meta.php:51
335
+ msgid "Link"
336
+ msgstr ""
337
+
338
+ #: templates/single-project/meta.php:52
339
+ msgid "Visit project"
340
+ msgstr ""
lang/woothemes-features-en_GB.po DELETED
@@ -1,276 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Features v1.1.0\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2012-11-08 08:28:45+0000\n"
7
- "Last-Translator: Matt <matt@woothemes.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: English\n"
14
- "X-Poedit-Country: UNITED KINGDOM\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
22
- #: classes/class-woothemes-features.php:76
23
- #@ woothemes-features
24
- msgctxt "post type general name"
25
- msgid "Features"
26
- msgstr ""
27
-
28
- #: classes/class-woothemes-features.php:77
29
- #@ woothemes-features
30
- msgctxt "post type singular name"
31
- msgid "Feature"
32
- msgstr ""
33
-
34
- #: classes/class-woothemes-features.php:78
35
- #@ woothemes-features
36
- msgctxt "feature"
37
- msgid "Add New"
38
- msgstr ""
39
-
40
- #: classes/class-woothemes-features.php:79
41
- #, php-format
42
- #@ woothemes-features
43
- msgid "Add New %s"
44
- msgstr ""
45
-
46
- #: classes/class-woothemes-features.php:79
47
- #: classes/class-woothemes-features.php:80
48
- #: classes/class-woothemes-features.php:81
49
- #@ woothemes-features
50
- msgid "Feature"
51
- msgstr ""
52
-
53
- #: classes/class-woothemes-features.php:80
54
- #, php-format
55
- #@ woothemes-features
56
- msgid "Edit %s"
57
- msgstr ""
58
-
59
- #: classes/class-woothemes-features.php:81
60
- #, php-format
61
- #@ woothemes-features
62
- msgid "New %s"
63
- msgstr ""
64
-
65
- #: classes/class-woothemes-features.php:82
66
- #, php-format
67
- #@ woothemes-features
68
- msgid "All %s"
69
- msgstr ""
70
-
71
- #: classes/class-woothemes-features.php:82
72
- #: classes/class-woothemes-features.php:84
73
- #: classes/class-woothemes-features.php:85
74
- #: classes/class-woothemes-features.php:86
75
- #: classes/class-woothemes-features.php:88
76
- #: classes/class-woothemes-widget-features.php:44
77
- #@ woothemes-features
78
- msgid "Features"
79
- msgstr ""
80
-
81
- #: classes/class-woothemes-features.php:83
82
- #, php-format
83
- #@ woothemes-features
84
- msgid "View %s"
85
- msgstr ""
86
-
87
- #: classes/class-woothemes-features.php:83
88
- #@ woothemes-features
89
- msgid "Testimonial"
90
- msgstr ""
91
-
92
- #: classes/class-woothemes-features.php:84
93
- #, php-format
94
- #@ woothemes-features
95
- msgid "Search %a"
96
- msgstr ""
97
-
98
- #: classes/class-woothemes-features.php:85
99
- #, php-format
100
- #@ woothemes-features
101
- msgid "No %s Found"
102
- msgstr ""
103
-
104
- #: classes/class-woothemes-features.php:86
105
- #, php-format
106
- #@ woothemes-features
107
- msgid "No %s Found In Trash"
108
- msgstr ""
109
-
110
- #: classes/class-woothemes-features.php:148
111
- #@ woothemes-features
112
- msgid "Image"
113
- msgstr ""
114
-
115
- #: classes/class-woothemes-features.php:182
116
- #, php-format
117
- #@ woothemes-features
118
- msgid "Feature updated. %sView feature%s"
119
- msgstr ""
120
-
121
- #: classes/class-woothemes-features.php:183
122
- #@ woothemes-features
123
- msgid "Custom field updated."
124
- msgstr ""
125
-
126
- #: classes/class-woothemes-features.php:184
127
- #@ woothemes-features
128
- msgid "Custom field deleted."
129
- msgstr ""
130
-
131
- #: classes/class-woothemes-features.php:185
132
- #@ woothemes-features
133
- msgid "Feature updated."
134
- msgstr ""
135
-
136
- #. translators: %s: date and time of the revision
137
- #: classes/class-woothemes-features.php:187
138
- #, php-format
139
- #@ woothemes-features
140
- msgid "Feature restored to revision from %s"
141
- msgstr ""
142
-
143
- #: classes/class-woothemes-features.php:188
144
- #, php-format
145
- #@ woothemes-features
146
- msgid "Feature published. %sView feature%s"
147
- msgstr ""
148
-
149
- #: classes/class-woothemes-features.php:189
150
- #@ default
151
- msgid "Feature saved."
152
- msgstr ""
153
-
154
- #: classes/class-woothemes-features.php:190
155
- #, php-format
156
- #@ woothemes-features
157
- msgid "Feature submitted. %sPreview feature%s"
158
- msgstr ""
159
-
160
- #: classes/class-woothemes-features.php:191
161
- #, php-format
162
- #@ woothemes-features
163
- msgid "Feature scheduled for: %1$s. %2$sPreview feature%3$s"
164
- msgstr ""
165
-
166
- #: classes/class-woothemes-features.php:193
167
- #@ default
168
- msgid "M j, Y @ G:i"
169
- msgstr ""
170
-
171
- #: classes/class-woothemes-features.php:194
172
- #, php-format
173
- #@ woothemes-features
174
- msgid "Feature draft updated. %sPreview feature%s"
175
- msgstr ""
176
-
177
- #: classes/class-woothemes-features.php:307
178
- #@ woothemes-features
179
- msgid "Enter the feature title here"
180
- msgstr ""
181
-
182
- #: classes/class-woothemes-widget-features.php:42
183
- #@ woothemes-features
184
- msgid "Recent features listed on your site."
185
- msgstr ""
186
-
187
- #: classes/class-woothemes-widget-features.php:152
188
- #@ woothemes-features
189
- msgid "Title (optional):"
190
- msgstr ""
191
-
192
- #: classes/class-woothemes-widget-features.php:157
193
- #@ woothemes-features
194
- msgid "Limit:"
195
- msgstr ""
196
-
197
- #: classes/class-woothemes-widget-features.php:162
198
- #@ woothemes-features
199
- msgid "Image Size (in pixels):"
200
- msgstr ""
201
-
202
- #: classes/class-woothemes-widget-features.php:172
203
- #@ woothemes-features
204
- msgid "Order By:"
205
- msgstr ""
206
-
207
- #: classes/class-woothemes-widget-features.php:181
208
- #@ woothemes-features
209
- msgid "Order Direction:"
210
- msgstr ""
211
-
212
- #: classes/class-woothemes-widget-features.php:190
213
- #@ woothemes-features
214
- msgid "Specific ID (optional):"
215
- msgstr ""
216
-
217
- #: classes/class-woothemes-widget-features.php:193
218
- #@ woothemes-features
219
- msgid "Display a specific testimonial, rather than a list."
220
- msgstr ""
221
-
222
- #: classes/class-woothemes-widget-features.php:204
223
- #@ woothemes-features
224
- msgid "No Order"
225
- msgstr ""
226
-
227
- #: classes/class-woothemes-widget-features.php:205
228
- #@ woothemes-features
229
- msgid "Entry ID"
230
- msgstr ""
231
-
232
- #: classes/class-woothemes-widget-features.php:206
233
- #@ woothemes-features
234
- msgid "Title"
235
- msgstr ""
236
-
237
- #: classes/class-woothemes-widget-features.php:207
238
- #@ woothemes-features
239
- msgid "Date Added"
240
- msgstr ""
241
-
242
- #: classes/class-woothemes-widget-features.php:208
243
- #@ woothemes-features
244
- msgid "Specified Order Setting"
245
- msgstr ""
246
-
247
- #: classes/class-woothemes-widget-features.php:219
248
- #@ woothemes-features
249
- msgid "Ascending"
250
- msgstr ""
251
-
252
- #: classes/class-woothemes-widget-features.php:220
253
- #@ woothemes-features
254
- msgid "Descending"
255
- msgstr ""
256
-
257
- #: classes/class-woothemes-features.php:208
258
- #@ woothemes-features
259
- msgid "Feature Details"
260
- msgstr ""
261
-
262
- #: classes/class-woothemes-features.php:333
263
- #@ woothemes-features
264
- msgid "URL"
265
- msgstr ""
266
-
267
- #: classes/class-woothemes-features.php:334
268
- #@ woothemes-features
269
- msgid "Enter a URL that applies to this feature (for example: http://woothemes.com/)."
270
- msgstr ""
271
-
272
- #: classes/class-woothemes-widget-features.php:167
273
- #@ woothemes-features
274
- msgid "Items Per Row:"
275
- msgstr ""
276
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/woothemes-features-xx_XX.pot DELETED
@@ -1,21 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: PlaceHolder\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2012-10-17 12:43:24+0000\n"
7
- "Last-Translator: none\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: English\n"
14
- "X-Poedit-Country: UNITED STATES\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
projects.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://woothemes.com/
5
  * Description: Hi, I'm your project showcase plugin for WordPress. Show off your recent work using our shortcode, widget or template tag.
6
  * Author: WooThemes
7
- * Version: 1.0.0
8
  * Author URI: http://woothemes.com/
9
  *
10
  * @package WordPress
4
  * Plugin URI: http://woothemes.com/
5
  * Description: Hi, I'm your project showcase plugin for WordPress. Show off your recent work using our shortcode, widget or template tag.
6
  * Author: WooThemes
7
+ * Version: 1.0.1
8
  * Author URI: http://woothemes.com/
9
  *
10
  * @package WordPress
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Projects by WooThemes ===
2
  Contributors: woothemes, mattyza, jameskoster, tiagonoronha
3
  Donate link: http://woothemes.com/
4
- Tags: portfolio, projects, widget, shortcode, template-tag, services
5
  Requires at least: 3.8
6
  Tested up to: 3.8.1
7
- Stable tag: 1.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,11 +12,41 @@ Hi, I'm your projects showcase plugin for WordPress. Use me to show off a portfo
12
 
13
  == Description ==
14
 
15
- "Projects" by WooThemes is a clean and easy-to-use project showcase management system for WordPress. Load in your recent projects, and display them on a specified page using our template system, or via a shortcode, widget or template tag.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  == Usage ==
18
 
19
- Once installed you can begin adding projects right away via the 'Projects' item in the main menu. The interface for adding projects is very similar to adding posts so you should feel right at home. But before you do that you should go ahead and create a page for your projects (via the Pages menu item) and specify that page as your projects base page in the projects settings.
 
 
20
 
21
  == Installation ==
22
 
@@ -28,6 +58,22 @@ Installing "Projects" can be done either by searching for "Projects by WooThemes
28
 
29
  == Frequently Asked Questions ==
30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  = How do I contribute? =
32
 
33
  We encourage everyone to contribute their ideas, thoughts and code snippets. This can be done by forking the [repository over at GitHub](http://github.com/woothemes/projects/).
@@ -45,6 +91,11 @@ We encourage everyone to contribute their ideas, thoughts and code snippets. Thi
45
 
46
  == Changelog ==
47
 
 
 
 
 
 
48
  = 1.0.0 =
49
- * 2014-12-17
50
- * Initial release. Woo!
1
  === Projects by WooThemes ===
2
  Contributors: woothemes, mattyza, jameskoster, tiagonoronha
3
  Donate link: http://woothemes.com/
4
+ Tags: portfolio, projects, project, showcase, artwork, work, creative, photography, art
5
  Requires at least: 3.8
6
  Tested up to: 3.8.1
7
+ Stable tag: 1.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ "Projects" by WooThemes is a clean and easy-to-use portfolio showcase management system for WordPress. Load in your recent projects, and display them on a specified page using our template system, or via a shortcode, widget or template tag.
16
+
17
+ = Easy to use =
18
+
19
+ Publish and categorise your portfolio of projects using the familiar WordPress interface.
20
+
21
+ = Detailed project information =
22
+
23
+ Include full project details such as cover images, galleries, categories, client details and projects URLs.
24
+
25
+ = Fully integrated with WordPress =
26
+
27
+ Display your portfolio of projects using native WordPress architecture (project archives & single pages).
28
+
29
+ = Widgets & Shortcodes included =
30
+
31
+ Use Widgets & Shortcodes for situational project display.
32
+
33
+ = Mobile friendly =
34
+
35
+ Projects includes a responsive layout to integrate with any theme.
36
+
37
+ = Customisable =
38
+
39
+ Get your hands dirty! Customise & extend Projects via a vast array of hooks, filters & templates.
40
+
41
+ = Documentation =
42
+
43
+ Extensive [documentation](http://docs.woothemes.com/documentation/plugins/projects/) to help you out if you get stuck.
44
 
45
  == Usage ==
46
 
47
+ Once installed you can begin adding projects to your portfolio right away via the 'Projects' item in the main menu. But before you do that you should go ahead and create a page for your projects (via the Pages menu item) and specify that page as your projects base page in the projects settings. The interface for adding projects is very similar to adding posts so you should feel right at home.
48
+
49
+ For more detailed usage instructions take a look at the [Projects Documentation](http://docs.woothemes.com/documentation/plugins/projects/).
50
 
51
  == Installation ==
52
 
58
 
59
  == Frequently Asked Questions ==
60
 
61
+ = My project images are blurry / distorted, how do I fix that? =
62
+
63
+ It's possible that your theme is scaling images to fit their container by setting `width: 100%;`. If this is the case, and your project thumbnails are too small they will become distored / blurred as they are scaled up. To fix this change the project thumbnail size options in the Projects settings then regenerate your thumbnails using the [Regenerate Thumbnails plugin](http://wordpress.org/plugins/regenerate-thumbnails/).
64
+
65
+ = How do I integrate projects into my theme? =
66
+
67
+ If you run into layout issues on Projects pages then you will need to peruse one of two methods to make your theme compatible. You can read all about this in the [documentation](http://docs.woothemes.com/document/third-party-theme-compatibility/).
68
+
69
+ = I want to change X =
70
+
71
+ Projects uses template files to control the display of it's various components. These templates can be safely editied so that your customisations are not lost during updates as described in the [documentation](http://docs.woothemes.com/document/editing-projects-templates-safely/).
72
+
73
+ = Is it possible to add cusstom fields to the Project details meta box? =
74
+
75
+ Yes! You can follow this tutorial to [add custom fields to projects](http://docs.woothemes.com/document/add-a-project-meta-field/) and display them.
76
+
77
  = How do I contribute? =
78
 
79
  We encourage everyone to contribute their ideas, thoughts and code snippets. This can be done by forking the [repository over at GitHub](http://github.com/woothemes/projects/).
91
 
92
  == Changelog ==
93
 
94
+ = 1.0.1 =
95
+ * 2014-02-24
96
+ * Localization - Replaces incorrect language files.
97
+ * Tweak - Localized some strings (props Vaclad)
98
+
99
  = 1.0.0 =
100
+ * 2014-02-17
101
+ * Initial release. Woo!