stump-cli 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/stump-cli/version.rb +1 -1
- data/lib/wp/{wp-content/themes/stump/.gitignore → .gitignore} +1 -0
- metadata +2 -64
- data/lib/wp/wp-content/themes/twentyfourteen/404.php +0 -32
- data/lib/wp/wp-content/themes/twentyfourteen/archive.php +0 -74
- data/lib/wp/wp-content/themes/twentyfourteen/author.php +0 -74
- data/lib/wp/wp-content/themes/twentyfourteen/category.php +0 -58
- data/lib/wp/wp-content/themes/twentyfourteen/comments.php +0 -66
- data/lib/wp/wp-content/themes/twentyfourteen/content-aside.php +0 -57
- data/lib/wp/wp-content/themes/twentyfourteen/content-audio.php +0 -57
- data/lib/wp/wp-content/themes/twentyfourteen/content-featured-post.php +0 -34
- data/lib/wp/wp-content/themes/twentyfourteen/content-gallery.php +0 -57
- data/lib/wp/wp-content/themes/twentyfourteen/content-image.php +0 -57
- data/lib/wp/wp-content/themes/twentyfourteen/content-link.php +0 -57
- data/lib/wp/wp-content/themes/twentyfourteen/content-none.php +0 -31
- data/lib/wp/wp-content/themes/twentyfourteen/content-page.php +0 -31
- data/lib/wp/wp-content/themes/twentyfourteen/content-quote.php +0 -57
- data/lib/wp/wp-content/themes/twentyfourteen/content-video.php +0 -57
- data/lib/wp/wp-content/themes/twentyfourteen/content.php +0 -66
- data/lib/wp/wp-content/themes/twentyfourteen/css/editor-style.css +0 -717
- data/lib/wp/wp-content/themes/twentyfourteen/css/ie.css +0 -1335
- data/lib/wp/wp-content/themes/twentyfourteen/featured-content.php +0 -39
- data/lib/wp/wp-content/themes/twentyfourteen/footer.php +0 -28
- data/lib/wp/wp-content/themes/twentyfourteen/functions.php +0 -519
- data/lib/wp/wp-content/themes/twentyfourteen/genericons/COPYING.txt +0 -9
- data/lib/wp/wp-content/themes/twentyfourteen/genericons/Genericons-Regular.otf +0 -0
- data/lib/wp/wp-content/themes/twentyfourteen/genericons/LICENSE.txt +0 -339
- data/lib/wp/wp-content/themes/twentyfourteen/genericons/README.txt +0 -123
- data/lib/wp/wp-content/themes/twentyfourteen/genericons/example.html +0 -464
- data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.eot +0 -0
- data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.svg +0 -135
- data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.ttf +0 -0
- data/lib/wp/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.woff +0 -0
- data/lib/wp/wp-content/themes/twentyfourteen/genericons/genericons.css +0 -197
- data/lib/wp/wp-content/themes/twentyfourteen/header.php +0 -65
- data/lib/wp/wp-content/themes/twentyfourteen/image.php +0 -79
- data/lib/wp/wp-content/themes/twentyfourteen/images/pattern-dark.svg +0 -16
- data/lib/wp/wp-content/themes/twentyfourteen/images/pattern-light.svg +0 -6
- data/lib/wp/wp-content/themes/twentyfourteen/inc/back-compat.php +0 -63
- data/lib/wp/wp-content/themes/twentyfourteen/inc/custom-header.php +0 -147
- data/lib/wp/wp-content/themes/twentyfourteen/inc/customizer.php +0 -114
- data/lib/wp/wp-content/themes/twentyfourteen/inc/featured-content.php +0 -531
- data/lib/wp/wp-content/themes/twentyfourteen/inc/template-tags.php +0 -203
- data/lib/wp/wp-content/themes/twentyfourteen/inc/widgets.php +0 -269
- data/lib/wp/wp-content/themes/twentyfourteen/index.php +0 -61
- data/lib/wp/wp-content/themes/twentyfourteen/js/customizer.js +0 -38
- data/lib/wp/wp-content/themes/twentyfourteen/js/featured-content-admin.js +0 -9
- data/lib/wp/wp-content/themes/twentyfourteen/js/functions.js +0 -134
- data/lib/wp/wp-content/themes/twentyfourteen/js/html5.js +0 -8
- data/lib/wp/wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js +0 -21
- data/lib/wp/wp-content/themes/twentyfourteen/js/slider.js +0 -598
- data/lib/wp/wp-content/themes/twentyfourteen/languages/twentyfourteen.pot +0 -467
- data/lib/wp/wp-content/themes/twentyfourteen/page-templates/contributors.php +0 -52
- data/lib/wp/wp-content/themes/twentyfourteen/page-templates/full-width.php +0 -42
- data/lib/wp/wp-content/themes/twentyfourteen/page.php +0 -48
- data/lib/wp/wp-content/themes/twentyfourteen/rtl.css +0 -854
- data/lib/wp/wp-content/themes/twentyfourteen/screenshot.png +0 -0
- data/lib/wp/wp-content/themes/twentyfourteen/search.php +0 -49
- data/lib/wp/wp-content/themes/twentyfourteen/sidebar-content.php +0 -16
- data/lib/wp/wp-content/themes/twentyfourteen/sidebar-footer.php +0 -19
- data/lib/wp/wp-content/themes/twentyfourteen/sidebar.php +0 -29
- data/lib/wp/wp-content/themes/twentyfourteen/single.php +0 -40
- data/lib/wp/wp-content/themes/twentyfourteen/style.css +0 -4321
- data/lib/wp/wp-content/themes/twentyfourteen/tag.php +0 -60
- data/lib/wp/wp-content/themes/twentyfourteen/taxonomy-post_format.php +0 -85
|
@@ -1,467 +0,0 @@
|
|
|
1
|
-
# Copyright (C) 2014 the WordPress team
|
|
2
|
-
# This file is distributed under the GNU General Public License v2 or later.
|
|
3
|
-
msgid ""
|
|
4
|
-
msgstr ""
|
|
5
|
-
"Project-Id-Version: Twenty Fourteen 1.2\n"
|
|
6
|
-
"Report-Msgid-Bugs-To: http://wordpress.org/tags/twentyfourteen\n"
|
|
7
|
-
"POT-Creation-Date: 2014-09-03 00:45:47+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
|
-
#: 404.php:17
|
|
16
|
-
msgid "Not Found"
|
|
17
|
-
msgstr ""
|
|
18
|
-
|
|
19
|
-
#: 404.php:21
|
|
20
|
-
msgid "It looks like nothing was found at this location. Maybe try a search?"
|
|
21
|
-
msgstr ""
|
|
22
|
-
|
|
23
|
-
#: archive.php:31
|
|
24
|
-
msgid "Daily Archives: %s"
|
|
25
|
-
msgstr ""
|
|
26
|
-
|
|
27
|
-
#: archive.php:34
|
|
28
|
-
msgid "Monthly Archives: %s"
|
|
29
|
-
msgstr ""
|
|
30
|
-
|
|
31
|
-
#: archive.php:34
|
|
32
|
-
msgctxt "monthly archives date format"
|
|
33
|
-
msgid "F Y"
|
|
34
|
-
msgstr ""
|
|
35
|
-
|
|
36
|
-
#: archive.php:37
|
|
37
|
-
msgid "Yearly Archives: %s"
|
|
38
|
-
msgstr ""
|
|
39
|
-
|
|
40
|
-
#: archive.php:37
|
|
41
|
-
msgctxt "yearly archives date format"
|
|
42
|
-
msgid "Y"
|
|
43
|
-
msgstr ""
|
|
44
|
-
|
|
45
|
-
#: archive.php:40 taxonomy-post_format.php:51
|
|
46
|
-
msgid "Archives"
|
|
47
|
-
msgstr ""
|
|
48
|
-
|
|
49
|
-
#: author.php:31
|
|
50
|
-
msgid "All posts by %s"
|
|
51
|
-
msgstr ""
|
|
52
|
-
|
|
53
|
-
#: category.php:20
|
|
54
|
-
msgid "Category Archives: %s"
|
|
55
|
-
msgstr ""
|
|
56
|
-
|
|
57
|
-
#: comments.php:27
|
|
58
|
-
msgid "One thought on “%2$s”"
|
|
59
|
-
msgid_plural "%1$s thoughts on “%2$s”"
|
|
60
|
-
msgstr[0] ""
|
|
61
|
-
msgstr[1] ""
|
|
62
|
-
|
|
63
|
-
#: comments.php:34 comments.php:52
|
|
64
|
-
msgid "Comment navigation"
|
|
65
|
-
msgstr ""
|
|
66
|
-
|
|
67
|
-
#: comments.php:35 comments.php:53
|
|
68
|
-
msgid "← Older Comments"
|
|
69
|
-
msgstr ""
|
|
70
|
-
|
|
71
|
-
#: comments.php:36 comments.php:54
|
|
72
|
-
msgid "Newer Comments →"
|
|
73
|
-
msgstr ""
|
|
74
|
-
|
|
75
|
-
#: comments.php:59
|
|
76
|
-
msgid "Comments are closed."
|
|
77
|
-
msgstr ""
|
|
78
|
-
|
|
79
|
-
#: content-aside.php:17 content-audio.php:17 content-featured-post.php:28
|
|
80
|
-
#: content-gallery.php:17 content-image.php:17 content-link.php:17
|
|
81
|
-
#: content-quote.php:17 content-video.php:17 content.php:19
|
|
82
|
-
msgctxt "Used between list items, there is a space after the comma."
|
|
83
|
-
msgid ", "
|
|
84
|
-
msgstr ""
|
|
85
|
-
|
|
86
|
-
#: content-aside.php:37 content-audio.php:37 content-gallery.php:37
|
|
87
|
-
#: content-image.php:37 content-link.php:37 content-quote.php:37
|
|
88
|
-
#: content-video.php:37 content.php:38 inc/widgets.php:194
|
|
89
|
-
msgid "Leave a comment"
|
|
90
|
-
msgstr ""
|
|
91
|
-
|
|
92
|
-
#: content-aside.php:37 content-audio.php:37 content-gallery.php:37
|
|
93
|
-
#: content-image.php:37 content-link.php:37 content-quote.php:37
|
|
94
|
-
#: content-video.php:37 content.php:38 inc/widgets.php:194
|
|
95
|
-
msgid "1 Comment"
|
|
96
|
-
msgstr ""
|
|
97
|
-
|
|
98
|
-
#: content-aside.php:37 content-audio.php:37 content-gallery.php:37
|
|
99
|
-
#: content-image.php:37 content-link.php:37 content-quote.php:37
|
|
100
|
-
#: content-video.php:37 content.php:38 inc/widgets.php:194
|
|
101
|
-
msgid "% Comments"
|
|
102
|
-
msgstr ""
|
|
103
|
-
|
|
104
|
-
#: content-aside.php:40 content-audio.php:40 content-gallery.php:40
|
|
105
|
-
#: content-image.php:40 content-link.php:40 content-page.php:28
|
|
106
|
-
#: content-quote.php:40 content-video.php:40 content.php:42 image.php:34
|
|
107
|
-
#: page-templates/contributors.php:35
|
|
108
|
-
msgid "Edit"
|
|
109
|
-
msgstr ""
|
|
110
|
-
|
|
111
|
-
#: content-aside.php:46 content-audio.php:46 content-gallery.php:46
|
|
112
|
-
#: content-image.php:46 content-link.php:46 content-quote.php:46
|
|
113
|
-
#: content-video.php:46 content.php:54 inc/widgets.php:127 inc/widgets.php:172
|
|
114
|
-
msgid "Continue reading <span class=\"meta-nav\">→</span>"
|
|
115
|
-
msgstr ""
|
|
116
|
-
|
|
117
|
-
#: content-aside.php:48 content-audio.php:48 content-gallery.php:48
|
|
118
|
-
#: content-image.php:48 content-link.php:48 content-page.php:22
|
|
119
|
-
#: content-quote.php:48 content-video.php:48 content.php:56 image.php:54
|
|
120
|
-
msgid "Pages:"
|
|
121
|
-
msgstr ""
|
|
122
|
-
|
|
123
|
-
#: content-none.php:12
|
|
124
|
-
msgid "Nothing Found"
|
|
125
|
-
msgstr ""
|
|
126
|
-
|
|
127
|
-
#: content-none.php:18
|
|
128
|
-
msgid ""
|
|
129
|
-
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
|
|
130
|
-
msgstr ""
|
|
131
|
-
|
|
132
|
-
#: content-none.php:22
|
|
133
|
-
msgid ""
|
|
134
|
-
"Sorry, but nothing matched your search terms. Please try again with some "
|
|
135
|
-
"different keywords."
|
|
136
|
-
msgstr ""
|
|
137
|
-
|
|
138
|
-
#: content-none.php:27
|
|
139
|
-
msgid ""
|
|
140
|
-
"It seems we can’t find what you’re looking for. Perhaps "
|
|
141
|
-
"searching can help."
|
|
142
|
-
msgstr ""
|
|
143
|
-
|
|
144
|
-
#. #-#-#-#-# twentyfourteen.pot (Twenty Fourteen 1.2) #-#-#-#-#
|
|
145
|
-
#. Author URI of the plugin/theme
|
|
146
|
-
#: footer.php:21
|
|
147
|
-
msgid "http://wordpress.org/"
|
|
148
|
-
msgstr ""
|
|
149
|
-
|
|
150
|
-
#: footer.php:21
|
|
151
|
-
msgid "Proudly powered by %s"
|
|
152
|
-
msgstr ""
|
|
153
|
-
|
|
154
|
-
#: functions.php:83
|
|
155
|
-
msgid "Top primary menu"
|
|
156
|
-
msgstr ""
|
|
157
|
-
|
|
158
|
-
#: functions.php:84
|
|
159
|
-
msgid "Secondary menu in left sidebar"
|
|
160
|
-
msgstr ""
|
|
161
|
-
|
|
162
|
-
#: functions.php:171
|
|
163
|
-
msgid "Primary Sidebar"
|
|
164
|
-
msgstr ""
|
|
165
|
-
|
|
166
|
-
#: functions.php:173
|
|
167
|
-
msgid "Main sidebar that appears on the left."
|
|
168
|
-
msgstr ""
|
|
169
|
-
|
|
170
|
-
#: functions.php:180
|
|
171
|
-
msgid "Content Sidebar"
|
|
172
|
-
msgstr ""
|
|
173
|
-
|
|
174
|
-
#: functions.php:182
|
|
175
|
-
msgid "Additional sidebar that appears on the right."
|
|
176
|
-
msgstr ""
|
|
177
|
-
|
|
178
|
-
#: functions.php:189
|
|
179
|
-
msgid "Footer Widget Area"
|
|
180
|
-
msgstr ""
|
|
181
|
-
|
|
182
|
-
#: functions.php:191
|
|
183
|
-
msgid "Appears in the footer section of the site."
|
|
184
|
-
msgstr ""
|
|
185
|
-
|
|
186
|
-
#: functions.php:213
|
|
187
|
-
msgctxt "Lato font: on or off"
|
|
188
|
-
msgid "on"
|
|
189
|
-
msgstr ""
|
|
190
|
-
|
|
191
|
-
#: functions.php:254
|
|
192
|
-
msgid "Previous"
|
|
193
|
-
msgstr ""
|
|
194
|
-
|
|
195
|
-
#: functions.php:255
|
|
196
|
-
msgid "Next"
|
|
197
|
-
msgstr ""
|
|
198
|
-
|
|
199
|
-
#: functions.php:372
|
|
200
|
-
msgid "%d Article"
|
|
201
|
-
msgid_plural "%d Articles"
|
|
202
|
-
msgstr[0] ""
|
|
203
|
-
msgstr[1] ""
|
|
204
|
-
|
|
205
|
-
#: functions.php:491
|
|
206
|
-
msgid "Page %s"
|
|
207
|
-
msgstr ""
|
|
208
|
-
|
|
209
|
-
#: header.php:48
|
|
210
|
-
msgid "Search"
|
|
211
|
-
msgstr ""
|
|
212
|
-
|
|
213
|
-
#: header.php:52
|
|
214
|
-
msgid "Primary Menu"
|
|
215
|
-
msgstr ""
|
|
216
|
-
|
|
217
|
-
#: header.php:53
|
|
218
|
-
msgid "Skip to content"
|
|
219
|
-
msgstr ""
|
|
220
|
-
|
|
221
|
-
#: image.php:65
|
|
222
|
-
msgid "Previous Image"
|
|
223
|
-
msgstr ""
|
|
224
|
-
|
|
225
|
-
#: image.php:66
|
|
226
|
-
msgid "Next Image"
|
|
227
|
-
msgstr ""
|
|
228
|
-
|
|
229
|
-
#: inc/back-compat.php:37 inc/back-compat.php:47 inc/back-compat.php:60
|
|
230
|
-
msgid ""
|
|
231
|
-
"Twenty Fourteen requires at least WordPress version 3.6. You are running "
|
|
232
|
-
"version %s. Please upgrade and try again."
|
|
233
|
-
msgstr ""
|
|
234
|
-
|
|
235
|
-
#: inc/customizer.php:19 inc/customizer.php:20
|
|
236
|
-
msgid "Background may only be visible on wide screens."
|
|
237
|
-
msgstr ""
|
|
238
|
-
|
|
239
|
-
#: inc/customizer.php:28
|
|
240
|
-
msgid "Site Title Color"
|
|
241
|
-
msgstr ""
|
|
242
|
-
|
|
243
|
-
#: inc/customizer.php:31
|
|
244
|
-
msgid "Display Site Title & Tagline"
|
|
245
|
-
msgstr ""
|
|
246
|
-
|
|
247
|
-
#: inc/customizer.php:35 inc/featured-content.php:405
|
|
248
|
-
msgid "Featured Content"
|
|
249
|
-
msgstr ""
|
|
250
|
-
|
|
251
|
-
#: inc/customizer.php:36 inc/featured-content.php:406
|
|
252
|
-
msgid ""
|
|
253
|
-
"Use a <a href=\"%1$s\">tag</a> to feature your posts. If no posts match the "
|
|
254
|
-
"tag, <a href=\"%2$s\">sticky posts</a> will be displayed instead."
|
|
255
|
-
msgstr ""
|
|
256
|
-
|
|
257
|
-
#: inc/customizer.php:37 inc/customizer.php:102 inc/featured-content.php:407
|
|
258
|
-
#: inc/featured-content.php:416 inc/featured-content.php:476
|
|
259
|
-
msgctxt "featured content default tag slug"
|
|
260
|
-
msgid "featured"
|
|
261
|
-
msgstr ""
|
|
262
|
-
|
|
263
|
-
#: inc/customizer.php:50
|
|
264
|
-
msgid "Layout"
|
|
265
|
-
msgstr ""
|
|
266
|
-
|
|
267
|
-
#: inc/customizer.php:54
|
|
268
|
-
msgid "Grid"
|
|
269
|
-
msgstr ""
|
|
270
|
-
|
|
271
|
-
#: inc/customizer.php:55
|
|
272
|
-
msgid "Slider"
|
|
273
|
-
msgstr ""
|
|
274
|
-
|
|
275
|
-
#. #-#-#-#-# twentyfourteen.pot (Twenty Fourteen 1.2) #-#-#-#-#
|
|
276
|
-
#. Theme Name of the plugin/theme
|
|
277
|
-
#: inc/customizer.php:99
|
|
278
|
-
msgid "Twenty Fourteen"
|
|
279
|
-
msgstr ""
|
|
280
|
-
|
|
281
|
-
#: inc/customizer.php:102
|
|
282
|
-
msgid ""
|
|
283
|
-
"The home page features your choice of up to 6 posts prominently displayed in "
|
|
284
|
-
"a grid or slider, controlled by a <a href=\"%1$s\">tag</a>; you can change "
|
|
285
|
-
"the tag and layout in <a href=\"%2$s\">Appearance → Customize</a>. If "
|
|
286
|
-
"no posts match the tag, <a href=\"%3$s\">sticky posts</a> will be displayed "
|
|
287
|
-
"instead."
|
|
288
|
-
msgstr ""
|
|
289
|
-
|
|
290
|
-
#: inc/customizer.php:103
|
|
291
|
-
msgid ""
|
|
292
|
-
"Enhance your site design by using <a href=\"%s\">Featured Images</a> for "
|
|
293
|
-
"posts you’d like to stand out (also known as post thumbnails). This "
|
|
294
|
-
"allows you to associate an image with your post without inserting it. Twenty "
|
|
295
|
-
"Fourteen uses featured images for posts and pages—above the "
|
|
296
|
-
"title—and in the Featured Content area on the home page."
|
|
297
|
-
msgstr ""
|
|
298
|
-
|
|
299
|
-
#: inc/customizer.php:104
|
|
300
|
-
msgid ""
|
|
301
|
-
"For an in-depth tutorial, and more tips and tricks, visit the <a href=\"%s"
|
|
302
|
-
"\">Twenty Fourteen documentation</a>."
|
|
303
|
-
msgstr ""
|
|
304
|
-
|
|
305
|
-
#: inc/featured-content.php:428
|
|
306
|
-
msgid "Tag Name"
|
|
307
|
-
msgstr ""
|
|
308
|
-
|
|
309
|
-
#: inc/featured-content.php:433
|
|
310
|
-
msgid "Don’t display tag on front end."
|
|
311
|
-
msgstr ""
|
|
312
|
-
|
|
313
|
-
#: inc/template-tags.php:50
|
|
314
|
-
msgid "← Previous"
|
|
315
|
-
msgstr ""
|
|
316
|
-
|
|
317
|
-
#: inc/template-tags.php:51
|
|
318
|
-
msgid "Next →"
|
|
319
|
-
msgstr ""
|
|
320
|
-
|
|
321
|
-
#: inc/template-tags.php:58
|
|
322
|
-
msgid "Posts navigation"
|
|
323
|
-
msgstr ""
|
|
324
|
-
|
|
325
|
-
#: inc/template-tags.php:85
|
|
326
|
-
msgid "Post navigation"
|
|
327
|
-
msgstr ""
|
|
328
|
-
|
|
329
|
-
#: inc/template-tags.php:89
|
|
330
|
-
msgid "<span class=\"meta-nav\">Published In</span>%title"
|
|
331
|
-
msgstr ""
|
|
332
|
-
|
|
333
|
-
#: inc/template-tags.php:91
|
|
334
|
-
msgid "<span class=\"meta-nav\">Previous Post</span>%title"
|
|
335
|
-
msgstr ""
|
|
336
|
-
|
|
337
|
-
#: inc/template-tags.php:92
|
|
338
|
-
msgid "<span class=\"meta-nav\">Next Post</span>%title"
|
|
339
|
-
msgstr ""
|
|
340
|
-
|
|
341
|
-
#: inc/template-tags.php:109
|
|
342
|
-
msgid "Sticky"
|
|
343
|
-
msgstr ""
|
|
344
|
-
|
|
345
|
-
#: inc/widgets.php:34
|
|
346
|
-
msgid "Twenty Fourteen Ephemera"
|
|
347
|
-
msgstr ""
|
|
348
|
-
|
|
349
|
-
#: inc/widgets.php:36
|
|
350
|
-
msgid ""
|
|
351
|
-
"Use this widget to list your recent Aside, Quote, Video, Audio, Image, "
|
|
352
|
-
"Gallery, and Link posts."
|
|
353
|
-
msgstr ""
|
|
354
|
-
|
|
355
|
-
#: inc/widgets.php:54 taxonomy-post_format.php:33
|
|
356
|
-
msgid "Images"
|
|
357
|
-
msgstr ""
|
|
358
|
-
|
|
359
|
-
#: inc/widgets.php:55
|
|
360
|
-
msgid "More images"
|
|
361
|
-
msgstr ""
|
|
362
|
-
|
|
363
|
-
#: inc/widgets.php:58 taxonomy-post_format.php:36
|
|
364
|
-
msgid "Videos"
|
|
365
|
-
msgstr ""
|
|
366
|
-
|
|
367
|
-
#: inc/widgets.php:59
|
|
368
|
-
msgid "More videos"
|
|
369
|
-
msgstr ""
|
|
370
|
-
|
|
371
|
-
#: inc/widgets.php:62 taxonomy-post_format.php:39
|
|
372
|
-
msgid "Audio"
|
|
373
|
-
msgstr ""
|
|
374
|
-
|
|
375
|
-
#: inc/widgets.php:63
|
|
376
|
-
msgid "More audio"
|
|
377
|
-
msgstr ""
|
|
378
|
-
|
|
379
|
-
#: inc/widgets.php:66 taxonomy-post_format.php:42
|
|
380
|
-
msgid "Quotes"
|
|
381
|
-
msgstr ""
|
|
382
|
-
|
|
383
|
-
#: inc/widgets.php:67
|
|
384
|
-
msgid "More quotes"
|
|
385
|
-
msgstr ""
|
|
386
|
-
|
|
387
|
-
#: inc/widgets.php:70 taxonomy-post_format.php:45
|
|
388
|
-
msgid "Links"
|
|
389
|
-
msgstr ""
|
|
390
|
-
|
|
391
|
-
#: inc/widgets.php:71
|
|
392
|
-
msgid "More links"
|
|
393
|
-
msgstr ""
|
|
394
|
-
|
|
395
|
-
#: inc/widgets.php:74 taxonomy-post_format.php:48
|
|
396
|
-
msgid "Galleries"
|
|
397
|
-
msgstr ""
|
|
398
|
-
|
|
399
|
-
#: inc/widgets.php:75
|
|
400
|
-
msgid "More galleries"
|
|
401
|
-
msgstr ""
|
|
402
|
-
|
|
403
|
-
#: inc/widgets.php:79 taxonomy-post_format.php:30
|
|
404
|
-
msgid "Asides"
|
|
405
|
-
msgstr ""
|
|
406
|
-
|
|
407
|
-
#: inc/widgets.php:80
|
|
408
|
-
msgid "More asides"
|
|
409
|
-
msgstr ""
|
|
410
|
-
|
|
411
|
-
#: inc/widgets.php:162
|
|
412
|
-
msgid "This gallery contains <a href=\"%1$s\" rel=\"bookmark\">%2$s photo</a>."
|
|
413
|
-
msgid_plural ""
|
|
414
|
-
"This gallery contains <a href=\"%1$s\" rel=\"bookmark\">%2$s photos</a>."
|
|
415
|
-
msgstr[0] ""
|
|
416
|
-
msgstr[1] ""
|
|
417
|
-
|
|
418
|
-
#. translators: used with More archives link
|
|
419
|
-
#: inc/widgets.php:206
|
|
420
|
-
msgid "%s <span class=\"meta-nav\">→</span>"
|
|
421
|
-
msgstr ""
|
|
422
|
-
|
|
423
|
-
#: inc/widgets.php:255
|
|
424
|
-
msgid "Title:"
|
|
425
|
-
msgstr ""
|
|
426
|
-
|
|
427
|
-
#: inc/widgets.php:258
|
|
428
|
-
msgid "Number of posts to show:"
|
|
429
|
-
msgstr ""
|
|
430
|
-
|
|
431
|
-
#: inc/widgets.php:261
|
|
432
|
-
msgid "Post format to show:"
|
|
433
|
-
msgstr ""
|
|
434
|
-
|
|
435
|
-
#: search.php:18
|
|
436
|
-
msgid "Search Results for: %s"
|
|
437
|
-
msgstr ""
|
|
438
|
-
|
|
439
|
-
#: tag.php:22
|
|
440
|
-
msgid "Tag Archives: %s"
|
|
441
|
-
msgstr ""
|
|
442
|
-
|
|
443
|
-
#. Theme URI of the plugin/theme
|
|
444
|
-
msgid "http://wordpress.org/themes/twentyfourteen"
|
|
445
|
-
msgstr ""
|
|
446
|
-
|
|
447
|
-
#. Description of the plugin/theme
|
|
448
|
-
msgid ""
|
|
449
|
-
"In 2014, our default theme lets you create a responsive magazine website "
|
|
450
|
-
"with a sleek, modern design. Feature your favorite homepage content in "
|
|
451
|
-
"either a grid or a slider. Use the three widget areas to customize your "
|
|
452
|
-
"website, and change your content's layout with a full-width page template "
|
|
453
|
-
"and a contributor page to show off your authors. Creating a magazine website "
|
|
454
|
-
"with WordPress has never been easier."
|
|
455
|
-
msgstr ""
|
|
456
|
-
|
|
457
|
-
#. Author of the plugin/theme
|
|
458
|
-
msgid "the WordPress team"
|
|
459
|
-
msgstr ""
|
|
460
|
-
|
|
461
|
-
#. Template Name of the plugin/theme
|
|
462
|
-
msgid "Contributor Page"
|
|
463
|
-
msgstr ""
|
|
464
|
-
|
|
465
|
-
#. Template Name of the plugin/theme
|
|
466
|
-
msgid "Full Width Page"
|
|
467
|
-
msgstr ""
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
/**
|
|
3
|
-
* Template Name: Contributor Page
|
|
4
|
-
*
|
|
5
|
-
* @package WordPress
|
|
6
|
-
* @subpackage Twenty_Fourteen
|
|
7
|
-
* @since Twenty Fourteen 1.0
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
get_header(); ?>
|
|
11
|
-
|
|
12
|
-
<div id="main-content" class="main-content">
|
|
13
|
-
|
|
14
|
-
<?php
|
|
15
|
-
if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
|
|
16
|
-
// Include the featured content template.
|
|
17
|
-
get_template_part( 'featured-content' );
|
|
18
|
-
}
|
|
19
|
-
?>
|
|
20
|
-
|
|
21
|
-
<div id="primary" class="content-area">
|
|
22
|
-
<div id="content" class="site-content" role="main">
|
|
23
|
-
<?php
|
|
24
|
-
// Start the Loop.
|
|
25
|
-
while ( have_posts() ) : the_post();
|
|
26
|
-
?>
|
|
27
|
-
|
|
28
|
-
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
|
29
|
-
<?php
|
|
30
|
-
the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></header><!-- .entry-header -->' );
|
|
31
|
-
|
|
32
|
-
// Output the authors list.
|
|
33
|
-
twentyfourteen_list_authors();
|
|
34
|
-
|
|
35
|
-
edit_post_link( __( 'Edit', 'twentyfourteen' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' );
|
|
36
|
-
?>
|
|
37
|
-
</article><!-- #post-## -->
|
|
38
|
-
|
|
39
|
-
<?php
|
|
40
|
-
// If comments are open or we have at least one comment, load up the comment template.
|
|
41
|
-
if ( comments_open() || get_comments_number() ) {
|
|
42
|
-
comments_template();
|
|
43
|
-
}
|
|
44
|
-
endwhile;
|
|
45
|
-
?>
|
|
46
|
-
</div><!-- #content -->
|
|
47
|
-
</div><!-- #primary -->
|
|
48
|
-
</div><!-- #main-content -->
|
|
49
|
-
|
|
50
|
-
<?php
|
|
51
|
-
get_sidebar();
|
|
52
|
-
get_footer();
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
/**
|
|
3
|
-
* Template Name: Full Width Page
|
|
4
|
-
*
|
|
5
|
-
* @package WordPress
|
|
6
|
-
* @subpackage Twenty_Fourteen
|
|
7
|
-
* @since Twenty Fourteen 1.0
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
get_header(); ?>
|
|
11
|
-
|
|
12
|
-
<div id="main-content" class="main-content">
|
|
13
|
-
|
|
14
|
-
<?php
|
|
15
|
-
if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
|
|
16
|
-
// Include the featured content template.
|
|
17
|
-
get_template_part( 'featured-content' );
|
|
18
|
-
}
|
|
19
|
-
?>
|
|
20
|
-
|
|
21
|
-
<div id="primary" class="content-area">
|
|
22
|
-
<div id="content" class="site-content" role="main">
|
|
23
|
-
<?php
|
|
24
|
-
// Start the Loop.
|
|
25
|
-
while ( have_posts() ) : the_post();
|
|
26
|
-
|
|
27
|
-
// Include the page content template.
|
|
28
|
-
get_template_part( 'content', 'page' );
|
|
29
|
-
|
|
30
|
-
// If comments are open or we have at least one comment, load up the comment template.
|
|
31
|
-
if ( comments_open() || get_comments_number() ) {
|
|
32
|
-
comments_template();
|
|
33
|
-
}
|
|
34
|
-
endwhile;
|
|
35
|
-
?>
|
|
36
|
-
</div><!-- #content -->
|
|
37
|
-
</div><!-- #primary -->
|
|
38
|
-
</div><!-- #main-content -->
|
|
39
|
-
|
|
40
|
-
<?php
|
|
41
|
-
get_sidebar();
|
|
42
|
-
get_footer();
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
/**
|
|
3
|
-
* The template for displaying all pages
|
|
4
|
-
*
|
|
5
|
-
* This is the template that displays all pages by default.
|
|
6
|
-
* Please note that this is the WordPress construct of pages and that
|
|
7
|
-
* other 'pages' on your WordPress site will use a different template.
|
|
8
|
-
*
|
|
9
|
-
* @package WordPress
|
|
10
|
-
* @subpackage Twenty_Fourteen
|
|
11
|
-
* @since Twenty Fourteen 1.0
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
get_header(); ?>
|
|
15
|
-
|
|
16
|
-
<div id="main-content" class="main-content">
|
|
17
|
-
|
|
18
|
-
<?php
|
|
19
|
-
if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
|
|
20
|
-
// Include the featured content template.
|
|
21
|
-
get_template_part( 'featured-content' );
|
|
22
|
-
}
|
|
23
|
-
?>
|
|
24
|
-
<div id="primary" class="content-area">
|
|
25
|
-
<div id="content" class="site-content" role="main">
|
|
26
|
-
|
|
27
|
-
<?php
|
|
28
|
-
// Start the Loop.
|
|
29
|
-
while ( have_posts() ) : the_post();
|
|
30
|
-
|
|
31
|
-
// Include the page content template.
|
|
32
|
-
get_template_part( 'content', 'page' );
|
|
33
|
-
|
|
34
|
-
// If comments are open or we have at least one comment, load up the comment template.
|
|
35
|
-
if ( comments_open() || get_comments_number() ) {
|
|
36
|
-
comments_template();
|
|
37
|
-
}
|
|
38
|
-
endwhile;
|
|
39
|
-
?>
|
|
40
|
-
|
|
41
|
-
</div><!-- #content -->
|
|
42
|
-
</div><!-- #primary -->
|
|
43
|
-
<?php get_sidebar( 'content' ); ?>
|
|
44
|
-
</div><!-- #main-content -->
|
|
45
|
-
|
|
46
|
-
<?php
|
|
47
|
-
get_sidebar();
|
|
48
|
-
get_footer();
|