Genesis Translations - Version 2.8.0

Version Description

  • Updated to Genesis 2.8 text strings
  • Various translation updates
Download this release

Release Info

Developer DeFries
Plugin Icon 128x128 Genesis Translations
Version 2.8.0
Comparing to
See all releases

Code changes from version 2.7.1 to 2.8.0

Gruntfile.js DELETED
@@ -1,38 +0,0 @@
1
- /* jshint node:true */
2
- module.exports = function(grunt) {
3
- var SOURCE_DIR = './',
4
- BUILD_DIR = 'build/';
5
-
6
- grunt.initConfig({
7
- glotpress_download: {
8
- core: {
9
- options: {
10
- domainPath: 'translations',
11
- url: 'https://translate.studiopress.com/global/',
12
- slug: 'genesis/genesis',
13
- textdomain: 'genesis',
14
- file_format: '%domainPath%/%wp_locale%.%format%'
15
- }
16
- },
17
- },
18
- makepot: {
19
- core: {
20
- options: {
21
- domainPath: '/languages',
22
- type: 'wp-plugin',
23
- }
24
- }
25
- },
26
- });
27
-
28
-
29
- // Load plugins
30
- grunt.loadNpmTasks('grunt-glotpress');
31
- grunt.loadNpmTasks('grunt-wp-i18n');
32
-
33
-
34
- // Pre-commit task.
35
- grunt.registerTask('i18n', 'Runs front-end dev/test tasks in preparation for a commit.',
36
- ['glotpress_download:core', 'makepot:core']);
37
-
38
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
genesis-translations.php CHANGED
@@ -9,7 +9,7 @@
9
  * Plugin URI: https://thememix.com/plugins/genesis-translations/
10
  * Description: This plugin translates the Genesis Framework into one of the available languages.
11
  * Author: ThemeMix, Remkus de Vries
12
- * Version: 2.7.1
13
  * Author URI: https://thememix.com/
14
  * License: GPLv2
15
  * Text Domain: genesis-translations
@@ -20,7 +20,7 @@
20
  * Defining Genesis Translation constants
21
  *
22
  */
23
- define( 'GENTRANS_VERSION', '2.7.1' );
24
 
25
  /**
26
  * The text domain for the plugin
9
  * Plugin URI: https://thememix.com/plugins/genesis-translations/
10
  * Description: This plugin translates the Genesis Framework into one of the available languages.
11
  * Author: ThemeMix, Remkus de Vries
12
+ * Version: 2.8.0
13
  * Author URI: https://thememix.com/
14
  * License: GPLv2
15
  * Text Domain: genesis-translations
20
  * Defining Genesis Translation constants
21
  *
22
  */
23
+ define( 'GENTRANS_VERSION', '2.8.0' );
24
 
25
  /**
26
  * The text domain for the plugin
languages/genesis-translations.pot CHANGED
@@ -1,15 +1,15 @@
1
- # Copyright (C) 2018 ThemeMix, Remkus de Vries
2
  # This file is distributed under the GPLv2.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Genesis Translations 2.7.0\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/genesis-translations\n"
8
- "POT-Creation-Date: 2018-12-12 12:10:06+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
  "X-Generator: grunt-wp-i18n 0.5.4\n"
1
+ # Copyright (C) 2019 ThemeMix, Remkus de Vries
2
  # This file is distributed under the GPLv2.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Genesis Translations 2.7.2\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/genesis-translations\n"
8
+ "POT-Creation-Date: 2019-01-21 08:54:37+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
  "X-Generator: grunt-wp-i18n 0.5.4\n"
readme.md CHANGED
@@ -3,8 +3,8 @@
3
  * Donate link: https://remkus.devries.frl/donate/
4
  * Tags: genesis, translations,
5
  * Requires at least: 4.3
6
- * Tested up to: 5.0.
7
- * Stable tag: 2.7.0
8
 
9
  This plugin translates the Genesis Framework into one of the available languages.
10
 
@@ -52,6 +52,14 @@ Most likely you either have words hardcoded in your child theme's `functions.php
52
 
53
  ##Changelog
54
 
 
 
 
 
 
 
 
 
55
  ### 2.7.1
56
  * Updated to be in sync with Genesis 2.7 branch
57
 
3
  * Donate link: https://remkus.devries.frl/donate/
4
  * Tags: genesis, translations,
5
  * Requires at least: 4.3
6
+ * Tested up to: 5.0.3
7
+ * Stable tag: 2.8.0
8
 
9
  This plugin translates the Genesis Framework into one of the available languages.
10
 
52
 
53
  ##Changelog
54
 
55
+ ### 2.8.0
56
+ * Updated to Genesis 2.8 text strings
57
+ * Various translation updates
58
+
59
+ ### 2.7.2
60
+ * Added nl_BE and sr_RS
61
+ * Various translation updates
62
+
63
  ### 2.7.1
64
  * Updated to be in sync with Genesis 2.7 branch
65
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: thememix, DeFries
3
  Donate link: https://remkus.devries.frl/donate/
4
  Tags: genesis, translations,
5
  Requires at least: 4.3
6
- Tested up to: 5.0
7
- Stable tag: 2.7.1
8
 
9
  This plugin translates the Genesis Framework into one of the available languages.
10
 
@@ -65,6 +65,14 @@ Fantastic! Go ahead and register [here](https://translate.studiopress.com/ "here
65
 
66
  == Changelog ==
67
 
 
 
 
 
 
 
 
 
68
  = 2.7.1 =
69
  * Updated to be in sync with Genesis 2.7 branch
70
  * Added a lot of translations updates across the board
3
  Donate link: https://remkus.devries.frl/donate/
4
  Tags: genesis, translations,
5
  Requires at least: 4.3
6
+ Tested up to: 5.0.3
7
+ Stable tag: 2.8.0
8
 
9
  This plugin translates the Genesis Framework into one of the available languages.
10
 
65
 
66
  == Changelog ==
67
 
68
+ = 2.8.0 =
69
+ * Updated to Genesis 2.8 text strings
70
+ * Various translation updates
71
+
72
+ = 2.7.2 =
73
+ * Added nl_BE and sr_RS
74
+ * Various translation updates
75
+
76
  = 2.7.1 =
77
  * Updated to be in sync with Genesis 2.7 branch
78
  * Added a lot of translations updates across the board
translations/ar.mo CHANGED
Binary file
translations/ar.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Arabic
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:33:28+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: ar\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr "تاريخ التعديل"
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr "تاريخ النشر"
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr "ثانوي"
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr "رئيسي"
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr "جوجل أدسنس AdSense"
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr "إذا أضفت بريد إلكتروني بالأسفل سوف تتلقي تنبيه عبر البريد الإلكتروني عندما يتوفر إصدار جديد من Genesis."
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr "البريد الإلكتروني"
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr "الموقع بالكامل"
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr "نتائج البحث"
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr ""
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr ""
@@ -565,7 +697,7 @@ msgstr ""
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "عذراً، الصفحة التي تبحث عنها غير موجودة. يُمكنك العودة الي <a href=\"%s\">الصفحة الرئيسية</a>، او ربما تجد ما تريد في الاقتراحات الموجودة بالاسفل."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "إستبعاد المشاركات المعروضة مسبقا؟"
580
 
@@ -586,15 +718,15 @@ msgstr "آسف, لا يوجد محتوى مطابق للمعايير الخاص
586
  msgid "at"
587
  msgstr "عند"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr ""
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr ""
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "عشري أو كيانات سداسية"
600
 
@@ -620,7 +752,7 @@ msgstr "تطبيق %s على هذا الأرشيف"
620
  msgid "Robots Meta Tags"
621
  msgstr "كلمات روبوتات الميتا:"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "كلمات روبوتات الميتا:"
630
  msgid "Meta Keywords"
631
  msgstr "كلمات ميتا الرئيسية"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "نتائج البحث عن:"
661
  msgid "Contributor"
662
  msgstr "مساهم"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "المشاركون"
667
 
@@ -673,14 +805,14 @@ msgstr "المطورون الأساسيون"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "هذا الإعداد سيتم فقط الصفحات التي تستعمل قالب \"المدونة\" "
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "الصفحة الرئيسية"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "صفحة التدوينات"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "قالب صفحة المدونة"
692
  msgid "Navigation"
693
  msgstr "التصفح"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "الترويسة"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "الوصف يمكن إستعماله لتحديد النص أسفل العنوان في نتائج محركات البحث."
@@ -717,17 +849,17 @@ msgstr "في حال تركت حقل العنوان المخصص فارغا سي
717
  msgid "Site Description (Tagline)"
718
  msgstr "وصف المدونة او الموقع"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "في حال كان العنوان مركبا من جزئين او أكثر، سيتم الفصل بينها بفاصل، يمكنك تخصيص فاصل من هذا الإعداد."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "فواصل عناوين التدوينات والصفحات:"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "إختار الإتجاه الذي ستقوم عناوين التدوينات والصفحات بمحاذاته"
@@ -746,7 +878,7 @@ msgstr "إضافة وصف المدونة او الموقع إلى وسم %s في
746
  msgid "Read More"
747
  msgstr "قراءة المزيد"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "هل تبحث عن شئ؟"
752
 
@@ -754,15 +886,15 @@ msgstr "هل تبحث عن شئ؟"
754
  msgid "Read more"
755
  msgstr "قراءة المزيد"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "الذهاب الى إعدادات SEO &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "الذهاب الى إعدادات القالب &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "المشرفون على المشروع"
768
 
@@ -775,11 +907,11 @@ msgstr "مرحبا بكم في إطار عمل Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "يستعمل من أجل عنوان او شعار المدونة او الموقع"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr " "
785
 
@@ -817,7 +949,7 @@ msgstr "محتوى نصي مخصص"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "القائمة التصفح الرئيسية"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "أعلى الموقع على اليسار"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "نص رابط الصفحة الموسعة"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "منطقة المربعات الجانبية لأسفل الموقع رقم %d"
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "هذه هي القائمة الجانبية الرئيسية في حال كنت تستخدم تخطيط يتضمن ثلاث أعمدة"
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "هذه هي القائمة الجانبية الرئيسية في حال كنت تستخدم تخطيط يتضمن عمودين او ثلاث"
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "لقد تم إستبدال الحجة \"context\" بـ \"theme_location\" في مصفوفة $args ."
844
 
@@ -867,8 +999,8 @@ msgstr "لون القالب"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "مجاورة وسم %s للتدوينات او الصفحات لوسوم
911
  msgid "Layout Settings"
912
  msgstr "إعدادات تخطيط الموقع"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "إعدادات SEO للقالب"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "و"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -935,7 +1067,7 @@ msgstr[4] "%s من الثواني"
935
  msgstr[5] "%s من الثواني"
936
 
937
  #. translators: %s: Number of minute(s).
938
- #: lib/functions/formatting.php:355
939
  msgctxt "time difference"
940
  msgid "%s minute"
941
  msgid_plural "%s minutes"
@@ -947,7 +1079,7 @@ msgstr[4] "%s من الدقائق"
947
  msgstr[5] "%s من الدقائق"
948
 
949
  #. translators: %s: Number of hour(s).
950
- #: lib/functions/formatting.php:353
951
  msgctxt "time difference"
952
  msgid "%s hour"
953
  msgid_plural "%s hours"
@@ -959,7 +1091,7 @@ msgstr[4] "%s من الساعات"
959
  msgstr[5] "%s من الساعات"
960
 
961
  #. translators: %s: Number of day(s).
962
- #: lib/functions/formatting.php:351
963
  msgctxt "time difference"
964
  msgid "%s day"
965
  msgid_plural "%s days"
@@ -971,7 +1103,7 @@ msgstr[4] "%s من الأيام"
971
  msgstr[5] "%s من الأيام"
972
 
973
  #. translators: %s: Number of week(s).
974
- #: lib/functions/formatting.php:349
975
  msgctxt "time difference"
976
  msgid "%s week"
977
  msgid_plural "%s weeks"
@@ -983,7 +1115,7 @@ msgstr[4] "%s من الأسابيع"
983
  msgstr[5] "%s من الأسابيع"
984
 
985
  #. translators: %s: Number of month(s).
986
- #: lib/functions/formatting.php:347
987
  msgctxt "time difference"
988
  msgid "%s month"
989
  msgid_plural "%s months"
@@ -995,7 +1127,7 @@ msgstr[4] "%s من الشهور"
995
  msgstr[5] "%s من الشهور"
996
 
997
  #. translators: %s: Number of year(s).
998
- #: lib/functions/formatting.php:345
999
  msgctxt "time difference"
1000
  msgid "%s year"
1001
  msgid_plural "%s years"
@@ -1006,7 +1138,7 @@ msgstr[3] "%s من السنوات"
1006
  msgstr[4] "%s من السنوات"
1007
  msgstr[5] "%s من السنوات"
1008
 
1009
- #: lib/functions/formatting.php:339
1010
  msgctxt "time difference"
1011
  msgid "seconds"
1012
  msgstr "ثواني"
@@ -1016,8 +1148,8 @@ msgid "These options will affect any blog listings page, including archive, auth
1016
  msgstr "هذه الإعدادات ستمس جميع صفحات القالب التي تحوي تدوينات بداخلها مثل: الصفحة الرئيسية للمدونة، صفحة الأرشيف، صفحة الكاتب، التصنيفات، نتائج البحث وأيضا صفحة الوسوم."
1017
 
1018
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1019
- msgid "404 Page"
1020
- msgstr "صفحة الخطأ (404)"
1021
 
1022
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1023
  msgid "Archives"
@@ -1028,8 +1160,8 @@ msgid "Pages"
1028
  msgstr "الصفحات"
1029
 
1030
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1031
- msgid "Front Page"
1032
- msgstr "صفحة الإستقبال"
1033
 
1034
  #: lib/classes/class-genesis-admin-settings.php:243
1035
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1037,7 +1169,7 @@ msgstr "صفحة الإستقبال"
1037
  msgid "Header and Footer Scripts"
1038
  msgstr "شفرات أعلى وأسفل الموقع (Header & Footer)"
1039
 
1040
- #: config/customizer-theme-settings.php:204
1041
  #: lib/classes/class-genesis-admin-settings.php:240
1042
  #: lib/classes/class-genesis-admin-settings.php:293
1043
  #: lib/views/help/genesis-comments.php:15
@@ -1051,7 +1183,7 @@ msgstr "التعليقات والتنبيهات"
1051
  msgid "Default Layout"
1052
  msgstr "التخطيط الإفتراضي"
1053
 
1054
- #: config/customizer-seo-settings.php:109
1055
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1056
  msgid "Keywords are generally ignored by Search Engines."
1057
  msgstr "أهمية الكلمات المفتاحية تتغير من محرك بحث لآخر."
@@ -1085,11 +1217,11 @@ msgstr "الرجاء إختيار الملف من جهازكم والنقر ع
1085
  msgid "Default"
1086
  msgstr "الإفتراضي"
1087
 
1088
- #: lib/structure/post.php:717 lib/structure/post.php:846
1089
  msgid "Next Page"
1090
  msgstr "الصفحة التالية"
1091
 
1092
- #: lib/structure/post.php:716 lib/structure/post.php:799
1093
  msgid "Previous Page"
1094
  msgstr "الصفحة السابقة"
1095
 
@@ -1097,7 +1229,7 @@ msgstr "الصفحة السابقة"
1097
  msgid "ago"
1098
  msgstr "خلت"
1099
 
1100
- #: lib/classes/class-genesis-script-loader.php:195
1101
  msgid "Select / Deselect All"
1102
  msgstr "إختيار الكل / عدم إختيار الكل"
1103
 
@@ -1106,11 +1238,11 @@ msgid "No export options available."
1106
  msgstr "لا توجد أي خصائص مصدرة حاليا"
1107
 
1108
  #. translators: %d: Footer widget counter.
1109
- #: lib/functions/widgetize.php:181
1110
  msgid "Footer %d"
1111
  msgstr "القائمة الجانبية لأسفل الموقع %d"
1112
 
1113
- #: lib/functions/layout.php:113
1114
  msgid "No Label Selected"
1115
  msgstr "بدون إختيار"
1116
 
@@ -1118,48 +1250,48 @@ msgstr "بدون إختيار"
1118
  msgid "There was a problem importing your settings. Please try again."
1119
  msgstr "لقد وقع خلل ما منع عملية إستيراد الإعدادات بنجاح، الرجاء المحاولة مجددا"
1120
 
1121
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1122
  msgid "Secondary Sidebar"
1123
  msgstr "القائمة الجانبية الثانوية"
1124
 
1125
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1126
  msgid "Primary Sidebar"
1127
  msgstr "القائمة الجانبية الرئيسية"
1128
 
1129
- #: lib/functions/widgetize.php:125
1130
  msgid "Header Right"
1131
  msgstr "أعلى الموقع على اليمين"
1132
 
1133
- #: config/breadcrumbs.php:46
1134
  msgid "Not found: "
1135
  msgstr "غير موجود:"
1136
 
1137
- #: lib/widgets/featured-post-widget.php:554
1138
  msgid "No Content"
1139
  msgstr "بدون محتوى"
1140
 
1141
- #: lib/widgets/featured-post-widget.php:553
1142
  msgid "Show Content Limit"
1143
  msgstr "إظهار حد المحتوى"
1144
 
1145
- #: lib/widgets/featured-post-widget.php:552
1146
  msgid "Show Excerpt"
1147
  msgstr "إظهار المقتطف"
1148
 
1149
- #: lib/widgets/featured-post-widget.php:551
1150
  msgid "Show Content"
1151
  msgstr "إظهار المحتوى"
1152
 
1153
- #: lib/widgets/featured-post-widget.php:549
1154
  msgid "Content Type"
1155
  msgstr "إظهار نوع المحتوى"
1156
 
1157
- #: lib/widgets/featured-post-widget.php:541
1158
  msgid "Show Post Info"
1159
  msgstr "إظهار معلومات التدوينة"
1160
 
1161
- #: lib/widgets/featured-page-widget.php:292
1162
- #: lib/widgets/featured-post-widget.php:501
1163
  msgid "Show Featured Image"
1164
  msgstr "إظهار الصورة البارزة"
1165
 
@@ -1167,7 +1299,7 @@ msgstr "إظهار الصورة البارزة"
1167
  msgid "This text will be the first paragraph, and display on the first page"
1168
  msgstr "هذا النص سيكون الفقرة الأولى وسيعرض في الصفحة الأولى"
1169
 
1170
- #: lib/admin/privacy-requests.php:192
1171
  #: lib/views/meta-boxes/genesis-user-author.php:33
1172
  msgid "Custom Description Text"
1173
  msgstr "نص الوصف المخصص"
@@ -1177,7 +1309,7 @@ msgstr "نص الوصف المخصص"
1177
  msgid "Will display in the %s tag at the top of the first page"
1178
  msgstr "سيتم إظهارها في وسم %s في أعلى أول صفحة"
1179
 
1180
- #: lib/admin/privacy-requests.php:191
1181
  #: lib/views/meta-boxes/genesis-user-author.php:20
1182
  msgid "Custom Archive Headline"
1183
  msgstr "ترويسة الأرشيف المخصصة"
@@ -1326,93 +1458,93 @@ msgstr "ملف الكاتب"
1326
  msgid "Displays user profile block with Gravatar"
1327
  msgstr "لعرض ملف الكاتب الشخصي مع صورة رمزية له"
1328
 
1329
- #: lib/widgets/featured-post-widget.php:594
1330
  msgid "Link Text"
1331
  msgstr "رابط النص"
1332
 
1333
- #: lib/widgets/featured-post-widget.php:590
1334
  msgid "Show Category Archive Link"
1335
  msgstr "إظهار رابط أرشيف التصنيف"
1336
 
1337
- #: lib/widgets/featured-post-widget.php:572
1338
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1339
  msgstr "الرجاء إكمال المعلومات أسفله في حال رغبتم في إظهار قائمة غير مرتبة من هذا التصنيف"
1340
 
1341
- #: lib/widgets/featured-post-widget.php:564
1342
  msgid "More Text (if applicable)"
1343
  msgstr "نص قراءة المزيد (إذا وُجِدَ)"
1344
 
1345
- #: lib/widgets/featured-post-widget.php:536
1346
  msgid "Show Post Title"
1347
  msgstr "إظهار عنوان التدوينة"
1348
 
1349
- #: lib/widgets/featured-post-widget.php:487
1350
  #: lib/widgets/user-profile-widget.php:184
1351
  msgid "Gravatar Alignment"
1352
  msgstr "محاذات الصورة الرمزية"
1353
 
1354
- #: lib/widgets/featured-post-widget.php:482
1355
  msgid "Extra Large (125px)"
1356
  msgstr "كبيرة للغاية (125 بيكسل)"
1357
 
1358
- #: lib/widgets/featured-post-widget.php:481
1359
  msgid "Large (85px)"
1360
  msgstr "كبيرة (85 بيكسل)"
1361
 
1362
- #: lib/widgets/featured-post-widget.php:480
1363
  msgid "Medium (65px)"
1364
  msgstr "متوسطة (65 بيكسل)"
1365
 
1366
- #: lib/widgets/featured-post-widget.php:479
1367
  msgid "Small (45px)"
1368
  msgstr "صغيرة (45 بيكسل)"
1369
 
1370
- #: lib/widgets/featured-post-widget.php:477
1371
  #: lib/widgets/user-profile-widget.php:166
1372
  msgid "Gravatar Size"
1373
  msgstr "حجم الصورة الرمزية"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:473
1376
  msgid "Show Author Gravatar"
1377
  msgstr "إظهار صورة الكاتب الرمزية"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:453
1380
  msgid "Ascending (1, 2, 3)"
1381
  msgstr "تصاعديا"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:452
1384
  msgid "Descending (3, 2, 1)"
1385
  msgstr "تنازليا"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:450
1388
  msgid "Sort Order"
1389
  msgstr "كيفية الترتيب"
1390
 
1391
- #: lib/widgets/featured-post-widget.php:445
1392
  msgid "Random"
1393
  msgstr "عشوائيا"
1394
 
1395
- #: lib/widgets/featured-post-widget.php:444
1396
  msgid "Comment Count"
1397
  msgstr "عدد التعليقات"
1398
 
1399
- #: lib/widgets/featured-post-widget.php:443
1400
  msgid "ID"
1401
  msgstr "المعرف"
1402
 
1403
- #: lib/widgets/featured-post-widget.php:442
1404
  msgid "Parent"
1405
  msgstr "الرئيسي"
1406
 
1407
- #: lib/widgets/featured-post-widget.php:437
1408
  msgid "Order By"
1409
  msgstr "الترتيب حسب"
1410
 
1411
- #: lib/widgets/featured-post-widget.php:432
1412
  msgid "Number of Posts to Offset"
1413
  msgstr "عدد التدوينات لموازنتها"
1414
 
1415
- #: lib/widgets/featured-post-widget.php:411
1416
  msgid "Category"
1417
  msgstr "التصنيف"
1418
 
@@ -1432,38 +1564,40 @@ msgstr "مواضيع مميزة"
1432
  msgid "Displays featured posts with thumbnails"
1433
  msgstr "إظهار المواضيع المميزة مع الصور البارزة"
1434
 
1435
- #: lib/widgets/featured-page-widget.php:335
1436
  msgid "More Text"
1437
  msgstr "نص قراءة المزيد"
1438
 
1439
- #: lib/widgets/featured-page-widget.php:330
1440
  msgid "Content Character Limit"
1441
  msgstr "حد حروف المحتوى"
1442
 
1443
- #: lib/widgets/featured-page-widget.php:326
1444
  msgid "Show Page Content"
1445
  msgstr "إظهار محتوى الصفحة"
1446
 
1447
- #: lib/widgets/featured-page-widget.php:321
1448
  msgid "Show Page Title"
1449
  msgstr "إظهار عنوان الصفحة"
1450
 
1451
- #: config/customizer-seo-settings.php:75
 
1452
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1453
- #: lib/widgets/featured-page-widget.php:310
1454
- #: lib/widgets/featured-post-widget.php:489
1455
- #: lib/widgets/featured-post-widget.php:519
 
1456
  #: lib/widgets/user-profile-widget.php:186
1457
  #: lib/widgets/user-profile-widget.php:210
1458
  msgid "None"
1459
  msgstr "بدون محاذات"
1460
 
1461
- #: lib/widgets/featured-page-widget.php:308
1462
- #: lib/widgets/featured-post-widget.php:517
1463
  msgid "Image Alignment"
1464
  msgstr "محاذات الصورة"
1465
 
1466
- #: lib/widgets/featured-page-widget.php:277
1467
  msgid "Page"
1468
  msgstr "الصفحة"
1469
 
@@ -1479,27 +1613,27 @@ msgstr "صفحة ميزة"
1479
  msgid "Displays featured page with thumbnails"
1480
  msgstr "عرض الصفحة المميزة"
1481
 
1482
- #: lib/widgets/featured-page-widget.php:272
1483
- #: lib/widgets/featured-post-widget.php:402
1484
- #: lib/widgets/featured-post-widget.php:441
1485
- #: lib/widgets/featured-post-widget.php:575
1486
  #: lib/widgets/user-profile-widget.php:148
1487
  msgid "Title"
1488
  msgstr "العنوان"
1489
 
1490
- #: config/breadcrumbs.php:43
1491
  msgid "Search for "
1492
  msgstr "البحث عن"
1493
 
1494
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1495
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1496
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1497
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1498
  #: lib/structure/archive.php:185
1499
  msgid "Archives for "
1500
  msgstr "أرشيف "
1501
 
1502
- #: config/breadcrumbs.php:38
1503
  msgid "You are here: "
1504
  msgstr "أنت في:"
1505
 
@@ -1512,11 +1646,11 @@ msgid "Primary Sidebar Widget Area"
1512
  msgstr "منطقة المربعات الجانبية الرئيسية"
1513
 
1514
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1515
- #: searchform.php:23
1516
  msgid "Search"
1517
  msgstr "البحث"
1518
 
1519
- #: lib/structure/post.php:569 lib/structure/post.php:596
1520
  msgid "About"
1521
  msgstr "عن "
1522
 
@@ -1540,7 +1674,7 @@ msgstr "التدوينات"
1540
  msgid "Primary Navigation Menu"
1541
  msgstr "القائمة التصفح الرئيسية"
1542
 
1543
- #: lib/structure/footer.php:152
1544
  msgid "Copyright"
1545
  msgstr "كافة الحقوق محفوظة"
1546
 
@@ -1624,30 +1758,30 @@ msgid "Return to top of page"
1624
  msgstr "العودة للأعلى"
1625
 
1626
  #. translators: %s: Genesis version.
1627
- #: lib/functions/upgrade.php:852
1628
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1629
  msgstr "النسخة %s من إطار العمل Genesis متوفرة، لراحتكم وفرنا ترقية سريعة بسيطة بنقرة زر واحدة فقط، الرجاء التوجه الى لوحة التحكم والقيام بالترقية "
1630
 
1631
  #. translators: 1: Genesis version, 2: URL for current website.
1632
- #: lib/functions/upgrade.php:849
1633
  msgid "Genesis %1$s is available for %2$s"
1634
  msgstr ""
1635
 
1636
- #: lib/functions/upgrade.php:771
1637
  msgid "Click here to complete the upgrade"
1638
  msgstr "الرجاء النقر هنا لإستكمال الترقية"
1639
 
1640
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1641
  msgid "Home"
1642
  msgstr "الرئيسية"
1643
 
1644
- #: lib/widgets/featured-post-widget.php:427
1645
- #: lib/widgets/featured-post-widget.php:580
1646
  msgid "Number of Posts to Show"
1647
  msgstr "عدد التدوينات لعرضها"
1648
 
1649
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1650
- #: lib/widgets/featured-post-widget.php:419
1651
  msgid "All Categories"
1652
  msgstr "جميع التصنيفات"
1653
 
@@ -1655,32 +1789,32 @@ msgstr "جميع التصنيفات"
1655
  msgid "Display which category"
1656
  msgstr "إختاروا أي تصنيف"
1657
 
1658
- #: config/customizer-theme-settings.php:302
1659
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1660
  msgid "Numeric"
1661
  msgstr "ترقيم رقمي "
1662
 
1663
- #: config/customizer-theme-settings.php:301
1664
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1665
  msgid "Previous / Next"
1666
  msgstr "السابق / التالي"
1667
 
1668
- #: lib/widgets/featured-page-widget.php:296
1669
- #: lib/widgets/featured-post-widget.php:505
1670
  msgid "Image Size"
1671
  msgstr "حجم الصورة"
1672
 
1673
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1674
- #: lib/widgets/featured-post-widget.php:559
1675
  msgid "characters"
1676
  msgstr "حرف"
1677
 
1678
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1679
- #: lib/widgets/featured-post-widget.php:557
1680
  msgid "Limit content to"
1681
  msgstr "تحديد المحتوى الظاهر الى"
1682
 
1683
- #: config/customizer-theme-settings.php:246
1684
  msgid "Select one of the following"
1685
  msgstr "إختر واحد من التالي:"
1686
 
@@ -1736,12 +1870,12 @@ msgstr "روابط تلقيمات إخبارية (RSS)"
1736
  msgid "Today's date"
1737
  msgstr "تاريخ اليوم"
1738
 
1739
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1740
  #: lib/views/help/genesis-layout.php:25
1741
  msgid "Full Width Content"
1742
  msgstr "بعرض كامل بدون قوائم جانبية"
1743
 
1744
- #: config/customizer-theme-settings.php:67
1745
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1746
  msgid "Image logo"
1747
  msgstr "صورة الشعار"
@@ -1758,14 +1892,14 @@ msgstr "أطلقت بتاريخ:"
1758
  msgid "Version"
1759
  msgstr "رقم نسخة إطار العمل:"
1760
 
1761
- #: config/customizer-theme-settings.php:242
1762
  #: lib/classes/class-genesis-admin-settings.php:241
1763
  #: lib/classes/class-genesis-admin-settings.php:294
1764
  #: lib/views/help/genesis-archives.php:15
1765
  msgid "Content Archives"
1766
  msgstr "أرشيف المحتوى"
1767
 
1768
- #: config/customizer-theme-settings.php:130
1769
  #: lib/classes/class-genesis-admin-settings.php:239
1770
  #: lib/classes/class-genesis-admin-settings.php:290
1771
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1864,7 +1998,7 @@ msgstr "إدراج رابط مختصر للوسم؟"
1864
  msgid "Shortlink Tag"
1865
  msgstr "رابط مختصر للوسم:"
1866
 
1867
- #: config/customizer-seo-settings.php:156
1868
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1869
  msgid "Include Windows Live Writer Support Tag?"
1870
  msgstr "إدراج وسم دعم Windows Live Writer؟"
@@ -1886,30 +2020,30 @@ msgstr "تطبيق وسم %s في الصفحة الرئيسية"
1886
  msgid "I'll manually wrap my own text on the homepage"
1887
  msgstr "سأقوم بإدراج نص مخصص بنفسي في الصفحة الرئيسية"
1888
 
1889
- #: config/customizer-seo-settings.php:73
1890
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1891
  msgid "Site Title"
1892
  msgstr "عنوان المدونة او الموقع"
1893
 
1894
- #: config/customizer-theme-settings.php:289
1895
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1896
- #: lib/widgets/featured-page-widget.php:312
1897
- #: lib/widgets/featured-post-widget.php:491
1898
- #: lib/widgets/featured-post-widget.php:521
1899
  #: lib/widgets/user-profile-widget.php:188
1900
  msgid "Right"
1901
  msgstr "محاذات على اليمين"
1902
 
1903
- #: config/customizer-theme-settings.php:288
1904
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1905
- #: lib/widgets/featured-page-widget.php:311
1906
- #: lib/widgets/featured-post-widget.php:490
1907
- #: lib/widgets/featured-post-widget.php:520
1908
  #: lib/widgets/user-profile-widget.php:187
1909
  msgid "Left"
1910
  msgstr "محاذات على اليسار"
1911
 
1912
- #: lib/classes/class-genesis-script-loader.php:198
1913
  msgid "Are you sure you want to reset?"
1914
  msgstr "هل أنت متأكد من رغبتك في إستعادة الإعدادات الإفتراضية"
1915
 
@@ -1944,7 +2078,7 @@ msgstr "إعدادات الصفحة الرئيسية"
1944
  msgid "SEO Settings"
1945
  msgstr "إعدادات SEO"
1946
 
1947
- #: config/customizer-theme-settings.php:21
1948
  #: lib/classes/class-genesis-admin-import-export.php:121
1949
  #: lib/classes/class-genesis-admin-settings.php:50
1950
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1972,7 +2106,7 @@ msgstr "تطبيق وسم %s على هذه التدوينة/الصفحة"
1972
  msgid "Robots Meta Settings"
1973
  msgstr "إعدادات مخصصة لعناكب البحث"
1974
 
1975
- #: lib/admin/privacy-requests.php:193
1976
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1977
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1978
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1983,23 +2117,23 @@ msgstr "عنوان مخصص للتدوينة/للصفحة"
1983
  msgid "This post is password protected. Enter the password to view comments."
1984
  msgstr "هذه المقالة محمية بكلمة مرور، الرجاء إدخالها للإستمرار أكثر"
1985
 
1986
- #: lib/functions/general.php:460
1987
  msgid "Recent Posts:"
1988
  msgstr "حسب أحدث المقالات:"
1989
 
1990
- #: lib/functions/general.php:457
1991
  msgid "Monthly:"
1992
  msgstr "حسب الشهر:"
1993
 
1994
- #: lib/functions/general.php:454
1995
  msgid "Authors:"
1996
  msgstr "حسب الكتاب:"
1997
 
1998
- #: lib/functions/general.php:451
1999
  msgid "Categories:"
2000
  msgstr "حسب التصنيفات:"
2001
 
2002
- #: lib/functions/general.php:446 lib/structure/post.php:406
2003
  msgid "Pages:"
2004
  msgstr "حسب الصفحات:"
2005
 
@@ -2306,12 +2440,6 @@ msgstr ""
2306
  msgid "This allows you to import or export Genesis Settings."
2307
  msgstr "هذا يسمح لك إستيراد او تصدير إعدادات جنيسيس"
2308
 
2309
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2310
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2311
- #: lib/functions/upgrade.php:801
2312
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2313
- msgstr ""
2314
-
2315
  #. translators: Opening and closing link tags to custom menu editor.
2316
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2317
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2352,7 +2480,7 @@ msgstr ""
2352
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2353
  msgstr ""
2354
 
2355
- #: lib/functions/deprecated.php:424
2356
  msgid "data in style sheet files"
2357
  msgstr "البيانات في ملفات ستايل شييت"
2358
 
@@ -2444,17 +2572,17 @@ msgstr "عنوان الوثيقة المخصصة يحدد عنوان الصفح
2444
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2445
  msgstr "يمكنك استيراد ملف قمت مسبقا بتصديره. اسم الملف يبدأ بـ %s يليه بواحدة أو أكثر من السلاسل التي تشير إلى الإعدادات التي تحتويها، أخيرا يتبعها التاريخ والوقت المصدرة مسبقا."
2446
 
2447
- #: config/customizer-seo-settings.php:276
2448
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2449
  msgid "Directories"
2450
  msgstr ""
2451
 
2452
- #: config/customizer-seo-settings.php:221
2453
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2454
  msgid "Archiving"
2455
  msgstr ""
2456
 
2457
- #: config/customizer-seo-settings.php:174
2458
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2459
  msgid "Indexing"
2460
  msgstr ""
@@ -2469,17 +2597,17 @@ msgstr ""
2469
  msgid "Primary Title %s"
2470
  msgstr ""
2471
 
2472
- #: config/customizer-seo-settings.php:56
2473
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2474
  msgid "Additions on right"
2475
  msgstr ""
2476
 
2477
- #: config/customizer-seo-settings.php:55
2478
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2479
  msgid "Additions on left"
2480
  msgstr ""
2481
 
2482
- #: config/customizer-seo-settings.php:50
2483
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2484
  msgid "Document Title Order"
2485
  msgstr ""
@@ -2497,7 +2625,7 @@ msgstr ""
2497
  msgid "Canonical URL"
2498
  msgstr ""
2499
 
2500
- #: config/customizer-seo-settings.php:29
2501
  #: lib/views/help/genesis-inpost-seo.php:16
2502
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2503
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2509,72 +2637,67 @@ msgstr ""
2509
  msgid "Link opens in a new window."
2510
  msgstr ""
2511
 
2512
- #: config/customizer-theme-settings.php:287
2513
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2514
- msgid "- None -"
2515
- msgstr ""
2516
-
2517
- #: config/customizer-theme-settings.php:283
2518
  msgid "Featured Image Alignment"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:274
2522
  msgid "Featured Image Size"
2523
  msgstr ""
2524
 
2525
- #: config/customizer-theme-settings.php:266
2526
  msgid "Display the featured image?"
2527
  msgstr ""
2528
 
2529
- #: config/customizer-theme-settings.php:258
2530
  msgid "Limit content to how many characters? (0 for no limit)"
2531
  msgstr ""
2532
 
2533
- #: config/customizer-theme-settings.php:232
2534
  msgid "Enable Trackbacks on Pages"
2535
  msgstr ""
2536
 
2537
- #: config/customizer-theme-settings.php:224
2538
  msgid "Enable Trackbacks on Posts"
2539
  msgstr ""
2540
 
2541
- #: config/customizer-theme-settings.php:216
2542
  msgid "Enable Comments on Pages"
2543
  msgstr ""
2544
 
2545
- #: config/customizer-theme-settings.php:208
2546
  msgid "Enable Comments on Posts"
2547
  msgstr ""
2548
 
2549
- #: config/customizer-theme-settings.php:194
2550
  msgid "Breadcrumbs on Attachment/Media"
2551
  msgstr ""
2552
 
2553
- #: config/customizer-theme-settings.php:186
2554
- msgid "Breadcrumbs on 404 Page"
2555
- msgstr "مسارات التنقل (Breadcrumb) في صفحة خطأ 404 \"الصفحة غير موجودة\""
2556
 
2557
- #: config/customizer-theme-settings.php:178
2558
  msgid "Breadcrumbs on Archives"
2559
  msgstr ""
2560
 
2561
- #: config/customizer-theme-settings.php:170
2562
  msgid "Breadcrumbs on Pages"
2563
  msgstr ""
2564
 
2565
- #: config/customizer-theme-settings.php:162
2566
  msgid "Breadcrumbs on Single Posts"
2567
  msgstr ""
2568
 
2569
- #: config/customizer-theme-settings.php:154
2570
- msgid "Breadcrumbs on Posts Page"
2571
  msgstr ""
2572
 
2573
- #: config/customizer-theme-settings.php:145
2574
- msgid "Breadcrumbs on Front Page"
2575
  msgstr ""
2576
 
2577
- #: config/customizer-theme-settings.php:136
2578
  msgid "Breadcrumbs on Homepage"
2579
  msgstr ""
2580
 
@@ -2582,19 +2705,19 @@ msgstr ""
2582
  msgid "Select Default Layout"
2583
  msgstr ""
2584
 
2585
- #: config/customizer-theme-settings.php:114
2586
  msgid "Site Layout"
2587
  msgstr ""
2588
 
2589
- #: config/customizer-theme-settings.php:102
2590
  msgid "Select Color Style"
2591
  msgstr ""
2592
 
2593
- #: config/customizer-theme-settings.php:98
2594
  msgid "Color Scheme"
2595
  msgstr ""
2596
 
2597
- #: config/customizer-theme-settings.php:66
2598
  msgid "Dynamic Text"
2599
  msgstr ""
2600
 
@@ -2619,12 +2742,12 @@ msgstr "خريطة الموقع"
2619
  msgid "Author Archive SEO Settings"
2620
  msgstr ""
2621
 
2622
- #: config/customizer-theme-settings.php:325
2623
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2624
  msgid "Footer Scripts"
2625
  msgstr ""
2626
 
2627
- #: config/customizer-theme-settings.php:315
2628
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2629
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2630
  msgid "Header Scripts"
@@ -2658,12 +2781,12 @@ msgstr ""
2658
  msgid "Featured Image"
2659
  msgstr ""
2660
 
2661
- #: config/customizer-theme-settings.php:251
2662
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2663
  msgid "Entry excerpts"
2664
  msgstr ""
2665
 
2666
- #: config/customizer-theme-settings.php:250
2667
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2668
  msgid "Entry content"
2669
  msgstr ""
@@ -2705,32 +2828,32 @@ msgstr ""
2705
  msgid "Email address"
2706
  msgstr ""
2707
 
2708
- #: config/customizer-theme-settings.php:28
2709
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2710
  msgid "Updates"
2711
  msgstr ""
2712
 
2713
- #: lib/functions/layout.php:58
2714
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2715
  msgstr ""
2716
 
2717
- #: lib/functions/layout.php:53
2718
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2719
  msgstr ""
2720
 
2721
- #: lib/functions/layout.php:48
2722
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2723
  msgstr ""
2724
 
2725
- #: lib/functions/layout.php:42
2726
  msgid "Primary Sidebar, Content"
2727
  msgstr ""
2728
 
2729
- #: lib/functions/layout.php:36
2730
  msgid "Content, Primary Sidebar"
2731
  msgstr ""
2732
 
2733
- #: lib/functions/formatting.php:100
2734
  msgid "about "
2735
  msgstr "عن"
2736
 
@@ -2738,11 +2861,6 @@ msgstr "عن"
2738
  msgid "Genesis database upgraded."
2739
  msgstr ""
2740
 
2741
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2742
- #: lib/functions/upgrade.php:740
2743
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2744
- msgstr ""
2745
-
2746
  #. Template Name of the plugin/theme
2747
  msgid "Blog"
2748
  msgstr "مدونة"
@@ -2763,31 +2881,31 @@ msgstr ""
2763
  msgid "Genesis"
2764
  msgstr ""
2765
 
2766
- #: lib/widgets/featured-post-widget.php:544
2767
  msgid "Content Post Info"
2768
  msgstr ""
2769
 
2770
- #: lib/widgets/featured-post-widget.php:464
2771
  msgid "Exclude Sticky Posts?"
2772
  msgstr ""
2773
 
2774
- #: config/customizer-theme-settings.php:290
2775
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2776
- #: lib/widgets/featured-page-widget.php:313
2777
- #: lib/widgets/featured-post-widget.php:522
2778
  msgid "Center"
2779
  msgstr ""
2780
 
2781
- #: lib/widgets/featured-page-widget.php:122
2782
- #: lib/widgets/featured-post-widget.php:163
2783
  msgid "(no title)"
2784
  msgstr "(بلا عنوان)"
2785
 
2786
- #: lib/structure/post.php:820
2787
  msgid "Current page"
2788
  msgstr "الصفحة الحالية"
2789
 
2790
- #: lib/structure/post.php:414 lib/structure/post.php:793
2791
  msgid "Page "
2792
  msgstr "صفحة"
2793
 
@@ -2811,14 +2929,14 @@ msgstr ""
2811
  msgid "Skip to primary navigation"
2812
  msgstr ""
2813
 
2814
- #: lib/functions/widgetize.php:210
2815
  msgid "Widgets in this widget area will display after single entries."
2816
  msgstr ""
2817
 
2818
- #: lib/functions/widgetize.php:209
2819
  msgid "After Entry"
2820
  msgstr "بعد التدوينة"
2821
 
2822
- #: lib/functions/widgetize.php:126
2823
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2824
  msgstr ""
1
+ # Translation of Genesis - Genesis 2.8 in Arabic
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:33:28+0000\n"
9
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: ar\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
  msgstr ""
201
 
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr "تاريخ التعديل"
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr "تاريخ النشر"
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr "ثانوي"
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr "رئيسي"
349
 
365
  msgid "Google Adsense"
366
  msgstr "جوجل أدسنس AdSense"
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr "إذا أضفت بريد إلكتروني بالأسفل سوف تتلقي تنبيه عبر البريد الإلكتروني عندما يتوفر إصدار جديد من Genesis."
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr "البريد الإلكتروني"
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr "الموقع بالكامل"
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr "نتائج البحث"
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr ""
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "عذراً، الصفحة التي تبحث عنها غير موجودة. يُمكنك العودة الي <a href=\"%s\">الصفحة الرئيسية</a>، او ربما تجد ما تريد في الاقتراحات الموجودة بالاسفل."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "إستبعاد المشاركات المعروضة مسبقا؟"
712
 
718
  msgid "at"
719
  msgstr "عند"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr ""
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr ""
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "عشري أو كيانات سداسية"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "كلمات روبوتات الميتا:"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "كلمات ميتا الرئيسية"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "مساهم"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "المشاركون"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "هذا الإعداد سيتم فقط الصفحات التي تستعمل قالب \"المدونة\" "
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "الصفحة الرئيسية"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "التصفح"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "الوصف يمكن إستعماله لتحديد النص أسفل العنوان في نتائج محركات البحث."
849
  msgid "Site Description (Tagline)"
850
  msgstr "وصف المدونة او الموقع"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "في حال كان العنوان مركبا من جزئين او أكثر، سيتم الفصل بينها بفاصل، يمكنك تخصيص فاصل من هذا الإعداد."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "فواصل عناوين التدوينات والصفحات:"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "إختار الإتجاه الذي ستقوم عناوين التدوينات والصفحات بمحاذاته"
878
  msgid "Read More"
879
  msgstr "قراءة المزيد"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "هل تبحث عن شئ؟"
884
 
886
  msgid "Read more"
887
  msgstr "قراءة المزيد"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "الذهاب الى إعدادات SEO &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "الذهاب الى إعدادات القالب &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "المشرفون على المشروع"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "يستعمل من أجل عنوان او شعار المدونة او الموقع"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr " "
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "القائمة التصفح الرئيسية"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "أعلى الموقع على اليسار"
955
 
958
  msgstr "نص رابط الصفحة الموسعة"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "منطقة المربعات الجانبية لأسفل الموقع رقم %d"
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "هذه هي القائمة الجانبية الرئيسية في حال كنت تستخدم تخطيط يتضمن ثلاث أعمدة"
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "هذه هي القائمة الجانبية الرئيسية في حال كنت تستخدم تخطيط يتضمن عمودين او ثلاث"
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "لقد تم إستبدال الحجة \"context\" بـ \"theme_location\" في مصفوفة $args ."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "إعدادات تخطيط الموقع"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "إعدادات SEO للقالب"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "و"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1067
  msgstr[5] "%s من الثواني"
1068
 
1069
  #. translators: %s: Number of minute(s).
1070
+ #: lib/functions/formatting.php:357
1071
  msgctxt "time difference"
1072
  msgid "%s minute"
1073
  msgid_plural "%s minutes"
1079
  msgstr[5] "%s من الدقائق"
1080
 
1081
  #. translators: %s: Number of hour(s).
1082
+ #: lib/functions/formatting.php:355
1083
  msgctxt "time difference"
1084
  msgid "%s hour"
1085
  msgid_plural "%s hours"
1091
  msgstr[5] "%s من الساعات"
1092
 
1093
  #. translators: %s: Number of day(s).
1094
+ #: lib/functions/formatting.php:353
1095
  msgctxt "time difference"
1096
  msgid "%s day"
1097
  msgid_plural "%s days"
1103
  msgstr[5] "%s من الأيام"
1104
 
1105
  #. translators: %s: Number of week(s).
1106
+ #: lib/functions/formatting.php:351
1107
  msgctxt "time difference"
1108
  msgid "%s week"
1109
  msgid_plural "%s weeks"
1115
  msgstr[5] "%s من الأسابيع"
1116
 
1117
  #. translators: %s: Number of month(s).
1118
+ #: lib/functions/formatting.php:349
1119
  msgctxt "time difference"
1120
  msgid "%s month"
1121
  msgid_plural "%s months"
1127
  msgstr[5] "%s من الشهور"
1128
 
1129
  #. translators: %s: Number of year(s).
1130
+ #: lib/functions/formatting.php:347
1131
  msgctxt "time difference"
1132
  msgid "%s year"
1133
  msgid_plural "%s years"
1138
  msgstr[4] "%s من السنوات"
1139
  msgstr[5] "%s من السنوات"
1140
 
1141
+ #: lib/functions/formatting.php:341
1142
  msgctxt "time difference"
1143
  msgid "seconds"
1144
  msgstr "ثواني"
1148
  msgstr "هذه الإعدادات ستمس جميع صفحات القالب التي تحوي تدوينات بداخلها مثل: الصفحة الرئيسية للمدونة، صفحة الأرشيف، صفحة الكاتب، التصنيفات، نتائج البحث وأيضا صفحة الوسوم."
1149
 
1150
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1151
+ msgid "404 page"
1152
+ msgstr ""
1153
 
1154
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1155
  msgid "Archives"
1160
  msgstr "الصفحات"
1161
 
1162
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1163
+ msgid "Front page"
1164
+ msgstr ""
1165
 
1166
  #: lib/classes/class-genesis-admin-settings.php:243
1167
  #: lib/classes/class-genesis-admin-settings.php:298
1169
  msgid "Header and Footer Scripts"
1170
  msgstr "شفرات أعلى وأسفل الموقع (Header & Footer)"
1171
 
1172
+ #: config/customizer-theme-settings.php:206
1173
  #: lib/classes/class-genesis-admin-settings.php:240
1174
  #: lib/classes/class-genesis-admin-settings.php:293
1175
  #: lib/views/help/genesis-comments.php:15
1183
  msgid "Default Layout"
1184
  msgstr "التخطيط الإفتراضي"
1185
 
1186
+ #: config/customizer-seo-settings.php:111
1187
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1188
  msgid "Keywords are generally ignored by Search Engines."
1189
  msgstr "أهمية الكلمات المفتاحية تتغير من محرك بحث لآخر."
1217
  msgid "Default"
1218
  msgstr "الإفتراضي"
1219
 
1220
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1221
  msgid "Next Page"
1222
  msgstr "الصفحة التالية"
1223
 
1224
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1225
  msgid "Previous Page"
1226
  msgstr "الصفحة السابقة"
1227
 
1229
  msgid "ago"
1230
  msgstr "خلت"
1231
 
1232
+ #: lib/classes/class-genesis-script-loader.php:196
1233
  msgid "Select / Deselect All"
1234
  msgstr "إختيار الكل / عدم إختيار الكل"
1235
 
1238
  msgstr "لا توجد أي خصائص مصدرة حاليا"
1239
 
1240
  #. translators: %d: Footer widget counter.
1241
+ #: lib/functions/widgetize.php:191
1242
  msgid "Footer %d"
1243
  msgstr "القائمة الجانبية لأسفل الموقع %d"
1244
 
1245
+ #: lib/functions/layout.php:80
1246
  msgid "No Label Selected"
1247
  msgstr "بدون إختيار"
1248
 
1250
  msgid "There was a problem importing your settings. Please try again."
1251
  msgstr "لقد وقع خلل ما منع عملية إستيراد الإعدادات بنجاح، الرجاء المحاولة مجددا"
1252
 
1253
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1254
  msgid "Secondary Sidebar"
1255
  msgstr "القائمة الجانبية الثانوية"
1256
 
1257
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1258
  msgid "Primary Sidebar"
1259
  msgstr "القائمة الجانبية الرئيسية"
1260
 
1261
+ #: lib/functions/widgetize.php:135
1262
  msgid "Header Right"
1263
  msgstr "أعلى الموقع على اليمين"
1264
 
1265
+ #: config/breadcrumbs.php:50
1266
  msgid "Not found: "
1267
  msgstr "غير موجود:"
1268
 
1269
+ #: lib/widgets/featured-post-widget.php:568
1270
  msgid "No Content"
1271
  msgstr "بدون محتوى"
1272
 
1273
+ #: lib/widgets/featured-post-widget.php:567
1274
  msgid "Show Content Limit"
1275
  msgstr "إظهار حد المحتوى"
1276
 
1277
+ #: lib/widgets/featured-post-widget.php:566
1278
  msgid "Show Excerpt"
1279
  msgstr "إظهار المقتطف"
1280
 
1281
+ #: lib/widgets/featured-post-widget.php:565
1282
  msgid "Show Content"
1283
  msgstr "إظهار المحتوى"
1284
 
1285
+ #: lib/widgets/featured-post-widget.php:563
1286
  msgid "Content Type"
1287
  msgstr "إظهار نوع المحتوى"
1288
 
1289
+ #: lib/widgets/featured-post-widget.php:555
1290
  msgid "Show Post Info"
1291
  msgstr "إظهار معلومات التدوينة"
1292
 
1293
+ #: lib/widgets/featured-page-widget.php:312
1294
+ #: lib/widgets/featured-post-widget.php:515
1295
  msgid "Show Featured Image"
1296
  msgstr "إظهار الصورة البارزة"
1297
 
1299
  msgid "This text will be the first paragraph, and display on the first page"
1300
  msgstr "هذا النص سيكون الفقرة الأولى وسيعرض في الصفحة الأولى"
1301
 
1302
+ #: lib/admin/privacy-requests.php:193
1303
  #: lib/views/meta-boxes/genesis-user-author.php:33
1304
  msgid "Custom Description Text"
1305
  msgstr "نص الوصف المخصص"
1309
  msgid "Will display in the %s tag at the top of the first page"
1310
  msgstr "سيتم إظهارها في وسم %s في أعلى أول صفحة"
1311
 
1312
+ #: lib/admin/privacy-requests.php:192
1313
  #: lib/views/meta-boxes/genesis-user-author.php:20
1314
  msgid "Custom Archive Headline"
1315
  msgstr "ترويسة الأرشيف المخصصة"
1458
  msgid "Displays user profile block with Gravatar"
1459
  msgstr "لعرض ملف الكاتب الشخصي مع صورة رمزية له"
1460
 
1461
+ #: lib/widgets/featured-post-widget.php:608
1462
  msgid "Link Text"
1463
  msgstr "رابط النص"
1464
 
1465
+ #: lib/widgets/featured-post-widget.php:604
1466
  msgid "Show Category Archive Link"
1467
  msgstr "إظهار رابط أرشيف التصنيف"
1468
 
1469
+ #: lib/widgets/featured-post-widget.php:586
1470
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1471
  msgstr "الرجاء إكمال المعلومات أسفله في حال رغبتم في إظهار قائمة غير مرتبة من هذا التصنيف"
1472
 
1473
+ #: lib/widgets/featured-post-widget.php:578
1474
  msgid "More Text (if applicable)"
1475
  msgstr "نص قراءة المزيد (إذا وُجِدَ)"
1476
 
1477
+ #: lib/widgets/featured-post-widget.php:550
1478
  msgid "Show Post Title"
1479
  msgstr "إظهار عنوان التدوينة"
1480
 
1481
+ #: lib/widgets/featured-post-widget.php:501
1482
  #: lib/widgets/user-profile-widget.php:184
1483
  msgid "Gravatar Alignment"
1484
  msgstr "محاذات الصورة الرمزية"
1485
 
1486
+ #: lib/widgets/featured-post-widget.php:496
1487
  msgid "Extra Large (125px)"
1488
  msgstr "كبيرة للغاية (125 بيكسل)"
1489
 
1490
+ #: lib/widgets/featured-post-widget.php:495
1491
  msgid "Large (85px)"
1492
  msgstr "كبيرة (85 بيكسل)"
1493
 
1494
+ #: lib/widgets/featured-post-widget.php:494
1495
  msgid "Medium (65px)"
1496
  msgstr "متوسطة (65 بيكسل)"
1497
 
1498
+ #: lib/widgets/featured-post-widget.php:493
1499
  msgid "Small (45px)"
1500
  msgstr "صغيرة (45 بيكسل)"
1501
 
1502
+ #: lib/widgets/featured-post-widget.php:491
1503
  #: lib/widgets/user-profile-widget.php:166
1504
  msgid "Gravatar Size"
1505
  msgstr "حجم الصورة الرمزية"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:487
1508
  msgid "Show Author Gravatar"
1509
  msgstr "إظهار صورة الكاتب الرمزية"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:467
1512
  msgid "Ascending (1, 2, 3)"
1513
  msgstr "تصاعديا"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:466
1516
  msgid "Descending (3, 2, 1)"
1517
  msgstr "تنازليا"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:464
1520
  msgid "Sort Order"
1521
  msgstr "كيفية الترتيب"
1522
 
1523
+ #: lib/widgets/featured-post-widget.php:459
1524
  msgid "Random"
1525
  msgstr "عشوائيا"
1526
 
1527
+ #: lib/widgets/featured-post-widget.php:458
1528
  msgid "Comment Count"
1529
  msgstr "عدد التعليقات"
1530
 
1531
+ #: lib/widgets/featured-post-widget.php:457
1532
  msgid "ID"
1533
  msgstr "المعرف"
1534
 
1535
+ #: lib/widgets/featured-post-widget.php:456
1536
  msgid "Parent"
1537
  msgstr "الرئيسي"
1538
 
1539
+ #: lib/widgets/featured-post-widget.php:451
1540
  msgid "Order By"
1541
  msgstr "الترتيب حسب"
1542
 
1543
+ #: lib/widgets/featured-post-widget.php:446
1544
  msgid "Number of Posts to Offset"
1545
  msgstr "عدد التدوينات لموازنتها"
1546
 
1547
+ #: lib/widgets/featured-post-widget.php:425
1548
  msgid "Category"
1549
  msgstr "التصنيف"
1550
 
1564
  msgid "Displays featured posts with thumbnails"
1565
  msgstr "إظهار المواضيع المميزة مع الصور البارزة"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:355
1568
  msgid "More Text"
1569
  msgstr "نص قراءة المزيد"
1570
 
1571
+ #: lib/widgets/featured-page-widget.php:350
1572
  msgid "Content Character Limit"
1573
  msgstr "حد حروف المحتوى"
1574
 
1575
+ #: lib/widgets/featured-page-widget.php:346
1576
  msgid "Show Page Content"
1577
  msgstr "إظهار محتوى الصفحة"
1578
 
1579
+ #: lib/widgets/featured-page-widget.php:341
1580
  msgid "Show Page Title"
1581
  msgstr "إظهار عنوان الصفحة"
1582
 
1583
+ #: config/customizer-seo-settings.php:77
1584
+ #: config/customizer-theme-settings.php:289
1585
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1586
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1587
+ #: lib/widgets/featured-page-widget.php:330
1588
+ #: lib/widgets/featured-post-widget.php:503
1589
+ #: lib/widgets/featured-post-widget.php:533
1590
  #: lib/widgets/user-profile-widget.php:186
1591
  #: lib/widgets/user-profile-widget.php:210
1592
  msgid "None"
1593
  msgstr "بدون محاذات"
1594
 
1595
+ #: lib/widgets/featured-page-widget.php:328
1596
+ #: lib/widgets/featured-post-widget.php:531
1597
  msgid "Image Alignment"
1598
  msgstr "محاذات الصورة"
1599
 
1600
+ #: lib/widgets/featured-page-widget.php:293
1601
  msgid "Page"
1602
  msgstr "الصفحة"
1603
 
1613
  msgid "Displays featured page with thumbnails"
1614
  msgstr "عرض الصفحة المميزة"
1615
 
1616
+ #: lib/widgets/featured-page-widget.php:288
1617
+ #: lib/widgets/featured-post-widget.php:416
1618
+ #: lib/widgets/featured-post-widget.php:455
1619
+ #: lib/widgets/featured-post-widget.php:589
1620
  #: lib/widgets/user-profile-widget.php:148
1621
  msgid "Title"
1622
  msgstr "العنوان"
1623
 
1624
+ #: config/breadcrumbs.php:47
1625
  msgid "Search for "
1626
  msgstr "البحث عن"
1627
 
1628
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1629
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1630
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1631
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1632
  #: lib/structure/archive.php:185
1633
  msgid "Archives for "
1634
  msgstr "أرشيف "
1635
 
1636
+ #: config/breadcrumbs.php:42
1637
  msgid "You are here: "
1638
  msgstr "أنت في:"
1639
 
1646
  msgstr "منطقة المربعات الجانبية الرئيسية"
1647
 
1648
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1649
+ #: searchform.php:49
1650
  msgid "Search"
1651
  msgstr "البحث"
1652
 
1653
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1654
  msgid "About"
1655
  msgstr "عن "
1656
 
1674
  msgid "Primary Navigation Menu"
1675
  msgstr "القائمة التصفح الرئيسية"
1676
 
1677
+ #: lib/structure/footer.php:162
1678
  msgid "Copyright"
1679
  msgstr "كافة الحقوق محفوظة"
1680
 
1758
  msgstr "العودة للأعلى"
1759
 
1760
  #. translators: %s: Genesis version.
1761
+ #: lib/functions/upgrade.php:921
1762
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1763
  msgstr "النسخة %s من إطار العمل Genesis متوفرة، لراحتكم وفرنا ترقية سريعة بسيطة بنقرة زر واحدة فقط، الرجاء التوجه الى لوحة التحكم والقيام بالترقية "
1764
 
1765
  #. translators: 1: Genesis version, 2: URL for current website.
1766
+ #: lib/functions/upgrade.php:918
1767
  msgid "Genesis %1$s is available for %2$s"
1768
  msgstr ""
1769
 
1770
+ #: lib/functions/upgrade.php:830
1771
  msgid "Click here to complete the upgrade"
1772
  msgstr "الرجاء النقر هنا لإستكمال الترقية"
1773
 
1774
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1775
  msgid "Home"
1776
  msgstr "الرئيسية"
1777
 
1778
+ #: lib/widgets/featured-post-widget.php:441
1779
+ #: lib/widgets/featured-post-widget.php:594
1780
  msgid "Number of Posts to Show"
1781
  msgstr "عدد التدوينات لعرضها"
1782
 
1783
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1784
+ #: lib/widgets/featured-post-widget.php:433
1785
  msgid "All Categories"
1786
  msgstr "جميع التصنيفات"
1787
 
1789
  msgid "Display which category"
1790
  msgstr "إختاروا أي تصنيف"
1791
 
1792
+ #: config/customizer-theme-settings.php:304
1793
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1794
  msgid "Numeric"
1795
  msgstr "ترقيم رقمي "
1796
 
1797
+ #: config/customizer-theme-settings.php:303
1798
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1799
  msgid "Previous / Next"
1800
  msgstr "السابق / التالي"
1801
 
1802
+ #: lib/widgets/featured-page-widget.php:316
1803
+ #: lib/widgets/featured-post-widget.php:519
1804
  msgid "Image Size"
1805
  msgstr "حجم الصورة"
1806
 
1807
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1808
+ #: lib/widgets/featured-post-widget.php:573
1809
  msgid "characters"
1810
  msgstr "حرف"
1811
 
1812
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1813
+ #: lib/widgets/featured-post-widget.php:571
1814
  msgid "Limit content to"
1815
  msgstr "تحديد المحتوى الظاهر الى"
1816
 
1817
+ #: config/customizer-theme-settings.php:248
1818
  msgid "Select one of the following"
1819
  msgstr "إختر واحد من التالي:"
1820
 
1870
  msgid "Today's date"
1871
  msgstr "تاريخ اليوم"
1872
 
1873
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1874
  #: lib/views/help/genesis-layout.php:25
1875
  msgid "Full Width Content"
1876
  msgstr "بعرض كامل بدون قوائم جانبية"
1877
 
1878
+ #: config/customizer-theme-settings.php:69
1879
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1880
  msgid "Image logo"
1881
  msgstr "صورة الشعار"
1892
  msgid "Version"
1893
  msgstr "رقم نسخة إطار العمل:"
1894
 
1895
+ #: config/customizer-theme-settings.php:244
1896
  #: lib/classes/class-genesis-admin-settings.php:241
1897
  #: lib/classes/class-genesis-admin-settings.php:294
1898
  #: lib/views/help/genesis-archives.php:15
1899
  msgid "Content Archives"
1900
  msgstr "أرشيف المحتوى"
1901
 
1902
+ #: config/customizer-theme-settings.php:132
1903
  #: lib/classes/class-genesis-admin-settings.php:239
1904
  #: lib/classes/class-genesis-admin-settings.php:290
1905
  #: lib/views/help/genesis-breadcrumbs.php:15
1998
  msgid "Shortlink Tag"
1999
  msgstr "رابط مختصر للوسم:"
2000
 
2001
+ #: config/customizer-seo-settings.php:158
2002
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2003
  msgid "Include Windows Live Writer Support Tag?"
2004
  msgstr "إدراج وسم دعم Windows Live Writer؟"
2020
  msgid "I'll manually wrap my own text on the homepage"
2021
  msgstr "سأقوم بإدراج نص مخصص بنفسي في الصفحة الرئيسية"
2022
 
2023
+ #: config/customizer-seo-settings.php:75
2024
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2025
  msgid "Site Title"
2026
  msgstr "عنوان المدونة او الموقع"
2027
 
2028
+ #: config/customizer-theme-settings.php:291
2029
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2030
+ #: lib/widgets/featured-page-widget.php:332
2031
+ #: lib/widgets/featured-post-widget.php:505
2032
+ #: lib/widgets/featured-post-widget.php:535
2033
  #: lib/widgets/user-profile-widget.php:188
2034
  msgid "Right"
2035
  msgstr "محاذات على اليمين"
2036
 
2037
+ #: config/customizer-theme-settings.php:290
2038
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2039
+ #: lib/widgets/featured-page-widget.php:331
2040
+ #: lib/widgets/featured-post-widget.php:504
2041
+ #: lib/widgets/featured-post-widget.php:534
2042
  #: lib/widgets/user-profile-widget.php:187
2043
  msgid "Left"
2044
  msgstr "محاذات على اليسار"
2045
 
2046
+ #: lib/classes/class-genesis-script-loader.php:199
2047
  msgid "Are you sure you want to reset?"
2048
  msgstr "هل أنت متأكد من رغبتك في إستعادة الإعدادات الإفتراضية"
2049
 
2078
  msgid "SEO Settings"
2079
  msgstr "إعدادات SEO"
2080
 
2081
+ #: config/customizer-theme-settings.php:23
2082
  #: lib/classes/class-genesis-admin-import-export.php:121
2083
  #: lib/classes/class-genesis-admin-settings.php:50
2084
  #: lib/classes/class-genesis-admin-settings.php:51
2106
  msgid "Robots Meta Settings"
2107
  msgstr "إعدادات مخصصة لعناكب البحث"
2108
 
2109
+ #: lib/admin/privacy-requests.php:194
2110
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2111
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2112
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2117
  msgid "This post is password protected. Enter the password to view comments."
2118
  msgstr "هذه المقالة محمية بكلمة مرور، الرجاء إدخالها للإستمرار أكثر"
2119
 
2120
+ #: lib/functions/general.php:492
2121
  msgid "Recent Posts:"
2122
  msgstr "حسب أحدث المقالات:"
2123
 
2124
+ #: lib/functions/general.php:489
2125
  msgid "Monthly:"
2126
  msgstr "حسب الشهر:"
2127
 
2128
+ #: lib/functions/general.php:486
2129
  msgid "Authors:"
2130
  msgstr "حسب الكتاب:"
2131
 
2132
+ #: lib/functions/general.php:483
2133
  msgid "Categories:"
2134
  msgstr "حسب التصنيفات:"
2135
 
2136
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2137
  msgid "Pages:"
2138
  msgstr "حسب الصفحات:"
2139
 
2440
  msgid "This allows you to import or export Genesis Settings."
2441
  msgstr "هذا يسمح لك إستيراد او تصدير إعدادات جنيسيس"
2442
 
 
 
 
 
 
 
2443
  #. translators: Opening and closing link tags to custom menu editor.
2444
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2445
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2480
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2481
  msgstr ""
2482
 
2483
+ #: lib/functions/deprecated.php:434
2484
  msgid "data in style sheet files"
2485
  msgstr "البيانات في ملفات ستايل شييت"
2486
 
2572
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2573
  msgstr "يمكنك استيراد ملف قمت مسبقا بتصديره. اسم الملف يبدأ بـ %s يليه بواحدة أو أكثر من السلاسل التي تشير إلى الإعدادات التي تحتويها، أخيرا يتبعها التاريخ والوقت المصدرة مسبقا."
2574
 
2575
+ #: config/customizer-seo-settings.php:278
2576
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2577
  msgid "Directories"
2578
  msgstr ""
2579
 
2580
+ #: config/customizer-seo-settings.php:223
2581
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2582
  msgid "Archiving"
2583
  msgstr ""
2584
 
2585
+ #: config/customizer-seo-settings.php:176
2586
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2587
  msgid "Indexing"
2588
  msgstr ""
2597
  msgid "Primary Title %s"
2598
  msgstr ""
2599
 
2600
+ #: config/customizer-seo-settings.php:58
2601
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2602
  msgid "Additions on right"
2603
  msgstr ""
2604
 
2605
+ #: config/customizer-seo-settings.php:57
2606
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2607
  msgid "Additions on left"
2608
  msgstr ""
2609
 
2610
+ #: config/customizer-seo-settings.php:52
2611
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2612
  msgid "Document Title Order"
2613
  msgstr ""
2625
  msgid "Canonical URL"
2626
  msgstr ""
2627
 
2628
+ #: config/customizer-seo-settings.php:31
2629
  #: lib/views/help/genesis-inpost-seo.php:16
2630
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2631
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2637
  msgid "Link opens in a new window."
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2641
  msgid "Featured Image Alignment"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:276
2645
  msgid "Featured Image Size"
2646
  msgstr ""
2647
 
2648
+ #: config/customizer-theme-settings.php:268
2649
  msgid "Display the featured image?"
2650
  msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:260
2653
  msgid "Limit content to how many characters? (0 for no limit)"
2654
  msgstr ""
2655
 
2656
+ #: config/customizer-theme-settings.php:234
2657
  msgid "Enable Trackbacks on Pages"
2658
  msgstr ""
2659
 
2660
+ #: config/customizer-theme-settings.php:226
2661
  msgid "Enable Trackbacks on Posts"
2662
  msgstr ""
2663
 
2664
+ #: config/customizer-theme-settings.php:218
2665
  msgid "Enable Comments on Pages"
2666
  msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:210
2669
  msgid "Enable Comments on Posts"
2670
  msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:196
2673
  msgid "Breadcrumbs on Attachment/Media"
2674
  msgstr ""
2675
 
2676
+ #: config/customizer-theme-settings.php:188
2677
+ msgid "Breadcrumbs on 404 page"
2678
+ msgstr ""
2679
 
2680
+ #: config/customizer-theme-settings.php:180
2681
  msgid "Breadcrumbs on Archives"
2682
  msgstr ""
2683
 
2684
+ #: config/customizer-theme-settings.php:172
2685
  msgid "Breadcrumbs on Pages"
2686
  msgstr ""
2687
 
2688
+ #: config/customizer-theme-settings.php:164
2689
  msgid "Breadcrumbs on Single Posts"
2690
  msgstr ""
2691
 
2692
+ #: config/customizer-theme-settings.php:156
2693
+ msgid "Breadcrumbs on Posts page"
2694
  msgstr ""
2695
 
2696
+ #: config/customizer-theme-settings.php:147
2697
+ msgid "Breadcrumbs on Front page"
2698
  msgstr ""
2699
 
2700
+ #: config/customizer-theme-settings.php:138
2701
  msgid "Breadcrumbs on Homepage"
2702
  msgstr ""
2703
 
2705
  msgid "Select Default Layout"
2706
  msgstr ""
2707
 
2708
+ #: config/customizer-theme-settings.php:116
2709
  msgid "Site Layout"
2710
  msgstr ""
2711
 
2712
+ #: config/customizer-theme-settings.php:104
2713
  msgid "Select Color Style"
2714
  msgstr ""
2715
 
2716
+ #: config/customizer-theme-settings.php:100
2717
  msgid "Color Scheme"
2718
  msgstr ""
2719
 
2720
+ #: config/customizer-theme-settings.php:68
2721
  msgid "Dynamic Text"
2722
  msgstr ""
2723
 
2742
  msgid "Author Archive SEO Settings"
2743
  msgstr ""
2744
 
2745
+ #: config/customizer-theme-settings.php:327
2746
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2747
  msgid "Footer Scripts"
2748
  msgstr ""
2749
 
2750
+ #: config/customizer-theme-settings.php:317
2751
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2752
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2753
  msgid "Header Scripts"
2781
  msgid "Featured Image"
2782
  msgstr ""
2783
 
2784
+ #: config/customizer-theme-settings.php:253
2785
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2786
  msgid "Entry excerpts"
2787
  msgstr ""
2788
 
2789
+ #: config/customizer-theme-settings.php:252
2790
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2791
  msgid "Entry content"
2792
  msgstr ""
2828
  msgid "Email address"
2829
  msgstr ""
2830
 
2831
+ #: config/customizer-theme-settings.php:30
2832
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2833
  msgid "Updates"
2834
  msgstr ""
2835
 
2836
+ #: config/layouts.php:48
2837
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2838
  msgstr ""
2839
 
2840
+ #: config/layouts.php:43
2841
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2842
  msgstr ""
2843
 
2844
+ #: config/layouts.php:38
2845
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2846
  msgstr ""
2847
 
2848
+ #: config/layouts.php:32
2849
  msgid "Primary Sidebar, Content"
2850
  msgstr ""
2851
 
2852
+ #: config/layouts.php:26
2853
  msgid "Content, Primary Sidebar"
2854
  msgstr ""
2855
 
2856
+ #: lib/functions/formatting.php:101
2857
  msgid "about "
2858
  msgstr "عن"
2859
 
2861
  msgid "Genesis database upgraded."
2862
  msgstr ""
2863
 
 
 
 
 
 
2864
  #. Template Name of the plugin/theme
2865
  msgid "Blog"
2866
  msgstr "مدونة"
2881
  msgid "Genesis"
2882
  msgstr ""
2883
 
2884
+ #: lib/widgets/featured-post-widget.php:558
2885
  msgid "Content Post Info"
2886
  msgstr ""
2887
 
2888
+ #: lib/widgets/featured-post-widget.php:478
2889
  msgid "Exclude Sticky Posts?"
2890
  msgstr ""
2891
 
2892
+ #: config/customizer-theme-settings.php:292
2893
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2894
+ #: lib/widgets/featured-page-widget.php:333
2895
+ #: lib/widgets/featured-post-widget.php:536
2896
  msgid "Center"
2897
  msgstr ""
2898
 
2899
+ #: lib/widgets/featured-page-widget.php:128
2900
+ #: lib/widgets/featured-post-widget.php:166
2901
  msgid "(no title)"
2902
  msgstr "(بلا عنوان)"
2903
 
2904
+ #: lib/structure/post.php:840
2905
  msgid "Current page"
2906
  msgstr "الصفحة الحالية"
2907
 
2908
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2909
  msgid "Page "
2910
  msgstr "صفحة"
2911
 
2929
  msgid "Skip to primary navigation"
2930
  msgstr ""
2931
 
2932
+ #: lib/functions/widgetize.php:220
2933
  msgid "Widgets in this widget area will display after single entries."
2934
  msgstr ""
2935
 
2936
+ #: lib/functions/widgetize.php:219
2937
  msgid "After Entry"
2938
  msgstr "بعد التدوينة"
2939
 
2940
+ #: lib/functions/widgetize.php:136
2941
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2942
  msgstr ""
translations/bg_BG.mo CHANGED
Binary file
translations/bg_BG.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Bulgarian
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:33:32+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: bg\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr ""
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr ""
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr ""
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr ""
@@ -565,7 +697,7 @@ msgstr ""
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "Страницата, която търсите вече не съществува. Може би можете да се върнете обратно към сайта <a href=\"%s\">начало</a> и вижте дали можете да намерите това, което търсите. Или можете да опитате да го намерите с информацията по-долу."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Изключи Предходните Екранни Публикации?"
580
 
@@ -586,15 +718,15 @@ msgstr "За съжаление, няма съдържание отговаря
586
  msgid "at"
587
  msgstr "до"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "Актуализиране на Genesis ще замени сегашната инсталирана версия на Genesis. Наистина ли искате да актуализирате?. \"Cancel\", за да спре, \"OK\", за да актуализирате."
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "Промените, които сте направили, ще бъдат загубени, ако излезете от тази страница."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "десетични или шестнадесетичен субекти"
600
 
@@ -620,7 +752,7 @@ msgstr "Приложи %s към този архив"
620
  msgid "Robots Meta Tags"
621
  msgstr "Мета Роботи Тагове"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "Мета Роботи Тагове"
630
  msgid "Meta Keywords"
631
  msgstr "Мета Ключови думи"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Търси резултати за:"
661
  msgid "Contributor"
662
  msgstr "Сътрудник"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Сътрудници"
667
 
@@ -673,14 +805,14 @@ msgstr "Водещ Разработчик"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Тези настройки важат за всяка страница, като се има предвид \"Blog\" страница шаблон , не начална страница или страници с архивни публикации."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Начална страница"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "Страница Публикации"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Шаблон Блог Страница"
692
  msgid "Navigation"
693
  msgstr "Навигация"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Header"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "Мета описание може да се използва за да се определи използваният текст под заглавието на резултатите от търсените страници."
@@ -717,17 +849,17 @@ msgstr "Ако оставите в документа празно полето
717
  msgid "Site Description (Tagline)"
718
  msgstr "Сайт описание (Лозунгът)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Ако заглавието се състои от две части (оригинално заглавие и избор допълнение), а след това на сепаратора ще отидат в между тях."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Разделител Заглавие на документ:"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Определя коя страна на добавения текст заглавие ще продължи."
@@ -746,7 +878,7 @@ msgstr "Добави описание на обекта (слоган) за %s
746
  msgid "Read More"
747
  msgstr "Прочетете повече"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Търсете"
752
 
@@ -754,15 +886,15 @@ msgstr "Търсете"
754
  msgid "Read more"
755
  msgstr "Прочетете повече"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Отидете на SEO настройки &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Отидете на Тема Настройки &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Project Leads"
768
 
@@ -775,11 +907,11 @@ msgstr "Добре дошли в %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Използвайте за заглавие на сайта / лого:"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "на"
785
 
@@ -817,7 +949,7 @@ msgstr "Потребителски Текст съдържание"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Помощно Навигационно Меню"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Заглавие отляво"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Разширен текст за връзка на страница"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Долна %d област на притурка."
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Това е средната странична лента ако използвате трите колони за оформлението на сайта."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Това е основната страничната лента, ако използвате две или три колони от опцията за оформлението на сайта."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "Аргументът, \"context\", е заменен с \"theme_location \" в $args масив."
844
 
@@ -867,8 +999,8 @@ msgstr "Стил цвят:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Прилежащите публикации %s линк тагове"
911
  msgid "Layout Settings"
912
  msgstr "Настройки на макета"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Тема SEO Настройки"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "край"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "Единствено число: %s секунда"
931
  msgstr[1] "Множествено число: %s секунди"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "Единствено число: %s минута"
939
  msgstr[1] "Множествено число: %s минути"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "Единствено число: %s час"
947
  msgstr[1] "Множествено число: %s часове"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "Единствено число: %s ден"
955
  msgstr[1] "Множествено число: %s дни"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "Единствено число: %s седмица"
963
  msgstr[1] "Множествено число: %s седмици"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "Единствено число: %s месец"
971
  msgstr[1] "Множествено число: %s месеци"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "Единствено число: %s година"
979
  msgstr[1] "Множествено число: %s години"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "секунди"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "Тези опции ще се отразят на всеки блог, обявени страници,включително архив, автор, блог, категория, търсене и таг страници."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "404 страница"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Страници"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Заглавна страница"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Заглавна страница"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Горен и долен колонтитул на скриптове"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Коментари и проследявания"
1023
  msgid "Default Layout"
1024
  msgstr "Оформление по подразбиране"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "Ключовите думи обикновено са игнорирани от търсачките."
@@ -1057,11 +1189,11 @@ msgstr "Изберете файла от вашия компютър и щрак
1057
  msgid "Default"
1058
  msgstr "По подразбиране"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Следваща страница"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Предишна страница"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Предишна страница"
1069
  msgid "ago"
1070
  msgstr "преди"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Избор / Премахнете отметките на всички"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "Няма налични възможности за износ."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Долен %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "Не е избран надпис"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "Не е избран надпис"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "Имаше проблем при импортирането на вашите настройки. Моля, опитайте отново."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Помощна странична лента"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Основна странична лента"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Заглавие отдясно"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "Не е намерена:"
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "Няма съдържание"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Показване на лимит на съдържание"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Поазване на извадки"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Показване на съдържанието"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Тип съдържание"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Показване на информационната публикация"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Показване на избратото изображение"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Показване на избратото изображение"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Този текст ще бъде първия параграф и се показва на първа страница"
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Потребителско текстово описание"
@@ -1149,7 +1281,7 @@ msgstr "Потребителско текстово описание"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "Ще се показва в %s таг в горната част на първата страница"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Потребителско Архивно Заглавие"
@@ -1298,93 +1430,93 @@ msgstr "Генезис - потребителски профил"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "Показва потребителски блок профил на аватара"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Връзка на текст"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Показване на категория архивни връзки"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "За да се покаже неподреден списък на повече публикации от тази категория, моля попълнете информацията по-долу."
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "Още текст (ако е приложим)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Покажи публикуваното наименование"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Подравняване на аватара"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Екстра голям (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Голям (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Среден (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "Малък (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Размер на аватара"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Покажи Аватара"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Възходящ (1, 2, 3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Низходящ (3, 2, 1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Ред на сортиране"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Случаен"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Преброяване на коментарите"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Източник/причина"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Подреждане по"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Брой публикации за изместване"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Категория"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Генезис- избрани публикации"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Показва препоръчани публикации с миниатюри."
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "Още текст"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Лимит на съдържащите се символи"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Показване на съдържанието на страницата"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Показване на наименованието на страницата"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Нищо"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Подравняване на снимката"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Страница"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Генезис- препоръчани страници"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Показва черта от страницата в миниатюри"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Надпис"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Търсене за: "
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Архив за: "
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Вие сте тук: "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Основна странична лента на инструмента за пространство"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Търсене"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "за"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Публикации"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Основно навигационно меню"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Авторско право"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Върни се назад към началната страница"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Регистрацията % S е вече на разположение. Осигурили сме 1-клик актуализации за тази тема, така че, моля влезте в таблото и актуализирайте при първа възможност."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Щракнете тук за да завършите надгражданията"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Начало"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Брой на публикации за показване"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Всички категории"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Всички категории"
1627
  msgid "Display which category"
1628
  msgstr "Показва коя категория:"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "цифров"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Назад / Напред"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Размер на снимка"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "Символи"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Лимит на съдържанието"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Изберете едно от следните неща:"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "RSS емисия връзки"
1708
  msgid "Today's date"
1709
  msgstr "Днешната дата"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Пълна ширина на съдържанието"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Изображение на логото"
@@ -1730,14 +1864,14 @@ msgstr "Издаден:"
1730
  msgid "Version"
1731
  msgstr "Версия:"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Съдържание на архив"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "Включва кратките линк тагове ?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "Кратък Линк Етикет:"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "Включете Windows Live таг поддръжката на записващите устройства?"
@@ -1858,30 +1992,30 @@ msgstr "Прилагане на %s към началната страница?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Нито единият. Аз ще приключа ръчно моят собствен текст на началната страница."
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Заглавие на сайта"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Надясно"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Наляво"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Сигурни ли сте че искате да възстановите?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Настройки на началната страница"
1916
  msgid "SEO Settings"
1917
  msgstr "SEO Настройки"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "Прилагане на% S за тази публикация / стра
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Настройки на мета работи"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Заглавие на документ по избор"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Тази публикация е защитена с парола. Въведете парола, за да видите коментари."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Последните публикации:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Месечен:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Автори:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Категории:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Страница:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr "Това е специфичен Genesis за настройки и не
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr "Това ви позволява да внасяте или изнасяте Genesis настройки."
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr "Данни в различни стилове файлове"
2330
 
@@ -2416,17 +2544,17 @@ msgstr "Потребителстото заглавие на документа
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr "Можете да импортирате файл, който е изнесен преди това. Името на файла ще започне с %s последвано от едно или повече низове, показващи какви настройки съдържа, накрая последвано от датата и часа, за да бъде изнесено."
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr ""
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr ""
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr ""
@@ -2441,17 +2569,17 @@ msgstr ""
2441
  msgid "Primary Title %s"
2442
  msgstr ""
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr ""
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr ""
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr ""
@@ -2469,7 +2597,7 @@ msgstr ""
2469
  msgid "Canonical URL"
2470
  msgstr ""
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr ""
2481
  msgid "Link opens in a new window."
2482
  msgstr ""
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr ""
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr ""
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr ""
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr ""
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
  msgstr ""
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr ""
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr ""
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr ""
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
  msgstr ""
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
  msgstr ""
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr ""
2552
 
@@ -2554,19 +2677,19 @@ msgstr ""
2554
  msgid "Select Default Layout"
2555
  msgstr ""
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr ""
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr ""
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr ""
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr ""
2572
 
@@ -2591,12 +2714,12 @@ msgstr ""
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr ""
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr ""
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr ""
2630
  msgid "Featured Image"
2631
  msgstr ""
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr ""
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr ""
@@ -2677,32 +2800,32 @@ msgstr ""
2677
  msgid "Email address"
2678
  msgstr ""
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr ""
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr ""
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr ""
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr ""
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr ""
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr ""
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr ""
2708
 
@@ -2710,11 +2833,6 @@ msgstr ""
2710
  msgid "Genesis database upgraded."
2711
  msgstr ""
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr ""
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr ""
@@ -2735,31 +2853,31 @@ msgstr ""
2735
  msgid "Genesis"
2736
  msgstr ""
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr ""
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr ""
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr ""
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr ""
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr ""
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr ""
2765
 
@@ -2783,14 +2901,14 @@ msgstr ""
2783
  msgid "Skip to primary navigation"
2784
  msgstr ""
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr ""
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr ""
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr ""
1
+ # Translation of Genesis - Genesis 2.8 in Bulgarian
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:33:32+0000\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: bg\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
  msgstr ""
113
 
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr ""
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr ""
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr ""
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "Страницата, която търсите вече не съществува. Може би можете да се върнете обратно към сайта <a href=\"%s\">начало</a> и вижте дали можете да намерите това, което търсите. Или можете да опитате да го намерите с информацията по-долу."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Изключи Предходните Екранни Публикации?"
712
 
718
  msgid "at"
719
  msgstr "до"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "Актуализиране на Genesis ще замени сегашната инсталирана версия на Genesis. Наистина ли искате да актуализирате?. \"Cancel\", за да спре, \"OK\", за да актуализирате."
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "Промените, които сте направили, ще бъдат загубени, ако излезете от тази страница."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "десетични или шестнадесетичен субекти"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "Мета Роботи Тагове"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Мета Ключови думи"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Сътрудник"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Сътрудници"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Тези настройки важат за всяка страница, като се има предвид \"Blog\" страница шаблон , не начална страница или страници с архивни публикации."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Начална страница"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Навигация"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "Мета описание може да се използва за да се определи използваният текст под заглавието на резултатите от търсените страници."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Сайт описание (Лозунгът)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Ако заглавието се състои от две части (оригинално заглавие и избор допълнение), а след това на сепаратора ще отидат в между тях."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Разделител Заглавие на документ:"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Определя коя страна на добавения текст заглавие ще продължи."
878
  msgid "Read More"
879
  msgstr "Прочетете повече"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Търсете"
884
 
886
  msgid "Read more"
887
  msgstr "Прочетете повече"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Отидете на SEO настройки &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Отидете на Тема Настройки &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Project Leads"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Използвайте за заглавие на сайта / лого:"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "на"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Помощно Навигационно Меню"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Заглавие отляво"
955
 
958
  msgstr "Разширен текст за връзка на страница"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Долна %d област на притурка."
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Това е средната странична лента ако използвате трите колони за оформлението на сайта."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Това е основната страничната лента, ако използвате две или три колони от опцията за оформлението на сайта."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "Аргументът, \"context\", е заменен с \"theme_location \" в $args масив."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Настройки на макета"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Тема SEO Настройки"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "край"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "Множествено число: %s секунди"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "Множествено число: %s минути"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "Множествено число: %s часове"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "Множествено число: %s дни"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "Множествено число: %s седмици"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "Множествено число: %s месеци"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "Единствено число: %s година"
1111
  msgstr[1] "Множествено число: %s години"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "секунди"
1120
  msgstr "Тези опции ще се отразят на всеки блог, обявени страници,включително архив, автор, блог, категория, търсене и таг страници."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Страници"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Горен и долен колонтитул на скриптове"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Оформление по подразбиране"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "Ключовите думи обикновено са игнорирани от търсачките."
1189
  msgid "Default"
1190
  msgstr "По подразбиране"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Следваща страница"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Предишна страница"
1199
 
1201
  msgid "ago"
1202
  msgstr "преди"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Избор / Премахнете отметките на всички"
1207
 
1210
  msgstr "Няма налични възможности за износ."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Долен %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "Не е избран надпис"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "Имаше проблем при импортирането на вашите настройки. Моля, опитайте отново."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Помощна странична лента"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Основна странична лента"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Заглавие отдясно"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "Не е намерена:"
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "Няма съдържание"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Показване на лимит на съдържание"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Поазване на извадки"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Показване на съдържанието"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Тип съдържание"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Показване на информационната публикация"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Показване на избратото изображение"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Този текст ще бъде първия параграф и се показва на първа страница"
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Потребителско текстово описание"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "Ще се показва в %s таг в горната част на първата страница"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Потребителско Архивно Заглавие"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "Показва потребителски блок профил на аватара"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Връзка на текст"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Показване на категория архивни връзки"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "За да се покаже неподреден списък на повече публикации от тази категория, моля попълнете информацията по-долу."
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "Още текст (ако е приложим)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Покажи публикуваното наименование"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Подравняване на аватара"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Екстра голям (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Голям (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Среден (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "Малък (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Размер на аватара"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Покажи Аватара"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Възходящ (1, 2, 3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Низходящ (3, 2, 1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Ред на сортиране"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Случаен"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Преброяване на коментарите"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Източник/причина"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Подреждане по"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Брой публикации за изместване"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Категория"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Показва препоръчани публикации с миниатюри."
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "Още текст"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Лимит на съдържащите се символи"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Показване на съдържанието на страницата"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Показване на наименованието на страницата"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Нищо"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Подравняване на снимката"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Страница"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Показва черта от страницата в миниатюри"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Надпис"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Търсене за: "
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Архив за: "
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Вие сте тук: "
1611
 
1618
  msgstr "Основна странична лента на инструмента за пространство"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Търсене"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "за"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Основно навигационно меню"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Авторско право"
1652
 
1730
  msgstr "Върни се назад към началната страница"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Регистрацията % S е вече на разположение. Осигурили сме 1-клик актуализации за тази тема, така че, моля влезте в таблото и актуализирайте при първа възможност."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr ""
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Щракнете тук за да завършите надгражданията"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Начало"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Брой на публикации за показване"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Всички категории"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Показва коя категория:"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "цифров"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Назад / Напред"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Размер на снимка"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "Символи"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Лимит на съдържанието"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Изберете едно от следните неща:"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Днешната дата"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Пълна ширина на съдържанието"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Изображение на логото"
1864
  msgid "Version"
1865
  msgstr "Версия:"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Съдържание на архив"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Кратък Линк Етикет:"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "Включете Windows Live таг поддръжката на записващите устройства?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Нито единият. Аз ще приключа ръчно моят собствен текст на началната страница."
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Заглавие на сайта"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Надясно"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Наляво"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "Сигурни ли сте че искате да възстановите?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "SEO Настройки"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Настройки на мета работи"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Тази публикация е защитена с парола. Въведете парола, за да видите коментари."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Последните публикации:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Месечен:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Автори:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Категории:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Страница:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr "Това ви позволява да внасяте или изнасяте Genesis настройки."
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr "Данни в различни стилове файлове"
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr "Можете да импортирате файл, който е изнесен преди това. Името на файла ще започне с %s последвано от едно или повече низове, показващи какви настройки съдържа, накрая последвано от датата и часа, за да бъде изнесено."
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr ""
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr ""
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr ""
2569
  msgid "Primary Title %s"
2570
  msgstr ""
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr ""
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr ""
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr ""
2597
  msgid "Canonical URL"
2598
  msgstr ""
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr ""
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr ""
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr ""
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr ""
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr ""
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr ""
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr ""
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr ""
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
  msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr ""
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr ""
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr ""
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
  msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
  msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr ""
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr ""
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr ""
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr ""
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr ""
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr ""
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr ""
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr ""
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr ""
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr ""
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr ""
2800
  msgid "Email address"
2801
  msgstr ""
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr ""
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr ""
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr ""
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr ""
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr ""
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr ""
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr ""
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr ""
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr ""
2853
  msgid "Genesis"
2854
  msgstr ""
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr ""
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr ""
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr ""
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr ""
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr ""
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr ""
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr ""
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr ""
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr ""
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr ""
translations/ca.mo CHANGED
Binary file
translations/ca.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Catalan
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:33:37+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: ca\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr ""
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr ""
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr ""
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr ""
@@ -565,7 +697,7 @@ msgstr ""
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "La pàgina que cerques ja no existeix. Pots tornar a la <a href=\"%s\">pàgina d'inici</a> i mirar de trobar el que busques, o revisar la informació d'aquí sota."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Exclou les entrades que ja hi han sortit?"
580
 
@@ -586,15 +718,15 @@ msgstr "Vaja, no hi ha res a mostrar amb aquest criteri."
586
  msgid "at"
587
  msgstr "a les"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "En actualitzar Genesis se sobreescriurà la versió actual. Segur que vols actualitzar? \"Cancel·la\" per parar el procés, prem \"OK\" per actualitzar."
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "Els canvis que has fet es perdran si marxes de la pàgina."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "entitats decimals o hexadecimals"
600
 
@@ -620,7 +752,7 @@ msgstr "Aplica %s a aquest arxiu"
620
  msgid "Robots Meta Tags"
621
  msgstr "Metaetiquetes Robots"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "Metaetiquetes Robots"
630
  msgid "Meta Keywords"
631
  msgstr "Paraules clau"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Cerca resultats per a:"
661
  msgid "Contributor"
662
  msgstr "Contribuidor"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Contribuidors"
667
 
@@ -673,14 +805,14 @@ msgstr "Desenvolupador principal"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Aquesta configuració s'aplica a qualsevol pàgina que faci servir la plantilla \"Blog\", no a la pàgina d'inici o a les pàgines d'arxiu."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Pàgina d'inici"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "Pàgina de les entrades"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Plantilla de la pàgina de blog"
692
  msgid "Navigation"
693
  msgstr "Navegació"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Encapçalament"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "La meta descripció es fa servir per determinar el text que apareix sota el títol en les pàgines de resultats dels motors de cerca."
@@ -717,17 +849,17 @@ msgstr "Si ho deixes en blanc es farà servir el nom del lloc."
717
  msgid "Site Description (Tagline)"
718
  msgstr "Descripció del lloc web"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Si el títol consisteix en dues parts (títol original i nom del lloc afegit), aleshores el separador anirà emmig dels dos."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Separador del títol del document:"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Determina a quina banda vols que surti el text afegit."
@@ -746,7 +878,7 @@ msgstr "Afegir la descripció del lloc al %s, a la pàgina d'inici?"
746
  msgid "Read More"
747
  msgstr "Llegeix més"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Cerca aquest lloc web"
752
 
@@ -754,15 +886,15 @@ msgstr "Cerca aquest lloc web"
754
  msgid "Read more"
755
  msgstr "Llegeix més"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Vés a la Configuració del SEO &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Vés a la Configuració del tema &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Caps de projecte"
768
 
@@ -775,11 +907,11 @@ msgstr "Benvingut a Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Fes servir pel títol/logo:"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "a"
785
 
@@ -817,7 +949,7 @@ msgstr "Contingut del text personalitzat"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Menú de navegació secundari"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Capçalera esquerra"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Text de l'enllaç"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Àrea de ginys del peu de pàgina %d"
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Aquesta és la barra lateral secundària si fas servir l'estructura de tres columnes."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Aquesta és la barra lateral primària si fas servir l'estructura de dues o tres columnes."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "L'argument, \"context\", s'ha remplaçat per \"theme_location\" al $args."
844
 
@@ -867,8 +999,8 @@ msgstr "Colors:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Enllaços %s a entrades adjacents"
911
  msgid "Layout Settings"
912
  msgstr "Aparença"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Configuració del SEO del tema"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "i"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s segon"
931
  msgstr[1] "%s segons"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s minut"
939
  msgstr[1] "%s minuts"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s hora"
947
  msgstr[1] "%s hores"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s dia"
955
  msgstr[1] "%s dies"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s setmana"
963
  msgstr[1] "%s setmanes"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "%s mes"
971
  msgstr[1] "%s mesos"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s any"
979
  msgstr[1] "%s anys"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "segons"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "Aquestes opcions afecten qualsevol pàgina que llisti el contingut d'entrades com: pàgines d'arxiu, blog, pàgines de categoria, de cerca o d'etiquetes."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "Pàgina 404"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Pàgines"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Pàgina inicial"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Pàgina inicial"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Scripts de la capçalera i el peu de pàgina"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Comentaris i retroenllaços"
1023
  msgid "Default Layout"
1024
  msgstr "Aparença per defecte"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "Les paraules clau, generalment, són ignorades pels motors de cerca."
@@ -1057,11 +1189,11 @@ msgstr "Tria l'arxiu corresponent i fes clic a \"Puja l'arxiu i importa\""
1057
  msgid "Default"
1058
  msgstr "Predeterminat"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Pàgina següent"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Pàgina anterior"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Pàgina anterior"
1069
  msgid "ago"
1070
  msgstr "enrere"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Selecciona / desselecciona tot"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "No hi ha opcions d'exportar disponibles."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Peu de pàgina %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "No s'ha triat un nom"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "No s'ha triat un nom"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "Hi ha hagut un problema important la teva configuració. Torna a provar-ho."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Barra lateral secundària"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Barra lateral primària"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Capçalera dreta"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "No s'ha trobat:"
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "No contingut"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Mostra el límit de contingut"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Mostra el resum"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Mostra el contingut"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Tipus de contingut"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Mostra la informació de l'entrada"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Mostra la imatge destacada"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Mostra la imatge destacada"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Aquest text serà el primer paràgraf, i es mostrarà a la primera pàgina"
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Text de descripció personalitzat"
@@ -1149,7 +1281,7 @@ msgstr "Text de descripció personalitzat"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "Es mostrarà a l'etiqueta %s a dalt de tot de la pàgina."
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Títol de l'arxiu personalitzat"
@@ -1298,93 +1430,93 @@ msgstr "Genesis - Perfil d'usuari"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "Mostra el perfil d'usuari amb Gravatar"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Text de l'enllaç"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Mostra l'enllaç a l'arxiu de categoria"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "Per mostrar una llista de més entrades d'aquesta categoria, omple la informació següent"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "Més text (si s'aplica)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Mostra el títol de l'entrada"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Aliniació del Gravatar"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Super gran (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Gran (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Mitjana (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "Petita (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Mida del Gravatar"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Mostra el Gravatar de l'autor"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Ascendent (1, 2, 3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Descendent (3, 2, 1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Tria l'ordre"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Aleatori"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Nombre de comentaris"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "Identificador (ID)"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Parent"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Ordena per"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Nombre d'entrades de separació"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Categoria"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Genesis - Entrades destacades"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Mostra entrades destacades amb miniatura"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "Més text"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Límit de caràcters"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Mostra el contingut de la pàgina"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Mostra el títol de la pàgina"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Cap"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Aliniació de la imatge"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Pàgina"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Genesis - Pàgina destacada"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Mostra una pàgina destacada amb miniatura"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Títol"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Cerca"
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Arxius de"
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Estàs aquí:"
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Àrea de ginys de la barra lateral primària"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Cerca"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "Sobre"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Entrades"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Menú de navegació primari"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Retorna a l'inici"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Genesis %s està disponible. Hem preparat actualitzacions d'un sol clic per a aquest tema, o sigui que pots entrar a l'escriptori i actualitzar sense problema."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Fes clic aquí per acabar de fer l'actualització"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Inici"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Nombre d'entrades per mostrar"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Totes les categories"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Totes les categories"
1627
  msgid "Display which category"
1628
  msgstr "Categories que vols mostrar:"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Numèric"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Anterior / Següent"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Mida de la imatge"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "caràcters"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Limita el contingut a"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Selecciona una opció:"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "Enllaços del fil de subscripció RSS"
1708
  msgid "Today's date"
1709
  msgstr "La data d'avui"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Contingut d'amplada total"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Imatge del logo"
@@ -1730,14 +1864,14 @@ msgstr "Data de llançament:"
1730
  msgid "Version"
1731
  msgstr "Versió:"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Arxius de contingut"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "Incloure l'etiqueta d'enllaç escurçat?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "Etiqueta d'enllaç escurçat:"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "Incloure l'etiqueta de suport al Windows Live Writer?"
@@ -1858,30 +1992,30 @@ msgstr "Aplica %s a la pàgina d'inici?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Cap dels dos. Ja ho faré manualment, per a la pàgina d'inici."
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Títol del lloc web"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Dreta"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Esquerra"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Segur que ho vols esborrar?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Configuració de la pàgina d'inici"
1916
  msgid "SEO Settings"
1917
  msgstr "Configuració del SEO"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "Aplica %s a aquesta entrada/pàgina"
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Configuració meta per a Robots"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Títol del document personalitzat"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Aquesta entrada està protegida amb contrasenya. Entra-la per veure els comentaris."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Entrades recents:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Mensual:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Autors:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Categories:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Pàgines:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr "Això és específic de la configuració de Genesis; no inclou entrades,
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr "Això et permet importar o exportar la configuració de Genesis."
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr "dades en els fulls d'estil"
2330
 
@@ -2416,17 +2544,17 @@ msgstr "El títol personalitzat del document és el títol de la pàgina tal com
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr "Pots importar un arxiu que prèviament has exportat. El nom de l'arxiu ha de començar per %s seguit d'una o més cadenes indicant quins paràmetres conté, i seguit de la data i hora en què es va exportar."
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr ""
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr ""
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr ""
@@ -2441,17 +2569,17 @@ msgstr ""
2441
  msgid "Primary Title %s"
2442
  msgstr ""
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr ""
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr ""
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr ""
@@ -2469,7 +2597,7 @@ msgstr ""
2469
  msgid "Canonical URL"
2470
  msgstr ""
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr ""
2481
  msgid "Link opens in a new window."
2482
  msgstr ""
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr ""
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr ""
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr ""
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr ""
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
  msgstr ""
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr ""
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr ""
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr ""
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
  msgstr ""
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
  msgstr ""
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr ""
2552
 
@@ -2554,19 +2677,19 @@ msgstr ""
2554
  msgid "Select Default Layout"
2555
  msgstr ""
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr ""
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr ""
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr ""
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr ""
2572
 
@@ -2591,12 +2714,12 @@ msgstr ""
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr ""
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr ""
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr ""
2630
  msgid "Featured Image"
2631
  msgstr ""
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr ""
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr ""
@@ -2677,32 +2800,32 @@ msgstr ""
2677
  msgid "Email address"
2678
  msgstr ""
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr ""
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr ""
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr ""
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr ""
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr ""
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr ""
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr ""
2708
 
@@ -2710,11 +2833,6 @@ msgstr ""
2710
  msgid "Genesis database upgraded."
2711
  msgstr ""
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr ""
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr ""
@@ -2735,31 +2853,31 @@ msgstr ""
2735
  msgid "Genesis"
2736
  msgstr ""
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr ""
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr ""
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr ""
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr ""
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr ""
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr ""
2765
 
@@ -2783,14 +2901,14 @@ msgstr ""
2783
  msgid "Skip to primary navigation"
2784
  msgstr ""
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr ""
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr ""
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr ""
1
+ # Translation of Genesis - Genesis 2.8 in Catalan
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:33:37+0000\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: ca\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
  msgstr ""
113
 
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr ""
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr ""
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr ""
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "La pàgina que cerques ja no existeix. Pots tornar a la <a href=\"%s\">pàgina d'inici</a> i mirar de trobar el que busques, o revisar la informació d'aquí sota."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Exclou les entrades que ja hi han sortit?"
712
 
718
  msgid "at"
719
  msgstr "a les"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "En actualitzar Genesis se sobreescriurà la versió actual. Segur que vols actualitzar? \"Cancel·la\" per parar el procés, prem \"OK\" per actualitzar."
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "Els canvis que has fet es perdran si marxes de la pàgina."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "entitats decimals o hexadecimals"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "Metaetiquetes Robots"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Paraules clau"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Contribuidor"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Contribuidors"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Aquesta configuració s'aplica a qualsevol pàgina que faci servir la plantilla \"Blog\", no a la pàgina d'inici o a les pàgines d'arxiu."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Pàgina d'inici"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Navegació"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "La meta descripció es fa servir per determinar el text que apareix sota el títol en les pàgines de resultats dels motors de cerca."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Descripció del lloc web"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Si el títol consisteix en dues parts (títol original i nom del lloc afegit), aleshores el separador anirà emmig dels dos."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Separador del títol del document:"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Determina a quina banda vols que surti el text afegit."
878
  msgid "Read More"
879
  msgstr "Llegeix més"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Cerca aquest lloc web"
884
 
886
  msgid "Read more"
887
  msgstr "Llegeix més"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Vés a la Configuració del SEO &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Vés a la Configuració del tema &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Caps de projecte"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Fes servir pel títol/logo:"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "a"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Menú de navegació secundari"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Capçalera esquerra"
955
 
958
  msgstr "Text de l'enllaç"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Àrea de ginys del peu de pàgina %d"
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Aquesta és la barra lateral secundària si fas servir l'estructura de tres columnes."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Aquesta és la barra lateral primària si fas servir l'estructura de dues o tres columnes."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "L'argument, \"context\", s'ha remplaçat per \"theme_location\" al $args."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Aparença"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Configuració del SEO del tema"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "i"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s segons"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s minuts"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s hores"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s dies"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s setmanes"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "%s mesos"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s any"
1111
  msgstr[1] "%s anys"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "segons"
1120
  msgstr "Aquestes opcions afecten qualsevol pàgina que llisti el contingut d'entrades com: pàgines d'arxiu, blog, pàgines de categoria, de cerca o d'etiquetes."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Pàgines"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Scripts de la capçalera i el peu de pàgina"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Aparença per defecte"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "Les paraules clau, generalment, són ignorades pels motors de cerca."
1189
  msgid "Default"
1190
  msgstr "Predeterminat"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Pàgina següent"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Pàgina anterior"
1199
 
1201
  msgid "ago"
1202
  msgstr "enrere"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Selecciona / desselecciona tot"
1207
 
1210
  msgstr "No hi ha opcions d'exportar disponibles."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Peu de pàgina %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "No s'ha triat un nom"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "Hi ha hagut un problema important la teva configuració. Torna a provar-ho."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Barra lateral secundària"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Barra lateral primària"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Capçalera dreta"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "No s'ha trobat:"
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "No contingut"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Mostra el límit de contingut"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Mostra el resum"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Mostra el contingut"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Tipus de contingut"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Mostra la informació de l'entrada"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Mostra la imatge destacada"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Aquest text serà el primer paràgraf, i es mostrarà a la primera pàgina"
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Text de descripció personalitzat"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "Es mostrarà a l'etiqueta %s a dalt de tot de la pàgina."
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Títol de l'arxiu personalitzat"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "Mostra el perfil d'usuari amb Gravatar"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Text de l'enllaç"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Mostra l'enllaç a l'arxiu de categoria"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "Per mostrar una llista de més entrades d'aquesta categoria, omple la informació següent"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "Més text (si s'aplica)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Mostra el títol de l'entrada"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Aliniació del Gravatar"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Super gran (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Gran (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Mitjana (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "Petita (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Mida del Gravatar"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Mostra el Gravatar de l'autor"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Ascendent (1, 2, 3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Descendent (3, 2, 1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Tria l'ordre"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Aleatori"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Nombre de comentaris"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "Identificador (ID)"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Parent"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Ordena per"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Nombre d'entrades de separació"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Categoria"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Mostra entrades destacades amb miniatura"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "Més text"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Límit de caràcters"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Mostra el contingut de la pàgina"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Mostra el títol de la pàgina"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Cap"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Aliniació de la imatge"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Pàgina"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Mostra una pàgina destacada amb miniatura"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Títol"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Cerca"
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Arxius de"
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Estàs aquí:"
1611
 
1618
  msgstr "Àrea de ginys de la barra lateral primària"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Cerca"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "Sobre"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Menú de navegació primari"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Copyright"
1652
 
1730
  msgstr "Retorna a l'inici"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Genesis %s està disponible. Hem preparat actualitzacions d'un sol clic per a aquest tema, o sigui que pots entrar a l'escriptori i actualitzar sense problema."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr ""
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Fes clic aquí per acabar de fer l'actualització"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Inici"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Nombre d'entrades per mostrar"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Totes les categories"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Categories que vols mostrar:"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Numèric"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Anterior / Següent"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Mida de la imatge"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "caràcters"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Limita el contingut a"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Selecciona una opció:"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "La data d'avui"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Contingut d'amplada total"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Imatge del logo"
1864
  msgid "Version"
1865
  msgstr "Versió:"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Arxius de contingut"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Etiqueta d'enllaç escurçat:"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "Incloure l'etiqueta de suport al Windows Live Writer?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Cap dels dos. Ja ho faré manualment, per a la pàgina d'inici."
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Títol del lloc web"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Dreta"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Esquerra"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "Segur que ho vols esborrar?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "Configuració del SEO"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Configuració meta per a Robots"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Aquesta entrada està protegida amb contrasenya. Entra-la per veure els comentaris."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Entrades recents:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Mensual:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Autors:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Categories:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Pàgines:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr "Això et permet importar o exportar la configuració de Genesis."
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr "dades en els fulls d'estil"
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr "Pots importar un arxiu que prèviament has exportat. El nom de l'arxiu ha de començar per %s seguit d'una o més cadenes indicant quins paràmetres conté, i seguit de la data i hora en què es va exportar."
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr ""
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr ""
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr ""
2569
  msgid "Primary Title %s"
2570
  msgstr ""
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr ""
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr ""
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr ""
2597
  msgid "Canonical URL"
2598
  msgstr ""
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr ""
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr ""
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr ""
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr ""
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr ""
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr ""
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr ""
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr ""
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
  msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr ""
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr ""
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr ""
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
  msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
  msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr ""
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr ""
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr ""
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr ""
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr ""
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr ""
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr ""
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr ""
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr ""
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr ""
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr ""
2800
  msgid "Email address"
2801
  msgstr ""
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr ""
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr ""
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr ""
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr ""
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr ""
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr ""
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr ""
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr ""
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr ""
2853
  msgid "Genesis"
2854
  msgstr ""
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr ""
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr ""
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr ""
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr ""
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr ""
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr ""
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr ""
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr ""
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr ""
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr ""
translations/cy.mo CHANGED
Binary file
translations/cy.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Welsh
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:35:47+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: cy_GB\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr ""
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr ""
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr ""
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr ""
@@ -565,7 +697,7 @@ msgstr ""
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "Nid yw'r dudalen rydych yn chwilio amdani'n bodoli bellach. Efallai y gallech ddychwelyd i <a href=\"%s\">dudalen hafan</a> y wefan a gweld a allwch ddod o hyd i'r hyn rydych yn chwilio amdano. Neu, gallwch geisio dod o hyd iddo gyda'r wybodaeth isod. "
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr ""
580
 
@@ -586,15 +718,15 @@ msgstr ""
586
  msgid "at"
587
  msgstr ""
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr ""
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr ""
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr ""
600
 
@@ -620,7 +752,7 @@ msgstr ""
620
  msgid "Robots Meta Tags"
621
  msgstr ""
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr ""
630
  msgid "Meta Keywords"
631
  msgstr ""
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Chwilio Canlyniadau ar gyfer: "
661
  msgid "Contributor"
662
  msgstr "Cyfrannwr "
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Cyfranwyr "
667
 
@@ -673,14 +805,14 @@ msgstr "Datblygwr Arweiniol "
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Bydd y gosodiadau hyn yn berthnasol i unrhyw dempled tudalen \"Blog\", nid y dudalen na thudalennau archifau post. "
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "y dudalen hafan "
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "y dudalen pyst "
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Templed Tudalen Blog "
692
  msgid "Navigation"
693
  msgstr "Llywio"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Pennawd "
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "Gellir defnyddio'r disgrifiad meta i bennu'r testun a ddefnyddir o dan y teitl ar dudalennau canlyniadau'r peiriant chwilio. "
@@ -717,17 +849,17 @@ msgstr "Os ydych wedi gadael maes teitl y ddogfen yn wag, caiff teitl eich gwefa
717
  msgid "Site Description (Tagline)"
718
  msgstr "Disgrifiad o'r Wefan (Llinell Dagiau) "
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Os yw'r teitl yn cynnwys dwy ran (y teitl gwreiddiol a'r ychwanegiad opsiynol), bydd y gwahanydd yn mynd rhyngddyn nhw. "
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Gwahanwr Teitlau Dogfennau: "
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Yn pennu ar ba ochr y bydd testun y teitl yn mynd. "
@@ -746,7 +878,7 @@ msgstr "Ychwanegu disgrifiad gwefan (llinell dagiau) at %s ar y dudalen hafan? "
746
  msgid "Read More"
747
  msgstr "Darllen mwy "
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Chwilio'r wefan hon"
752
 
@@ -754,15 +886,15 @@ msgstr "Chwilio'r wefan hon"
754
  msgid "Read more"
755
  msgstr "Darllen mwy "
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Ewch i Osodiadau SEO &rarr; "
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Ewch i Osodiadau Thema &rarr; "
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Prif Swyddogion y Prosiect "
768
 
@@ -775,11 +907,11 @@ msgstr "Croeso i Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+ "
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Defnyddiwch ar gyfer teitl/logo'r wefan: "
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "ar "
785
 
@@ -817,7 +949,7 @@ msgstr "Cynnwys Testun i'w Addasu "
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Dewislen Lywio Eilaidd "
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Penynnau Chwith "
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Testun dolen tudalen estynedig "
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Man dyfeisiau %d troedynnau. "
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Dyma'r bar ochr eilaidd os ydych chi'n defnyddio opsiwn cynllun gwefan tair colofn. "
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Dyma'r prif far ochr os ydych chi'n defnyddio opsiwn cynllun gwefan dwy neu dair colofn. "
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "Mae'r ddadl, \"cyd-destun\", wedi'i disodli gan \"leoliad_thema\" yn yr aräe $args. "
844
 
@@ -867,8 +999,8 @@ msgstr "Arddull Liwiau:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Tagiau dolen %s pyst gyferbyn "
911
  msgid "Layout Settings"
912
  msgstr "Gosodiadau'r Cynllun "
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Gosodiadau SEO Thema "
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "a "
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -933,7 +1065,7 @@ msgstr[2] "%s eiliad"
933
  msgstr[3] "%s eiliad"
934
 
935
  #. translators: %s: Number of minute(s).
936
- #: lib/functions/formatting.php:355
937
  msgctxt "time difference"
938
  msgid "%s minute"
939
  msgid_plural "%s minutes"
@@ -943,7 +1075,7 @@ msgstr[2] "%s munud "
943
  msgstr[3] "%s munud "
944
 
945
  #. translators: %s: Number of hour(s).
946
- #: lib/functions/formatting.php:353
947
  msgctxt "time difference"
948
  msgid "%s hour"
949
  msgid_plural "%s hours"
@@ -953,7 +1085,7 @@ msgstr[2] "%s awr"
953
  msgstr[3] "%s awr"
954
 
955
  #. translators: %s: Number of day(s).
956
- #: lib/functions/formatting.php:351
957
  msgctxt "time difference"
958
  msgid "%s day"
959
  msgid_plural "%s days"
@@ -963,7 +1095,7 @@ msgstr[2] "%s dydd"
963
  msgstr[3] "%s dydd"
964
 
965
  #. translators: %s: Number of week(s).
966
- #: lib/functions/formatting.php:349
967
  msgctxt "time difference"
968
  msgid "%s week"
969
  msgid_plural "%s weeks"
@@ -973,7 +1105,7 @@ msgstr[2] "%s wythnos"
973
  msgstr[3] "%s wythnos"
974
 
975
  #. translators: %s: Number of month(s).
976
- #: lib/functions/formatting.php:347
977
  msgctxt "time difference"
978
  msgid "%s month"
979
  msgid_plural "%s months"
@@ -983,7 +1115,7 @@ msgstr[2] "%s mis "
983
  msgstr[3] "%s mis "
984
 
985
  #. translators: %s: Number of year(s).
986
- #: lib/functions/formatting.php:345
987
  msgctxt "time difference"
988
  msgid "%s year"
989
  msgid_plural "%s years"
@@ -992,7 +1124,7 @@ msgstr[1] "%s blwyddyn "
992
  msgstr[2] "%s blwyddyn "
993
  msgstr[3] "%s blwyddyn "
994
 
995
- #: lib/functions/formatting.php:339
996
  msgctxt "time difference"
997
  msgid "seconds"
998
  msgstr "eiliadau "
@@ -1002,8 +1134,8 @@ msgid "These options will affect any blog listings page, including archive, auth
1002
  msgstr "Bydd yr opsiynau hyn yn effeithio ar unrhyw dudalen restriadau blog, gan gynnwys tudalennau archif, awdur, blog, categori, chwiliad, a thudalennau tag."
1003
 
1004
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1005
- msgid "404 Page"
1006
- msgstr "tudalen 404 "
1007
 
1008
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1009
  msgid "Archives"
@@ -1014,8 +1146,8 @@ msgid "Pages"
1014
  msgstr "tudalennau "
1015
 
1016
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1017
- msgid "Front Page"
1018
- msgstr "y dudalen flaen "
1019
 
1020
  #: lib/classes/class-genesis-admin-settings.php:243
1021
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1023,7 +1155,7 @@ msgstr "y dudalen flaen "
1023
  msgid "Header and Footer Scripts"
1024
  msgstr "Sgriptiau Penynnau a Throedynnau "
1025
 
1026
- #: config/customizer-theme-settings.php:204
1027
  #: lib/classes/class-genesis-admin-settings.php:240
1028
  #: lib/classes/class-genesis-admin-settings.php:293
1029
  #: lib/views/help/genesis-comments.php:15
@@ -1037,7 +1169,7 @@ msgstr "Sylwadau ac Olrhain "
1037
  msgid "Default Layout"
1038
  msgstr "Cynllun Rhagosodedig "
1039
 
1040
- #: config/customizer-seo-settings.php:109
1041
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1042
  msgid "Keywords are generally ignored by Search Engines."
1043
  msgstr "Geiriau allweddol a anwybyddir yn gyffredinol gan beiriannau chwilio. "
@@ -1071,11 +1203,11 @@ msgstr "Dewis y ffeil o'ch cyfrifiadur a chliciwch ar \"Llwytho Ffeil i Fyny a'i
1071
  msgid "Default"
1072
  msgstr "Rhagosodiad "
1073
 
1074
- #: lib/structure/post.php:717 lib/structure/post.php:846
1075
  msgid "Next Page"
1076
  msgstr "Tudalen Nesaf "
1077
 
1078
- #: lib/structure/post.php:716 lib/structure/post.php:799
1079
  msgid "Previous Page"
1080
  msgstr "Tudalen Flaenorol "
1081
 
@@ -1083,7 +1215,7 @@ msgstr "Tudalen Flaenorol "
1083
  msgid "ago"
1084
  msgstr "yn ôl "
1085
 
1086
- #: lib/classes/class-genesis-script-loader.php:195
1087
  msgid "Select / Deselect All"
1088
  msgstr "Dewis/Dad-ddewis Pob Un "
1089
 
@@ -1092,11 +1224,11 @@ msgid "No export options available."
1092
  msgstr "Dim opsiynau allforio ar gael. "
1093
 
1094
  #. translators: %d: Footer widget counter.
1095
- #: lib/functions/widgetize.php:181
1096
  msgid "Footer %d"
1097
  msgstr "Troedyn %d "
1098
 
1099
- #: lib/functions/layout.php:113
1100
  msgid "No Label Selected"
1101
  msgstr "Dim Label wedi'i Ddewis "
1102
 
@@ -1104,48 +1236,48 @@ msgstr "Dim Label wedi'i Ddewis "
1104
  msgid "There was a problem importing your settings. Please try again."
1105
  msgstr "Bu problem wrth fewnforio'ch gosodiadau. Rhowch gynnig arall. "
1106
 
1107
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1108
  msgid "Secondary Sidebar"
1109
  msgstr "Bar Ochr Eilaidd "
1110
 
1111
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1112
  msgid "Primary Sidebar"
1113
  msgstr "Prif Far Ochr "
1114
 
1115
- #: lib/functions/widgetize.php:125
1116
  msgid "Header Right"
1117
  msgstr "Penynnau De "
1118
 
1119
- #: config/breadcrumbs.php:46
1120
  msgid "Not found: "
1121
  msgstr "Heb ganfod: "
1122
 
1123
- #: lib/widgets/featured-post-widget.php:554
1124
  msgid "No Content"
1125
  msgstr "Dim Cynnwys"
1126
 
1127
- #: lib/widgets/featured-post-widget.php:553
1128
  msgid "Show Content Limit"
1129
  msgstr "Dangos Terfyn y Cynnwys"
1130
 
1131
- #: lib/widgets/featured-post-widget.php:552
1132
  msgid "Show Excerpt"
1133
  msgstr "Dangos Darn"
1134
 
1135
- #: lib/widgets/featured-post-widget.php:551
1136
  msgid "Show Content"
1137
  msgstr "Dangos y Cynnwys "
1138
 
1139
- #: lib/widgets/featured-post-widget.php:549
1140
  msgid "Content Type"
1141
  msgstr "Math o Gynnwys"
1142
 
1143
- #: lib/widgets/featured-post-widget.php:541
1144
  msgid "Show Post Info"
1145
  msgstr "Dangos Gwybodaeth y Post "
1146
 
1147
- #: lib/widgets/featured-page-widget.php:292
1148
- #: lib/widgets/featured-post-widget.php:501
1149
  msgid "Show Featured Image"
1150
  msgstr "Dangos y Ddelwedd a Ddangosir "
1151
 
@@ -1153,7 +1285,7 @@ msgstr "Dangos y Ddelwedd a Ddangosir "
1153
  msgid "This text will be the first paragraph, and display on the first page"
1154
  msgstr "Y testun hwn fydd y paragraff cyntaf a bydd i'w weld ar y dudalen gyntaf "
1155
 
1156
- #: lib/admin/privacy-requests.php:192
1157
  #: lib/views/meta-boxes/genesis-user-author.php:33
1158
  msgid "Custom Description Text"
1159
  msgstr "Testun Disgrifiad i'w Addasu "
@@ -1163,7 +1295,7 @@ msgstr "Testun Disgrifiad i'w Addasu "
1163
  msgid "Will display in the %s tag at the top of the first page"
1164
  msgstr "I'w weld yn y tag %s ar ben y dudalen gyntaf "
1165
 
1166
- #: lib/admin/privacy-requests.php:191
1167
  #: lib/views/meta-boxes/genesis-user-author.php:20
1168
  msgid "Custom Archive Headline"
1169
  msgstr "Pennawd Archif i'w Addasu "
@@ -1312,93 +1444,93 @@ msgstr "Genesis - Proffil Defnyddiwr "
1312
  msgid "Displays user profile block with Gravatar"
1313
  msgstr "Dangos bloc proffil defnyddiwr gyda Gravatar "
1314
 
1315
- #: lib/widgets/featured-post-widget.php:594
1316
  msgid "Link Text"
1317
  msgstr "Cysylltu'r Testun "
1318
 
1319
- #: lib/widgets/featured-post-widget.php:590
1320
  msgid "Show Category Archive Link"
1321
  msgstr "Dangos Dolen Archifau'r Categori "
1322
 
1323
- #: lib/widgets/featured-post-widget.php:572
1324
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1325
  msgstr "I ddangos rhestr ddi-drefn o fwy o byst o'r categori hwn, llenwch yr wybodaeth isod "
1326
 
1327
- #: lib/widgets/featured-post-widget.php:564
1328
  msgid "More Text (if applicable)"
1329
  msgstr "Mwy o Destun (os yw'n berthnasol) "
1330
 
1331
- #: lib/widgets/featured-post-widget.php:536
1332
  msgid "Show Post Title"
1333
  msgstr "Dangos Teitl y Post "
1334
 
1335
- #: lib/widgets/featured-post-widget.php:487
1336
  #: lib/widgets/user-profile-widget.php:184
1337
  msgid "Gravatar Alignment"
1338
  msgstr "Alinio'r Gravatar "
1339
 
1340
- #: lib/widgets/featured-post-widget.php:482
1341
  msgid "Extra Large (125px)"
1342
  msgstr "Mawr Iawn (125px) "
1343
 
1344
- #: lib/widgets/featured-post-widget.php:481
1345
  msgid "Large (85px)"
1346
  msgstr "Mawr (85px) "
1347
 
1348
- #: lib/widgets/featured-post-widget.php:480
1349
  msgid "Medium (65px)"
1350
  msgstr "Canolig (65px) "
1351
 
1352
- #: lib/widgets/featured-post-widget.php:479
1353
  msgid "Small (45px)"
1354
  msgstr "Bach (45px) "
1355
 
1356
- #: lib/widgets/featured-post-widget.php:477
1357
  #: lib/widgets/user-profile-widget.php:166
1358
  msgid "Gravatar Size"
1359
  msgstr "Maint y Gravatar "
1360
 
1361
- #: lib/widgets/featured-post-widget.php:473
1362
  msgid "Show Author Gravatar"
1363
  msgstr "Dangos Awdur y Gravatar "
1364
 
1365
- #: lib/widgets/featured-post-widget.php:453
1366
  msgid "Ascending (1, 2, 3)"
1367
  msgstr "Esgynnol (1, 2, 3) "
1368
 
1369
- #: lib/widgets/featured-post-widget.php:452
1370
  msgid "Descending (3, 2, 1)"
1371
  msgstr "Disgynnol (3, 2, 1) "
1372
 
1373
- #: lib/widgets/featured-post-widget.php:450
1374
  msgid "Sort Order"
1375
  msgstr "Rhoi mewn Trefn "
1376
 
1377
- #: lib/widgets/featured-post-widget.php:445
1378
  msgid "Random"
1379
  msgstr "Hap "
1380
 
1381
- #: lib/widgets/featured-post-widget.php:444
1382
  msgid "Comment Count"
1383
  msgstr "Nifer y Sylwadau"
1384
 
1385
- #: lib/widgets/featured-post-widget.php:443
1386
  msgid "ID"
1387
  msgstr "ID"
1388
 
1389
- #: lib/widgets/featured-post-widget.php:442
1390
  msgid "Parent"
1391
  msgstr "Rhiant "
1392
 
1393
- #: lib/widgets/featured-post-widget.php:437
1394
  msgid "Order By"
1395
  msgstr "Archebu erbyn "
1396
 
1397
- #: lib/widgets/featured-post-widget.php:432
1398
  msgid "Number of Posts to Offset"
1399
  msgstr "Nifer y pyst i'w gwrthincio "
1400
 
1401
- #: lib/widgets/featured-post-widget.php:411
1402
  msgid "Category"
1403
  msgstr "Categori "
1404
 
@@ -1418,38 +1550,40 @@ msgstr "Genesis - Pyst a Gynhwysir "
1418
  msgid "Displays featured posts with thumbnails"
1419
  msgstr "Dangos y pyst a gaiff eu cynnwys â mân-luniau "
1420
 
1421
- #: lib/widgets/featured-page-widget.php:335
1422
  msgid "More Text"
1423
  msgstr "Mwy o Destun "
1424
 
1425
- #: lib/widgets/featured-page-widget.php:330
1426
  msgid "Content Character Limit"
1427
  msgstr "Terfyn Nodau'r Cynnwys "
1428
 
1429
- #: lib/widgets/featured-page-widget.php:326
1430
  msgid "Show Page Content"
1431
  msgstr "Dangos Cynnwys y Dudalen "
1432
 
1433
- #: lib/widgets/featured-page-widget.php:321
1434
  msgid "Show Page Title"
1435
  msgstr "Dangos Teitl y Dudalen "
1436
 
1437
- #: config/customizer-seo-settings.php:75
 
1438
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1439
- #: lib/widgets/featured-page-widget.php:310
1440
- #: lib/widgets/featured-post-widget.php:489
1441
- #: lib/widgets/featured-post-widget.php:519
 
1442
  #: lib/widgets/user-profile-widget.php:186
1443
  #: lib/widgets/user-profile-widget.php:210
1444
  msgid "None"
1445
  msgstr "Dim "
1446
 
1447
- #: lib/widgets/featured-page-widget.php:308
1448
- #: lib/widgets/featured-post-widget.php:517
1449
  msgid "Image Alignment"
1450
  msgstr "Alinio Delweddau "
1451
 
1452
- #: lib/widgets/featured-page-widget.php:277
1453
  msgid "Page"
1454
  msgstr "Tudalen "
1455
 
@@ -1465,27 +1599,27 @@ msgstr "Genesis - Tudalen a Ddangosir "
1465
  msgid "Displays featured page with thumbnails"
1466
  msgstr "Dangos y dudalen a ddangosir â mân-luniau "
1467
 
1468
- #: lib/widgets/featured-page-widget.php:272
1469
- #: lib/widgets/featured-post-widget.php:402
1470
- #: lib/widgets/featured-post-widget.php:441
1471
- #: lib/widgets/featured-post-widget.php:575
1472
  #: lib/widgets/user-profile-widget.php:148
1473
  msgid "Title"
1474
  msgstr "Teitl "
1475
 
1476
- #: config/breadcrumbs.php:43
1477
  msgid "Search for "
1478
  msgstr "Chwiliwch am "
1479
 
1480
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1481
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1482
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1483
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1484
  #: lib/structure/archive.php:185
1485
  msgid "Archives for "
1486
  msgstr "Archifau ar gyfer "
1487
 
1488
- #: config/breadcrumbs.php:38
1489
  msgid "You are here: "
1490
  msgstr "Rydych chi yma: "
1491
 
@@ -1498,11 +1632,11 @@ msgid "Primary Sidebar Widget Area"
1498
  msgstr "Prif Fan Dyfeisiau Bar Ochr "
1499
 
1500
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1501
- #: searchform.php:23
1502
  msgid "Search"
1503
  msgstr "Chwilio "
1504
 
1505
- #: lib/structure/post.php:569 lib/structure/post.php:596
1506
  msgid "About"
1507
  msgstr "Ynghylch "
1508
 
@@ -1526,7 +1660,7 @@ msgstr "pyst"
1526
  msgid "Primary Navigation Menu"
1527
  msgstr "Prif Ddewislen Lywio "
1528
 
1529
- #: lib/structure/footer.php:152
1530
  msgid "Copyright"
1531
  msgstr "Hawlfraint "
1532
 
@@ -1610,30 +1744,30 @@ msgid "Return to top of page"
1610
  msgstr "Dychwelyd i frig y dudalen "
1611
 
1612
  #. translators: %s: Genesis version.
1613
- #: lib/functions/upgrade.php:852
1614
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1615
  msgstr "Mae Genesis %s nawr ar gael. Rydyn ni wedi darparu diweddariadau un clic ar gyfer y thema hon, felly mewngofnodwch i'ch dangosfwrdd cyn gynted ag y bydd yn gyfleus i chi. "
1616
 
1617
  #. translators: 1: Genesis version, 2: URL for current website.
1618
- #: lib/functions/upgrade.php:849
1619
  msgid "Genesis %1$s is available for %2$s"
1620
  msgstr ""
1621
 
1622
- #: lib/functions/upgrade.php:771
1623
  msgid "Click here to complete the upgrade"
1624
  msgstr "Cliciwch yma i gwblhau'r gwaith uwchraddio "
1625
 
1626
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1627
  msgid "Home"
1628
  msgstr "Hafan "
1629
 
1630
- #: lib/widgets/featured-post-widget.php:427
1631
- #: lib/widgets/featured-post-widget.php:580
1632
  msgid "Number of Posts to Show"
1633
  msgstr "Nifer y pyst i'w dangos"
1634
 
1635
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1636
- #: lib/widgets/featured-post-widget.php:419
1637
  msgid "All Categories"
1638
  msgstr "Pob Categori"
1639
 
@@ -1641,32 +1775,32 @@ msgstr "Pob Categori"
1641
  msgid "Display which category"
1642
  msgstr "Dangos pa gategori: "
1643
 
1644
- #: config/customizer-theme-settings.php:302
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1646
  msgid "Numeric"
1647
  msgstr "Rhifol "
1648
 
1649
- #: config/customizer-theme-settings.php:301
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1651
  msgid "Previous / Next"
1652
  msgstr "Blaenorol/Nesaf "
1653
 
1654
- #: lib/widgets/featured-page-widget.php:296
1655
- #: lib/widgets/featured-post-widget.php:505
1656
  msgid "Image Size"
1657
  msgstr "Maint y Ddelwedd "
1658
 
1659
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1660
- #: lib/widgets/featured-post-widget.php:559
1661
  msgid "characters"
1662
  msgstr "o gymeriadau "
1663
 
1664
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1665
- #: lib/widgets/featured-post-widget.php:557
1666
  msgid "Limit content to"
1667
  msgstr "Cyfyngu cynnwys i "
1668
 
1669
- #: config/customizer-theme-settings.php:246
1670
  msgid "Select one of the following"
1671
  msgstr ""
1672
 
@@ -1722,12 +1856,12 @@ msgstr "Dolenni porthiannau RSS "
1722
  msgid "Today's date"
1723
  msgstr "Dyddiad heddiw "
1724
 
1725
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1726
  #: lib/views/help/genesis-layout.php:25
1727
  msgid "Full Width Content"
1728
  msgstr "Cynnwys Lled Llawn"
1729
 
1730
- #: config/customizer-theme-settings.php:67
1731
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1732
  msgid "Image logo"
1733
  msgstr "Logo delwedd "
@@ -1744,14 +1878,14 @@ msgstr "Cyhoeddwyd: "
1744
  msgid "Version"
1745
  msgstr ""
1746
 
1747
- #: config/customizer-theme-settings.php:242
1748
  #: lib/classes/class-genesis-admin-settings.php:241
1749
  #: lib/classes/class-genesis-admin-settings.php:294
1750
  #: lib/views/help/genesis-archives.php:15
1751
  msgid "Content Archives"
1752
  msgstr "Archifau Cynnwys"
1753
 
1754
- #: config/customizer-theme-settings.php:130
1755
  #: lib/classes/class-genesis-admin-settings.php:239
1756
  #: lib/classes/class-genesis-admin-settings.php:290
1757
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1850,7 +1984,7 @@ msgstr "Cynnwys tag dolen fer? "
1850
  msgid "Shortlink Tag"
1851
  msgstr ""
1852
 
1853
- #: config/customizer-seo-settings.php:156
1854
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1855
  msgid "Include Windows Live Writer Support Tag?"
1856
  msgstr "Cynnwys Tag Cefnogi Ysgrifennydd Windows Live? "
@@ -1872,30 +2006,30 @@ msgstr "Cymhwyso %s i'r dudalen hafan? "
1872
  msgid "I'll manually wrap my own text on the homepage"
1873
  msgstr ""
1874
 
1875
- #: config/customizer-seo-settings.php:73
1876
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1877
  msgid "Site Title"
1878
  msgstr "Teitl y Wefan "
1879
 
1880
- #: config/customizer-theme-settings.php:289
1881
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1882
- #: lib/widgets/featured-page-widget.php:312
1883
- #: lib/widgets/featured-post-widget.php:491
1884
- #: lib/widgets/featured-post-widget.php:521
1885
  #: lib/widgets/user-profile-widget.php:188
1886
  msgid "Right"
1887
  msgstr "De"
1888
 
1889
- #: config/customizer-theme-settings.php:288
1890
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1891
- #: lib/widgets/featured-page-widget.php:311
1892
- #: lib/widgets/featured-post-widget.php:490
1893
- #: lib/widgets/featured-post-widget.php:520
1894
  #: lib/widgets/user-profile-widget.php:187
1895
  msgid "Left"
1896
  msgstr "Chwith "
1897
 
1898
- #: lib/classes/class-genesis-script-loader.php:198
1899
  msgid "Are you sure you want to reset?"
1900
  msgstr "Ydych chi'n siŵr eich bod am ailosod? "
1901
 
@@ -1930,7 +2064,7 @@ msgstr "Gosodiadau'r Dudalen Hafan "
1930
  msgid "SEO Settings"
1931
  msgstr "Gosodiadau SEO "
1932
 
1933
- #: config/customizer-theme-settings.php:21
1934
  #: lib/classes/class-genesis-admin-import-export.php:121
1935
  #: lib/classes/class-genesis-admin-settings.php:50
1936
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1958,7 +2092,7 @@ msgstr "Cymhwyso %s i'r post/dudalen hwn/hon "
1958
  msgid "Robots Meta Settings"
1959
  msgstr "Gosodiadau Meta Robotiaid "
1960
 
1961
- #: lib/admin/privacy-requests.php:193
1962
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1963
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1964
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1969,23 +2103,23 @@ msgstr "Teitl y Ddogfen i'w Haddasu "
1969
  msgid "This post is password protected. Enter the password to view comments."
1970
  msgstr "Gwarchodir y post hwn gan gyfrinair. Rhowch y cyfrinair i mewn i weld y sylwadau. "
1971
 
1972
- #: lib/functions/general.php:460
1973
  msgid "Recent Posts:"
1974
  msgstr "Pyst Diweddar: "
1975
 
1976
- #: lib/functions/general.php:457
1977
  msgid "Monthly:"
1978
  msgstr "Misol: "
1979
 
1980
- #: lib/functions/general.php:454
1981
  msgid "Authors:"
1982
  msgstr "Awduron: "
1983
 
1984
- #: lib/functions/general.php:451
1985
  msgid "Categories:"
1986
  msgstr "Categorïau: "
1987
 
1988
- #: lib/functions/general.php:446 lib/structure/post.php:406
1989
  msgid "Pages:"
1990
  msgstr "Tudalennau:"
1991
 
@@ -2292,12 +2426,6 @@ msgstr ""
2292
  msgid "This allows you to import or export Genesis Settings."
2293
  msgstr ""
2294
 
2295
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2296
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2297
- #: lib/functions/upgrade.php:801
2298
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2299
- msgstr ""
2300
-
2301
  #. translators: Opening and closing link tags to custom menu editor.
2302
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2303
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2338,7 +2466,7 @@ msgstr ""
2338
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2339
  msgstr ""
2340
 
2341
- #: lib/functions/deprecated.php:424
2342
  msgid "data in style sheet files"
2343
  msgstr ""
2344
 
@@ -2430,17 +2558,17 @@ msgstr ""
2430
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2431
  msgstr ""
2432
 
2433
- #: config/customizer-seo-settings.php:276
2434
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2435
  msgid "Directories"
2436
  msgstr ""
2437
 
2438
- #: config/customizer-seo-settings.php:221
2439
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2440
  msgid "Archiving"
2441
  msgstr ""
2442
 
2443
- #: config/customizer-seo-settings.php:174
2444
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2445
  msgid "Indexing"
2446
  msgstr ""
@@ -2455,17 +2583,17 @@ msgstr ""
2455
  msgid "Primary Title %s"
2456
  msgstr ""
2457
 
2458
- #: config/customizer-seo-settings.php:56
2459
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2460
  msgid "Additions on right"
2461
  msgstr ""
2462
 
2463
- #: config/customizer-seo-settings.php:55
2464
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2465
  msgid "Additions on left"
2466
  msgstr ""
2467
 
2468
- #: config/customizer-seo-settings.php:50
2469
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2470
  msgid "Document Title Order"
2471
  msgstr ""
@@ -2483,7 +2611,7 @@ msgstr ""
2483
  msgid "Canonical URL"
2484
  msgstr ""
2485
 
2486
- #: config/customizer-seo-settings.php:29
2487
  #: lib/views/help/genesis-inpost-seo.php:16
2488
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2489
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2495,72 +2623,67 @@ msgstr ""
2495
  msgid "Link opens in a new window."
2496
  msgstr ""
2497
 
2498
- #: config/customizer-theme-settings.php:287
2499
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2500
- msgid "- None -"
2501
- msgstr ""
2502
-
2503
- #: config/customizer-theme-settings.php:283
2504
  msgid "Featured Image Alignment"
2505
  msgstr ""
2506
 
2507
- #: config/customizer-theme-settings.php:274
2508
  msgid "Featured Image Size"
2509
  msgstr ""
2510
 
2511
- #: config/customizer-theme-settings.php:266
2512
  msgid "Display the featured image?"
2513
  msgstr ""
2514
 
2515
- #: config/customizer-theme-settings.php:258
2516
  msgid "Limit content to how many characters? (0 for no limit)"
2517
  msgstr ""
2518
 
2519
- #: config/customizer-theme-settings.php:232
2520
  msgid "Enable Trackbacks on Pages"
2521
  msgstr ""
2522
 
2523
- #: config/customizer-theme-settings.php:224
2524
  msgid "Enable Trackbacks on Posts"
2525
  msgstr ""
2526
 
2527
- #: config/customizer-theme-settings.php:216
2528
  msgid "Enable Comments on Pages"
2529
  msgstr ""
2530
 
2531
- #: config/customizer-theme-settings.php:208
2532
  msgid "Enable Comments on Posts"
2533
  msgstr ""
2534
 
2535
- #: config/customizer-theme-settings.php:194
2536
  msgid "Breadcrumbs on Attachment/Media"
2537
  msgstr ""
2538
 
2539
- #: config/customizer-theme-settings.php:186
2540
- msgid "Breadcrumbs on 404 Page"
2541
  msgstr ""
2542
 
2543
- #: config/customizer-theme-settings.php:178
2544
  msgid "Breadcrumbs on Archives"
2545
  msgstr ""
2546
 
2547
- #: config/customizer-theme-settings.php:170
2548
  msgid "Breadcrumbs on Pages"
2549
  msgstr ""
2550
 
2551
- #: config/customizer-theme-settings.php:162
2552
  msgid "Breadcrumbs on Single Posts"
2553
  msgstr ""
2554
 
2555
- #: config/customizer-theme-settings.php:154
2556
- msgid "Breadcrumbs on Posts Page"
2557
  msgstr ""
2558
 
2559
- #: config/customizer-theme-settings.php:145
2560
- msgid "Breadcrumbs on Front Page"
2561
  msgstr ""
2562
 
2563
- #: config/customizer-theme-settings.php:136
2564
  msgid "Breadcrumbs on Homepage"
2565
  msgstr ""
2566
 
@@ -2568,19 +2691,19 @@ msgstr ""
2568
  msgid "Select Default Layout"
2569
  msgstr ""
2570
 
2571
- #: config/customizer-theme-settings.php:114
2572
  msgid "Site Layout"
2573
  msgstr ""
2574
 
2575
- #: config/customizer-theme-settings.php:102
2576
  msgid "Select Color Style"
2577
  msgstr ""
2578
 
2579
- #: config/customizer-theme-settings.php:98
2580
  msgid "Color Scheme"
2581
  msgstr ""
2582
 
2583
- #: config/customizer-theme-settings.php:66
2584
  msgid "Dynamic Text"
2585
  msgstr ""
2586
 
@@ -2605,12 +2728,12 @@ msgstr ""
2605
  msgid "Author Archive SEO Settings"
2606
  msgstr ""
2607
 
2608
- #: config/customizer-theme-settings.php:325
2609
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2610
  msgid "Footer Scripts"
2611
  msgstr ""
2612
 
2613
- #: config/customizer-theme-settings.php:315
2614
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2615
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2616
  msgid "Header Scripts"
@@ -2644,12 +2767,12 @@ msgstr ""
2644
  msgid "Featured Image"
2645
  msgstr ""
2646
 
2647
- #: config/customizer-theme-settings.php:251
2648
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2649
  msgid "Entry excerpts"
2650
  msgstr ""
2651
 
2652
- #: config/customizer-theme-settings.php:250
2653
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2654
  msgid "Entry content"
2655
  msgstr ""
@@ -2691,32 +2814,32 @@ msgstr ""
2691
  msgid "Email address"
2692
  msgstr ""
2693
 
2694
- #: config/customizer-theme-settings.php:28
2695
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2696
  msgid "Updates"
2697
  msgstr ""
2698
 
2699
- #: lib/functions/layout.php:58
2700
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2701
  msgstr ""
2702
 
2703
- #: lib/functions/layout.php:53
2704
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2705
  msgstr ""
2706
 
2707
- #: lib/functions/layout.php:48
2708
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2709
  msgstr ""
2710
 
2711
- #: lib/functions/layout.php:42
2712
  msgid "Primary Sidebar, Content"
2713
  msgstr ""
2714
 
2715
- #: lib/functions/layout.php:36
2716
  msgid "Content, Primary Sidebar"
2717
  msgstr ""
2718
 
2719
- #: lib/functions/formatting.php:100
2720
  msgid "about "
2721
  msgstr ""
2722
 
@@ -2724,11 +2847,6 @@ msgstr ""
2724
  msgid "Genesis database upgraded."
2725
  msgstr ""
2726
 
2727
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2728
- #: lib/functions/upgrade.php:740
2729
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2730
- msgstr ""
2731
-
2732
  #. Template Name of the plugin/theme
2733
  msgid "Blog"
2734
  msgstr ""
@@ -2749,31 +2867,31 @@ msgstr ""
2749
  msgid "Genesis"
2750
  msgstr ""
2751
 
2752
- #: lib/widgets/featured-post-widget.php:544
2753
  msgid "Content Post Info"
2754
  msgstr ""
2755
 
2756
- #: lib/widgets/featured-post-widget.php:464
2757
  msgid "Exclude Sticky Posts?"
2758
  msgstr ""
2759
 
2760
- #: config/customizer-theme-settings.php:290
2761
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2762
- #: lib/widgets/featured-page-widget.php:313
2763
- #: lib/widgets/featured-post-widget.php:522
2764
  msgid "Center"
2765
  msgstr ""
2766
 
2767
- #: lib/widgets/featured-page-widget.php:122
2768
- #: lib/widgets/featured-post-widget.php:163
2769
  msgid "(no title)"
2770
  msgstr ""
2771
 
2772
- #: lib/structure/post.php:820
2773
  msgid "Current page"
2774
  msgstr ""
2775
 
2776
- #: lib/structure/post.php:414 lib/structure/post.php:793
2777
  msgid "Page "
2778
  msgstr ""
2779
 
@@ -2797,14 +2915,14 @@ msgstr ""
2797
  msgid "Skip to primary navigation"
2798
  msgstr ""
2799
 
2800
- #: lib/functions/widgetize.php:210
2801
  msgid "Widgets in this widget area will display after single entries."
2802
  msgstr ""
2803
 
2804
- #: lib/functions/widgetize.php:209
2805
  msgid "After Entry"
2806
  msgstr ""
2807
 
2808
- #: lib/functions/widgetize.php:126
2809
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2810
  msgstr ""
1
+ # Translation of Genesis - Genesis 2.8 in Welsh
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:35:47+0000\n"
9
  "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: cy_GB\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
  msgstr ""
113
 
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr ""
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr ""
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr ""
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "Nid yw'r dudalen rydych yn chwilio amdani'n bodoli bellach. Efallai y gallech ddychwelyd i <a href=\"%s\">dudalen hafan</a> y wefan a gweld a allwch ddod o hyd i'r hyn rydych yn chwilio amdano. Neu, gallwch geisio dod o hyd iddo gyda'r wybodaeth isod. "
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr ""
712
 
718
  msgid "at"
719
  msgstr ""
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr ""
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr ""
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr ""
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr ""
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr ""
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Cyfrannwr "
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Cyfranwyr "
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Bydd y gosodiadau hyn yn berthnasol i unrhyw dempled tudalen \"Blog\", nid y dudalen na thudalennau archifau post. "
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "y dudalen hafan "
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Llywio"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "Gellir defnyddio'r disgrifiad meta i bennu'r testun a ddefnyddir o dan y teitl ar dudalennau canlyniadau'r peiriant chwilio. "
849
  msgid "Site Description (Tagline)"
850
  msgstr "Disgrifiad o'r Wefan (Llinell Dagiau) "
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Os yw'r teitl yn cynnwys dwy ran (y teitl gwreiddiol a'r ychwanegiad opsiynol), bydd y gwahanydd yn mynd rhyngddyn nhw. "
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Gwahanwr Teitlau Dogfennau: "
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Yn pennu ar ba ochr y bydd testun y teitl yn mynd. "
878
  msgid "Read More"
879
  msgstr "Darllen mwy "
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Chwilio'r wefan hon"
884
 
886
  msgid "Read more"
887
  msgstr "Darllen mwy "
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Ewch i Osodiadau SEO &rarr; "
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Ewch i Osodiadau Thema &rarr; "
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Prif Swyddogion y Prosiect "
900
 
907
  msgid "Google+"
908
  msgstr "Google+ "
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Defnyddiwch ar gyfer teitl/logo'r wefan: "
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "ar "
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Dewislen Lywio Eilaidd "
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Penynnau Chwith "
955
 
958
  msgstr "Testun dolen tudalen estynedig "
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Man dyfeisiau %d troedynnau. "
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Dyma'r bar ochr eilaidd os ydych chi'n defnyddio opsiwn cynllun gwefan tair colofn. "
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Dyma'r prif far ochr os ydych chi'n defnyddio opsiwn cynllun gwefan dwy neu dair colofn. "
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "Mae'r ddadl, \"cyd-destun\", wedi'i disodli gan \"leoliad_thema\" yn yr aräe $args. "
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Gosodiadau'r Cynllun "
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Gosodiadau SEO Thema "
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "a "
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1065
  msgstr[3] "%s eiliad"
1066
 
1067
  #. translators: %s: Number of minute(s).
1068
+ #: lib/functions/formatting.php:357
1069
  msgctxt "time difference"
1070
  msgid "%s minute"
1071
  msgid_plural "%s minutes"
1075
  msgstr[3] "%s munud "
1076
 
1077
  #. translators: %s: Number of hour(s).
1078
+ #: lib/functions/formatting.php:355
1079
  msgctxt "time difference"
1080
  msgid "%s hour"
1081
  msgid_plural "%s hours"
1085
  msgstr[3] "%s awr"
1086
 
1087
  #. translators: %s: Number of day(s).
1088
+ #: lib/functions/formatting.php:353
1089
  msgctxt "time difference"
1090
  msgid "%s day"
1091
  msgid_plural "%s days"
1095
  msgstr[3] "%s dydd"
1096
 
1097
  #. translators: %s: Number of week(s).
1098
+ #: lib/functions/formatting.php:351
1099
  msgctxt "time difference"
1100
  msgid "%s week"
1101
  msgid_plural "%s weeks"
1105
  msgstr[3] "%s wythnos"
1106
 
1107
  #. translators: %s: Number of month(s).
1108
+ #: lib/functions/formatting.php:349
1109
  msgctxt "time difference"
1110
  msgid "%s month"
1111
  msgid_plural "%s months"
1115
  msgstr[3] "%s mis "
1116
 
1117
  #. translators: %s: Number of year(s).
1118
+ #: lib/functions/formatting.php:347
1119
  msgctxt "time difference"
1120
  msgid "%s year"
1121
  msgid_plural "%s years"
1124
  msgstr[2] "%s blwyddyn "
1125
  msgstr[3] "%s blwyddyn "
1126
 
1127
+ #: lib/functions/formatting.php:341
1128
  msgctxt "time difference"
1129
  msgid "seconds"
1130
  msgstr "eiliadau "
1134
  msgstr "Bydd yr opsiynau hyn yn effeithio ar unrhyw dudalen restriadau blog, gan gynnwys tudalennau archif, awdur, blog, categori, chwiliad, a thudalennau tag."
1135
 
1136
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1137
+ msgid "404 page"
1138
+ msgstr ""
1139
 
1140
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1141
  msgid "Archives"
1146
  msgstr "tudalennau "
1147
 
1148
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1149
+ msgid "Front page"
1150
+ msgstr ""
1151
 
1152
  #: lib/classes/class-genesis-admin-settings.php:243
1153
  #: lib/classes/class-genesis-admin-settings.php:298
1155
  msgid "Header and Footer Scripts"
1156
  msgstr "Sgriptiau Penynnau a Throedynnau "
1157
 
1158
+ #: config/customizer-theme-settings.php:206
1159
  #: lib/classes/class-genesis-admin-settings.php:240
1160
  #: lib/classes/class-genesis-admin-settings.php:293
1161
  #: lib/views/help/genesis-comments.php:15
1169
  msgid "Default Layout"
1170
  msgstr "Cynllun Rhagosodedig "
1171
 
1172
+ #: config/customizer-seo-settings.php:111
1173
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1174
  msgid "Keywords are generally ignored by Search Engines."
1175
  msgstr "Geiriau allweddol a anwybyddir yn gyffredinol gan beiriannau chwilio. "
1203
  msgid "Default"
1204
  msgstr "Rhagosodiad "
1205
 
1206
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1207
  msgid "Next Page"
1208
  msgstr "Tudalen Nesaf "
1209
 
1210
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1211
  msgid "Previous Page"
1212
  msgstr "Tudalen Flaenorol "
1213
 
1215
  msgid "ago"
1216
  msgstr "yn ôl "
1217
 
1218
+ #: lib/classes/class-genesis-script-loader.php:196
1219
  msgid "Select / Deselect All"
1220
  msgstr "Dewis/Dad-ddewis Pob Un "
1221
 
1224
  msgstr "Dim opsiynau allforio ar gael. "
1225
 
1226
  #. translators: %d: Footer widget counter.
1227
+ #: lib/functions/widgetize.php:191
1228
  msgid "Footer %d"
1229
  msgstr "Troedyn %d "
1230
 
1231
+ #: lib/functions/layout.php:80
1232
  msgid "No Label Selected"
1233
  msgstr "Dim Label wedi'i Ddewis "
1234
 
1236
  msgid "There was a problem importing your settings. Please try again."
1237
  msgstr "Bu problem wrth fewnforio'ch gosodiadau. Rhowch gynnig arall. "
1238
 
1239
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1240
  msgid "Secondary Sidebar"
1241
  msgstr "Bar Ochr Eilaidd "
1242
 
1243
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1244
  msgid "Primary Sidebar"
1245
  msgstr "Prif Far Ochr "
1246
 
1247
+ #: lib/functions/widgetize.php:135
1248
  msgid "Header Right"
1249
  msgstr "Penynnau De "
1250
 
1251
+ #: config/breadcrumbs.php:50
1252
  msgid "Not found: "
1253
  msgstr "Heb ganfod: "
1254
 
1255
+ #: lib/widgets/featured-post-widget.php:568
1256
  msgid "No Content"
1257
  msgstr "Dim Cynnwys"
1258
 
1259
+ #: lib/widgets/featured-post-widget.php:567
1260
  msgid "Show Content Limit"
1261
  msgstr "Dangos Terfyn y Cynnwys"
1262
 
1263
+ #: lib/widgets/featured-post-widget.php:566
1264
  msgid "Show Excerpt"
1265
  msgstr "Dangos Darn"
1266
 
1267
+ #: lib/widgets/featured-post-widget.php:565
1268
  msgid "Show Content"
1269
  msgstr "Dangos y Cynnwys "
1270
 
1271
+ #: lib/widgets/featured-post-widget.php:563
1272
  msgid "Content Type"
1273
  msgstr "Math o Gynnwys"
1274
 
1275
+ #: lib/widgets/featured-post-widget.php:555
1276
  msgid "Show Post Info"
1277
  msgstr "Dangos Gwybodaeth y Post "
1278
 
1279
+ #: lib/widgets/featured-page-widget.php:312
1280
+ #: lib/widgets/featured-post-widget.php:515
1281
  msgid "Show Featured Image"
1282
  msgstr "Dangos y Ddelwedd a Ddangosir "
1283
 
1285
  msgid "This text will be the first paragraph, and display on the first page"
1286
  msgstr "Y testun hwn fydd y paragraff cyntaf a bydd i'w weld ar y dudalen gyntaf "
1287
 
1288
+ #: lib/admin/privacy-requests.php:193
1289
  #: lib/views/meta-boxes/genesis-user-author.php:33
1290
  msgid "Custom Description Text"
1291
  msgstr "Testun Disgrifiad i'w Addasu "
1295
  msgid "Will display in the %s tag at the top of the first page"
1296
  msgstr "I'w weld yn y tag %s ar ben y dudalen gyntaf "
1297
 
1298
+ #: lib/admin/privacy-requests.php:192
1299
  #: lib/views/meta-boxes/genesis-user-author.php:20
1300
  msgid "Custom Archive Headline"
1301
  msgstr "Pennawd Archif i'w Addasu "
1444
  msgid "Displays user profile block with Gravatar"
1445
  msgstr "Dangos bloc proffil defnyddiwr gyda Gravatar "
1446
 
1447
+ #: lib/widgets/featured-post-widget.php:608
1448
  msgid "Link Text"
1449
  msgstr "Cysylltu'r Testun "
1450
 
1451
+ #: lib/widgets/featured-post-widget.php:604
1452
  msgid "Show Category Archive Link"
1453
  msgstr "Dangos Dolen Archifau'r Categori "
1454
 
1455
+ #: lib/widgets/featured-post-widget.php:586
1456
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1457
  msgstr "I ddangos rhestr ddi-drefn o fwy o byst o'r categori hwn, llenwch yr wybodaeth isod "
1458
 
1459
+ #: lib/widgets/featured-post-widget.php:578
1460
  msgid "More Text (if applicable)"
1461
  msgstr "Mwy o Destun (os yw'n berthnasol) "
1462
 
1463
+ #: lib/widgets/featured-post-widget.php:550
1464
  msgid "Show Post Title"
1465
  msgstr "Dangos Teitl y Post "
1466
 
1467
+ #: lib/widgets/featured-post-widget.php:501
1468
  #: lib/widgets/user-profile-widget.php:184
1469
  msgid "Gravatar Alignment"
1470
  msgstr "Alinio'r Gravatar "
1471
 
1472
+ #: lib/widgets/featured-post-widget.php:496
1473
  msgid "Extra Large (125px)"
1474
  msgstr "Mawr Iawn (125px) "
1475
 
1476
+ #: lib/widgets/featured-post-widget.php:495
1477
  msgid "Large (85px)"
1478
  msgstr "Mawr (85px) "
1479
 
1480
+ #: lib/widgets/featured-post-widget.php:494
1481
  msgid "Medium (65px)"
1482
  msgstr "Canolig (65px) "
1483
 
1484
+ #: lib/widgets/featured-post-widget.php:493
1485
  msgid "Small (45px)"
1486
  msgstr "Bach (45px) "
1487
 
1488
+ #: lib/widgets/featured-post-widget.php:491
1489
  #: lib/widgets/user-profile-widget.php:166
1490
  msgid "Gravatar Size"
1491
  msgstr "Maint y Gravatar "
1492
 
1493
+ #: lib/widgets/featured-post-widget.php:487
1494
  msgid "Show Author Gravatar"
1495
  msgstr "Dangos Awdur y Gravatar "
1496
 
1497
+ #: lib/widgets/featured-post-widget.php:467
1498
  msgid "Ascending (1, 2, 3)"
1499
  msgstr "Esgynnol (1, 2, 3) "
1500
 
1501
+ #: lib/widgets/featured-post-widget.php:466
1502
  msgid "Descending (3, 2, 1)"
1503
  msgstr "Disgynnol (3, 2, 1) "
1504
 
1505
+ #: lib/widgets/featured-post-widget.php:464
1506
  msgid "Sort Order"
1507
  msgstr "Rhoi mewn Trefn "
1508
 
1509
+ #: lib/widgets/featured-post-widget.php:459
1510
  msgid "Random"
1511
  msgstr "Hap "
1512
 
1513
+ #: lib/widgets/featured-post-widget.php:458
1514
  msgid "Comment Count"
1515
  msgstr "Nifer y Sylwadau"
1516
 
1517
+ #: lib/widgets/featured-post-widget.php:457
1518
  msgid "ID"
1519
  msgstr "ID"
1520
 
1521
+ #: lib/widgets/featured-post-widget.php:456
1522
  msgid "Parent"
1523
  msgstr "Rhiant "
1524
 
1525
+ #: lib/widgets/featured-post-widget.php:451
1526
  msgid "Order By"
1527
  msgstr "Archebu erbyn "
1528
 
1529
+ #: lib/widgets/featured-post-widget.php:446
1530
  msgid "Number of Posts to Offset"
1531
  msgstr "Nifer y pyst i'w gwrthincio "
1532
 
1533
+ #: lib/widgets/featured-post-widget.php:425
1534
  msgid "Category"
1535
  msgstr "Categori "
1536
 
1550
  msgid "Displays featured posts with thumbnails"
1551
  msgstr "Dangos y pyst a gaiff eu cynnwys â mân-luniau "
1552
 
1553
+ #: lib/widgets/featured-page-widget.php:355
1554
  msgid "More Text"
1555
  msgstr "Mwy o Destun "
1556
 
1557
+ #: lib/widgets/featured-page-widget.php:350
1558
  msgid "Content Character Limit"
1559
  msgstr "Terfyn Nodau'r Cynnwys "
1560
 
1561
+ #: lib/widgets/featured-page-widget.php:346
1562
  msgid "Show Page Content"
1563
  msgstr "Dangos Cynnwys y Dudalen "
1564
 
1565
+ #: lib/widgets/featured-page-widget.php:341
1566
  msgid "Show Page Title"
1567
  msgstr "Dangos Teitl y Dudalen "
1568
 
1569
+ #: config/customizer-seo-settings.php:77
1570
+ #: config/customizer-theme-settings.php:289
1571
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1572
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1573
+ #: lib/widgets/featured-page-widget.php:330
1574
+ #: lib/widgets/featured-post-widget.php:503
1575
+ #: lib/widgets/featured-post-widget.php:533
1576
  #: lib/widgets/user-profile-widget.php:186
1577
  #: lib/widgets/user-profile-widget.php:210
1578
  msgid "None"
1579
  msgstr "Dim "
1580
 
1581
+ #: lib/widgets/featured-page-widget.php:328
1582
+ #: lib/widgets/featured-post-widget.php:531
1583
  msgid "Image Alignment"
1584
  msgstr "Alinio Delweddau "
1585
 
1586
+ #: lib/widgets/featured-page-widget.php:293
1587
  msgid "Page"
1588
  msgstr "Tudalen "
1589
 
1599
  msgid "Displays featured page with thumbnails"
1600
  msgstr "Dangos y dudalen a ddangosir â mân-luniau "
1601
 
1602
+ #: lib/widgets/featured-page-widget.php:288
1603
+ #: lib/widgets/featured-post-widget.php:416
1604
+ #: lib/widgets/featured-post-widget.php:455
1605
+ #: lib/widgets/featured-post-widget.php:589
1606
  #: lib/widgets/user-profile-widget.php:148
1607
  msgid "Title"
1608
  msgstr "Teitl "
1609
 
1610
+ #: config/breadcrumbs.php:47
1611
  msgid "Search for "
1612
  msgstr "Chwiliwch am "
1613
 
1614
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1615
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1616
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1617
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1618
  #: lib/structure/archive.php:185
1619
  msgid "Archives for "
1620
  msgstr "Archifau ar gyfer "
1621
 
1622
+ #: config/breadcrumbs.php:42
1623
  msgid "You are here: "
1624
  msgstr "Rydych chi yma: "
1625
 
1632
  msgstr "Prif Fan Dyfeisiau Bar Ochr "
1633
 
1634
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1635
+ #: searchform.php:49
1636
  msgid "Search"
1637
  msgstr "Chwilio "
1638
 
1639
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1640
  msgid "About"
1641
  msgstr "Ynghylch "
1642
 
1660
  msgid "Primary Navigation Menu"
1661
  msgstr "Prif Ddewislen Lywio "
1662
 
1663
+ #: lib/structure/footer.php:162
1664
  msgid "Copyright"
1665
  msgstr "Hawlfraint "
1666
 
1744
  msgstr "Dychwelyd i frig y dudalen "
1745
 
1746
  #. translators: %s: Genesis version.
1747
+ #: lib/functions/upgrade.php:921
1748
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1749
  msgstr "Mae Genesis %s nawr ar gael. Rydyn ni wedi darparu diweddariadau un clic ar gyfer y thema hon, felly mewngofnodwch i'ch dangosfwrdd cyn gynted ag y bydd yn gyfleus i chi. "
1750
 
1751
  #. translators: 1: Genesis version, 2: URL for current website.
1752
+ #: lib/functions/upgrade.php:918
1753
  msgid "Genesis %1$s is available for %2$s"
1754
  msgstr ""
1755
 
1756
+ #: lib/functions/upgrade.php:830
1757
  msgid "Click here to complete the upgrade"
1758
  msgstr "Cliciwch yma i gwblhau'r gwaith uwchraddio "
1759
 
1760
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1761
  msgid "Home"
1762
  msgstr "Hafan "
1763
 
1764
+ #: lib/widgets/featured-post-widget.php:441
1765
+ #: lib/widgets/featured-post-widget.php:594
1766
  msgid "Number of Posts to Show"
1767
  msgstr "Nifer y pyst i'w dangos"
1768
 
1769
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1770
+ #: lib/widgets/featured-post-widget.php:433
1771
  msgid "All Categories"
1772
  msgstr "Pob Categori"
1773
 
1775
  msgid "Display which category"
1776
  msgstr "Dangos pa gategori: "
1777
 
1778
+ #: config/customizer-theme-settings.php:304
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1780
  msgid "Numeric"
1781
  msgstr "Rhifol "
1782
 
1783
+ #: config/customizer-theme-settings.php:303
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1785
  msgid "Previous / Next"
1786
  msgstr "Blaenorol/Nesaf "
1787
 
1788
+ #: lib/widgets/featured-page-widget.php:316
1789
+ #: lib/widgets/featured-post-widget.php:519
1790
  msgid "Image Size"
1791
  msgstr "Maint y Ddelwedd "
1792
 
1793
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1794
+ #: lib/widgets/featured-post-widget.php:573
1795
  msgid "characters"
1796
  msgstr "o gymeriadau "
1797
 
1798
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1799
+ #: lib/widgets/featured-post-widget.php:571
1800
  msgid "Limit content to"
1801
  msgstr "Cyfyngu cynnwys i "
1802
 
1803
+ #: config/customizer-theme-settings.php:248
1804
  msgid "Select one of the following"
1805
  msgstr ""
1806
 
1856
  msgid "Today's date"
1857
  msgstr "Dyddiad heddiw "
1858
 
1859
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1860
  #: lib/views/help/genesis-layout.php:25
1861
  msgid "Full Width Content"
1862
  msgstr "Cynnwys Lled Llawn"
1863
 
1864
+ #: config/customizer-theme-settings.php:69
1865
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1866
  msgid "Image logo"
1867
  msgstr "Logo delwedd "
1878
  msgid "Version"
1879
  msgstr ""
1880
 
1881
+ #: config/customizer-theme-settings.php:244
1882
  #: lib/classes/class-genesis-admin-settings.php:241
1883
  #: lib/classes/class-genesis-admin-settings.php:294
1884
  #: lib/views/help/genesis-archives.php:15
1885
  msgid "Content Archives"
1886
  msgstr "Archifau Cynnwys"
1887
 
1888
+ #: config/customizer-theme-settings.php:132
1889
  #: lib/classes/class-genesis-admin-settings.php:239
1890
  #: lib/classes/class-genesis-admin-settings.php:290
1891
  #: lib/views/help/genesis-breadcrumbs.php:15
1984
  msgid "Shortlink Tag"
1985
  msgstr ""
1986
 
1987
+ #: config/customizer-seo-settings.php:158
1988
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1989
  msgid "Include Windows Live Writer Support Tag?"
1990
  msgstr "Cynnwys Tag Cefnogi Ysgrifennydd Windows Live? "
2006
  msgid "I'll manually wrap my own text on the homepage"
2007
  msgstr ""
2008
 
2009
+ #: config/customizer-seo-settings.php:75
2010
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2011
  msgid "Site Title"
2012
  msgstr "Teitl y Wefan "
2013
 
2014
+ #: config/customizer-theme-settings.php:291
2015
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2016
+ #: lib/widgets/featured-page-widget.php:332
2017
+ #: lib/widgets/featured-post-widget.php:505
2018
+ #: lib/widgets/featured-post-widget.php:535
2019
  #: lib/widgets/user-profile-widget.php:188
2020
  msgid "Right"
2021
  msgstr "De"
2022
 
2023
+ #: config/customizer-theme-settings.php:290
2024
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2025
+ #: lib/widgets/featured-page-widget.php:331
2026
+ #: lib/widgets/featured-post-widget.php:504
2027
+ #: lib/widgets/featured-post-widget.php:534
2028
  #: lib/widgets/user-profile-widget.php:187
2029
  msgid "Left"
2030
  msgstr "Chwith "
2031
 
2032
+ #: lib/classes/class-genesis-script-loader.php:199
2033
  msgid "Are you sure you want to reset?"
2034
  msgstr "Ydych chi'n siŵr eich bod am ailosod? "
2035
 
2064
  msgid "SEO Settings"
2065
  msgstr "Gosodiadau SEO "
2066
 
2067
+ #: config/customizer-theme-settings.php:23
2068
  #: lib/classes/class-genesis-admin-import-export.php:121
2069
  #: lib/classes/class-genesis-admin-settings.php:50
2070
  #: lib/classes/class-genesis-admin-settings.php:51
2092
  msgid "Robots Meta Settings"
2093
  msgstr "Gosodiadau Meta Robotiaid "
2094
 
2095
+ #: lib/admin/privacy-requests.php:194
2096
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2097
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2098
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2103
  msgid "This post is password protected. Enter the password to view comments."
2104
  msgstr "Gwarchodir y post hwn gan gyfrinair. Rhowch y cyfrinair i mewn i weld y sylwadau. "
2105
 
2106
+ #: lib/functions/general.php:492
2107
  msgid "Recent Posts:"
2108
  msgstr "Pyst Diweddar: "
2109
 
2110
+ #: lib/functions/general.php:489
2111
  msgid "Monthly:"
2112
  msgstr "Misol: "
2113
 
2114
+ #: lib/functions/general.php:486
2115
  msgid "Authors:"
2116
  msgstr "Awduron: "
2117
 
2118
+ #: lib/functions/general.php:483
2119
  msgid "Categories:"
2120
  msgstr "Categorïau: "
2121
 
2122
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2123
  msgid "Pages:"
2124
  msgstr "Tudalennau:"
2125
 
2426
  msgid "This allows you to import or export Genesis Settings."
2427
  msgstr ""
2428
 
 
 
 
 
 
 
2429
  #. translators: Opening and closing link tags to custom menu editor.
2430
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2431
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2466
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2467
  msgstr ""
2468
 
2469
+ #: lib/functions/deprecated.php:434
2470
  msgid "data in style sheet files"
2471
  msgstr ""
2472
 
2558
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2559
  msgstr ""
2560
 
2561
+ #: config/customizer-seo-settings.php:278
2562
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2563
  msgid "Directories"
2564
  msgstr ""
2565
 
2566
+ #: config/customizer-seo-settings.php:223
2567
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2568
  msgid "Archiving"
2569
  msgstr ""
2570
 
2571
+ #: config/customizer-seo-settings.php:176
2572
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2573
  msgid "Indexing"
2574
  msgstr ""
2583
  msgid "Primary Title %s"
2584
  msgstr ""
2585
 
2586
+ #: config/customizer-seo-settings.php:58
2587
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2588
  msgid "Additions on right"
2589
  msgstr ""
2590
 
2591
+ #: config/customizer-seo-settings.php:57
2592
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2593
  msgid "Additions on left"
2594
  msgstr ""
2595
 
2596
+ #: config/customizer-seo-settings.php:52
2597
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2598
  msgid "Document Title Order"
2599
  msgstr ""
2611
  msgid "Canonical URL"
2612
  msgstr ""
2613
 
2614
+ #: config/customizer-seo-settings.php:31
2615
  #: lib/views/help/genesis-inpost-seo.php:16
2616
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2617
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2623
  msgid "Link opens in a new window."
2624
  msgstr ""
2625
 
2626
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2627
  msgid "Featured Image Alignment"
2628
  msgstr ""
2629
 
2630
+ #: config/customizer-theme-settings.php:276
2631
  msgid "Featured Image Size"
2632
  msgstr ""
2633
 
2634
+ #: config/customizer-theme-settings.php:268
2635
  msgid "Display the featured image?"
2636
  msgstr ""
2637
 
2638
+ #: config/customizer-theme-settings.php:260
2639
  msgid "Limit content to how many characters? (0 for no limit)"
2640
  msgstr ""
2641
 
2642
+ #: config/customizer-theme-settings.php:234
2643
  msgid "Enable Trackbacks on Pages"
2644
  msgstr ""
2645
 
2646
+ #: config/customizer-theme-settings.php:226
2647
  msgid "Enable Trackbacks on Posts"
2648
  msgstr ""
2649
 
2650
+ #: config/customizer-theme-settings.php:218
2651
  msgid "Enable Comments on Pages"
2652
  msgstr ""
2653
 
2654
+ #: config/customizer-theme-settings.php:210
2655
  msgid "Enable Comments on Posts"
2656
  msgstr ""
2657
 
2658
+ #: config/customizer-theme-settings.php:196
2659
  msgid "Breadcrumbs on Attachment/Media"
2660
  msgstr ""
2661
 
2662
+ #: config/customizer-theme-settings.php:188
2663
+ msgid "Breadcrumbs on 404 page"
2664
  msgstr ""
2665
 
2666
+ #: config/customizer-theme-settings.php:180
2667
  msgid "Breadcrumbs on Archives"
2668
  msgstr ""
2669
 
2670
+ #: config/customizer-theme-settings.php:172
2671
  msgid "Breadcrumbs on Pages"
2672
  msgstr ""
2673
 
2674
+ #: config/customizer-theme-settings.php:164
2675
  msgid "Breadcrumbs on Single Posts"
2676
  msgstr ""
2677
 
2678
+ #: config/customizer-theme-settings.php:156
2679
+ msgid "Breadcrumbs on Posts page"
2680
  msgstr ""
2681
 
2682
+ #: config/customizer-theme-settings.php:147
2683
+ msgid "Breadcrumbs on Front page"
2684
  msgstr ""
2685
 
2686
+ #: config/customizer-theme-settings.php:138
2687
  msgid "Breadcrumbs on Homepage"
2688
  msgstr ""
2689
 
2691
  msgid "Select Default Layout"
2692
  msgstr ""
2693
 
2694
+ #: config/customizer-theme-settings.php:116
2695
  msgid "Site Layout"
2696
  msgstr ""
2697
 
2698
+ #: config/customizer-theme-settings.php:104
2699
  msgid "Select Color Style"
2700
  msgstr ""
2701
 
2702
+ #: config/customizer-theme-settings.php:100
2703
  msgid "Color Scheme"
2704
  msgstr ""
2705
 
2706
+ #: config/customizer-theme-settings.php:68
2707
  msgid "Dynamic Text"
2708
  msgstr ""
2709
 
2728
  msgid "Author Archive SEO Settings"
2729
  msgstr ""
2730
 
2731
+ #: config/customizer-theme-settings.php:327
2732
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2733
  msgid "Footer Scripts"
2734
  msgstr ""
2735
 
2736
+ #: config/customizer-theme-settings.php:317
2737
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2738
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2739
  msgid "Header Scripts"
2767
  msgid "Featured Image"
2768
  msgstr ""
2769
 
2770
+ #: config/customizer-theme-settings.php:253
2771
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2772
  msgid "Entry excerpts"
2773
  msgstr ""
2774
 
2775
+ #: config/customizer-theme-settings.php:252
2776
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2777
  msgid "Entry content"
2778
  msgstr ""
2814
  msgid "Email address"
2815
  msgstr ""
2816
 
2817
+ #: config/customizer-theme-settings.php:30
2818
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2819
  msgid "Updates"
2820
  msgstr ""
2821
 
2822
+ #: config/layouts.php:48
2823
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2824
  msgstr ""
2825
 
2826
+ #: config/layouts.php:43
2827
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2828
  msgstr ""
2829
 
2830
+ #: config/layouts.php:38
2831
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2832
  msgstr ""
2833
 
2834
+ #: config/layouts.php:32
2835
  msgid "Primary Sidebar, Content"
2836
  msgstr ""
2837
 
2838
+ #: config/layouts.php:26
2839
  msgid "Content, Primary Sidebar"
2840
  msgstr ""
2841
 
2842
+ #: lib/functions/formatting.php:101
2843
  msgid "about "
2844
  msgstr ""
2845
 
2847
  msgid "Genesis database upgraded."
2848
  msgstr ""
2849
 
 
 
 
 
 
2850
  #. Template Name of the plugin/theme
2851
  msgid "Blog"
2852
  msgstr ""
2867
  msgid "Genesis"
2868
  msgstr ""
2869
 
2870
+ #: lib/widgets/featured-post-widget.php:558
2871
  msgid "Content Post Info"
2872
  msgstr ""
2873
 
2874
+ #: lib/widgets/featured-post-widget.php:478
2875
  msgid "Exclude Sticky Posts?"
2876
  msgstr ""
2877
 
2878
+ #: config/customizer-theme-settings.php:292
2879
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2880
+ #: lib/widgets/featured-page-widget.php:333
2881
+ #: lib/widgets/featured-post-widget.php:536
2882
  msgid "Center"
2883
  msgstr ""
2884
 
2885
+ #: lib/widgets/featured-page-widget.php:128
2886
+ #: lib/widgets/featured-post-widget.php:166
2887
  msgid "(no title)"
2888
  msgstr ""
2889
 
2890
+ #: lib/structure/post.php:840
2891
  msgid "Current page"
2892
  msgstr ""
2893
 
2894
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2895
  msgid "Page "
2896
  msgstr ""
2897
 
2915
  msgid "Skip to primary navigation"
2916
  msgstr ""
2917
 
2918
+ #: lib/functions/widgetize.php:220
2919
  msgid "Widgets in this widget area will display after single entries."
2920
  msgstr ""
2921
 
2922
+ #: lib/functions/widgetize.php:219
2923
  msgid "After Entry"
2924
  msgstr ""
2925
 
2926
+ #: lib/functions/widgetize.php:136
2927
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2928
  msgstr ""
translations/da_DK.mo CHANGED
Binary file
translations/da_DK.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Danish
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:33:55+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: da_DK\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr "Genesis brugerdefineret"
178
  msgid "Genesis Blue"
179
  msgstr "Genesis Blå"
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr "Ændret d."
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr "Udgivet d."
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr "Aktivér venligst et Genesis Child-tema:"
530
  msgid "Use for site title/logo"
531
  msgstr "Brug til sitets titel/logo"
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr "Tjek for opdateringer"
@@ -565,7 +697,7 @@ msgstr "Læs mere om 301-redirects"
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr "Læs mere om brugerdefinerede kanoniske URL&#39;er"
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr "Sideinddelingstype for indhold"
571
 
@@ -574,7 +706,7 @@ msgstr "Sideinddelingstype for indhold"
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "Siden, du leder efter, eksisterer ikke længere. Du kan gå tilbage til <a href=\"%s\">forsiden</a>, og se om du kan finde det, du leder efter. Du kan også prøve at finde det med nedenstående information."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Udeluk tidligere viste poster?"
580
 
@@ -586,15 +718,15 @@ msgstr "Beklager, der var ikke noget indhold der passede til dine kriterier"
586
  msgid "at"
587
  msgstr "ved"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "En opdatering af Genesis vil overskrive den eksisterende installation af Genesis. Er du HELT SIKKER på, at du vil opdatere? "
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "De ændringer, du har lavet, vil gå tabt, hvis du forlader denne side. "
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "decimaler eller hexidecimale enheder"
600
 
@@ -620,7 +752,7 @@ msgstr "Tilføj %s til dette arkiv"
620
  msgid "Robots Meta Tags"
621
  msgstr "Robots Meta Tags"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "Robots Meta Tags"
630
  msgid "Meta Keywords"
631
  msgstr "Metanøgleord"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Søgeresultater for:"
661
  msgid "Contributor"
662
  msgstr "Bidragyder"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Bidragydere"
667
 
@@ -673,14 +805,14 @@ msgstr "Ledende udvikler"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Disse indstillinger gælder for alle sider der benytter \"Blog\" sideskabelonen, ikke forsiden eller arkivsider."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Forside"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "Indlægsside"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Blog Side Skabelon"
692
  msgid "Navigation"
693
  msgstr "Navigation"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Header"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "Metabeskrivelsen kan bruges til, at bestemme teksten der bruges under titlen på søgemaskiners resultatsider."
@@ -717,17 +849,17 @@ msgstr "Hvis dokumenttitelfeltet er tomt, vil din hjemmesides titel blive brugt
717
  msgid "Site Description (Tagline)"
718
  msgstr "Hjemmesidebeskrivelse (Tagline)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Hvis titlen består af to dele (original titel og tilføjelse), vil separatoren blive indsat mellem dem."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Dokumenttitel-separator"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Bestemmer på hvilken side den tilføjede titeltekst bliver paceret."
@@ -746,7 +878,7 @@ msgstr "Tilføj hjemmesidebeskrivelse (tagline) til %s på forsiden?"
746
  msgid "Read More"
747
  msgstr "Læs mere"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Søg på sitet"
752
 
@@ -754,15 +886,15 @@ msgstr "Søg på sitet"
754
  msgid "Read more"
755
  msgstr "Læs mere"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Gå til SEO indstillinger &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Gå til Tema indstillinger &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Projektledere"
768
 
@@ -775,11 +907,11 @@ msgstr "Velkommen til Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Brug til sidens titel/logo:"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "til"
785
 
@@ -817,7 +949,7 @@ msgstr "Brugerdefineret indhold"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Sekundær Navigation Menu"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Header venstre"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Udvidet sidelinktekst"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Footer %d widget område."
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Dette er den sekundære sidebar hvis du bruger det 3 spaltede sidelayout"
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Dette er den primære Sidebar, hvis du bruger 2 eller 3 spalter som sitelayout"
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "Argumentet \"context\", er blevet erstattet med \"theme_location\" i $args array'et."
844
 
@@ -867,8 +999,8 @@ msgstr "Farve:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Sidestillede indlægs %s link tags"
911
  msgid "Layout Settings"
912
  msgstr "Layout indstillinger"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Tema SEO indstillinger"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "og"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s sekund"
931
  msgstr[1] "%s sekunder"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s minut"
939
  msgstr[1] "%s minutter"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s time"
947
  msgstr[1] "%s timer"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s dag"
955
  msgstr[1] "%s dage"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s uge"
963
  msgstr[1] "%s uger"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "%s måned"
971
  msgstr[1] "%s måneder"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s år"
979
  msgstr[1] "%s år"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "sekunder"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "Disse indstillinger vil påvirke enhver blog liste side, herunder arkiver, forfatter, blog, kategori, søgning og tag sider."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "404 fejl side"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Sider"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Forside"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Forside"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Header og Footer Scripts"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Kommentarer og Trackbacks"
1023
  msgid "Default Layout"
1024
  msgstr "Standard layout"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "<b>BEMÆRK:</b> Keywords bliver generelt ignoreret af søgemaskiner."
@@ -1057,11 +1189,11 @@ msgstr "Vælg filen fra din computer og klik på \"Upload og Importer\""
1057
  msgid "Default"
1058
  msgstr "Standard"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Næste side"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Forrige side"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Forrige side"
1069
  msgid "ago"
1070
  msgstr "siden"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Vælg / fravælg alle"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "Der er ingen tilgængelig eksport funktion"
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Footer %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "Der ikke valgt nogen label"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "Der ikke valgt nogen label"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "Der opstod et problem ved import af dine indstillinger. Prøv venligst igen."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Sekundær Sidebar"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Primær Sidebar"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Header Højre"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "Ikke fundet: "
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "Intet indhold"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Vis begrænset indhold"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Vis uddrag"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Vis indhold"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Indholdstype"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Vis Post Info"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Vis det udvalgte billed"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Vis det udvalgte billed"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Denne tekst vil være det første afsnit og vises på den første side"
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Custom beskrivelse tekst"
@@ -1149,7 +1281,7 @@ msgstr "Custom beskrivelse tekst"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "Vises i %s tag i toppen af den første side"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Custom arkiv overskrift"
@@ -1298,93 +1430,93 @@ msgstr "Genesis - Brugerprofil"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "Vis bruger profil boks med Gravatar"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Link Tekst"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Vis Kategori Arkiv Links"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "For at vise en usorteret liste af indlæg fra denne kategori, bedes du udfylde nedenstående oplysninger"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "Mere Tekst (hvis relevant)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Vis Indlæggets Titel"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Gravatar justering"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Ekstra stor (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Stor (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Mellem (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "Lille (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Gravatar størrelse"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Vis forfatter Gravatar"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Stigende (1, 2, 3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Faldende (3, 2, 1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Sorteringsrækkefølge"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Tilfældig"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Antal kommentarer"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Forældre"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Sorteres efter"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Forskyd start med antal indlæg"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Kategori"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Genesis - Feature Indlæg"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Vis feature-indlæg med thumbnails"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "Mere tekst"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Grænse for antal tegn"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Vis Side Indhold"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Vis side titel"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Ingen"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Billedjustering"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Side"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Genesis - Fremhævet Side"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Vis feature-side med thumbnails"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Titel"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Søg efter "
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Arkiv for "
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Du er her: "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Hoved-sidebar Widget område"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Søg"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "Om"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Indlæg"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Primær Navigation Menu"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Tilbage til toppen"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Genesis %s er tilgængelig. Hvis du ikke bruger et oversættelses-plugin, så kontakt din webmaster for at få opdateret din sprogfil før, du opdaterer Genesis"
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Klik her får at afslutte opdateringen"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Forside"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Antal indlæg som vises"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Alle kategorier"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Alle kategorier"
1627
  msgid "Display which category"
1628
  msgstr "Vis hvilken katagori"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Numre"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Forrige / Næste"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Billedstørrelse"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "tegn"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Længde af uddrag"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Vælg en af følgende:"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "RSS feed links"
1708
  msgid "Today's date"
1709
  msgstr "Dags dato"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Indhold i fuld bredde"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Billed/Grafik logo"
@@ -1730,14 +1864,14 @@ msgstr "Frigivet"
1730
  msgid "Version"
1731
  msgstr "Version:"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Præsentation af ældre Arkiv indhold"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "Anvend Shortlink tag?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "Shortlink Tag:"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "Anvend Windows Live Writer Support Tag?"
@@ -1858,30 +1992,30 @@ msgstr "Anvend %s på hjemmesiden?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Ingen af delene. Jeg pakker selv teksten manuelt til hjemmesiden"
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Site titel"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "højre"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "venstre"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Er du sikker på, at du vil nulstille?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Sitets indstillinger"
1916
  msgid "SEO Settings"
1917
  msgstr "SEO indstillinger"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "Tilføj %s til dette Indlæg/Side"
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Robot Meta Indstillinger"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Egen Dokument Titel"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Dette indlæg er beskyttet med et kodeord. Skriv kodeordet for at se kommentarer."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Seneste indlæg:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Måneder:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Forfattere:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Kategorier:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Sider:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr "Det vedrører kun Genesis opsætningen i modsætning til den indbyggede
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr "Her har du mulighed for at importere eller eksportere Genesis indstillinger"
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr "data i stylesheet filer"
2330
 
@@ -2416,17 +2544,17 @@ msgstr "Dokumentets Titel-felt bliver brugt til visning i browsere og søgemaski
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr "Du kan importere en fil, som du tidligere har eksporteret. Filnavnet begynder med %s efterfulgt af en eller flere tekster, som fortæller hvilken opsætning, filen indeholder efterfulgt af tidspunktet for eksporten"
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr "Mapper"
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr "Arkivering"
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr "Indeksering"
@@ -2441,17 +2569,17 @@ msgstr "Windows Live Writer"
2441
  msgid "Primary Title %s"
2442
  msgstr "Primær Titel %s"
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr "Tilføjelser til højre"
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr "Tilføjelser til venstre"
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr "Dokumenttitelrækkefølge"
@@ -2469,7 +2597,7 @@ msgstr ""
2469
  msgid "Canonical URL"
2470
  msgstr "Kanonisk URL"
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr "Dokumenttitel"
2481
  msgid "Link opens in a new window."
2482
  msgstr "Link åbnes i et nyt vindue"
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr "- Ingen -"
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr "Vis udvalgt billede?"
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr "Begræns indhold til hvor mange tegn? (0 for ingen begrænsning)"
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr "Brødkrummer på sider med vedhæftede filer/medier"
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
- msgstr "Brødkrummer på 404-sider"
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr "Brødkrummer på arkivsider"
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr "Brødkrummer på sider"
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr "Brødkrummer på enkeltindlæg"
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
- msgstr "Brødkrummer på siden med indlæg"
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
- msgstr "Brødkrummer på forsiden"
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr "Brødkrummer på hjem-siden"
2552
 
@@ -2554,19 +2677,19 @@ msgstr "Brødkrummer på hjem-siden"
2554
  msgid "Select Default Layout"
2555
  msgstr "Vælg standardlayout"
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr "Sitelayout"
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr "Vælg farvestil"
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr "Farveskema"
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr "Dynamisk tekst"
2572
 
@@ -2591,12 +2714,12 @@ msgstr "Sitemap"
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr "SEO-indstillinger for forfatterarkiv"
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr "Footerscripts"
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr "Billedplacering:"
2630
  msgid "Featured Image"
2631
  msgstr "Udvalgt billede"
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr "Indlægsuddrag"
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr "Selve indlægsindholdet"
@@ -2677,32 +2800,32 @@ msgstr "Redirect brugerdefineret feed?"
2677
  msgid "Email address"
2678
  msgstr "E-mailadresse"
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr "Opdateringer"
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr "Sekundær sidebar, Indhold, Primær sidebar"
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr "Sekundær sidebar, Primær sidebar, Indhold"
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr "Indhold, Primær sidebar, sekundær sidebar"
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr "Primær sidebar, Indhold"
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr "Indhold, Primær sidebar"
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr "om "
2708
 
@@ -2710,11 +2833,6 @@ msgstr "om "
2710
  msgid "Genesis database upgraded."
2711
  msgstr "Genesis-database opdateret."
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr ""
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr "Blog"
@@ -2735,31 +2853,31 @@ msgstr "http://my.studiopress.com/themes/genesis/"
2735
  msgid "Genesis"
2736
  msgstr "Genesis"
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr "Indhold Indlægsinfo"
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr "Udelad fastgjorte indlæg?"
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr "Midt"
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr "(ingen titel)"
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr "Aktuel side"
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr "Side"
2765
 
@@ -2783,14 +2901,14 @@ msgstr "Gå direkte til indhold"
2783
  msgid "Skip to primary navigation"
2784
  msgstr "Gå direkte til primær navigation"
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr "Widgets i dette widgetområde vises efter enkeltståede indlæg, sider osv."
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr "Efter selve indholdet"
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr "Dette er widgetområdet i headeren. Den vises typisk ved siden af webstedets titel eller logo. Dette widgetområde kan ikke vise alle typer widgets, men fungerer bedst med en brugerdefineret menu, en søgeformular eller måske en tekstwidget."
1
+ # Translation of Genesis - Genesis 2.8 in Danish
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:33:55+0000\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: da_DK\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
  msgstr ""
201
 
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr "Genesis Blå"
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr "Ændret d."
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr "Udgivet d."
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr "Brug til sitets titel/logo"
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr "Tjek for opdateringer"
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr "Læs mere om brugerdefinerede kanoniske URL&#39;er"
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr "Sideinddelingstype for indhold"
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "Siden, du leder efter, eksisterer ikke længere. Du kan gå tilbage til <a href=\"%s\">forsiden</a>, og se om du kan finde det, du leder efter. Du kan også prøve at finde det med nedenstående information."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Udeluk tidligere viste poster?"
712
 
718
  msgid "at"
719
  msgstr "ved"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "En opdatering af Genesis vil overskrive den eksisterende installation af Genesis. Er du HELT SIKKER på, at du vil opdatere? "
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "De ændringer, du har lavet, vil gå tabt, hvis du forlader denne side. "
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "decimaler eller hexidecimale enheder"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "Robots Meta Tags"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Metanøgleord"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Bidragyder"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Bidragydere"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Disse indstillinger gælder for alle sider der benytter \"Blog\" sideskabelonen, ikke forsiden eller arkivsider."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Forside"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Navigation"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "Metabeskrivelsen kan bruges til, at bestemme teksten der bruges under titlen på søgemaskiners resultatsider."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Hjemmesidebeskrivelse (Tagline)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Hvis titlen består af to dele (original titel og tilføjelse), vil separatoren blive indsat mellem dem."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Dokumenttitel-separator"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Bestemmer på hvilken side den tilføjede titeltekst bliver paceret."
878
  msgid "Read More"
879
  msgstr "Læs mere"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Søg på sitet"
884
 
886
  msgid "Read more"
887
  msgstr "Læs mere"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Gå til SEO indstillinger &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Gå til Tema indstillinger &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Projektledere"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Brug til sidens titel/logo:"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "til"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Sekundær Navigation Menu"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Header venstre"
955
 
958
  msgstr "Udvidet sidelinktekst"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Footer %d widget område."
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Dette er den sekundære sidebar hvis du bruger det 3 spaltede sidelayout"
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Dette er den primære Sidebar, hvis du bruger 2 eller 3 spalter som sitelayout"
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "Argumentet \"context\", er blevet erstattet med \"theme_location\" i $args array'et."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Layout indstillinger"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Tema SEO indstillinger"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "og"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s sekunder"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s minutter"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s timer"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s dage"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s uger"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "%s måneder"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s år"
1111
  msgstr[1] "%s år"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "sekunder"
1120
  msgstr "Disse indstillinger vil påvirke enhver blog liste side, herunder arkiver, forfatter, blog, kategori, søgning og tag sider."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Sider"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Header og Footer Scripts"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Standard layout"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "<b>BEMÆRK:</b> Keywords bliver generelt ignoreret af søgemaskiner."
1189
  msgid "Default"
1190
  msgstr "Standard"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Næste side"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Forrige side"
1199
 
1201
  msgid "ago"
1202
  msgstr "siden"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Vælg / fravælg alle"
1207
 
1210
  msgstr "Der er ingen tilgængelig eksport funktion"
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Footer %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "Der ikke valgt nogen label"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "Der opstod et problem ved import af dine indstillinger. Prøv venligst igen."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Sekundær Sidebar"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Primær Sidebar"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Header Højre"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "Ikke fundet: "
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "Intet indhold"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Vis begrænset indhold"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Vis uddrag"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Vis indhold"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Indholdstype"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Vis Post Info"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Vis det udvalgte billed"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Denne tekst vil være det første afsnit og vises på den første side"
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Custom beskrivelse tekst"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "Vises i %s tag i toppen af den første side"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Custom arkiv overskrift"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "Vis bruger profil boks med Gravatar"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Link Tekst"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Vis Kategori Arkiv Links"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "For at vise en usorteret liste af indlæg fra denne kategori, bedes du udfylde nedenstående oplysninger"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "Mere Tekst (hvis relevant)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Vis Indlæggets Titel"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Gravatar justering"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Ekstra stor (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Stor (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Mellem (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "Lille (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Gravatar størrelse"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Vis forfatter Gravatar"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Stigende (1, 2, 3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Faldende (3, 2, 1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Sorteringsrækkefølge"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Tilfældig"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Antal kommentarer"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Forældre"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Sorteres efter"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Forskyd start med antal indlæg"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Kategori"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Vis feature-indlæg med thumbnails"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "Mere tekst"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Grænse for antal tegn"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Vis Side Indhold"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Vis side titel"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Ingen"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Billedjustering"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Side"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Vis feature-side med thumbnails"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Titel"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Søg efter "
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Arkiv for "
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Du er her: "
1611
 
1618
  msgstr "Hoved-sidebar Widget område"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Søg"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "Om"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Primær Navigation Menu"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Copyright"
1652
 
1730
  msgstr "Tilbage til toppen"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Genesis %s er tilgængelig. Hvis du ikke bruger et oversættelses-plugin, så kontakt din webmaster for at få opdateret din sprogfil før, du opdaterer Genesis"
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr ""
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Klik her får at afslutte opdateringen"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Forside"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Antal indlæg som vises"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Alle kategorier"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Vis hvilken katagori"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Numre"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Forrige / Næste"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Billedstørrelse"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "tegn"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Længde af uddrag"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Vælg en af følgende:"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Dags dato"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Indhold i fuld bredde"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Billed/Grafik logo"
1864
  msgid "Version"
1865
  msgstr "Version:"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Præsentation af ældre Arkiv indhold"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Shortlink Tag:"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "Anvend Windows Live Writer Support Tag?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Ingen af delene. Jeg pakker selv teksten manuelt til hjemmesiden"
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Site titel"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "højre"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "venstre"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "Er du sikker på, at du vil nulstille?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "SEO indstillinger"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Robot Meta Indstillinger"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Dette indlæg er beskyttet med et kodeord. Skriv kodeordet for at se kommentarer."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Seneste indlæg:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Måneder:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Forfattere:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Kategorier:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Sider:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr "Her har du mulighed for at importere eller eksportere Genesis indstillinger"
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr "data i stylesheet filer"
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr "Du kan importere en fil, som du tidligere har eksporteret. Filnavnet begynder med %s efterfulgt af en eller flere tekster, som fortæller hvilken opsætning, filen indeholder efterfulgt af tidspunktet for eksporten"
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr "Mapper"
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr "Arkivering"
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr "Indeksering"
2569
  msgid "Primary Title %s"
2570
  msgstr "Primær Titel %s"
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr "Tilføjelser til højre"
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr "Tilføjelser til venstre"
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr "Dokumenttitelrækkefølge"
2597
  msgid "Canonical URL"
2598
  msgstr "Kanonisk URL"
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr "Link åbnes i et nyt vindue"
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr ""
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr ""
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr "Vis udvalgt billede?"
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr "Begræns indhold til hvor mange tegn? (0 for ingen begrænsning)"
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr ""
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr ""
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr "Brødkrummer på sider med vedhæftede filer/medier"
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
+ msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr "Brødkrummer på arkivsider"
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr "Brødkrummer på sider"
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr "Brødkrummer på enkeltindlæg"
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
+ msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
+ msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr "Brødkrummer på hjem-siden"
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr "Vælg standardlayout"
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr "Sitelayout"
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr "Vælg farvestil"
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr "Farveskema"
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr "Dynamisk tekst"
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr "SEO-indstillinger for forfatterarkiv"
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr "Footerscripts"
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr "Udvalgt billede"
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr "Indlægsuddrag"
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr "Selve indlægsindholdet"
2800
  msgid "Email address"
2801
  msgstr "E-mailadresse"
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr "Opdateringer"
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr "Sekundær sidebar, Indhold, Primær sidebar"
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr "Sekundær sidebar, Primær sidebar, Indhold"
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr "Indhold, Primær sidebar, sekundær sidebar"
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr "Primær sidebar, Indhold"
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr "Indhold, Primær sidebar"
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr "om "
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr "Genesis-database opdateret."
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr "Blog"
2853
  msgid "Genesis"
2854
  msgstr "Genesis"
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr "Indhold Indlægsinfo"
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr "Udelad fastgjorte indlæg?"
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr "Midt"
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr "(ingen titel)"
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr "Aktuel side"
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr "Side"
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr "Gå direkte til primær navigation"
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr "Widgets i dette widgetområde vises efter enkeltståede indlæg, sider osv."
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr "Efter selve indholdet"
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr "Dette er widgetområdet i headeren. Den vises typisk ved siden af webstedets titel eller logo. Dette widgetområde kan ikke vise alle typer widgets, men fungerer bedst med en brugerdefineret menu, en søgeformular eller måske en tekstwidget."
translations/de_DE.mo CHANGED
Binary file
translations/de_DE.po CHANGED
@@ -1,76 +1,208 @@
1
- # Translation of Genesis - Genesis 2.7 in German
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2018-11-15 09:34:27+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: de\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
72
  msgstr ""
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
75
  msgid "AdSense publisher ID"
76
  msgstr ""
@@ -91,17 +223,17 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
- msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
- msgstr ""
101
 
102
  #: lib/classes/class-genesis-search-form.php:48
103
  msgid "Search site"
104
- msgstr ""
105
 
106
  #: lib/admin/privacy-requests.php:105
107
  msgid "Update Notification Email Address removed."
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,20 +261,20 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
- msgstr ""
146
 
147
  #: tests/fixtures/config-array-for-customizer-tests.php:46
148
  msgid "Can Genesis be better? "
@@ -178,11 +310,11 @@ msgstr "Genesis-Anpassungen"
178
  msgid "Genesis Blue"
179
  msgstr "Genesis Blau"
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr "Datum der Bearbeitung"
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr "Datum der Veröffentlichung"
188
 
@@ -207,11 +339,11 @@ msgstr "AdSense-Ausgabe"
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr "Dein Childtheme nutzt barrierefreie Überschriften. Falls du hier nichts einträgst, wird die barrierefreie Standard-Überschrift verwendet."
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr "Sekundär"
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr "Haupt"
217
 
@@ -233,156 +365,156 @@ msgstr "Hallo! Wusstest du schon, dass SEO-Einstellungen nun mit einer Live-Vors
233
  msgid "Google Adsense"
234
  msgstr "Google AdSense"
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr "Header-/Footer-Scripts"
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr "Wähle die Seiten aus, auf denen Breadcrumbs angezeigt werden sollen."
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr "Seiten-Layout auswählen"
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr "Gebe deine AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) ein, um AdSense Auto Ads zu aktivieren."
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr "Publisher ID"
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr "Auto Ads müssen in denem AdSense-Account aktiviert sein, damit diese Funktion richtig funktioniert. <a href=\"%s\">Hier zum Aktivieren klicken.</a>"
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr "Google AdSense"
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr "Gebe unten eine E-Mail-Adresse an, um eine Benachrichtigung zu erhalten, sobald eine neue Genesis-Version verfügbar ist."
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr "E-Mail-Adresse"
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr "Hake diese Box an, um Genesis zu erlauben, regelmäßig auf Updates zu prüfen."
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr "Passe die verschiedenen Theme-Einstellungen an."
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr "noydir auf gesamte Seite anwenden?"
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr "noodp auf gesamte Seite anwenden?"
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr "Gesamte Seite"
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr "noarchive auf die unten stehenden Seiten anwenden."
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr "Suchergebnisse"
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr "Datums-Archive"
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr "Autor-Archive"
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr "Schlagwort-Archive"
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr "Kategorie-Archive"
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr "noindex auf die unten stehenden Archiv-Seiten anwenden."
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr "Shortlink-Tag einbnden?"
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr "rel link tags für benachbarte Beiträge"
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr "Standardmäßig platziert WordPress mehrere Tags in deinem Dokument-Titel. Die meisten dieser Tags sind komplett unnötig und unterstützen keine SEO-Werte oder was auch immer; sie verlangsamen nur die Ladezeit deiner Seite. Wähle, welche Tags im Dokumenten-Titel verwendet werden sollen. Falls du bei manchen Tags nicht weißt, was sie bedeuten, lasse sie abgewählt."
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr "Dokumenten-Kopf"
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr "noarchive zur Startseite hinzufügen."
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr "nofollow zur Startseite hinzufügen."
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr "noindex zur Startseite hinzufügen."
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr "Seiten-Beschreibung (Untertitel) zum Dokumenten-Titel auf der Startseite hinzufügen?"
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr "Wenn du das Feld für den Dokumenten-Titel leer lässt, wird stattdessen der Titel deiner Seite verwendet."
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr "Dokumenten-Titel für die Startseite"
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr "Seiten-Beschreibung (Untertitel)"
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr "Haupt-Titel H1"
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr "Seitentitel zum Dokumententitel auf Unterseiten hinzufügen?"
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr "Passe die zahlreichen SEO-Einstellungen des Themes an."
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr "Änderungen"
388
 
@@ -530,7 +662,7 @@ msgstr "Aktiviere bitte ein Genesis Child-Theme:"
530
  msgid "Use for site title/logo"
531
  msgstr "Für Seitentitel/Logo verwenden"
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr "Auf Updates prüfen"
@@ -565,7 +697,7 @@ msgstr "Mehr über 301-Umleitungen (Redirects) lesen"
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr "Art von Beitrags-Seitennummerierung"
571
 
@@ -574,7 +706,7 @@ msgstr "Art von Beitrags-Seitennummerierung"
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "Die von Dir gesuchte Seite existiert nicht mehr. Möglicherweise findest du die gesuchten Inhalte, indem Du zur <a href=\"%s\">Startseite</a> zurückgehst und dort vielleicht das von dir Gesuchte findest. Oder du kannst es in den Informationen unterhalb finden."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Zuvor angezeigte Beiträge ausschließen?"
580
 
@@ -586,15 +718,15 @@ msgstr "Entschuldigung - es wurden keine Inhalte gefunden, welche Deinen Kriteri
586
  msgid "at"
587
  msgstr "um"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "Eine Aktualisierung von Genesis überschreibt die aktuell installierte Genesis-Version. Bist Du sicher, dass Du die Aktualisierung starten möchtest? \"Abbrechen\", um den Vorgang zu stoppen, oder \"OK\", um die Aktualisierung zu beginnen."
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "Deine Änderungen werden verlorengehen, wenn du diese Seite verlässt."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "dezimale oder hexadezimale Entitäten"
600
 
@@ -620,7 +752,7 @@ msgstr "%s diesem Archiv zuweisen"
620
  msgid "Robots Meta Tags"
621
  msgstr "Robots Meta-Tags:"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "Robots Meta-Tags:"
630
  msgid "Meta Keywords"
631
  msgstr "Meta-Schlüsselwörter"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Suchergebnisse für:"
661
  msgid "Contributor"
662
  msgstr "Entwickler (Community)"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Beitragende Entwickler"
667
 
@@ -673,14 +805,14 @@ msgstr "Leitender Entwickler"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Diese Einstellungen gelten für jede Seite, für die die \"Blog\"-Seitenvorlage (Template) verwendet wird, nicht aber für die Startseite und Beitragsarchive."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Startseite"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "Beitragsseite (Blog)"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Vorlage für die Blog-Seite"
692
  msgid "Navigation"
693
  msgstr "Navigation"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Kopfzeile"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr "Standardmäßig platziert WordPress einige Tags in deinem Dokument %1$s. Die meisten dieser Tags sind vollkommen unnötig und haben keine Relevanz für %2$s o.ä.. Sie führen lediglich zu längeren Ladezeiten. Entscheide, welche Tags in deinem Dokument %1$s enthalten sein sollen. Sollte dir ein Tag unbekannt sein, lasse ihn deaktiviert."
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "Die META-Beschreibung wird in der Regel dazu verwendet, um auf den Ergebnisseiten von Suchmaschinen den Text unterhalb des Titels zu festzulegen."
@@ -717,17 +849,17 @@ msgstr "Wenn Du den Dokumententitel nicht angibst, wird stattdessen der $#8217;s
717
  msgid "Site Description (Tagline)"
718
  msgstr "Webseiten-Beschreibung (Untertitel)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Wenn der Dokumententitel aus zwei Zeilen besteht (Titel und angefügter Text), wird das Trennzeichen dazwischen eingefügt."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Dokumententitel Trennzeichen:"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Legt fest, auf welche Seite der hinzugefügte Text angefügt wird."
@@ -746,7 +878,7 @@ msgstr "Webseiten-Beschreibung (Slogan) zum %s auf der Startseite hinzufügen?"
746
  msgid "Read More"
747
  msgstr "Weiterlesen"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Webseite durchsuchen"
752
 
@@ -754,15 +886,15 @@ msgstr "Webseite durchsuchen"
754
  msgid "Read more"
755
  msgstr "Weiterlesen"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Zu den SEO-Einstellungen &rarr;</a><br /><br /><h4>Hinweis des Übersetzers:</h4><br />Das Bereitstellen und regelmäßige Aktualisieren dieser deutschen Übersetzungen &ndash; durch David Decker DECKERWEB seit 2010 &ndash; kostet Zeit und Geld. Wenn Du diesen Dienst für die Anwender-Community unterstützen willst, freue ich mich über jede Spende! <em>&mdash; Danke, David Decker</em><br /><strong>&rarr; <a href=\"http://deckerweb.de/sprachdateien/spenden/\" target=\"_new\">Deine Spende für Genesis-Übersetzungen</a></strong><a>"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Zu den Theme-Einstellungen &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Leitende Entwickler/ Herausgeber"
768
 
@@ -775,11 +907,11 @@ msgstr "Willkommen bei Genesis Version %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Verwende für Webseitentitel/ -Logo:"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "An"
785
 
@@ -817,7 +949,7 @@ msgstr "Benutzerdefinierter Textinhalt"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Zweit-Navigations-Menü"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Kopfzeile links"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Linktext für weiterführende Seite"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "%d. Widget-Bereich in der Fußzeile (Footer)."
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Dies ist die zweite Sidebar Widget-Area (Secondary). Du kannst Inhalte hinzufügen, indem Du Dein <a href=\"%s\">Widgets Panel</a> besuchst und neue Widgets zu diesem Bereich hinzufügst."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Dies ist die erste Sidebar Widget-Area (Primary). Du kannst Inhalte hinzufügen, indem Du Dein <a href=\"%s\">Widgets Panel</a> besuchst und neue Widgets zu diesem Bereich hinzufügst."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "Das Argument \"context\" wurde mit \"theme_location\" im $args-Array ersetzt."
844
 
@@ -867,8 +999,8 @@ msgstr "Farbschema:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "%s Link Tags der benachbarten Beiträge"
911
  msgid "Layout Settings"
912
  msgstr "Layout-Einstellungen"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Theme SEO-Einstellungen"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "und"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s Sekunde"
931
  msgstr[1] "%s Sekunden"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s Minute"
939
  msgstr[1] "%s Minuten"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s Stunde"
947
  msgstr[1] "%s Stunden"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s Tag"
955
  msgstr[1] "%s Tagen"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s Woche"
963
  msgstr[1] "%s Woche"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "%s Monat"
971
  msgstr[1] "%s Monate"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s Jahr"
979
  msgstr[1] "%s Jahre"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "Sekunden"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "Diese Archiv-Optionen beeinflussen alle Blogauflistungen Deiner Webseite, einschließlich der Archiv-, Blog-, Kategorien-, Such- und Tag-Seiten."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "404-Fehlerseiten"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Seiten"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Startseite"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Startseite"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Header- und Footer-Scripte"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Kommentare und Trackbacks"
1023
  msgid "Default Layout"
1024
  msgstr "Standard-Layout"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "Schlüsselwörter (Keywords) werden allgemein ignoriert von Suchmaschinen."
@@ -1057,11 +1189,11 @@ msgstr "Wähle die Datei von Deinem Computer und klicke \"Hochladen und importie
1057
  msgid "Default"
1058
  msgstr "Standard"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Nächste Seite"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Vorherige Seite"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Vorherige Seite"
1069
  msgid "ago"
1070
  msgstr "vor"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Alles auswählen / nicht auswählen"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "Keine Export-Einstellungen verfügbar."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Fußzeile (Footer) %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "Kein Label ausgewählt"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "Kein Label ausgewählt"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "Es gab ein Problem beim Importieren Deiner Einstellungen. Bitte versuche es noch einmal."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Zweit-Sidebar (Secondary)"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Haupt-Sidebar (Primary)"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Kopfzeile rechts"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "Nicht gefunden: "
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "Kein Inhalt"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Inhaltslimit anzeigen"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Auszug anzeigen"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Inhalt anzeigen"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Inhaltstyp"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Beitrags-Info anzeigen (Byline)"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Featured-Bild anzeigen"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Featured-Bild anzeigen"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Dieser Text wird der erste Absatz sein und auf der ersten Seite angezeigt werden"
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Nutzerspezifischer Beschreibungstext"
@@ -1149,7 +1281,7 @@ msgstr "Nutzerspezifischer Beschreibungstext"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "Wird angezeigt beim %s-Stichwort, zu Beginn der ersten Seite"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Nutzerspezifische Archivseiten-Überschrift"
@@ -1298,93 +1430,93 @@ msgstr "Genesis - Benutzerprofil"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "Zeigt Benutzerprofile mit Gravatar an"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Link-Text"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Kategorie-Archiv-Link anzeigen"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "Um eine ungeordnete Liste aus dieser Kategorie anzuzeigen, fülle bitte die unten angegebenen Informationen aus"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "Mehr-Text (falls vorhanden)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Titel des Beitrags anzeigen"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Gravatar-Ausrichtung"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Extra Large (125px) - extragroß"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Large (85px) - groß"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Medium (65px) - mittel"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "Small (45px) - klein"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Gravatar-Größe"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Autor-Gravatar anzeigen"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Aufsteigend (1, 2, 3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Absteigend (3, 2, 1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Sortierung"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Zufallsauswahl"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Anzahl Kommentare"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Übergeordn."
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Sortieren nach"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Offset (Abstand) für Beitragsanzeige"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Kategorie"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Genesis - Featured Beiträge"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Zeigt \"Featured\"-Beiträge mit Thumbnails"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "Mehr-Text"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Maximale Zeichenanzahl"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Seiteninhalt anzeigen"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Seitentitel anzeigen"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Keine"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Bildausrichtung"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Seite"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Genesis - Featured Seite"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Zeigt \"Featured\"-Beiträge mit Thumbnails"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Titel"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Suche nach "
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Archiv für "
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Aktuelle Seite: "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Erste Sidebar Widget-Area (Primary)"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Suche"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "Über"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Beiträge"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Haupt-Navigations-Menü"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Urheberrecht"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Nach oben"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Genesis %s ist jetzt verfügbar. Wir haben die 1-Klick-Updates in dieses Theme integriert. Melde Dich bitte im Dashboard an, um künftig Aktualisierungen einfach durchführen zu können."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Klicke hier, um die Aktualisierung abzuschließen"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Start"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Anzahl der anzuzeigenden Beiträge"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Alle Kategorien"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Alle Kategorien"
1627
  msgid "Display which category"
1628
  msgstr "Welche Kategorien sollen angezeigt werden:"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Numerisch"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Zurück / Weiter"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Bildgröße"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "Zeichen"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Inhalt begrenzen auf"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Wähle eine der folgenden Möglichkeiten"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "RSS-Feed-Links"
1708
  msgid "Today's date"
1709
  msgstr "Das heutige Datum"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Inhalt in voller Breite"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Bild als Logo"
@@ -1730,14 +1864,14 @@ msgstr "Veröffentlicht am:"
1730
  msgid "Version"
1731
  msgstr "Version:"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Inhaltsarchive"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "Kurz-URL Tag hinzufügen?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "Kurz-URL Tag (Shortlink):"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "Windows Live Writer (WLW) Support Tag hinzufügen?"
@@ -1858,30 +1992,30 @@ msgstr "%s der Webseite zuweisen?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Ich werde meinen eigenen Text auf der Homepage einbinden."
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Seitentitel"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Rechts"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Links"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Bist Du sicher, dass Du die Einstellungen zurücksetzen möchtest?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Startseite-Einstellungen"
1916
  msgid "SEO Settings"
1917
  msgstr "SEO-Einstellungen"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "%s diesen Beiträgen/ Seiten zuweisen"
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Robots Meta-Einstellungen"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Individueller Dokumenten-Titel"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Dieser Beitrag ist durch ein Passwort geschützt. Gib das Kennwort ein, um die Kommentare zu sehen."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Neueste Beiträge:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Monatlich:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Autoren:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Kategorien:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Seiten:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr "Dies ist spezifisch für Genesis Einstellungen und schließt Beiträge,
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr "Dies erlaubt es Dir, die Genesis Einstellungen zu exportieren und importieren."
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr "Daten in Stylesheet-Dateien"
2330
 
@@ -2416,17 +2544,17 @@ msgstr "Der 'Individuelle Dokumententitel' legt den Archiv-Seitentitel fest, der
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr "Du kannst eine Datei importieren, die Du vorher exportiert hast. Der Dateiname wird mit %s beginnen, gefolgt von einem oder mehreren Codes, welche die Einstellungen kennzeichnen, die noch mit enthalten sind. Danach wird noch das Datum und die Zeit des Exports angefügt."
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr "Verzeichnisse"
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr "Archivierung"
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr "Indexierung"
@@ -2441,17 +2569,17 @@ msgstr "Windows Live Writer"
2441
  msgid "Primary Title %s"
2442
  msgstr "Haupt-Titel %s"
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr "Zusätze auf rechter Seite"
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr "Zusätze auf linker Seite"
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr "Titelreihenfolge des Dokuments"
@@ -2469,7 +2597,7 @@ msgstr ""
2469
  msgid "Canonical URL"
2470
  msgstr "Kanonische URL"
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr "Dokumenten-Titel"
2481
  msgid "Link opens in a new window."
2482
  msgstr "Link öffnet in neuem Tab/ Fenster."
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr "- Keine -"
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr "Das ausgewählte Bild anzeigen?"
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr "Inhalt begrenzen auf wieviele Zeichen? (0 für keine Begrenzung)"
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr "Breadcrumbs auf Seiten für Anhänge/ Medien"
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
- msgstr "Breadcrumbs bei der 404-Fehlerseite"
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr "Breadcrumbs bei Inhaltsarchiven"
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr "Breadcrumbs auf Seiten"
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr "Breadcrumbs bei Einzelbeiträgen"
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
- msgstr "Breadcrumbs auf der Beiträge-Seite"
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
- msgstr "Breadcrumbs auf der Startseite"
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr "Breadcrumbs auf der Startseite"
2552
 
@@ -2554,19 +2677,19 @@ msgstr "Breadcrumbs auf der Startseite"
2554
  msgid "Select Default Layout"
2555
  msgstr "Standardlayout auswählen"
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr "Webseiten-Layout"
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr "Farbstil auswählen"
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr "Farbschema"
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr "Dynamischer Text"
2572
 
@@ -2591,12 +2714,12 @@ msgstr "Sitemap"
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr "Autorenarchiv SEO-Einstellungen"
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr "Fußzeilen-Skripte"
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr "Bildausrichtung:"
2630
  msgid "Featured Image"
2631
  msgstr "Empfohlenes Bild"
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr "Beitragstextauszüge"
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr "Beitragsinhalt"
@@ -2677,32 +2800,32 @@ msgstr "Zu benutzerdefiniertem Feed weiterleiten?"
2677
  msgid "Email address"
2678
  msgstr "E-Mail-Adresse"
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr "Updates"
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr "Zweit-Sidebar, Inhalt, Haupt-Sidebar"
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr "Zweit-Sidebar, Haupt-Sidebar, Inhalt"
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr "Inhalt, Haupt-Sidebar, Zweit-Sidebar"
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr "Haupt-Sidebar, Inhalt"
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr "Inhalt, Haupt-Sidebar"
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr "Über"
2708
 
@@ -2710,11 +2833,6 @@ msgstr "Über"
2710
  msgid "Genesis database upgraded."
2711
  msgstr "Die Genesis-Datenbank wurde aktualisiert."
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr ""
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr "Blog-Seite"
@@ -2735,31 +2853,31 @@ msgstr "http://deckerweb.de/go/genesis/"
2735
  msgid "Genesis"
2736
  msgstr "Genesis"
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr "Inhalts-Beitragsinfo"
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr "Fixierte Beiträge ausschließen?"
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr "Zentriert"
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr "(kein Titel)"
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr "Aktuelle Seite"
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr "Seite"
2765
 
@@ -2783,14 +2901,14 @@ msgstr "Zum Inhalt springen"
2783
  msgid "Skip to primary navigation"
2784
  msgstr "Zur Hauptnavigation springen"
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr "Widgets in diesem Widgetbereich werden nach dem Inhalt von Einzelbeiträgen angezeigt."
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr "Nach Beitragsinhalt"
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr "Dies ist der Kopfzeilen-Widgetbereich (Header). Typischerweise erscheint er neben dem Titel bzw. Logo der Webseite. Dieser Widgetbereich ist nicht für jede Art von Widget bzw. Inhalt geeignet. Am besten bewährt haben sich individuelle Menüs, ein Suchformular, oder ein kleines Textwidget."
1
+ # Translation of Genesis - Genesis 2.8 in German
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-01-07 09:59:55+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: de\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
  msgstr ""
117
 
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
  msgstr ""
121
 
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
+ msgstr "Die Details"
205
+
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
207
  msgid "AdSense publisher ID"
208
  msgstr ""
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
+ msgstr "Nächster Post:"
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
+ msgstr "Vorheriger Post:"
233
 
234
  #: lib/classes/class-genesis-search-form.php:48
235
  msgid "Search site"
236
+ msgstr "Seite durchsuchen"
237
 
238
  #: lib/admin/privacy-requests.php:105
239
  msgid "Update Notification Email Address removed."
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
+ msgstr "Du hast kein AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Klicke hier</a> um dich anzumelden!"
278
 
279
  #: tests/fixtures/config-array-for-customizer-tests.php:46
280
  msgid "Can Genesis be better? "
310
  msgid "Genesis Blue"
311
  msgstr "Genesis Blau"
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr "Datum der Bearbeitung"
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr "Datum der Veröffentlichung"
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr "Dein Childtheme nutzt barrierefreie Überschriften. Falls du hier nichts einträgst, wird die barrierefreie Standard-Überschrift verwendet."
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr "Sekundär"
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr "Haupt"
349
 
365
  msgid "Google Adsense"
366
  msgstr "Google AdSense"
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr "Header-/Footer-Scripts"
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr "Wähle die Seiten aus, auf denen Breadcrumbs angezeigt werden sollen."
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr "Seiten-Layout auswählen"
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr "Gebe deine AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) ein, um AdSense Auto Ads zu aktivieren."
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr "Publisher ID"
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr "Auto Ads müssen in denem AdSense-Account aktiviert sein, damit diese Funktion richtig funktioniert. <a href=\"%s\">Hier zum Aktivieren klicken.</a>"
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr "Google AdSense"
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr "Gebe unten eine E-Mail-Adresse an, um eine Benachrichtigung zu erhalten, sobald eine neue Genesis-Version verfügbar ist."
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr "E-Mail-Adresse"
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr "Hake diese Box an, um Genesis zu erlauben, regelmäßig auf Updates zu prüfen."
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr "Passe die verschiedenen Theme-Einstellungen an."
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr "noydir auf gesamte Seite anwenden?"
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr "noodp auf gesamte Seite anwenden?"
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr "Gesamte Seite"
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr "noarchive auf die unten stehenden Seiten anwenden."
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr "Suchergebnisse"
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr "Datums-Archive"
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr "Autor-Archive"
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr "Schlagwort-Archive"
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr "Kategorie-Archive"
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr "noindex auf die unten stehenden Archiv-Seiten anwenden."
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr "Shortlink-Tag einbnden?"
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr "rel link tags für benachbarte Beiträge"
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr "Standardmäßig platziert WordPress mehrere Tags in deinem Dokument-Titel. Die meisten dieser Tags sind komplett unnötig und unterstützen keine SEO-Werte oder was auch immer; sie verlangsamen nur die Ladezeit deiner Seite. Wähle, welche Tags im Dokumenten-Titel verwendet werden sollen. Falls du bei manchen Tags nicht weißt, was sie bedeuten, lasse sie abgewählt."
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr "Dokumenten-Kopf"
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr "noarchive zur Startseite hinzufügen."
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr "nofollow zur Startseite hinzufügen."
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr "noindex zur Startseite hinzufügen."
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr "Seiten-Beschreibung (Untertitel) zum Dokumenten-Titel auf der Startseite hinzufügen?"
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr "Wenn du das Feld für den Dokumenten-Titel leer lässt, wird stattdessen der Titel deiner Seite verwendet."
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr "Dokumenten-Titel für die Startseite"
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr "Seiten-Beschreibung (Untertitel)"
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr "Haupt-Titel H1"
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr "Seitentitel zum Dokumententitel auf Unterseiten hinzufügen?"
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr "Passe die zahlreichen SEO-Einstellungen des Themes an."
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr "Änderungen"
520
 
662
  msgid "Use for site title/logo"
663
  msgstr "Für Seitentitel/Logo verwenden"
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr "Auf Updates prüfen"
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr "Art von Beitrags-Seitennummerierung"
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "Die von Dir gesuchte Seite existiert nicht mehr. Möglicherweise findest du die gesuchten Inhalte, indem Du zur <a href=\"%s\">Startseite</a> zurückgehst und dort vielleicht das von dir Gesuchte findest. Oder du kannst es in den Informationen unterhalb finden."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Zuvor angezeigte Beiträge ausschließen?"
712
 
718
  msgid "at"
719
  msgstr "um"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "Eine Aktualisierung von Genesis überschreibt die aktuell installierte Genesis-Version. Bist Du sicher, dass Du die Aktualisierung starten möchtest? \"Abbrechen\", um den Vorgang zu stoppen, oder \"OK\", um die Aktualisierung zu beginnen."
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "Deine Änderungen werden verlorengehen, wenn du diese Seite verlässt."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "dezimale oder hexadezimale Entitäten"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "Robots Meta-Tags:"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Meta-Schlüsselwörter"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Entwickler (Community)"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Beitragende Entwickler"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Diese Einstellungen gelten für jede Seite, für die die \"Blog\"-Seitenvorlage (Template) verwendet wird, nicht aber für die Startseite und Beitragsarchive."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Startseite"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Navigation"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr "Standardmäßig platziert WordPress einige Tags in deinem Dokument %1$s. Die meisten dieser Tags sind vollkommen unnötig und haben keine Relevanz für %2$s o.ä.. Sie führen lediglich zu längeren Ladezeiten. Entscheide, welche Tags in deinem Dokument %1$s enthalten sein sollen. Sollte dir ein Tag unbekannt sein, lasse ihn deaktiviert."
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "Die META-Beschreibung wird in der Regel dazu verwendet, um auf den Ergebnisseiten von Suchmaschinen den Text unterhalb des Titels zu festzulegen."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Webseiten-Beschreibung (Untertitel)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Wenn der Dokumententitel aus zwei Zeilen besteht (Titel und angefügter Text), wird das Trennzeichen dazwischen eingefügt."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Dokumententitel Trennzeichen:"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Legt fest, auf welche Seite der hinzugefügte Text angefügt wird."
878
  msgid "Read More"
879
  msgstr "Weiterlesen"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Webseite durchsuchen"
884
 
886
  msgid "Read more"
887
  msgstr "Weiterlesen"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Zu den SEO-Einstellungen &rarr;</a><br /><br /><h4>Hinweis des Übersetzers:</h4><br />Das Bereitstellen und regelmäßige Aktualisieren dieser deutschen Übersetzungen &ndash; durch David Decker DECKERWEB seit 2010 &ndash; kostet Zeit und Geld. Wenn Du diesen Dienst für die Anwender-Community unterstützen willst, freue ich mich über jede Spende! <em>&mdash; Danke, David Decker</em><br /><strong>&rarr; <a href=\"http://deckerweb.de/sprachdateien/spenden/\" target=\"_new\">Deine Spende für Genesis-Übersetzungen</a></strong><a>"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Zu den Theme-Einstellungen &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Leitende Entwickler/ Herausgeber"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Verwende für Webseitentitel/ -Logo:"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "An"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Zweit-Navigations-Menü"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Kopfzeile links"
955
 
958
  msgstr "Linktext für weiterführende Seite"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "%d. Widget-Bereich in der Fußzeile (Footer)."
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Dies ist die zweite Sidebar Widget-Area (Secondary). Du kannst Inhalte hinzufügen, indem Du Dein <a href=\"%s\">Widgets Panel</a> besuchst und neue Widgets zu diesem Bereich hinzufügst."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Dies ist die erste Sidebar Widget-Area (Primary). Du kannst Inhalte hinzufügen, indem Du Dein <a href=\"%s\">Widgets Panel</a> besuchst und neue Widgets zu diesem Bereich hinzufügst."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "Das Argument \"context\" wurde mit \"theme_location\" im $args-Array ersetzt."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Layout-Einstellungen"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Theme SEO-Einstellungen"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "und"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s Sekunden"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s Minuten"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s Stunden"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s Tagen"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s Woche"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "%s Monate"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s Jahr"
1111
  msgstr[1] "%s Jahre"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "Sekunden"
1120
  msgstr "Diese Archiv-Optionen beeinflussen alle Blogauflistungen Deiner Webseite, einschließlich der Archiv-, Blog-, Kategorien-, Such- und Tag-Seiten."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Seiten"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Header- und Footer-Scripte"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Standard-Layout"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "Schlüsselwörter (Keywords) werden allgemein ignoriert von Suchmaschinen."
1189
  msgid "Default"
1190
  msgstr "Standard"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Nächste Seite"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Vorherige Seite"
1199
 
1201
  msgid "ago"
1202
  msgstr "vor"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Alles auswählen / nicht auswählen"
1207
 
1210
  msgstr "Keine Export-Einstellungen verfügbar."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Fußzeile (Footer) %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "Kein Label ausgewählt"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "Es gab ein Problem beim Importieren Deiner Einstellungen. Bitte versuche es noch einmal."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Zweit-Sidebar (Secondary)"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Haupt-Sidebar (Primary)"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Kopfzeile rechts"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "Nicht gefunden: "
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "Kein Inhalt"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Inhaltslimit anzeigen"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Auszug anzeigen"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Inhalt anzeigen"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Inhaltstyp"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Beitrags-Info anzeigen (Byline)"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Featured-Bild anzeigen"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Dieser Text wird der erste Absatz sein und auf der ersten Seite angezeigt werden"
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Nutzerspezifischer Beschreibungstext"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "Wird angezeigt beim %s-Stichwort, zu Beginn der ersten Seite"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Nutzerspezifische Archivseiten-Überschrift"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "Zeigt Benutzerprofile mit Gravatar an"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Link-Text"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Kategorie-Archiv-Link anzeigen"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "Um eine ungeordnete Liste aus dieser Kategorie anzuzeigen, fülle bitte die unten angegebenen Informationen aus"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "Mehr-Text (falls vorhanden)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Titel des Beitrags anzeigen"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Gravatar-Ausrichtung"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Extra Large (125px) - extragroß"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Large (85px) - groß"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Medium (65px) - mittel"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "Small (45px) - klein"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Gravatar-Größe"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Autor-Gravatar anzeigen"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Aufsteigend (1, 2, 3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Absteigend (3, 2, 1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Sortierung"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Zufallsauswahl"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Anzahl Kommentare"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Übergeordn."
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Sortieren nach"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Offset (Abstand) für Beitragsanzeige"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Kategorie"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Zeigt \"Featured\"-Beiträge mit Thumbnails"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "Mehr-Text"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Maximale Zeichenanzahl"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Seiteninhalt anzeigen"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Seitentitel anzeigen"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Keine"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Bildausrichtung"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Seite"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Zeigt \"Featured\"-Beiträge mit Thumbnails"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Titel"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Suche nach "
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Archiv für "
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Aktuelle Seite: "
1611
 
1618
  msgstr "Erste Sidebar Widget-Area (Primary)"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Suche"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "Über"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Haupt-Navigations-Menü"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Urheberrecht"
1652
 
1730
  msgstr "Nach oben"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Genesis %s ist jetzt verfügbar. Wir haben die 1-Klick-Updates in dieses Theme integriert. Melde Dich bitte im Dashboard an, um künftig Aktualisierungen einfach durchführen zu können."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr ""
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Klicke hier, um die Aktualisierung abzuschließen"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Start"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Anzahl der anzuzeigenden Beiträge"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Alle Kategorien"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Welche Kategorien sollen angezeigt werden:"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Numerisch"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Zurück / Weiter"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Bildgröße"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "Zeichen"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Inhalt begrenzen auf"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Wähle eine der folgenden Möglichkeiten"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Das heutige Datum"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Inhalt in voller Breite"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Bild als Logo"
1864
  msgid "Version"
1865
  msgstr "Version:"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Inhaltsarchive"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Kurz-URL Tag (Shortlink):"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "Windows Live Writer (WLW) Support Tag hinzufügen?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Ich werde meinen eigenen Text auf der Homepage einbinden."
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Seitentitel"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Rechts"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Links"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "Bist Du sicher, dass Du die Einstellungen zurücksetzen möchtest?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "SEO-Einstellungen"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Robots Meta-Einstellungen"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Dieser Beitrag ist durch ein Passwort geschützt. Gib das Kennwort ein, um die Kommentare zu sehen."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Neueste Beiträge:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Monatlich:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Autoren:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Kategorien:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Seiten:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr "Dies erlaubt es Dir, die Genesis Einstellungen zu exportieren und importieren."
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr "Daten in Stylesheet-Dateien"
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr "Du kannst eine Datei importieren, die Du vorher exportiert hast. Der Dateiname wird mit %s beginnen, gefolgt von einem oder mehreren Codes, welche die Einstellungen kennzeichnen, die noch mit enthalten sind. Danach wird noch das Datum und die Zeit des Exports angefügt."
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr "Verzeichnisse"
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr "Archivierung"
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr "Indexierung"
2569
  msgid "Primary Title %s"
2570
  msgstr "Haupt-Titel %s"
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr "Zusätze auf rechter Seite"
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr "Zusätze auf linker Seite"
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr "Titelreihenfolge des Dokuments"
2597
  msgid "Canonical URL"
2598
  msgstr "Kanonische URL"
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr "Link öffnet in neuem Tab/ Fenster."
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr ""
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr ""
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr "Das ausgewählte Bild anzeigen?"
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr "Inhalt begrenzen auf wieviele Zeichen? (0 für keine Begrenzung)"
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr ""
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr ""
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr "Breadcrumbs auf Seiten für Anhänge/ Medien"
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
+ msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr "Breadcrumbs bei Inhaltsarchiven"
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr "Breadcrumbs auf Seiten"
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr "Breadcrumbs bei Einzelbeiträgen"
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
+ msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
+ msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr "Breadcrumbs auf der Startseite"
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr "Standardlayout auswählen"
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr "Webseiten-Layout"
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr "Farbstil auswählen"
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr "Farbschema"
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr "Dynamischer Text"
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr "Autorenarchiv SEO-Einstellungen"
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr "Fußzeilen-Skripte"
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr "Empfohlenes Bild"
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr "Beitragstextauszüge"
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr "Beitragsinhalt"
2800
  msgid "Email address"
2801
  msgstr "E-Mail-Adresse"
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr "Updates"
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr "Zweit-Sidebar, Inhalt, Haupt-Sidebar"
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr "Zweit-Sidebar, Haupt-Sidebar, Inhalt"
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr "Inhalt, Haupt-Sidebar, Zweit-Sidebar"
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr "Haupt-Sidebar, Inhalt"
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr "Inhalt, Haupt-Sidebar"
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr "Über"
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr "Die Genesis-Datenbank wurde aktualisiert."
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr "Blog-Seite"
2853
  msgid "Genesis"
2854
  msgstr "Genesis"
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr "Inhalts-Beitragsinfo"
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr "Fixierte Beiträge ausschließen?"
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr "Zentriert"
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr "(kein Titel)"
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr "Aktuelle Seite"
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr "Seite"
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr "Zur Hauptnavigation springen"
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr "Widgets in diesem Widgetbereich werden nach dem Inhalt von Einzelbeiträgen angezeigt."
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr "Nach Beitragsinhalt"
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr "Dies ist der Kopfzeilen-Widgetbereich (Header). Typischerweise erscheint er neben dem Titel bzw. Logo der Webseite. Dieser Widgetbereich ist nicht für jede Art von Widget bzw. Inhalt geeignet. Am besten bewährt haben sich individuelle Menüs, ein Suchformular, oder ein kleines Textwidget."
translations/el.mo CHANGED
Binary file
translations/el.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Greek
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:34:29+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: el_GR\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
 
 
 
 
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr ""
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr ""
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr ""
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr ""
@@ -565,7 +697,7 @@ msgstr ""
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "Η σελίδα που αναζητείτε δεν υπάρχει πια. Θα μπορούσατε να επιστρέψετε στην αρχική σελίδα του site <a href=\"%s\"> homepage</a> και να δείτε αν μπορείτε να βρείτε αυτό που ψάχνετε. Εναλλακτικά μπορείτε να δοκιμάσετε να το βρείτε με τις πληροφορίες που ακολουθούν."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr ""
580
 
@@ -586,15 +718,15 @@ msgstr ""
586
  msgid "at"
587
  msgstr ""
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr ""
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr ""
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr ""
600
 
@@ -620,7 +752,7 @@ msgstr ""
620
  msgid "Robots Meta Tags"
621
  msgstr ""
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr ""
630
  msgid "Meta Keywords"
631
  msgstr ""
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr ""
661
  msgid "Contributor"
662
  msgstr ""
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr ""
667
 
@@ -673,13 +805,13 @@ msgstr ""
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr ""
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr ""
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
  msgstr ""
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
@@ -692,7 +824,7 @@ msgstr ""
692
  msgid "Navigation"
693
  msgstr ""
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr ""
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr ""
@@ -717,17 +849,17 @@ msgstr ""
717
  msgid "Site Description (Tagline)"
718
  msgstr ""
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr ""
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr ""
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr ""
@@ -746,7 +878,7 @@ msgstr ""
746
  msgid "Read More"
747
  msgstr ""
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr ""
752
 
@@ -754,15 +886,15 @@ msgstr ""
754
  msgid "Read more"
755
  msgstr ""
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr ""
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr ""
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr ""
768
 
@@ -775,11 +907,11 @@ msgstr ""
775
  msgid "Google+"
776
  msgstr ""
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr ""
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "σε"
785
 
@@ -817,7 +949,7 @@ msgstr ""
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Δευτερεύον μενού "
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr ""
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr ""
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr ""
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr ""
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr ""
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr ""
844
 
@@ -867,8 +999,8 @@ msgstr ""
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr ""
911
  msgid "Layout Settings"
912
  msgstr ""
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr ""
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr ""
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] ""
931
  msgstr[1] ""
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] ""
939
  msgstr[1] ""
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] ""
947
  msgstr[1] ""
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] ""
955
  msgstr[1] ""
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] ""
963
  msgstr[1] ""
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] ""
971
  msgstr[1] ""
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] ""
979
  msgstr[1] ""
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr ""
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "Σελίδα 404"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Σελίδες"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Αρχική Σελίδα"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Αρχική Σελίδα"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "σκριπτ για κεφαλίδα και υποσέλιδο"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "σχόλια και τράκμπακ"
1023
  msgid "Default Layout"
1024
  msgstr "Αρχική μορφή"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "Οι μηχανές αναζήτησης γενικά παραβλέπουν/ αγνοούν τις λέξεις κλειδιά."
@@ -1057,11 +1189,11 @@ msgstr "Επιλέξτε το αρχείο από τον υπολογιστή σ
1057
  msgid "Default"
1058
  msgstr "Default"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Επόμενη σελίδα"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Προηγούμενη σελίδα"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Προηγούμενη σελίδα"
1069
  msgid "ago"
1070
  msgstr "πριν"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Select / Deselect All"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "Δεν επιλογές εξαγωγής διαθέσιμες."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Υποσέλιδο %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "Καμία ετικέτα δεν έχει επιλεχθεί"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "Καμία ετικέτα δεν έχει επιλεχθεί"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "Υπήρξε ένα πρόβλημα κατά την εισαγωγή των ρυθμίσεων σας. Παρακαλώ δοκιμάστε ξανά."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Δευτερεύουσα πλευρική στήλη"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Αρχική Πλευρική Στήλη"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Κεφαλίδα Δεξιά"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "Δεν βρέθηκε:"
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "No Content"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Show Content Limit"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Show Excerpt"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Show Content"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Content Type"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Show Post Info"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Δείξε εικόνα"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Δείξε εικόνα"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Αυτό το κείμενο θα είνα η πρώτη παράγραφος και θα εμφανίζεται στην αρχική σελίδα."
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Τροποποιημένο κείμενο περιγραφής"
@@ -1149,7 +1281,7 @@ msgstr "Τροποποιημένο κείμενο περιγραφής"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "Will display in the %s tag at the top of the first page"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Custom Archive Headline"
@@ -1298,93 +1430,93 @@ msgstr "Genesis - User Profile"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "Displays user profile block with Gravatar"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Link Text"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Show Category Archive Link"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "To display an unordered list of more posts from this category, please fill out the information below"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "More Text (if applicable)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Δειξε Τιτλο Αρθρου"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Στοίχιση Gravatar"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Πολύ Μεγάλο (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Μεγάλο (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Μέτριο (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "Μικρό (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Μέγεθος Gravatar"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Δείξε το gravatar συντάκτη"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Ανεβαίνοντας (1,2,3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Κατεβαίνοντας (3,2,1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Σειρά Ταξινόμησης"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Τυχαία"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Μετρητής Σχολίων"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Γονικό"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Ταξινόμηση κατά"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Number of Posts to Offset"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Κατηγορία"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Genesis - Featured Posts"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Displays featured posts with thumbnails"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "More Text"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Content Character Limit"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Show Page Content"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Δείξε τίτλο σελίδας"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Καμία"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Στοίχιση Εικόνας"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Σελίδα"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Genesis - Featured Page"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Displays featured page with thumbnails"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Τίτλος"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Aναζήτηση για:"
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Αρχεία για:"
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Βρίσκεστε εδώ:"
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Primary Sidebar Widget Area"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Αναζήτηση"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "Σχετικά"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Άρθρα"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Αρχικό Μενού"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Επιστροφή στην κορυφή της σελίδας"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Κάντε κλικ εδώ για να ολοκληρώσετε την αναβάθμιση"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Αρχική"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Αριθμός εμφανιζόμενων άρθρων"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Όλες οι κατηγορίες"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Όλες οι κατηγορίες"
1627
  msgid "Display which category"
1628
  msgstr "Εμφάνιση κατηγορίας:"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Αριθμητικά"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Προηγούμενο/Επόμενο"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "μέγεθος εικόνας"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "χαρακτήρες"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Περιορισμός περιεχομένου σε"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Επιλέξτε ένα από τα παρακάτω:"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "RSS feed links"
1708
  msgid "Today's date"
1709
  msgstr "Σημερινή ημερομηνία"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Full Width Περιεχόμενο"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Λογότυπο (Εικόνα)"
@@ -1730,14 +1864,14 @@ msgstr "Ανακοινώθηκε:"
1730
  msgid "Version"
1731
  msgstr "Έκδοση:"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "αρχείο περιεχομένου"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "Να συμπεριληφθεί η ετικέτα συντόμου λι
1836
  msgid "Shortlink Tag"
1837
  msgstr "Ετικέτα σύντομου λινκ:"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "Να συμπεριληφθεί η υποστήριξη ετικετών του Windows Liver Writer;"
@@ -1858,30 +1992,30 @@ msgstr "Καθόρισε %s στην αρχική σελίδα?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Ούτε. Θα βάλω το δικό μου κείμενο χειροκίνητα στην αρχική σελίδα."
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Τίτλος Ιστοσελίδας"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Δεξιά"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Αριστερά"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Είστε βέβαιοι ότι θέλετε να επαναφέρετε αρχικές ρυθμίσεις;"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Ρυθμίσεις Αρχικής Σελίδας"
1916
  msgid "SEO Settings"
1917
  msgstr "SEO Ρυθμίσεις"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "Εφαρμόστε %s σε αυτήν την ανάρτηση/σελίδ
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Ρομπότ Ρυθμίσεις Meta"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Προσαρμοσμένη Τίτλος Εγγράφου"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Το άρθρο προστατεύεται με κωδικό πρόσβασης. Εισάγετε τον κωδικό πρόσβασης για να δείτε τα σχόλια."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Πρόσφατες δημοσιεύσεις:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Μηνιαία:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Συγγραφείς:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Κατηγορίες:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Σελίδες:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr ""
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr ""
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr ""
2330
 
@@ -2416,17 +2544,17 @@ msgstr ""
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr ""
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr ""
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr ""
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr ""
@@ -2441,17 +2569,17 @@ msgstr ""
2441
  msgid "Primary Title %s"
2442
  msgstr ""
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr ""
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr ""
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr ""
@@ -2469,7 +2597,7 @@ msgstr ""
2469
  msgid "Canonical URL"
2470
  msgstr ""
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr ""
2481
  msgid "Link opens in a new window."
2482
  msgstr ""
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr ""
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr ""
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr ""
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr ""
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
  msgstr ""
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr ""
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr ""
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr ""
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
  msgstr ""
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
  msgstr ""
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr ""
2552
 
@@ -2554,19 +2677,19 @@ msgstr ""
2554
  msgid "Select Default Layout"
2555
  msgstr ""
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr ""
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr ""
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr ""
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr ""
2572
 
@@ -2591,12 +2714,12 @@ msgstr ""
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr ""
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr ""
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr ""
2630
  msgid "Featured Image"
2631
  msgstr ""
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr ""
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr ""
@@ -2677,32 +2800,32 @@ msgstr ""
2677
  msgid "Email address"
2678
  msgstr ""
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr ""
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr ""
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr ""
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr ""
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr ""
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr ""
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr ""
2708
 
@@ -2710,11 +2833,6 @@ msgstr ""
2710
  msgid "Genesis database upgraded."
2711
  msgstr ""
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr ""
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr ""
@@ -2735,31 +2853,31 @@ msgstr ""
2735
  msgid "Genesis"
2736
  msgstr ""
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr ""
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr ""
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr ""
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr ""
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr ""
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr ""
2765
 
@@ -2783,14 +2901,14 @@ msgstr ""
2783
  msgid "Skip to primary navigation"
2784
  msgstr ""
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr ""
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr ""
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr ""
1
+ # Translation of Genesis - Genesis 2.8 in Greek
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:34:29+0000\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: el_GR\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
  msgstr ""
197
 
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr ""
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr ""
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr ""
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "Η σελίδα που αναζητείτε δεν υπάρχει πια. Θα μπορούσατε να επιστρέψετε στην αρχική σελίδα του site <a href=\"%s\"> homepage</a> και να δείτε αν μπορείτε να βρείτε αυτό που ψάχνετε. Εναλλακτικά μπορείτε να δοκιμάσετε να το βρείτε με τις πληροφορίες που ακολουθούν."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr ""
712
 
718
  msgid "at"
719
  msgstr ""
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr ""
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr ""
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr ""
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr ""
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr ""
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr ""
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr ""
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr ""
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr ""
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
  msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
824
  msgid "Navigation"
825
  msgstr ""
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr ""
849
  msgid "Site Description (Tagline)"
850
  msgstr ""
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr ""
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr ""
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr ""
878
  msgid "Read More"
879
  msgstr ""
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr ""
884
 
886
  msgid "Read more"
887
  msgstr ""
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr ""
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr ""
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr ""
900
 
907
  msgid "Google+"
908
  msgstr ""
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr ""
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "σε"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Δευτερεύον μενού "
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr ""
955
 
958
  msgstr ""
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr ""
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr ""
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr ""
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr ""
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr ""
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr ""
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr ""
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] ""
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] ""
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] ""
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] ""
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] ""
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] ""
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] ""
1111
  msgstr[1] ""
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr ""
1120
  msgstr "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Σελίδες"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "σκριπτ για κεφαλίδα και υποσέλιδο"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Αρχική μορφή"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "Οι μηχανές αναζήτησης γενικά παραβλέπουν/ αγνοούν τις λέξεις κλειδιά."
1189
  msgid "Default"
1190
  msgstr "Default"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Επόμενη σελίδα"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Προηγούμενη σελίδα"
1199
 
1201
  msgid "ago"
1202
  msgstr "πριν"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Select / Deselect All"
1207
 
1210
  msgstr "Δεν επιλογές εξαγωγής διαθέσιμες."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Υποσέλιδο %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "Καμία ετικέτα δεν έχει επιλεχθεί"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "Υπήρξε ένα πρόβλημα κατά την εισαγωγή των ρυθμίσεων σας. Παρακαλώ δοκιμάστε ξανά."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Δευτερεύουσα πλευρική στήλη"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Αρχική Πλευρική Στήλη"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Κεφαλίδα Δεξιά"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "Δεν βρέθηκε:"
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "No Content"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Show Content Limit"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Show Excerpt"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Show Content"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Content Type"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Show Post Info"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Δείξε εικόνα"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Αυτό το κείμενο θα είνα η πρώτη παράγραφος και θα εμφανίζεται στην αρχική σελίδα."
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Τροποποιημένο κείμενο περιγραφής"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "Will display in the %s tag at the top of the first page"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Custom Archive Headline"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "Displays user profile block with Gravatar"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Link Text"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Show Category Archive Link"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "To display an unordered list of more posts from this category, please fill out the information below"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "More Text (if applicable)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Δειξε Τιτλο Αρθρου"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Στοίχιση Gravatar"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Πολύ Μεγάλο (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Μεγάλο (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Μέτριο (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "Μικρό (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Μέγεθος Gravatar"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Δείξε το gravatar συντάκτη"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Ανεβαίνοντας (1,2,3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Κατεβαίνοντας (3,2,1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Σειρά Ταξινόμησης"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Τυχαία"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Μετρητής Σχολίων"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Γονικό"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Ταξινόμηση κατά"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Number of Posts to Offset"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Κατηγορία"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Displays featured posts with thumbnails"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "More Text"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Content Character Limit"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Show Page Content"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Δείξε τίτλο σελίδας"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Καμία"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Στοίχιση Εικόνας"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Σελίδα"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Displays featured page with thumbnails"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Τίτλος"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Aναζήτηση για:"
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Αρχεία για:"
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Βρίσκεστε εδώ:"
1611
 
1618
  msgstr "Primary Sidebar Widget Area"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Αναζήτηση"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "Σχετικά"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Αρχικό Μενού"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Copyright"
1652
 
1730
  msgstr "Επιστροφή στην κορυφή της σελίδας"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr ""
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Κάντε κλικ εδώ για να ολοκληρώσετε την αναβάθμιση"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Αρχική"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Αριθμός εμφανιζόμενων άρθρων"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Όλες οι κατηγορίες"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Εμφάνιση κατηγορίας:"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Αριθμητικά"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Προηγούμενο/Επόμενο"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "μέγεθος εικόνας"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "χαρακτήρες"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Περιορισμός περιεχομένου σε"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Επιλέξτε ένα από τα παρακάτω:"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Σημερινή ημερομηνία"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Full Width Περιεχόμενο"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Λογότυπο (Εικόνα)"
1864
  msgid "Version"
1865
  msgstr "Έκδοση:"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "αρχείο περιεχομένου"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Ετικέτα σύντομου λινκ:"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "Να συμπεριληφθεί η υποστήριξη ετικετών του Windows Liver Writer;"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Ούτε. Θα βάλω το δικό μου κείμενο χειροκίνητα στην αρχική σελίδα."
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Τίτλος Ιστοσελίδας"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Δεξιά"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Αριστερά"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "Είστε βέβαιοι ότι θέλετε να επαναφέρετε αρχικές ρυθμίσεις;"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "SEO Ρυθμίσεις"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Ρομπότ Ρυθμίσεις Meta"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Το άρθρο προστατεύεται με κωδικό πρόσβασης. Εισάγετε τον κωδικό πρόσβασης για να δείτε τα σχόλια."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Πρόσφατες δημοσιεύσεις:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Μηνιαία:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Συγγραφείς:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Κατηγορίες:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Σελίδες:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr ""
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr ""
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr ""
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr ""
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr ""
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr ""
2569
  msgid "Primary Title %s"
2570
  msgstr ""
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr ""
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr ""
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr ""
2597
  msgid "Canonical URL"
2598
  msgstr ""
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr ""
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr ""
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr ""
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr ""
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr ""
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr ""
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr ""
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr ""
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
  msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr ""
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr ""
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr ""
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
  msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
  msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr ""
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr ""
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr ""
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr ""
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr ""
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr ""
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr ""
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr ""
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr ""
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr ""
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr ""
2800
  msgid "Email address"
2801
  msgstr ""
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr ""
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr ""
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr ""
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr ""
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr ""
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr ""
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr ""
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr ""
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr ""
2853
  msgid "Genesis"
2854
  msgstr ""
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr ""
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr ""
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr ""
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr ""
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr ""
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr ""
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr ""
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr ""
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr ""
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr ""
translations/en_GB.mo CHANGED
Binary file
translations/en_GB.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in English (UK)
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:34:06+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: en_GB\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr ""
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr ""
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr "Please activate a Genesis Child Theme:"
530
  msgid "Use for site title/logo"
531
  msgstr "Use for site title/logo"
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr "Check For Updates"
@@ -565,7 +697,7 @@ msgstr "Read more about 301 Redirects"
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr "Read more about Custom Canonical URL"
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr "Entry Pagination Type"
571
 
@@ -574,7 +706,7 @@ msgstr "Entry Pagination Type"
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Exclude Previously Displayed Posts?"
580
 
@@ -586,15 +718,15 @@ msgstr "Sorry, no content matched your criteria."
586
  msgid "at"
587
  msgstr "at"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "The changes you made will be lost if you navigate away from this page."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "decimal or hexidecimal entities"
600
 
@@ -620,7 +752,7 @@ msgstr "Apply %s to this archive"
620
  msgid "Robots Meta Tags"
621
  msgstr "Robots Meta Tags"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "Robots Meta Tags"
630
  msgid "Meta Keywords"
631
  msgstr "Meta Keywords"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Search Results for:"
661
  msgid "Contributor"
662
  msgstr "Contributor"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Contributors"
667
 
@@ -673,14 +805,14 @@ msgstr "Lead Developer"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "These settings apply to any page given the \"Blog\" page template, not the home page or post archive pages."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Homepage"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "Posts Page"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Blog Page Template"
692
  msgid "Navigation"
693
  msgstr "Navigation"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Header"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "The meta description can be used to determine the text used under the title on search engine result pages."
@@ -717,17 +849,17 @@ msgstr "If you leave the document title field blank, your site&#8217;s title wil
717
  msgid "Site Description (Tagline)"
718
  msgstr "Site Description (Tagline)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "If the title consists of two parts (original title and optional addition), then the separator will go in-between them."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Document Title Separator"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Determines which side the added title text will go on."
@@ -746,7 +878,7 @@ msgstr "Add site description (tagline) to %s on home page?"
746
  msgid "Read More"
747
  msgstr "Read More"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Search this website"
752
 
@@ -754,15 +886,15 @@ msgstr "Search this website"
754
  msgid "Read more"
755
  msgstr "Read more"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Go to SEO Settings &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Go to Theme Settings &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Project Leads"
768
 
@@ -775,11 +907,11 @@ msgstr "Welcome to Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Use for site title/logo:"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "on"
785
 
@@ -817,7 +949,7 @@ msgstr "Custom Text Content"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Secondary Navigation Menu"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Header Left"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Extended page link text"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Footer %d widget area."
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "This is the secondary sidebar if you are using a three column site layout option."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "This is the primary sidebar if you are using a two or three column site layout option."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
844
 
@@ -867,8 +999,8 @@ msgstr "Colour Style:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Adjacent Posts %s link tags"
911
  msgid "Layout Settings"
912
  msgstr "Layout Settings"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Theme SEO Settings"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "and"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s second"
931
  msgstr[1] "%s seconds"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s minute"
939
  msgstr[1] "%s minutes"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s hour"
947
  msgstr[1] "%s hours"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s day"
955
  msgstr[1] "%s days"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s week"
963
  msgstr[1] "%s weeks"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "%s month"
971
  msgstr[1] "%s months"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s year"
979
  msgstr[1] "%s years"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "seconds"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "404 Page"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Pages"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Front Page"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Front Page"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Header and Footer Scripts"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Comments and Trackbacks"
1023
  msgid "Default Layout"
1024
  msgstr "Default Layout"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "Keywords are generally ignored by Search Engines."
@@ -1057,11 +1189,11 @@ msgstr "Choose the file from your computer and click \"Upload file and Import\""
1057
  msgid "Default"
1058
  msgstr "Default"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Next Page"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Previous Page"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Previous Page"
1069
  msgid "ago"
1070
  msgstr "ago"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Select / Deselect All"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "No export options available."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Footer %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "No Label Selected"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "No Label Selected"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "There was a problem importing your settings. Please try again."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Secondary Sidebar"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Primary Sidebar"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Header Right"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "Not found: "
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "No Content"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Show Content Limit"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Show Excerpt"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Show Content"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Content Type"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Show Post Info"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Show Featured Image"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Show Featured Image"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "This text will be the first paragraph, and display on the first page"
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Custom Description Text"
@@ -1149,7 +1281,7 @@ msgstr "Custom Description Text"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "Will display in the %s tag at the top of the first page"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Custom Archive Headline"
@@ -1298,93 +1430,93 @@ msgstr "Genesis - User Profile"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "Displays user profile block with Gravatar"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Link Text"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Show Category Archive Link"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "To display an unordered list of more posts from this category, please fill out the information below"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "More Text (if applicable)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Show Post Title"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Gravatar Alignment"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Extra Large (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Large (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Medium (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "Small (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Gravatar Size"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Show Author Gravatar"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Ascending (1, 2, 3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Descending (3, 2, 1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Sort Order"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Random"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Comment Count"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Parent"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Order By"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Number of Posts to Offset"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Category"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Genesis - Featured Posts"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Displays featured posts with thumbnails"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "More Text"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Content Character Limit"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Show Page Content"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Show Page Title"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "None"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Image Alignment"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Page"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Genesis - Featured Page"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Displays featured page with thumbnails"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Title"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Search for "
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Archives for "
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "You are here: "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Primary Sidebar Widget Area"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Search"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "About"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Posts"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Primary Navigation Menu"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Return to top of page"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Click here to complete the upgrade"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Home"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Number of Posts to Show"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "All Categories"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "All Categories"
1627
  msgid "Display which category"
1628
  msgstr "Display which category"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Numeric"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Previous / Next"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Image Size"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "characters"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Limit content to"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Select one of the following"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "RSS feed links"
1708
  msgid "Today's date"
1709
  msgstr "Today's date"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Full Width Content"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Image logo"
@@ -1730,14 +1864,14 @@ msgstr "Released"
1730
  msgid "Version"
1731
  msgstr "Version"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Content Archives"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "Include Shortlink tag?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "Shortlink Tag"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "Include Windows Live Writer Support Tag?"
@@ -1858,30 +1992,30 @@ msgstr "Apply %s to the home page?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "I'll manually wrap my own text on the home page"
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Site Title"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Right"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Left"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Are you sure you want to reset?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Homepage Settings"
1916
  msgid "SEO Settings"
1917
  msgstr "SEO Settings"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "Apply %s to this post/page"
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Robots Meta Settings"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Custom Document Title"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "This post is password protected. Enter the password to view comments."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Recent Posts:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Monthly:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Authors:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Categories:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Pages:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr "This is specific to Genesis settings and does not includes posts, pages,
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr "This allows you to import or export Genesis Settings."
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr "data in style sheet files"
2330
 
@@ -2416,17 +2544,17 @@ msgstr "The Custom Document Title sets the page title as seen in browsers and se
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr "Directories"
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr "Archiving"
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr "Indexing"
@@ -2441,17 +2569,17 @@ msgstr "Windows Live Writer"
2441
  msgid "Primary Title %s"
2442
  msgstr "Primary Title %s"
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr "Additions on right"
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr "Additions on left"
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr "Document Title Order"
@@ -2469,7 +2597,7 @@ msgstr ""
2469
  msgid "Canonical URL"
2470
  msgstr "Canonical URL"
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr "Document Title"
2481
  msgid "Link opens in a new window."
2482
  msgstr "Link opens in a new window."
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr "- None -"
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr "Display the featured image?"
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr "Limit content to how many characters? (0 for no limit)"
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr "Breadcrumbs on Attachment/Media"
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
- msgstr "Breadcrumbs on 404 Page"
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr "Breadcrumbs on Archives"
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr "Breadcrumbs on Pages"
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr "Breadcrumbs on Single Posts"
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
- msgstr "Breadcrumbs on Posts Page"
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
- msgstr "Breadcrumbs on Front Page"
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr "Breadcrumbs on Home Page"
2552
 
@@ -2554,19 +2677,19 @@ msgstr "Breadcrumbs on Home Page"
2554
  msgid "Select Default Layout"
2555
  msgstr "Select Default Layout"
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr "Site Layout"
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr "Select Colour Style"
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr "Colour Scheme"
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr "Dynamic Text"
2572
 
@@ -2591,12 +2714,12 @@ msgstr "Sitemap"
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr "Author Archive SEO Settings"
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr "Footer Scripts"
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr "Image Alignment:"
2630
  msgid "Featured Image"
2631
  msgstr "Featured Image"
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr "Entry excerpts"
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr "Entry content"
@@ -2677,32 +2800,32 @@ msgstr "Redirect Custom Feed?"
2677
  msgid "Email address"
2678
  msgstr "Email address"
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr "Updates"
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr "Secondary Sidebar, Content, Primary Sidebar"
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr "Secondary Sidebar, Primary Sidebar, Content"
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr "Content, Primary Sidebar, Secondary Sidebar"
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr "Primary Sidebar, Content"
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr "Content, Primary Sidebar"
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr "about "
2708
 
@@ -2710,11 +2833,6 @@ msgstr "about "
2710
  msgid "Genesis database upgraded."
2711
  msgstr "Genesis database upgraded."
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr ""
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr "Blog"
@@ -2735,31 +2853,31 @@ msgstr "http://my.studiopress.com/themes/genesis/"
2735
  msgid "Genesis"
2736
  msgstr "Genesis"
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr "Content Post Info"
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr "Exclude Sticky Posts?"
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr "Centre"
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr "(no title)"
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr "Current page"
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr "Page "
2765
 
@@ -2783,14 +2901,14 @@ msgstr "Skip to content"
2783
  msgid "Skip to primary navigation"
2784
  msgstr "Skip to primary navigation"
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr "Widgets in this widget area will display after single entries."
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr "After Entry"
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
1
+ # Translation of Genesis - Genesis 2.8 in English (UK)
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:34:06+0000\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: en_GB\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
  msgstr ""
69
 
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr ""
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr ""
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr "Use for site title/logo"
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr "Check For Updates"
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr "Read more about Custom Canonical URL"
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr "Entry Pagination Type"
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Exclude Previously Displayed Posts?"
712
 
718
  msgid "at"
719
  msgstr "at"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "The changes you made will be lost if you navigate away from this page."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "decimal or hexidecimal entities"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "Robots Meta Tags"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Meta Keywords"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Contributor"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Contributors"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "These settings apply to any page given the \"Blog\" page template, not the home page or post archive pages."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Homepage"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Navigation"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "The meta description can be used to determine the text used under the title on search engine result pages."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Site Description (Tagline)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "If the title consists of two parts (original title and optional addition), then the separator will go in-between them."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Document Title Separator"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Determines which side the added title text will go on."
878
  msgid "Read More"
879
  msgstr "Read More"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Search this website"
884
 
886
  msgid "Read more"
887
  msgstr "Read more"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Go to SEO Settings &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Go to Theme Settings &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Project Leads"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Use for site title/logo:"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "on"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Secondary Navigation Menu"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Header Left"
955
 
958
  msgstr "Extended page link text"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Footer %d widget area."
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "This is the secondary sidebar if you are using a three column site layout option."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "This is the primary sidebar if you are using a two or three column site layout option."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Layout Settings"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Theme SEO Settings"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "and"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s seconds"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s minutes"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s hours"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s days"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s weeks"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "%s months"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s year"
1111
  msgstr[1] "%s years"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "seconds"
1120
  msgstr "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Pages"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Header and Footer Scripts"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Default Layout"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "Keywords are generally ignored by Search Engines."
1189
  msgid "Default"
1190
  msgstr "Default"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Next Page"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Previous Page"
1199
 
1201
  msgid "ago"
1202
  msgstr "ago"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Select / Deselect All"
1207
 
1210
  msgstr "No export options available."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Footer %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "No Label Selected"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "There was a problem importing your settings. Please try again."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Secondary Sidebar"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Primary Sidebar"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Header Right"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "Not found: "
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "No Content"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Show Content Limit"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Show Excerpt"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Show Content"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Content Type"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Show Post Info"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Show Featured Image"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "This text will be the first paragraph, and display on the first page"
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Custom Description Text"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "Will display in the %s tag at the top of the first page"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Custom Archive Headline"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "Displays user profile block with Gravatar"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Link Text"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Show Category Archive Link"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "To display an unordered list of more posts from this category, please fill out the information below"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "More Text (if applicable)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Show Post Title"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Gravatar Alignment"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Extra Large (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Large (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Medium (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "Small (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Gravatar Size"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Show Author Gravatar"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Ascending (1, 2, 3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Descending (3, 2, 1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Sort Order"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Random"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Comment Count"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Parent"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Order By"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Number of Posts to Offset"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Category"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Displays featured posts with thumbnails"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "More Text"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Content Character Limit"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Show Page Content"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Show Page Title"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "None"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Image Alignment"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Page"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Displays featured page with thumbnails"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Title"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Search for "
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Archives for "
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "You are here: "
1611
 
1618
  msgstr "Primary Sidebar Widget Area"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Search"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "About"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Primary Navigation Menu"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Copyright"
1652
 
1730
  msgstr "Return to top of page"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr ""
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Click here to complete the upgrade"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Home"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Number of Posts to Show"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "All Categories"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Display which category"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Numeric"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Previous / Next"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Image Size"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "characters"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Limit content to"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Select one of the following"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Today's date"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Full Width Content"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Image logo"
1864
  msgid "Version"
1865
  msgstr "Version"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Content Archives"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Shortlink Tag"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "Include Windows Live Writer Support Tag?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "I'll manually wrap my own text on the home page"
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Site Title"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Right"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Left"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "Are you sure you want to reset?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "SEO Settings"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Robots Meta Settings"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "This post is password protected. Enter the password to view comments."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Recent Posts:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Monthly:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Authors:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Categories:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Pages:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr "This allows you to import or export Genesis Settings."
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr "data in style sheet files"
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr "Directories"
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr "Archiving"
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr "Indexing"
2569
  msgid "Primary Title %s"
2570
  msgstr "Primary Title %s"
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr "Additions on right"
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr "Additions on left"
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr "Document Title Order"
2597
  msgid "Canonical URL"
2598
  msgstr "Canonical URL"
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr "Link opens in a new window."
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr ""
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr ""
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr "Display the featured image?"
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr "Limit content to how many characters? (0 for no limit)"
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr ""
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr ""
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr "Breadcrumbs on Attachment/Media"
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
+ msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr "Breadcrumbs on Archives"
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr "Breadcrumbs on Pages"
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr "Breadcrumbs on Single Posts"
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
+ msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
+ msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr "Breadcrumbs on Home Page"
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr "Select Default Layout"
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr "Site Layout"
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr "Select Colour Style"
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr "Colour Scheme"
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr "Dynamic Text"
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr "Author Archive SEO Settings"
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr "Footer Scripts"
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr "Featured Image"
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr "Entry excerpts"
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr "Entry content"
2800
  msgid "Email address"
2801
  msgstr "Email address"
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr "Updates"
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr "Secondary Sidebar, Content, Primary Sidebar"
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr "Secondary Sidebar, Primary Sidebar, Content"
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr "Content, Primary Sidebar, Secondary Sidebar"
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr "Primary Sidebar, Content"
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr "Content, Primary Sidebar"
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr "about "
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr "Genesis database upgraded."
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr "Blog"
2853
  msgid "Genesis"
2854
  msgstr "Genesis"
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr "Content Post Info"
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr "Exclude Sticky Posts?"
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr "Centre"
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr "(no title)"
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr "Current page"
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr "Page "
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr "Skip to primary navigation"
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr "Widgets in this widget area will display after single entries."
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr "After Entry"
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
translations/es_ES.mo CHANGED
Binary file
translations/es_ES.po CHANGED
@@ -1,75 +1,207 @@
1
- # Translation of Genesis - Genesis 2.7 in Spanish (Spain)
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2018-12-12 11:07:32+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: es\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
-
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
- msgstr "Mantenemos un registro de cambios detallado para cada lanzamiento. El registro de cambios para Genesis 2.7 lo puedes encontrar <a href=\"%s\">aquí</a>."
17
-
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
- msgstr "Los detalles"
21
-
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
- msgstr "Creemos que ésta es una mejor inversión a largo plazo en el mantenimiento y la calidad de Genesis Framework, abriendo el camino a nuevas experiencias y mejores productos en el ecosistema de Génesis."
25
-
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
- msgstr "Hemos comenzado a mover el código a clases, cuando es apropiado, y estamos moviendo gran parte del comportamiento por defecto de Genesis hacia ficheros de configuración sencillos de leer."
29
-
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
- msgstr "Es posible que no consigamos modernizar toda la base de código de una sola vez, pero podemos ir mejorándola en cada nueva actualización. Y eso es exactamente lo que hemos hecho en Genesis 2.7."
33
-
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
- msgstr "¡Genesis tiene casi una década! Lo que significa que usa algunos métodos de codificación a los que les puede venir bien una actualización."
37
 
38
  #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
- msgstr "Una arquitectura más moderna"
 
 
 
 
41
 
42
  #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
- msgstr "¡Porque estamos tratando de ser buenos ciudadanos de internet! Y aunque no podemos empezar a exigir PHP 7.2 inmediatamente, estamos empezando a incrementar, poco a poco, los requerimientos en Genesis, para animar a los usuarios a actualizar las versiones antiguas de PHP. Además eso nos permite la posibilidad de crear nuevas características basadas en herramientas más modernas que solo están disponibles en versiones mas modernas de PHP."
45
 
46
  #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
- msgstr "¿Por qué?"
49
 
50
  #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
- msgstr "Genesis 2.7 necesita la version 5.3 o superior de PHP para funcionar correctamente."
53
 
54
  #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
- msgstr "PHP 5.3"
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
- msgstr "Aunque Genesis 2.7 no incluye ninguna característica basada directamente en WordPress 5.0 o en el editor Gutenberg, hemos dedicado mucho tiempo en preparar la estructura del código de Genesis para las nuevas características que se integrarán finalmente con WordPress 5.0."
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
- msgstr "¡WordPress 5.0 está a punto de llegar y queremos asegurarnos de que tu sitio está preparado!"
65
 
66
  #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
68
- msgstr "Preparándonos para WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
72
- msgstr "Además de las típicas mejoras de rendimiento y arreglo de fallos, Genesis 2.7 está enfocada en actualizar algunos componentes vitales de la arquitectura y pretende modernizar la base de código para estar preparado para algunas emocionantes actualizaciones del futuro."
 
 
 
 
 
 
 
 
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
75
  msgid "AdSense publisher ID"
@@ -91,11 +223,11 @@ msgstr "Se puede introducir una lista de palabras clave relevante, separada por
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr "El texto introducido en el campo de Meta descripción se usa como breve descripción y aparece debajo del título en las páginas de resultado mostradas por los motores de búsqueda."
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr "Siguiente entrada:"
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr "Entrada anterior:"
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr "Actualizar el correo para notificaciones"
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr "Datos del archivo de autor de Genesis"
124
 
@@ -129,18 +261,18 @@ msgstr "Utilizando Genesis %s."
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr "Genesis requiere la versión %1$s o superior de PHP. Estás usando la versión %2$s. Por favor, <a href=\"%3$s\">actualiza la versión de PHP</a> para usar Genesis."
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr "Genesis requiere la versión %1$s o superior de Genesis. Estás utilizando la versión %2$s. Por favor, actualiza WordPress para usar Genesis."
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr "¿No tienes AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>¡Haz clic aquí</a> para unirte!"
146
 
@@ -178,11 +310,11 @@ msgstr "Personalización Genesis"
178
  msgid "Genesis Blue"
179
  msgstr "Genesis Blue"
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr "Fecha de modificación"
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr "Fecha de publicación"
188
 
@@ -207,11 +339,11 @@ msgstr "Salida de AdSense"
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr "Tu tema hijo usa encabezados accesibles. Si dejas esto en blanco, se usará el encabezado accesible por defecto."
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr "Secundario"
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr "Principal"
217
 
@@ -233,156 +365,156 @@ msgstr "¡Hola! ¿Sabías que ahora puedes configurar los ajustes de SEO con la
233
  msgid "Google Adsense"
234
  msgstr "Google Adsense"
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr "Scripts de cabecera/pie de página"
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr "Selecciona las páginas que deben mostrar migas de pan."
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr "Selecciona las estructuras del sitio"
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr "Introduce tu ID de editor de AdSense (ca-pub-xxxxxxxxxxxxx) para activar los Anuncios Automáticos de AdSense"
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr "ID de editor"
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr "Debes activar los Anuncios Automáticos en tu cuenta de AdSense para que esta característica funcione correctamente. <a href=\"%s\">Haz clic aquí para activarlos.</a>"
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr "Google AdSense"
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr "Si nos proporcionas tu dirección de correo electrónico, te avisaremos cuando haya disponible una nueva versión de Genesis."
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr "Dirección de correo electrónico"
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr "Marcando esta casilla permites que Genesis compruebe periódicamente si hay actualizaciones."
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr "Personalizar los ajustes del tema."
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr "¿Aplicar noydir a todo el sitio?"
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr "¿Aplicar noodp a todo el sitio?"
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr "Sitio completo"
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr "Aplicar noarchive a las siguientes páginas de archivo."
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr "Resultados de búsqueda"
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr "Archivos por fecha"
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr "Archivos de Autor"
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr "Archivos de etiquetas"
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr "Archivos de categoría"
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr "Aplicar noindex a las siguientes páginas de archivo."
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr "¿Incluir la etiqueta shortlink?"
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr "Etiquetas rel link para entradas adjacentes"
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr "Por defecto, WordPress coloca varias etiquetas en el título de tu documento. La mayoría de estas etiquetas no son necesarias, no ayudan al SEO y hacen que tu sitio cargue más lento. Elige las etiquetas que te gustaría incluir en el título del documento. Si no sabes lo que es algo, déjalo desactivado."
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr "Cabecera del documento"
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr "Aplicar noarchive a la página de inicio"
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr "Aplicar nofollow en la página de inicio"
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr "Aplicar noindex a la página de inicio"
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr "¿Añadir la descripción corta del sitio (tagline) al título de documento en la página de inicio?"
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr "Si dejas el campo vacío se usará el título de tu sitio."
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr "Título de documento de la página de inicio"
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr "Descripción corta del sitio (tagline)"
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr "Título H1 primario"
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr "¿Añadir el nombre del sitio al título de página en páginas interiores? "
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr "Personalizar varios ajustes de SEO del tema."
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr "Cambios"
388
 
@@ -530,7 +662,7 @@ msgstr "Por favor, activa un tema hijo de Genesis:"
530
  msgid "Use for site title/logo"
531
  msgstr "Uso para el título / logo del sitio"
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr "Buscar actualizaciones"
@@ -565,7 +697,7 @@ msgstr "Leer más sobre las redirecciones 301"
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr "Obtén más información sobre la URL canónica personalizada"
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr "Tipo de paginación de entrada"
571
 
@@ -574,7 +706,7 @@ msgstr "Tipo de paginación de entrada"
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "La página que buscas ya no existe. Puedes volver a la <a href=\"%s\">portada</a> y ver si puedes encontrar lo que buscas. O puedes intentar encontrarlo con la información de debajo."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "¿Excluir entradas mostradas anteriormente?"
580
 
@@ -586,15 +718,15 @@ msgstr "Lo siento, ningún contenido coincide con tu búsqueda."
586
  msgid "at"
587
  msgstr "en"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "Si actualizas Genesis sobrescribirás la versión que tienes instalada. ¿Seguro que quieres actualizar?. \"Cancelar\" para abortar, \"Aceptar\" para actualizar."
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "Los cambios que has realizado se perderán si te vas de esta página."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "entidades decimales o hexadecimales"
600
 
@@ -620,7 +752,7 @@ msgstr "Aplicar %s a este archivo"
620
  msgid "Robots Meta Tags"
621
  msgstr "Meta etiquetas robots"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "Meta etiquetas robots"
630
  msgid "Meta Keywords"
631
  msgstr "Meta palabras clave"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Resultados de buscar:"
661
  msgid "Contributor"
662
  msgstr "Colaborador"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Colaboradores"
667
 
@@ -673,13 +805,13 @@ msgstr "Desarrollador principal"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Estos ajustes se aplican a cualquier plantilla tipo blog, pero no en la página de inicio o a las páginas de archivo de entradas."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Página de inicio"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
  msgstr "Página de entradas"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
@@ -692,7 +824,7 @@ msgstr "Estructura de página del blog"
692
  msgid "Navigation"
693
  msgstr "Navegación"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Cabecera"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr "Por defecto, WordPress coloca varias etiquetas en el %1$s de tu documento. La mayoría de estas etiquetas son completamente innecesarias, y no proporcionan ningún valor para %2$s; simplemente hacen que tu sitio tarde más en cargar. Elige qué etiquetas quieres incluir en el %1$s de tu documento. Si no sabes qué es algo, déjalo sin marcar."
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "La meta descripción puede utilizarse para determinar el texto utilizado bajo el título en las páginas de resultados de los buscadores."
@@ -717,17 +849,17 @@ msgstr "Si dejas en blanco el campo de título del documento, se usará el títu
717
  msgid "Site Description (Tagline)"
718
  msgstr "Descripción corta del sitio (Tagline)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Si el título se compone de dos partes (título original y adición opcional), el separador va entre ellas."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Separador del título del documento"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Determinar a qué lado irá ubicado el título añadido."
@@ -746,7 +878,7 @@ msgstr "Añadir la descripción corta del sitio (tagline) al %s de la página de
746
  msgid "Read More"
747
  msgstr "Leer más"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Buscar en esta web"
752
 
@@ -754,15 +886,15 @@ msgstr "Buscar en esta web"
754
  msgid "Read more"
755
  msgstr "Leer más"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Ir a los ajustes de SEO &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Ir a ajustes del tema &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Jefes de proyecto"
768
 
@@ -775,11 +907,11 @@ msgstr "Bienvenido a Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Usar para el título/logo del sitio:"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "en"
785
 
@@ -817,7 +949,7 @@ msgstr "Contenido de texto personalizado"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Menú de navegación secundario"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Cabecera izquierda"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Texto ampliado del enlace de página"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Área %d de widgets del pie de página."
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Esta es la barra lateral secundaria si estás usando una opción de plantilla de tres columnas."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Esta es la barra lateral primaria si estás usando una opción de plantilla de dos o tres columnas."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "El argumento \"context\", ha sido reemplazado por \"theme_location\" en el array $args."
844
 
@@ -867,8 +999,8 @@ msgstr "Estilo de color:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Etiquetas de enlace %s a entradas adyacentes"
911
  msgid "Layout Settings"
912
  msgstr "Ajustes de estructura"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Ajustes de SEO del tema"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "y"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s segundo"
931
  msgstr[1] "%s segundos"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s minuto"
939
  msgstr[1] "%s minutos"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s hora"
947
  msgstr[1] "%s horas"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s día"
955
  msgstr[1] "%s días"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s semana"
963
  msgstr[1] "%s semanas"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "%s mes"
971
  msgstr[1] "%s meses"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s año"
979
  msgstr[1] "%s años"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "segundos"
@@ -988,7 +1120,7 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "Estas opciones afectarán a cualquier página de entradas del blog, incluidas las páginas de archivo, autor, blog, categoría, búsqueda y etiquetas."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
  msgstr "Página 404"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
@@ -1000,7 +1132,7 @@ msgid "Pages"
1000
  msgstr "Páginas"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
  msgstr "Página de inicio"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
@@ -1009,7 +1141,7 @@ msgstr "Página de inicio"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Scripts de cabecera y pie de página"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Comentarios y trackbacks"
1023
  msgid "Default Layout"
1024
  msgstr "Estructura predeterminada"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "Las palabras clave generalmente son ignoradas por los motores de búsqueda."
@@ -1057,11 +1189,11 @@ msgstr "Selecciona el archivo en tu ordenador y haz clic en \"Subir archivo e im
1057
  msgid "Default"
1058
  msgstr "Por defecto"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Página siguiente"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Página anterior"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Página anterior"
1069
  msgid "ago"
1070
  msgstr "atrás"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Seleccionar / Deseleccionar todo"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "No hay opciones de exportación disponibles."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Pie de página %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "Ninguna etiqueta seleccionada"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "Ninguna etiqueta seleccionada"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "Se ha producido un problema al importar tus ajustes. Vuelve a intentarlo, por favor."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Barra lateral secundaria"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Barra lateral primaria"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Cabecera derecha"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "No encontrado: "
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "Sin contenido"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Mostrar límite del contenido"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Mostrar extracto"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Mostrar contenido"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Tipo de contenido"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Mostrar información de la entrada"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Mostrar imagen destacada"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Mostrar imagen destacada"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Este texto será el primer párrafo, y se mostrará en la primera página"
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Texto de descripción personalizado"
@@ -1149,7 +1281,7 @@ msgstr "Texto de descripción personalizado"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "Mostrará en la etiqueta %s en la parte superior de la primera página"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Título de archivo personalizado"
@@ -1298,93 +1430,93 @@ msgstr "Genesis - Perfil de usuario"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "Muestra el bloque del perfil del usuario con Gravatar"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Texto del enlace"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Mostrar el enlace al archivo de la categoría"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "Para mostrar una lista desordenada con más entradas de esta categoría, rellena la siguiente información"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "Leer más (si corresponde)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Mostrar título de la entrada"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Alineación del Gravatar"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Muy Grande (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Grande (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Mediano (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "Pequeño (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Tamaño del Gravatar"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Mostrar Gravatar del autor"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Ascendente (1, 2, 3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Descendente (3, 2, 1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Sentido del orden"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Aleatorio"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Cantidad de comentarios"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Padre"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Ordenar por"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Número de entradas que saltar"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Categoría"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Genesis - Entradas destacadas"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Muestra las entradas destacadas con miniaturas"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "Texto Leer más"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Límite de caracteres del contenido"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Mostrar contenido de la página"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Mostrar título de la página"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Ninguno"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Alineación de la imagen"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Página"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Genesis - Página Destacada"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Muestra la página destacada con miniaturas"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Título"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Buscar"
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Archivos para "
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Estás aquí: "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Área de widgets de la barra lateral primaria"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Buscar"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "Acerca de"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Entradas"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Menú de navegación primario"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Volver al comienzo de la página"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Genesis %s está disponible. Este tema cuenta con actualizaciones en un clic, entrar al escritorio y actualiza en cuanto lo consideres conveniente."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr "Génesis %1$s está disponible para %2$s"
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Haz clic aquí para completar la actualización"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Inicio"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Número de entradas a mostrar"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Todas las categorías"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Todas las categorías"
1627
  msgid "Display which category"
1628
  msgstr "Qué categoría mostrar"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Númerica"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Anterior / Siguiente"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Tamaño de imagen"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "caracteres"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Limitar el contenido a"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Selecciona una opción de las siguientes"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "Enlaces al feed RSS"
1708
  msgid "Today's date"
1709
  msgstr "Fecha actual"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Contenido de Ancho Completo"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Imagen del logo"
@@ -1730,14 +1864,14 @@ msgstr "Publicado"
1730
  msgid "Version"
1731
  msgstr "Versión"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Archivos de contenido"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "¿Incluir la etiqueta de enlace corto?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "Etiqueta de enlace corto"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "¿Incluir etiqueta de Windows Live Writer?"
@@ -1858,30 +1992,30 @@ msgstr "¿Aplicar %s a la página de Inicio?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Envolveré manualmente mi propio texto en la página de inicio"
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Título del sitio"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Derecha"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Izquierda"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "¿Estás seguro de que quieres restablecer?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Ajustes de la Página Inicial"
1916
  msgid "SEO Settings"
1917
  msgstr "Ajustes de SEO"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "Aplicar %s a esta entrada/página"
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Ajustes de meta robtos"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Título personalizado del documento"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Esta entrada está protegida. Introduce la contraseña para ver los comentarios."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Entradas recientes:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Mensual:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Autores:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Categorías:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Páginas:"
1977
 
@@ -2280,12 +2414,6 @@ msgstr "Esto es específico para la configuración de Génesis y no incluye los
2280
  msgid "This allows you to import or export Genesis Settings."
2281
  msgstr "Con esto puedes importar o exportar los ajustes de Genesis."
2282
 
2283
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2284
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2285
- #: lib/functions/upgrade.php:801
2286
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2287
- msgstr "Genesis %1$s está disponible. <a href=\"%2$s\" %3$s>Mira las novedades</a> o <a href=\"%4$s\" %5$s>actualiza ya.</a>"
2288
-
2289
  #. translators: Opening and closing link tags to custom menu editor.
2290
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2291
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2326,7 +2454,7 @@ msgstr "La opción %1$sTexto dinámico%2$s usará en la cabecera el título y la
2326
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2327
  msgstr "Este es el %1$s. Puedes añadir contenido en este área visitando tu <a href=\"%2$s\">Panel de Widgets</a> y añadiendo nuevos widgets en este área."
2328
 
2329
- #: lib/functions/deprecated.php:424
2330
  msgid "data in style sheet files"
2331
  msgstr "datos en archivos de hoja de estilos"
2332
 
@@ -2418,17 +2546,17 @@ msgstr "El título personalizado de documento estableces el título de la págin
2418
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2419
  msgstr "Puedes importar un archivo previamente exportado. El nombre del archivo empezará por %s seguido de una o más cadenas de texto indicando los ajustes que contiene, seguido finalmente por la fecha y hora a la que fue exportado."
2420
 
2421
- #: config/customizer-seo-settings.php:276
2422
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2423
  msgid "Directories"
2424
  msgstr "Directorios"
2425
 
2426
- #: config/customizer-seo-settings.php:221
2427
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2428
  msgid "Archiving"
2429
  msgstr "Archivado"
2430
 
2431
- #: config/customizer-seo-settings.php:174
2432
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2433
  msgid "Indexing"
2434
  msgstr "Indexación"
@@ -2443,17 +2571,17 @@ msgstr "Windows Live Writer"
2443
  msgid "Primary Title %s"
2444
  msgstr "Título primario %s"
2445
 
2446
- #: config/customizer-seo-settings.php:56
2447
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2448
  msgid "Additions on right"
2449
  msgstr "Adiciones a la derecha"
2450
 
2451
- #: config/customizer-seo-settings.php:55
2452
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2453
  msgid "Additions on left"
2454
  msgstr "Adiciones a la izquierda"
2455
 
2456
- #: config/customizer-seo-settings.php:50
2457
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2458
  msgid "Document Title Order"
2459
  msgstr "Orden del título del documento"
@@ -2471,7 +2599,7 @@ msgstr "Editar ajustes de todo el sitio"
2471
  msgid "Canonical URL"
2472
  msgstr "URL canónica"
2473
 
2474
- #: config/customizer-seo-settings.php:29
2475
  #: lib/views/help/genesis-inpost-seo.php:16
2476
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2477
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2483,72 +2611,67 @@ msgstr "Título del documento"
2483
  msgid "Link opens in a new window."
2484
  msgstr "El enlace se abre en nueva ventana."
2485
 
2486
- #: config/customizer-theme-settings.php:287
2487
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2488
- msgid "- None -"
2489
- msgstr "- Ninguno -"
2490
-
2491
- #: config/customizer-theme-settings.php:283
2492
  msgid "Featured Image Alignment"
2493
  msgstr "Alineación de la imagen destacada"
2494
 
2495
- #: config/customizer-theme-settings.php:274
2496
  msgid "Featured Image Size"
2497
  msgstr "Tamaño de la imagen destacada"
2498
 
2499
- #: config/customizer-theme-settings.php:266
2500
  msgid "Display the featured image?"
2501
  msgstr "¿Mostrar la imagen destacada?"
2502
 
2503
- #: config/customizer-theme-settings.php:258
2504
  msgid "Limit content to how many characters? (0 for no limit)"
2505
  msgstr "¿A cuántos caracteres limitar el contenido? (0 equivale a sin límite)"
2506
 
2507
- #: config/customizer-theme-settings.php:232
2508
  msgid "Enable Trackbacks on Pages"
2509
  msgstr "Activar trackbacks en las páginas"
2510
 
2511
- #: config/customizer-theme-settings.php:224
2512
  msgid "Enable Trackbacks on Posts"
2513
  msgstr "Activar trackbacks en las entradas"
2514
 
2515
- #: config/customizer-theme-settings.php:216
2516
  msgid "Enable Comments on Pages"
2517
  msgstr "Activar comentarios en las páginas"
2518
 
2519
- #: config/customizer-theme-settings.php:208
2520
  msgid "Enable Comments on Posts"
2521
  msgstr "Habilitar comentarios en entradas"
2522
 
2523
- #: config/customizer-theme-settings.php:194
2524
  msgid "Breadcrumbs on Attachment/Media"
2525
  msgstr "Migas de pan en archivos adjuntos/medios"
2526
 
2527
- #: config/customizer-theme-settings.php:186
2528
- msgid "Breadcrumbs on 404 Page"
2529
  msgstr "Migas de pan en página 404"
2530
 
2531
- #: config/customizer-theme-settings.php:178
2532
  msgid "Breadcrumbs on Archives"
2533
  msgstr "Migas de pan en archivos"
2534
 
2535
- #: config/customizer-theme-settings.php:170
2536
  msgid "Breadcrumbs on Pages"
2537
  msgstr "Migas de pan en páginas"
2538
 
2539
- #: config/customizer-theme-settings.php:162
2540
  msgid "Breadcrumbs on Single Posts"
2541
  msgstr "Migas de pan en entradas individuales"
2542
 
2543
- #: config/customizer-theme-settings.php:154
2544
- msgid "Breadcrumbs on Posts Page"
2545
  msgstr "Migas de pan en la página de entradas"
2546
 
2547
- #: config/customizer-theme-settings.php:145
2548
- msgid "Breadcrumbs on Front Page"
2549
  msgstr "Migas de pan en la página de inicio"
2550
 
2551
- #: config/customizer-theme-settings.php:136
2552
  msgid "Breadcrumbs on Homepage"
2553
  msgstr "Migas de pan en la página de inicio"
2554
 
@@ -2556,19 +2679,19 @@ msgstr "Migas de pan en la página de inicio"
2556
  msgid "Select Default Layout"
2557
  msgstr "Selecciona la estructura por defecto"
2558
 
2559
- #: config/customizer-theme-settings.php:114
2560
  msgid "Site Layout"
2561
  msgstr "Estructura del sitio"
2562
 
2563
- #: config/customizer-theme-settings.php:102
2564
  msgid "Select Color Style"
2565
  msgstr "Selecciona un estilo de color"
2566
 
2567
- #: config/customizer-theme-settings.php:98
2568
  msgid "Color Scheme"
2569
  msgstr "Esquema de color"
2570
 
2571
- #: config/customizer-theme-settings.php:66
2572
  msgid "Dynamic Text"
2573
  msgstr "Texto dinámico"
2574
 
@@ -2593,12 +2716,12 @@ msgstr "Mapa del sitio"
2593
  msgid "Author Archive SEO Settings"
2594
  msgstr "Ajustes SEO para los archivos de autor"
2595
 
2596
- #: config/customizer-theme-settings.php:325
2597
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2598
  msgid "Footer Scripts"
2599
  msgstr "Scripts del pie de página"
2600
 
2601
- #: config/customizer-theme-settings.php:315
2602
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2603
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2604
  msgid "Header Scripts"
@@ -2632,12 +2755,12 @@ msgstr "Alineación de imagen:"
2632
  msgid "Featured Image"
2633
  msgstr "Imagen destacada"
2634
 
2635
- #: config/customizer-theme-settings.php:251
2636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2637
  msgid "Entry excerpts"
2638
  msgstr "Extracto de la entrada"
2639
 
2640
- #: config/customizer-theme-settings.php:250
2641
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2642
  msgid "Entry content"
2643
  msgstr "Contenido de la entrada"
@@ -2679,32 +2802,32 @@ msgstr "¿Redireccionar el feed personalizado?"
2679
  msgid "Email address"
2680
  msgstr "Dirección de correo electrónico"
2681
 
2682
- #: config/customizer-theme-settings.php:28
2683
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2684
  msgid "Updates"
2685
  msgstr "Actualizaciones"
2686
 
2687
- #: lib/functions/layout.php:58
2688
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2689
  msgstr "Barra lateral secundaria, Contenido, Barra lateral principal"
2690
 
2691
- #: lib/functions/layout.php:53
2692
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2693
  msgstr "Barra lateral secundaria, Barra lateral principal, Contenido"
2694
 
2695
- #: lib/functions/layout.php:48
2696
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2697
  msgstr "Contenido, Barra lateral principal, Barra lateral secundaria"
2698
 
2699
- #: lib/functions/layout.php:42
2700
  msgid "Primary Sidebar, Content"
2701
  msgstr "Barra lateral principal, Contenido"
2702
 
2703
- #: lib/functions/layout.php:36
2704
  msgid "Content, Primary Sidebar"
2705
  msgstr "Contenido, Barra lateral principal"
2706
 
2707
- #: lib/functions/formatting.php:100
2708
  msgid "about "
2709
  msgstr "acerca de "
2710
 
@@ -2712,11 +2835,6 @@ msgstr "acerca de "
2712
  msgid "Genesis database upgraded."
2713
  msgstr "Base de datos de Genesis actualizada."
2714
 
2715
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2716
- #: lib/functions/upgrade.php:740
2717
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2718
- msgstr "Felicidades, ¡ahora estás en la versión de Genesis %1$s! <a href=\"%2$s\">Ver las novedades de %3$s</a>."
2719
-
2720
  #. Template Name of the plugin/theme
2721
  msgid "Blog"
2722
  msgstr "Blog"
@@ -2737,31 +2855,31 @@ msgstr "http://my.studiopress.com/themes/genesis/"
2737
  msgid "Genesis"
2738
  msgstr "Genesis"
2739
 
2740
- #: lib/widgets/featured-post-widget.php:544
2741
  msgid "Content Post Info"
2742
  msgstr "Información del contenido de la entrada"
2743
 
2744
- #: lib/widgets/featured-post-widget.php:464
2745
  msgid "Exclude Sticky Posts?"
2746
  msgstr "¿Excluir entradas fijas?"
2747
 
2748
- #: config/customizer-theme-settings.php:290
2749
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2750
- #: lib/widgets/featured-page-widget.php:313
2751
- #: lib/widgets/featured-post-widget.php:522
2752
  msgid "Center"
2753
  msgstr "Centrado"
2754
 
2755
- #: lib/widgets/featured-page-widget.php:122
2756
- #: lib/widgets/featured-post-widget.php:163
2757
  msgid "(no title)"
2758
  msgstr "(sin título)"
2759
 
2760
- #: lib/structure/post.php:820
2761
  msgid "Current page"
2762
  msgstr "Página actual"
2763
 
2764
- #: lib/structure/post.php:414 lib/structure/post.php:793
2765
  msgid "Page "
2766
  msgstr "Página "
2767
 
@@ -2785,14 +2903,14 @@ msgstr "Saltar al contenido"
2785
  msgid "Skip to primary navigation"
2786
  msgstr "Saltar a la navegación principal"
2787
 
2788
- #: lib/functions/widgetize.php:210
2789
  msgid "Widgets in this widget area will display after single entries."
2790
  msgstr "Los widgets en este área de widgets se mostrarán debajo de las entradas individuales."
2791
 
2792
- #: lib/functions/widgetize.php:209
2793
  msgid "After Entry"
2794
  msgstr "Después de la entrada"
2795
 
2796
- #: lib/functions/widgetize.php:126
2797
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2798
  msgstr "Este es el área de widgets de la cabecera. Normalmente está cerca del título o el logo del sitio. Este área de widgets no está preparada para que se muestre cualquier tipo de widget, y funciona mejor con un menú personalizado, un formulario de búsqueda, o posiblemente un widget de texto."
1
+ # Translation of Genesis - Genesis 2.8 in Spanish (Spain)
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-01-17 15:31:19+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: es\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
+ msgstr "Puedes ver la característica de configuración guiada en acción usando el tema hijo <a href=\"%s\">Genesis Sample</a>, disponible actualmente en Github."
17
+
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
+ msgstr "Esta nueva funcionalidad solo requiere un fichero de configuración (cargado usando el nuevo cargador de configuración) y ¡sin código especial!"
21
 
22
  #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
+ msgstr "Simplemente instala el tema como harías de forma normal y la guía de instrucciones te conducirá a lo largo del proceso."
25
 
26
  #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
+ msgstr "Por supuesto, la página principal también puede crearse usando en nuevo editor de bloques que llegó con WordPress 5.0."
29
 
30
  #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
+ msgstr "Genesis 2.8, cuando funciona sobre WordPress 5.0 o superior, incluye la nueva herramienta de configuración guiada. Esta permite a los usuarios de un tema de Genesis importar contenido demo a la página principal, para ayudar en la puesta a punto el mismo."
33
 
34
  #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating – or too time consuming."
36
+ msgstr "A veces empezar desde cero es demasiado intimidatorio - o consume demasiado tiempo."
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
+ msgstr "¿Alguna vez has activado un tema de WordPress y te has quedado decepcionado por la primera impresión?"
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
+ msgstr "Nueva experiencia de configuración guiada en temas hijo"
45
 
46
  #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
+ msgstr "Este nuevo enfoque configuración guiada nos permitirá construir más características en Genesis, mientras que solo se cargarán las que necesita tu tema hijo. "
49
+
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
+ msgstr "Los temas hijo deben de ser simples. Pero últimamente, se han convertido cada vez en más complicados. Así en Genesis 2.8, introducimos una nueva función para localizar y cargar ficheros de configuración para configurar características de Genesis - características como la nueva experiencia de configuración guiada, imágenes personalizadas de cabecera, colores por defecto del editor y la selección del tamaño de fuente, usando el nuevo editor de bloques en WordPress 5.0."
53
+
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
+ msgstr "Temas hijo, ahora guiados por configuración"
57
+
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
+ msgstr "Genesis 2.8 ofrece a los desarrolladores nuevas herramientas para conseguir temas de Genesis con menos código y ¡mejor experiencia de usuario!"
61
+
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
+ msgstr "Atomic Blocks"
65
+
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr "Gutenberg News"
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr "Blog de StudioPress"
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr "Gutenberg Intro"
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr "Aprende sobre el nuevo editor de WordPress (Gutenberg) y a construir con bloques de contenido usando los recursos de abajo."
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr "Enlaces de ayuda"
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr "Edita tu página principal"
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr "Ver tu página principal"
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr "¡Tu configuración de la pagina principal se ha completado! Ve o edita tu página principal usando los botones de abajo."
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr "¡Todo hecho!"
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr "A continuación, vamos a añadir el contenido para hacer que tu sitio se parezca a la demo de la página principal."
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr "Contenido demo"
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr "Plugins que aseguran que el contenido de la página principal se importa y configura correctamente: %s"
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr "Plugins recomendados"
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr "O ve a configuración del tema"
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr "Configura tu página principal"
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr "Haz clic en el botón de abajo \"Configura tu página principal\" para empezar. Añadiremos los plugins necesarios y el contenido demo para crear una página principal atractiva en tu sitio web."
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr "El nuevo editor de WordPress hace más fácil la creación y personalización de la página principal con edición a tiempo real. ¡Este tema soporta el nuevo editor y la página principal personalizable!"
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr "Crea tu nueva página principal."
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr "actualiza ahora"
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr "Echa un ojo a las novedades"
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr "Genesis %1$s está disponible. %2$s or %3$s."
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr "Mira que hay de nuevo en"
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr "Enhorabuena, estás usando Genesis %1$s! %2$s"
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr "Utiliza `genesis_get_structural_wrap()` en su lugar."
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr "El valor por defecto es <em>true</em>, así que elimina el tercer argumento."
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr "Empezando"
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr "Genesis - Empezando"
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr "Hubo un error en la importación de la página %1$s. Error: %2$s"
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr "3"
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr "2"
193
 
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr "1"
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr "Mantenemos un registro de cambios detallado para cada lanzamiento. El registro de cambios para Genesis 2.7 lo puedes encontrar <a href=\"%s\">aquí</a>."
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
+ msgstr "Los detalles"
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
207
  msgid "AdSense publisher ID"
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr "El texto introducido en el campo de Meta descripción se usa como breve descripción y aparece debajo del título en las páginas de resultado mostradas por los motores de búsqueda."
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr "Siguiente entrada:"
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr "Entrada anterior:"
233
 
250
  msgstr "Actualizar el correo para notificaciones"
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr "Datos del archivo de autor de Genesis"
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr "Genesis requiere la versión %1$s o superior de PHP. Estás usando la versión %2$s. Por favor, <a href=\"%3$s\">actualiza la versión de PHP</a> para usar Genesis."
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr "Genesis requiere la versión %1$s o superior de Genesis. Estás utilizando la versión %2$s. Por favor, actualiza WordPress para usar Genesis."
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr "¿No tienes AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>¡Haz clic aquí</a> para unirte!"
278
 
310
  msgid "Genesis Blue"
311
  msgstr "Genesis Blue"
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr "Fecha de modificación"
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr "Fecha de publicación"
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr "Tu tema hijo usa encabezados accesibles. Si dejas esto en blanco, se usará el encabezado accesible por defecto."
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr "Secundario"
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr "Principal"
349
 
365
  msgid "Google Adsense"
366
  msgstr "Google Adsense"
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr "Scripts de cabecera/pie de página"
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr "Selecciona las páginas que deben mostrar migas de pan."
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr "Selecciona las estructuras del sitio"
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr "Introduce tu ID de editor de AdSense (ca-pub-xxxxxxxxxxxxx) para activar los Anuncios Automáticos de AdSense"
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr "ID de editor"
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr "Debes activar los Anuncios Automáticos en tu cuenta de AdSense para que esta característica funcione correctamente. <a href=\"%s\">Haz clic aquí para activarlos.</a>"
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr "Google AdSense"
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr "Si nos proporcionas tu dirección de correo electrónico, te avisaremos cuando haya disponible una nueva versión de Genesis."
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr "Dirección de correo electrónico"
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr "Marcando esta casilla permites que Genesis compruebe periódicamente si hay actualizaciones."
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr "Personalizar los ajustes del tema."
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr "¿Aplicar noydir a todo el sitio?"
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr "¿Aplicar noodp a todo el sitio?"
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr "Sitio completo"
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr "Aplicar noarchive a las siguientes páginas de archivo."
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr "Resultados de búsqueda"
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr "Archivos por fecha"
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr "Archivos de Autor"
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr "Archivos de etiquetas"
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr "Archivos de categoría"
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr "Aplicar noindex a las siguientes páginas de archivo."
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr "¿Incluir la etiqueta shortlink?"
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr "Etiquetas rel link para entradas adjacentes"
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr "Por defecto, WordPress coloca varias etiquetas en el título de tu documento. La mayoría de estas etiquetas no son necesarias, no ayudan al SEO y hacen que tu sitio cargue más lento. Elige las etiquetas que te gustaría incluir en el título del documento. Si no sabes lo que es algo, déjalo desactivado."
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr "Cabecera del documento"
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr "Aplicar noarchive a la página de inicio"
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr "Aplicar nofollow en la página de inicio"
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr "Aplicar noindex a la página de inicio"
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr "¿Añadir la descripción corta del sitio (tagline) al título de documento en la página de inicio?"
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr "Si dejas el campo vacío se usará el título de tu sitio."
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr "Título de documento de la página de inicio"
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr "Descripción corta del sitio (tagline)"
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr "Título H1 primario"
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr "¿Añadir el nombre del sitio al título de página en páginas interiores? "
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr "Personalizar varios ajustes de SEO del tema."
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr "Cambios"
520
 
662
  msgid "Use for site title/logo"
663
  msgstr "Uso para el título / logo del sitio"
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr "Buscar actualizaciones"
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr "Obtén más información sobre la URL canónica personalizada"
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr "Tipo de paginación de entrada"
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "La página que buscas ya no existe. Puedes volver a la <a href=\"%s\">portada</a> y ver si puedes encontrar lo que buscas. O puedes intentar encontrarlo con la información de debajo."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "¿Excluir entradas mostradas anteriormente?"
712
 
718
  msgid "at"
719
  msgstr "en"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "Si actualizas Genesis sobrescribirás la versión que tienes instalada. ¿Seguro que quieres actualizar?. \"Cancelar\" para abortar, \"Aceptar\" para actualizar."
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "Los cambios que has realizado se perderán si te vas de esta página."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "entidades decimales o hexadecimales"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "Meta etiquetas robots"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Meta palabras clave"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Colaborador"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Colaboradores"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Estos ajustes se aplican a cualquier plantilla tipo blog, pero no en la página de inicio o a las páginas de archivo de entradas."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Página de inicio"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
  msgstr "Página de entradas"
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
824
  msgid "Navigation"
825
  msgstr "Navegación"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr "Por defecto, WordPress coloca varias etiquetas en el %1$s de tu documento. La mayoría de estas etiquetas son completamente innecesarias, y no proporcionan ningún valor para %2$s; simplemente hacen que tu sitio tarde más en cargar. Elige qué etiquetas quieres incluir en el %1$s de tu documento. Si no sabes qué es algo, déjalo sin marcar."
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "La meta descripción puede utilizarse para determinar el texto utilizado bajo el título en las páginas de resultados de los buscadores."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Descripción corta del sitio (Tagline)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Si el título se compone de dos partes (título original y adición opcional), el separador va entre ellas."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Separador del título del documento"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Determinar a qué lado irá ubicado el título añadido."
878
  msgid "Read More"
879
  msgstr "Leer más"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Buscar en esta web"
884
 
886
  msgid "Read more"
887
  msgstr "Leer más"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Ir a los ajustes de SEO &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Ir a ajustes del tema &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Jefes de proyecto"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Usar para el título/logo del sitio:"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "en"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Menú de navegación secundario"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Cabecera izquierda"
955
 
958
  msgstr "Texto ampliado del enlace de página"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Área %d de widgets del pie de página."
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Esta es la barra lateral secundaria si estás usando una opción de plantilla de tres columnas."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Esta es la barra lateral primaria si estás usando una opción de plantilla de dos o tres columnas."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "El argumento \"context\", ha sido reemplazado por \"theme_location\" en el array $args."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Ajustes de estructura"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Ajustes de SEO del tema"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "y"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s segundos"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s minutos"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s horas"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s días"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s semanas"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "%s meses"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s año"
1111
  msgstr[1] "%s años"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "segundos"
1120
  msgstr "Estas opciones afectarán a cualquier página de entradas del blog, incluidas las páginas de archivo, autor, blog, categoría, búsqueda y etiquetas."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
  msgstr "Página 404"
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1132
  msgstr "Páginas"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
  msgstr "Página de inicio"
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Scripts de cabecera y pie de página"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Estructura predeterminada"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "Las palabras clave generalmente son ignoradas por los motores de búsqueda."
1189
  msgid "Default"
1190
  msgstr "Por defecto"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Página siguiente"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Página anterior"
1199
 
1201
  msgid "ago"
1202
  msgstr "atrás"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Seleccionar / Deseleccionar todo"
1207
 
1210
  msgstr "No hay opciones de exportación disponibles."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Pie de página %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "Ninguna etiqueta seleccionada"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "Se ha producido un problema al importar tus ajustes. Vuelve a intentarlo, por favor."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Barra lateral secundaria"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Barra lateral primaria"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Cabecera derecha"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "No encontrado: "
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "Sin contenido"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Mostrar límite del contenido"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Mostrar extracto"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Mostrar contenido"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Tipo de contenido"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Mostrar información de la entrada"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Mostrar imagen destacada"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Este texto será el primer párrafo, y se mostrará en la primera página"
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Texto de descripción personalizado"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "Mostrará en la etiqueta %s en la parte superior de la primera página"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Título de archivo personalizado"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "Muestra el bloque del perfil del usuario con Gravatar"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Texto del enlace"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Mostrar el enlace al archivo de la categoría"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "Para mostrar una lista desordenada con más entradas de esta categoría, rellena la siguiente información"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "Leer más (si corresponde)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Mostrar título de la entrada"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Alineación del Gravatar"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Muy Grande (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Grande (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Mediano (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "Pequeño (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Tamaño del Gravatar"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Mostrar Gravatar del autor"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Ascendente (1, 2, 3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Descendente (3, 2, 1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Sentido del orden"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Aleatorio"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Cantidad de comentarios"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Padre"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Ordenar por"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Número de entradas que saltar"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Categoría"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Muestra las entradas destacadas con miniaturas"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "Texto Leer más"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Límite de caracteres del contenido"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Mostrar contenido de la página"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Mostrar título de la página"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Ninguno"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Alineación de la imagen"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Página"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Muestra la página destacada con miniaturas"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Título"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Buscar"
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Archivos para "
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Estás aquí: "
1611
 
1618
  msgstr "Área de widgets de la barra lateral primaria"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Buscar"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "Acerca de"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Menú de navegación primario"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Copyright"
1652
 
1730
  msgstr "Volver al comienzo de la página"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Genesis %s está disponible. Este tema cuenta con actualizaciones en un clic, entrar al escritorio y actualiza en cuanto lo consideres conveniente."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr "Génesis %1$s está disponible para %2$s"
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Haz clic aquí para completar la actualización"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Inicio"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Número de entradas a mostrar"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Todas las categorías"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Qué categoría mostrar"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Númerica"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Anterior / Siguiente"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Tamaño de imagen"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "caracteres"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Limitar el contenido a"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Selecciona una opción de las siguientes"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Fecha actual"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Contenido de Ancho Completo"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Imagen del logo"
1864
  msgid "Version"
1865
  msgstr "Versión"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Archivos de contenido"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Etiqueta de enlace corto"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "¿Incluir etiqueta de Windows Live Writer?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Envolveré manualmente mi propio texto en la página de inicio"
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Título del sitio"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Derecha"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Izquierda"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "¿Estás seguro de que quieres restablecer?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "Ajustes de SEO"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Ajustes de meta robtos"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Esta entrada está protegida. Introduce la contraseña para ver los comentarios."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Entradas recientes:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Mensual:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Autores:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Categorías:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Páginas:"
2111
 
2414
  msgid "This allows you to import or export Genesis Settings."
2415
  msgstr "Con esto puedes importar o exportar los ajustes de Genesis."
2416
 
 
 
 
 
 
 
2417
  #. translators: Opening and closing link tags to custom menu editor.
2418
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2419
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2454
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2455
  msgstr "Este es el %1$s. Puedes añadir contenido en este área visitando tu <a href=\"%2$s\">Panel de Widgets</a> y añadiendo nuevos widgets en este área."
2456
 
2457
+ #: lib/functions/deprecated.php:434
2458
  msgid "data in style sheet files"
2459
  msgstr "datos en archivos de hoja de estilos"
2460
 
2546
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2547
  msgstr "Puedes importar un archivo previamente exportado. El nombre del archivo empezará por %s seguido de una o más cadenas de texto indicando los ajustes que contiene, seguido finalmente por la fecha y hora a la que fue exportado."
2548
 
2549
+ #: config/customizer-seo-settings.php:278
2550
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2551
  msgid "Directories"
2552
  msgstr "Directorios"
2553
 
2554
+ #: config/customizer-seo-settings.php:223
2555
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2556
  msgid "Archiving"
2557
  msgstr "Archivado"
2558
 
2559
+ #: config/customizer-seo-settings.php:176
2560
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2561
  msgid "Indexing"
2562
  msgstr "Indexación"
2571
  msgid "Primary Title %s"
2572
  msgstr "Título primario %s"
2573
 
2574
+ #: config/customizer-seo-settings.php:58
2575
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2576
  msgid "Additions on right"
2577
  msgstr "Adiciones a la derecha"
2578
 
2579
+ #: config/customizer-seo-settings.php:57
2580
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2581
  msgid "Additions on left"
2582
  msgstr "Adiciones a la izquierda"
2583
 
2584
+ #: config/customizer-seo-settings.php:52
2585
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2586
  msgid "Document Title Order"
2587
  msgstr "Orden del título del documento"
2599
  msgid "Canonical URL"
2600
  msgstr "URL canónica"
2601
 
2602
+ #: config/customizer-seo-settings.php:31
2603
  #: lib/views/help/genesis-inpost-seo.php:16
2604
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2605
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2611
  msgid "Link opens in a new window."
2612
  msgstr "El enlace se abre en nueva ventana."
2613
 
2614
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2615
  msgid "Featured Image Alignment"
2616
  msgstr "Alineación de la imagen destacada"
2617
 
2618
+ #: config/customizer-theme-settings.php:276
2619
  msgid "Featured Image Size"
2620
  msgstr "Tamaño de la imagen destacada"
2621
 
2622
+ #: config/customizer-theme-settings.php:268
2623
  msgid "Display the featured image?"
2624
  msgstr "¿Mostrar la imagen destacada?"
2625
 
2626
+ #: config/customizer-theme-settings.php:260
2627
  msgid "Limit content to how many characters? (0 for no limit)"
2628
  msgstr "¿A cuántos caracteres limitar el contenido? (0 equivale a sin límite)"
2629
 
2630
+ #: config/customizer-theme-settings.php:234
2631
  msgid "Enable Trackbacks on Pages"
2632
  msgstr "Activar trackbacks en las páginas"
2633
 
2634
+ #: config/customizer-theme-settings.php:226
2635
  msgid "Enable Trackbacks on Posts"
2636
  msgstr "Activar trackbacks en las entradas"
2637
 
2638
+ #: config/customizer-theme-settings.php:218
2639
  msgid "Enable Comments on Pages"
2640
  msgstr "Activar comentarios en las páginas"
2641
 
2642
+ #: config/customizer-theme-settings.php:210
2643
  msgid "Enable Comments on Posts"
2644
  msgstr "Habilitar comentarios en entradas"
2645
 
2646
+ #: config/customizer-theme-settings.php:196
2647
  msgid "Breadcrumbs on Attachment/Media"
2648
  msgstr "Migas de pan en archivos adjuntos/medios"
2649
 
2650
+ #: config/customizer-theme-settings.php:188
2651
+ msgid "Breadcrumbs on 404 page"
2652
  msgstr "Migas de pan en página 404"
2653
 
2654
+ #: config/customizer-theme-settings.php:180
2655
  msgid "Breadcrumbs on Archives"
2656
  msgstr "Migas de pan en archivos"
2657
 
2658
+ #: config/customizer-theme-settings.php:172
2659
  msgid "Breadcrumbs on Pages"
2660
  msgstr "Migas de pan en páginas"
2661
 
2662
+ #: config/customizer-theme-settings.php:164
2663
  msgid "Breadcrumbs on Single Posts"
2664
  msgstr "Migas de pan en entradas individuales"
2665
 
2666
+ #: config/customizer-theme-settings.php:156
2667
+ msgid "Breadcrumbs on Posts page"
2668
  msgstr "Migas de pan en la página de entradas"
2669
 
2670
+ #: config/customizer-theme-settings.php:147
2671
+ msgid "Breadcrumbs on Front page"
2672
  msgstr "Migas de pan en la página de inicio"
2673
 
2674
+ #: config/customizer-theme-settings.php:138
2675
  msgid "Breadcrumbs on Homepage"
2676
  msgstr "Migas de pan en la página de inicio"
2677
 
2679
  msgid "Select Default Layout"
2680
  msgstr "Selecciona la estructura por defecto"
2681
 
2682
+ #: config/customizer-theme-settings.php:116
2683
  msgid "Site Layout"
2684
  msgstr "Estructura del sitio"
2685
 
2686
+ #: config/customizer-theme-settings.php:104
2687
  msgid "Select Color Style"
2688
  msgstr "Selecciona un estilo de color"
2689
 
2690
+ #: config/customizer-theme-settings.php:100
2691
  msgid "Color Scheme"
2692
  msgstr "Esquema de color"
2693
 
2694
+ #: config/customizer-theme-settings.php:68
2695
  msgid "Dynamic Text"
2696
  msgstr "Texto dinámico"
2697
 
2716
  msgid "Author Archive SEO Settings"
2717
  msgstr "Ajustes SEO para los archivos de autor"
2718
 
2719
+ #: config/customizer-theme-settings.php:327
2720
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2721
  msgid "Footer Scripts"
2722
  msgstr "Scripts del pie de página"
2723
 
2724
+ #: config/customizer-theme-settings.php:317
2725
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2726
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2727
  msgid "Header Scripts"
2755
  msgid "Featured Image"
2756
  msgstr "Imagen destacada"
2757
 
2758
+ #: config/customizer-theme-settings.php:253
2759
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2760
  msgid "Entry excerpts"
2761
  msgstr "Extracto de la entrada"
2762
 
2763
+ #: config/customizer-theme-settings.php:252
2764
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2765
  msgid "Entry content"
2766
  msgstr "Contenido de la entrada"
2802
  msgid "Email address"
2803
  msgstr "Dirección de correo electrónico"
2804
 
2805
+ #: config/customizer-theme-settings.php:30
2806
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2807
  msgid "Updates"
2808
  msgstr "Actualizaciones"
2809
 
2810
+ #: config/layouts.php:48
2811
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2812
  msgstr "Barra lateral secundaria, Contenido, Barra lateral principal"
2813
 
2814
+ #: config/layouts.php:43
2815
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2816
  msgstr "Barra lateral secundaria, Barra lateral principal, Contenido"
2817
 
2818
+ #: config/layouts.php:38
2819
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2820
  msgstr "Contenido, Barra lateral principal, Barra lateral secundaria"
2821
 
2822
+ #: config/layouts.php:32
2823
  msgid "Primary Sidebar, Content"
2824
  msgstr "Barra lateral principal, Contenido"
2825
 
2826
+ #: config/layouts.php:26
2827
  msgid "Content, Primary Sidebar"
2828
  msgstr "Contenido, Barra lateral principal"
2829
 
2830
+ #: lib/functions/formatting.php:101
2831
  msgid "about "
2832
  msgstr "acerca de "
2833
 
2835
  msgid "Genesis database upgraded."
2836
  msgstr "Base de datos de Genesis actualizada."
2837
 
 
 
 
 
 
2838
  #. Template Name of the plugin/theme
2839
  msgid "Blog"
2840
  msgstr "Blog"
2855
  msgid "Genesis"
2856
  msgstr "Genesis"
2857
 
2858
+ #: lib/widgets/featured-post-widget.php:558
2859
  msgid "Content Post Info"
2860
  msgstr "Información del contenido de la entrada"
2861
 
2862
+ #: lib/widgets/featured-post-widget.php:478
2863
  msgid "Exclude Sticky Posts?"
2864
  msgstr "¿Excluir entradas fijas?"
2865
 
2866
+ #: config/customizer-theme-settings.php:292
2867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2868
+ #: lib/widgets/featured-page-widget.php:333
2869
+ #: lib/widgets/featured-post-widget.php:536
2870
  msgid "Center"
2871
  msgstr "Centrado"
2872
 
2873
+ #: lib/widgets/featured-page-widget.php:128
2874
+ #: lib/widgets/featured-post-widget.php:166
2875
  msgid "(no title)"
2876
  msgstr "(sin título)"
2877
 
2878
+ #: lib/structure/post.php:840
2879
  msgid "Current page"
2880
  msgstr "Página actual"
2881
 
2882
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2883
  msgid "Page "
2884
  msgstr "Página "
2885
 
2903
  msgid "Skip to primary navigation"
2904
  msgstr "Saltar a la navegación principal"
2905
 
2906
+ #: lib/functions/widgetize.php:220
2907
  msgid "Widgets in this widget area will display after single entries."
2908
  msgstr "Los widgets en este área de widgets se mostrarán debajo de las entradas individuales."
2909
 
2910
+ #: lib/functions/widgetize.php:219
2911
  msgid "After Entry"
2912
  msgstr "Después de la entrada"
2913
 
2914
+ #: lib/functions/widgetize.php:136
2915
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2916
  msgstr "Este es el área de widgets de la cabecera. Normalmente está cerca del título o el logo del sitio. Este área de widgets no está preparada para que se muestre cualquier tipo de widget, y funciona mejor con un menú personalizado, un formulario de búsqueda, o posiblemente un widget de texto."
translations/es_MX.mo CHANGED
Binary file
translations/es_MX.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Spanish (Mexico)
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:35:23+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: es_MX\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr "Génesis personalizado"
178
  msgid "Genesis Blue"
179
  msgstr "Génesis azul"
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr "Fecha de modificación"
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr "Fecha de Publicación"
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr ""
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr ""
@@ -565,7 +697,7 @@ msgstr ""
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "La página que estás buscando ya no existe. Puedes regresar <a href=\"%s\">inicio</a> del sitio y ver si puedes encontrar lo que estás buscando, o puedes tratar encontrarla con la información siguiente."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Excluir Entradas Previamente Mostradas"
580
 
@@ -586,15 +718,15 @@ msgstr "Lo sentimos, no hay contenido corresponde a sus criterios."
586
  msgid "at"
587
  msgstr "a"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "Actualizar Génesis sobrescribirá la versión de Génesis instalada. Esta seguro querer actualizar?. \"Cancelar\" para parar actualización, \"Seguir\" para actualizar. "
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "Los cambios que realizo se perderán si usted navega fuera de esta pagina."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "entidades decimal o hexadecimal "
600
 
@@ -620,7 +752,7 @@ msgstr "Aplicar %s a este archivo"
620
  msgid "Robots Meta Tags"
621
  msgstr ""
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr ""
630
  msgid "Meta Keywords"
631
  msgstr "Meta Palabras Clave"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Resultados de búsqueda para:"
661
  msgid "Contributor"
662
  msgstr "Contribuyente:"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Contribuyentes:"
667
 
@@ -673,14 +805,14 @@ msgstr "Líder Desarrollador"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr ""
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Página de Inicio"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "Página de Entradas"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Plantilla de Blog"
692
  msgid "Navigation"
693
  msgstr "Navegación"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Cabecera"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "La etiqueta meta description puede ser usada para determinar el texto que aparecerá de bajo del título en las páginas de resultados de búsqueda."
@@ -717,17 +849,17 @@ msgstr "Si dejas el campo document title en blanco, se usará el título de tu s
717
  msgid "Site Description (Tagline)"
718
  msgstr "Site Description (Tagline)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Si el título se compone de dos partes (título original y la adición opcional), entonces el separador pasará entre ellos."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Separador del Document Title:"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Determina qué lado el texto del título añadido va a continuar."
@@ -746,7 +878,7 @@ msgstr "¿Adicionar descripción del sitio (tagline) a %s en pagina principal?"
746
  msgid "Read More"
747
  msgstr "Leer Más"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Buscar en éste sitio web"
752
 
@@ -754,15 +886,15 @@ msgstr "Buscar en éste sitio web"
754
  msgid "Read more"
755
  msgstr "Continúe leyendo"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Vaya a la Configuración SEO &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Vaya a la Configuración del Tema &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Líderes de proyecto"
768
 
@@ -775,11 +907,11 @@ msgstr "Bienvenido a Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Usar para el título/logo del sitio"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "sobre"
785
 
@@ -817,7 +949,7 @@ msgstr "Contenido del texto personalizado"
817
  msgid "Secondary Navigation Menu"
818
  msgstr " Menú de Navegación Secundario"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "encabezado izquierdo"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Busqueda extendida del texto del enlace"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Pie de página %d area de widget"
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Esta es la barra lateral secundaria si usted esta usando un sitio de tres columna opción de diseño"
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Esta es la barra lateral principal si está usando un sitio de dos o tres columnas opción de diseño."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "El argumento de \"contexto\", ha sido reemplazado por \"theme_location\" en el array $args."
844
 
@@ -867,8 +999,8 @@ msgstr "Estilo de Color:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Mensajes adyacentes %s etiquetas de enlace"
911
  msgid "Layout Settings"
912
  msgstr "Configuración del Diseño"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Configuración SEO del Tema"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "y"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s segundo"
931
  msgstr[1] "%s segundos"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s minuto"
939
  msgstr[1] "%s minutos"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s hora"
947
  msgstr[1] "%s horas"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s día"
955
  msgstr[1] "%s días"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s semana"
963
  msgstr[1] "%s semanas"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "%s mes"
971
  msgstr[1] "%s meses"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s año"
979
  msgstr[1] "%s años"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "segundos"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "Estas opciones afectan a cualquier página del blog listados, incluyendo archivo, autor, blog, categoría, búsqueda y las páginas de etiquetas."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "página 404"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Paginas"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Portada"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Portada"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Scripts del encabezado y pié de página"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Comentarios y Trackbacks"
1023
  msgid "Default Layout"
1024
  msgstr "Diseño predeterminado"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "Las palabras clave generalmente son ignoradas por los motores de búsqueda."
@@ -1057,11 +1189,11 @@ msgstr "Escoja el archivo desde su computadora y haga clic en \"Subir archivo e
1057
  msgid "Default"
1058
  msgstr "Por defecto"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Página Siguiente"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Página anterior"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Página anterior"
1069
  msgid "ago"
1070
  msgstr "atrás"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Seleccionar / anular toda selección "
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "No hay opciones de exportación disponibles."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Pie de página %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "Sin etiqueta seleccionada"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "Sin etiqueta seleccionada"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "Hubo un problema al importar la configuración. Por favor inténtelo nuevamente."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Barra lateral Secundaria"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Barra lateral Primaria"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Encabezado Derecho"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "No encontrado:"
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "Sin contenido"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Mostrar Limite de contenido"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Mostrar Extracto"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Mostrar Contenido"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Tipo de contenido"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Mostrar Información del Post"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Mostrar Imagen Principal"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Mostrar Imagen Principal"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Este texto será el primer párrafo, y mostrar en la primera página"
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Texto descriptivo personalizado"
@@ -1149,7 +1281,7 @@ msgstr "Texto descriptivo personalizado"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "Mostrará en la %s etiqueta en la parte superior de la primera pagina"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Titular archivo personalizado"
@@ -1298,93 +1430,93 @@ msgstr "Genesis - Perfil de usuario"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "Muestra con Gravatar el bloque del perfil de usuario"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Texto del enlace"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Mostrar Enlace Archivo de la Categoría "
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "Para mostrar una lista desordenada de más puestos de esta categoría, por favor llene la información a continuación"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "Más texto (si es aplicable)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Mostrar Titulo del Post"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Alineación del Gravatar"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Extra Grande (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Grande (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Mediano (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "pequeño (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Tamaño de Gravatar"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Mostrar autor Gravatar"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Ascendente (1,2,3) "
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Descendente (3,2,1) "
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "orden de clasificación"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Azar"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "cuenta de comentarios"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Padres"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Ordenar por"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Numero de Posts Offset"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Categorias"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Genesis - Posts destacados"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Muestra Posts destacados con imágenes en miniatura"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "Más texto"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "contenido Límite de caracteres"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Mostrar contenido de la página"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Mostrar título de la página"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Ninguno"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Alineación de la Imagen"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Página"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Genesis- Portada"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Muestra características de página con miniaturas"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Título"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Buscar"
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Archivos para"
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Estas Aquí: "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Primaria Área Sidebar Widget"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Buscar"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "Acerca"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Posts/Entradas"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr " Menú de Navegación Principal"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Derechos de autor"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Volver al principio de la página"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Genesis %s esta ahora disponible.Hemos proporcionado un clic con el botón actualizaciones para este tema, así que por favor acceda a su panel de control y actualizar a la brevedad posible."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Haga clic aquí para completar la actualización"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Hogar"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Numero de Posts a Mostrar"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Todas las Categorías"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Todas las Categorías"
1627
  msgid "Display which category"
1628
  msgstr "Muestra las categorias"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Numérico"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Anterior / Siguiente"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Tamaño de Imagen"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "caracteres"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Limitar el contenido a"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Seleccione uno de los siguientes"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "Enlaces del feed RSS"
1708
  msgid "Today's date"
1709
  msgstr "Fecha de hoy"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Contenido de anchura completa"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Imagen del logotipo"
@@ -1730,14 +1864,14 @@ msgstr "Liberado:"
1730
  msgid "Version"
1731
  msgstr "Versión"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Archivos de Contenido"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "¿Incluir la etiqueta de enlace-corto?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "Etiqueta de enlace-corto:"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "¿Desea incluir la etiqueta de soporte de Windows Live Writer?"
@@ -1858,30 +1992,30 @@ msgstr "¿Aplicar %s a la página de Inicio?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Tampoco. Yo manualmente envolveré mi propio texto en la página de inicio"
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Título del Sitio"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Derecha"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Izquierda"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "¿Está seguro de que desea restablecer?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Configuración de la página Inicio"
1916
  msgid "SEO Settings"
1917
  msgstr "Configuración SEO"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "Aplicar %s a esta entrada/página"
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Meta Configuración de Robots"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Título del Documento Personalizado"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Este mensaje está protegido con contraseña o password. Introduzca la contraseña para ver los comentarios."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Mensajes Recientes:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Mensualmente:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Autores:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Categorías:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Páginas:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr ""
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr "Esto le permite importar o exportar la Configuración de Genesis."
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr "Datos en los archivos de hojas de estilo"
2330
 
@@ -2416,17 +2544,17 @@ msgstr ""
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr "Puede importar un archivo que ha exportado previamente. El nombre de archivo comienza con %s seguido de una o más palabras indicando cuales parámetros contiene, finalmente seguido de la fecha y hora que fue exportado."
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr "Directorios "
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr "Archivando"
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr "Indexando"
@@ -2441,17 +2569,17 @@ msgstr "Windows Live Writer"
2441
  msgid "Primary Title %s"
2442
  msgstr ""
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr "Adiciones en derecha"
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr "Adiciones en izquierda"
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr "Orden de Titulo en Documento"
@@ -2469,7 +2597,7 @@ msgstr ""
2469
  msgid "Canonical URL"
2470
  msgstr "URL Canónico"
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr "Título del Documento"
2481
  msgid "Link opens in a new window."
2482
  msgstr "El enlace se abre en una nueva ventana."
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr "- Ninguno -"
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr "¿Mostrar la imagen destacada?"
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr "¿A cuántos caracteres restringir la longitud del contenido ? (0 para no restringir)"
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr "Breadcrumbs en archivos Adjuntos/Multimedia"
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
- msgstr "Breadcrumbs en Página 404"
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr "Breadcrumbs en Archivos"
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr "Breadcrumbs en Páginas"
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr "Breadcrumbs en Entradas Individuales"
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
- msgstr "Breadcrumbs en Página de Entradas"
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
- msgstr "Breadcrumbs en página Frontal"
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr "Breadcrumbs en página Home"
2552
 
@@ -2554,19 +2677,19 @@ msgstr "Breadcrumbs en página Home"
2554
  msgid "Select Default Layout"
2555
  msgstr "Elija un diseño predeterminado"
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr "Distribución del Sitio"
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr "Selecciona Estilo de Color"
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr "Tema de Color"
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr "Texto Dinámico"
2572
 
@@ -2591,12 +2714,12 @@ msgstr "Mapa del Sitio"
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr "Ajustes de Autor de Archivo SEO"
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr "Scripts en Pie de Página"
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr "Alineación de la Imagen:"
2630
  msgid "Featured Image"
2631
  msgstr "Imagen Destacada"
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr "Extractos de la entrada"
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr "Contenido de la entrada"
@@ -2677,32 +2800,32 @@ msgstr "¿Redireccionar el Feed Personalizado?"
2677
  msgid "Email address"
2678
  msgstr "Correo electrónico "
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr "Actualizaciones"
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr "Barra Lateral Secundaria, Contenido, Barra Lateral Principal"
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr "Barra Lateral Secundaria, Barra Lateral Principal, Contenido"
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr "Contenido, Barra Lateral Primaria, Barra Lateral Secundaria"
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr "Barra Lateral Primaria, Contenido"
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr "Contenido, Barra Lateral Principal"
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr "Acerca de"
2708
 
@@ -2710,11 +2833,6 @@ msgstr "Acerca de"
2710
  msgid "Genesis database upgraded."
2711
  msgstr "La base de datos de Genesis ha sido Actualizada con Mejoras"
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr ""
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr "Blog"
@@ -2735,31 +2853,31 @@ msgstr "http://my.studiopress.com/themes/genesis/"
2735
  msgid "Genesis"
2736
  msgstr "Genesis"
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr ""
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr "¿Excluir Entradas Sticky?"
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr "Centro"
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr "(Sin título)"
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr "Página Actual"
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr "Página"
2765
 
@@ -2783,14 +2901,14 @@ msgstr "Ir al contenido"
2783
  msgid "Skip to primary navigation"
2784
  msgstr "Brincar hacia la navegación primaria"
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr ""
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr ""
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr "Esta es la área del reproductor de encabezado, típicamente aparece próximo al titulo del sitio o logo. Esta área del reproductor no es utilizable para visualizar cualquier tipo de reproductores, y trabaja mejor con un menú personalizado, una forma de búsqueda, o posiblemente un reproductor de texto. "
1
+ # Translation of Genesis - Genesis 2.8 in Spanish (Mexico)
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:35:23+0000\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: es_MX\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
  msgstr ""
69
 
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr "Génesis azul"
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr "Fecha de modificación"
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr "Fecha de Publicación"
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr ""
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "La página que estás buscando ya no existe. Puedes regresar <a href=\"%s\">inicio</a> del sitio y ver si puedes encontrar lo que estás buscando, o puedes tratar encontrarla con la información siguiente."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Excluir Entradas Previamente Mostradas"
712
 
718
  msgid "at"
719
  msgstr "a"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "Actualizar Génesis sobrescribirá la versión de Génesis instalada. Esta seguro querer actualizar?. \"Cancelar\" para parar actualización, \"Seguir\" para actualizar. "
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "Los cambios que realizo se perderán si usted navega fuera de esta pagina."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "entidades decimal o hexadecimal "
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr ""
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Meta Palabras Clave"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Contribuyente:"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Contribuyentes:"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr ""
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Página de Inicio"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Navegación"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "La etiqueta meta description puede ser usada para determinar el texto que aparecerá de bajo del título en las páginas de resultados de búsqueda."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Site Description (Tagline)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Si el título se compone de dos partes (título original y la adición opcional), entonces el separador pasará entre ellos."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Separador del Document Title:"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Determina qué lado el texto del título añadido va a continuar."
878
  msgid "Read More"
879
  msgstr "Leer Más"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Buscar en éste sitio web"
884
 
886
  msgid "Read more"
887
  msgstr "Continúe leyendo"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Vaya a la Configuración SEO &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Vaya a la Configuración del Tema &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Líderes de proyecto"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Usar para el título/logo del sitio"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "sobre"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr " Menú de Navegación Secundario"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "encabezado izquierdo"
955
 
958
  msgstr "Busqueda extendida del texto del enlace"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Pie de página %d area de widget"
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Esta es la barra lateral secundaria si usted esta usando un sitio de tres columna opción de diseño"
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Esta es la barra lateral principal si está usando un sitio de dos o tres columnas opción de diseño."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "El argumento de \"contexto\", ha sido reemplazado por \"theme_location\" en el array $args."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Configuración del Diseño"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Configuración SEO del Tema"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "y"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s segundos"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s minutos"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s horas"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s días"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s semanas"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "%s meses"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s año"
1111
  msgstr[1] "%s años"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "segundos"
1120
  msgstr "Estas opciones afectan a cualquier página del blog listados, incluyendo archivo, autor, blog, categoría, búsqueda y las páginas de etiquetas."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Paginas"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Scripts del encabezado y pié de página"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Diseño predeterminado"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "Las palabras clave generalmente son ignoradas por los motores de búsqueda."
1189
  msgid "Default"
1190
  msgstr "Por defecto"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Página Siguiente"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Página anterior"
1199
 
1201
  msgid "ago"
1202
  msgstr "atrás"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Seleccionar / anular toda selección "
1207
 
1210
  msgstr "No hay opciones de exportación disponibles."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Pie de página %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "Sin etiqueta seleccionada"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "Hubo un problema al importar la configuración. Por favor inténtelo nuevamente."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Barra lateral Secundaria"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Barra lateral Primaria"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Encabezado Derecho"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "No encontrado:"
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "Sin contenido"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Mostrar Limite de contenido"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Mostrar Extracto"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Mostrar Contenido"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Tipo de contenido"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Mostrar Información del Post"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Mostrar Imagen Principal"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Este texto será el primer párrafo, y mostrar en la primera página"
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Texto descriptivo personalizado"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "Mostrará en la %s etiqueta en la parte superior de la primera pagina"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Titular archivo personalizado"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "Muestra con Gravatar el bloque del perfil de usuario"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Texto del enlace"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Mostrar Enlace Archivo de la Categoría "
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "Para mostrar una lista desordenada de más puestos de esta categoría, por favor llene la información a continuación"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "Más texto (si es aplicable)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Mostrar Titulo del Post"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Alineación del Gravatar"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Extra Grande (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Grande (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Mediano (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "pequeño (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Tamaño de Gravatar"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Mostrar autor Gravatar"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Ascendente (1,2,3) "
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Descendente (3,2,1) "
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "orden de clasificación"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Azar"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "cuenta de comentarios"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Padres"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Ordenar por"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Numero de Posts Offset"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Categorias"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Muestra Posts destacados con imágenes en miniatura"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "Más texto"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "contenido Límite de caracteres"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Mostrar contenido de la página"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Mostrar título de la página"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Ninguno"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Alineación de la Imagen"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Página"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Muestra características de página con miniaturas"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Título"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Buscar"
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Archivos para"
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Estas Aquí: "
1611
 
1618
  msgstr "Primaria Área Sidebar Widget"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Buscar"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "Acerca"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr " Menú de Navegación Principal"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Derechos de autor"
1652
 
1730
  msgstr "Volver al principio de la página"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Genesis %s esta ahora disponible.Hemos proporcionado un clic con el botón actualizaciones para este tema, así que por favor acceda a su panel de control y actualizar a la brevedad posible."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr ""
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Haga clic aquí para completar la actualización"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Hogar"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Numero de Posts a Mostrar"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Todas las Categorías"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Muestra las categorias"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Numérico"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Anterior / Siguiente"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Tamaño de Imagen"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "caracteres"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Limitar el contenido a"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Seleccione uno de los siguientes"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Fecha de hoy"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Contenido de anchura completa"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Imagen del logotipo"
1864
  msgid "Version"
1865
  msgstr "Versión"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Archivos de Contenido"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Etiqueta de enlace-corto:"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "¿Desea incluir la etiqueta de soporte de Windows Live Writer?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Tampoco. Yo manualmente envolveré mi propio texto en la página de inicio"
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Título del Sitio"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Derecha"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Izquierda"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "¿Está seguro de que desea restablecer?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "Configuración SEO"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Meta Configuración de Robots"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Este mensaje está protegido con contraseña o password. Introduzca la contraseña para ver los comentarios."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Mensajes Recientes:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Mensualmente:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Autores:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Categorías:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Páginas:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr "Esto le permite importar o exportar la Configuración de Genesis."
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr "Datos en los archivos de hojas de estilo"
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr "Puede importar un archivo que ha exportado previamente. El nombre de archivo comienza con %s seguido de una o más palabras indicando cuales parámetros contiene, finalmente seguido de la fecha y hora que fue exportado."
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr "Directorios "
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr "Archivando"
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr "Indexando"
2569
  msgid "Primary Title %s"
2570
  msgstr ""
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr "Adiciones en derecha"
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr "Adiciones en izquierda"
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr "Orden de Titulo en Documento"
2597
  msgid "Canonical URL"
2598
  msgstr "URL Canónico"
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr "El enlace se abre en una nueva ventana."
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr ""
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr ""
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr "¿Mostrar la imagen destacada?"
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr "¿A cuántos caracteres restringir la longitud del contenido ? (0 para no restringir)"
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr ""
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr ""
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr "Breadcrumbs en archivos Adjuntos/Multimedia"
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
+ msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr "Breadcrumbs en Archivos"
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr "Breadcrumbs en Páginas"
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr "Breadcrumbs en Entradas Individuales"
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
+ msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
+ msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr "Breadcrumbs en página Home"
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr "Elija un diseño predeterminado"
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr "Distribución del Sitio"
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr "Selecciona Estilo de Color"
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr "Tema de Color"
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr "Texto Dinámico"
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr "Ajustes de Autor de Archivo SEO"
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr "Scripts en Pie de Página"
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr "Imagen Destacada"
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr "Extractos de la entrada"
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr "Contenido de la entrada"
2800
  msgid "Email address"
2801
  msgstr "Correo electrónico "
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr "Actualizaciones"
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr "Barra Lateral Secundaria, Contenido, Barra Lateral Principal"
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr "Barra Lateral Secundaria, Barra Lateral Principal, Contenido"
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr "Contenido, Barra Lateral Primaria, Barra Lateral Secundaria"
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr "Barra Lateral Primaria, Contenido"
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr "Contenido, Barra Lateral Principal"
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr "Acerca de"
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr "La base de datos de Genesis ha sido Actualizada con Mejoras"
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr "Blog"
2853
  msgid "Genesis"
2854
  msgstr "Genesis"
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr ""
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr "¿Excluir Entradas Sticky?"
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr "Centro"
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr "(Sin título)"
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr "Página Actual"
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr "Página"
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr "Brincar hacia la navegación primaria"
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr ""
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr ""
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr "Esta es la área del reproductor de encabezado, típicamente aparece próximo al titulo del sitio o logo. Esta área del reproductor no es utilizable para visualizar cualquier tipo de reproductores, y trabaja mejor con un menú personalizado, una forma de búsqueda, o posiblemente un reproductor de texto. "
translations/fi.mo CHANGED
Binary file
translations/fi.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Finnish
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-12-12 12:05:31+0000\n"
@@ -9,68 +9,200 @@ msgstr ""
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: fi\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
- msgstr "Yksityiskohdat"
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
- msgstr "Miksi?"
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
- msgstr "Genesis 2.7 vaatii PHP version 5.3 tai uudemman toimiakseen kunnolla."
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
- msgstr "PHP 5.3"
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
- msgstr "WordPress 5.0 on juuri tulossa , ja haluamme olla varma että sivustosi on valmiina!"
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
68
- msgstr "Valmistaudutaan WordPress 5.0 - versioon"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
72
  msgstr ""
73
 
 
 
 
 
 
 
 
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
75
  msgid "AdSense publisher ID"
76
  msgstr "AdSense julkaisun ID"
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr "Seuraava artikkeli:"
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr "Edellinen artikkeli:"
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr "Muokattu Genesis"
178
  msgid "Genesis Blue"
179
  msgstr "Genesis sininen"
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr "Muokkauspäivä"
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr "Julkaisupäivä"
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr "Toissijainen"
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr "Google Adsense"
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr "Ylätunnisteen/Alatunnisteen skriptit"
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr "Valitse sivuston ulkoasu"
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr "Julkaisijan ID"
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr "Google AdSense"
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr "Sähköpostiosoite"
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr "Koko sivusto"
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr "Hakutulokset"
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr "Päivämäärän arkistot"
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr "Kirjoittajan arkistot"
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr "Avaisnaojen arkistot"
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr "Kategoria arkistot"
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr "Dokumentin otsikko"
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr "Kotisivun dokumentti-otsikko"
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr "Ensisijainen otsikko H1"
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr "Muutokset"
388
 
@@ -530,7 +662,7 @@ msgstr "Ole hyvä ja aktivoi Genesis lapsiteema:"
530
  msgid "Use for site title/logo"
531
  msgstr "Käytä sivuston otsikkoa/logoa"
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr "Tarkista päivitykset"
@@ -565,7 +697,7 @@ msgstr "Lue lisää 310 uudelleenohjauksista"
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr "Lue lisää muokatusta kanonikaalisesta URL-osoitteesta"
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr "Sisällön sivutuksen tyyppi"
571
 
@@ -574,7 +706,7 @@ msgstr "Sisällön sivutuksen tyyppi"
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "Sivua jota yritit etsiä, ei enää ole olemassa. Voit kuitenkin etsiä pääsivun <a href=\"%s\">etusivun</a> kautta jos löydät sen avulla haluamasi tiedon. Tai voit etsiä alla olevan tiedon perusteella."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Jätä huomioimatta aikaisemmin näytetyt artikkelit?"
580
 
@@ -586,15 +718,15 @@ msgstr "Anteeksi, mikään kriteria ei täyty."
586
  msgid "at"
587
  msgstr ":"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "Genesis päivitys ylikirjoittaa nykyisen Genesis version päälle. Oletko varma että haluat päivittää?. Paina \"Cancel\" lopettaaksesi, \"OK\" päivittääksesi."
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "Kaikki muutokset menetetään jos poistut tältä sivustolta."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "desimaali- tai heksadesimaaliyhteisöt"
600
 
@@ -620,7 +752,7 @@ msgstr "Käytä %s tähän arkistoon"
620
  msgid "Robots Meta Tags"
621
  msgstr "Robottien metatägit"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "Robottien metatägit"
630
  msgid "Meta Keywords"
631
  msgstr "Meta-avainsanat"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Hakutulokset haulla: "
661
  msgid "Contributor"
662
  msgstr "Avustaja"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Avustajat"
667
 
@@ -673,14 +805,14 @@ msgstr "Pääsuunnittelija"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Nämä asetukset vaikuttavat mihin tahansa sivuun joka on \"Blog\" sivumallin tyylillä, mutta eivät etusivun tai artikkelien arkistosivuihin."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Etusivu"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "Artikkelit sivu"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Blogisivun pohja"
692
  msgid "Navigation"
693
  msgstr "Navigaatio"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Otsikko"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr "Oletuksena WordPress sijoittaa useita tägejä sokumenttisi %1$. Suurin osa näistä tägeistä ovat tarpeettomia ja eivät anna mitään lisäarvoa <abbr title=\"Search engine optimization\">SEO</abbr> optimoinnissa; ne vain hidastavat sivuston lataamista. Valitse mitkä tägit haluat dokumenttisi %1$s. Jos et tiedä mitä laitat, älä tee tätä valintaa."
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "Metakuvausta voidaan käyttää hakutuloksien näkymäsivuissa otsikon alla."
@@ -717,17 +849,17 @@ msgstr "Jos jätät dokumentin otsikkokentän tyhjäksi, sivustosi&#8217 otsikko
717
  msgid "Site Description (Tagline)"
718
  msgstr "Sivuston kuvaus (Tagline)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Jos otsikko sisältää kaksi osaa (alkuperäinen otsikko ja haluttu lisäys), erotinnerkki laitetaan niiden väliin."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Dokumentin otsikon erotinmerkki:"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Määrittelee mille puolelle lisätty otsikkoteksti sijoitetaan."
@@ -746,7 +878,7 @@ msgstr "Lisää sivuston kuvaus (tagline) %s etusivulle?"
746
  msgid "Read More"
747
  msgstr "Lue lisää"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Etsi sivustolta"
752
 
@@ -754,15 +886,15 @@ msgstr "Etsi sivustolta"
754
  msgid "Read more"
755
  msgstr "Lue lisää"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Siirry SEO asetuksiin &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Siirry Teeman asetuksiin &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Projektin vetäjät"
768
 
@@ -775,11 +907,11 @@ msgstr "Tervetuloa Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Käytä sivusto otsikkoon/logoon:"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "/"
785
 
@@ -817,7 +949,7 @@ msgstr "Muokattu tekstin sisältö"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Toissijainen Navigaatiovalikko"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Otsikko vasen"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Laajennettu sivun linkkiteksti"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Alatunnisteen %d vimpainalue."
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Tämä on toissijainen sivupalkki jos käytät kolmen sarakkeen valintavaihtoehtoa ulkoasussa."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Tämä on ensisijainen sivupalkki jos käytät kahden tai kolmen sarakkeen valintavaihtoehtoa ulkoasussa."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "Argumentti, \"context\", on korvattu \"theme_location\" merkinnällä $args valinnassa."
844
 
@@ -867,8 +999,8 @@ msgstr "Värityyli:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Viereisten artikkelien %s linkkiavainsanat"
911
  msgid "Layout Settings"
912
  msgstr "Ulkoasuasetukset"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "SEO teeman asetukset"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "ja"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s sekunti"
931
  msgstr[1] "%s sekuntia"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s minuutti"
939
  msgstr[1] "%s minuuttia"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s tunti"
947
  msgstr[1] "%s tunnit"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s päivä"
955
  msgstr[1] "%s päivää"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s viikko"
963
  msgstr[1] "%s viikkoa"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "%s kuukausi"
971
  msgstr[1] "%s kuukautta"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s vuosi"
979
  msgstr[1] "%s vuotta"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "sekuntia"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "Nämä valinnat vaikuttavat sivujen listauksiin, sisältäen arkisto-, kirjoittaja-, blog-, kategoaria-, etsi- ja tag-sivut."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "404 sivu"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Sivut"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Etusivu"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Etusivu"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Ylätunnisteen ja alatunnisteen scriptit"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Kommentit ja paluuviitteet"
1023
  msgid "Default Layout"
1024
  msgstr "Oletusulkoasu"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "Hakukoneet ohittavat tavallisesti avainsanat."
@@ -1057,11 +1189,11 @@ msgstr "Lataa tiedosto koneeltasi ja klikkaa \"Lataa tiedosto ja Tuo\""
1057
  msgid "Default"
1058
  msgstr "Oletus"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "seuraava sivu"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "edellinen sivu"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "edellinen sivu"
1069
  msgid "ago"
1070
  msgstr "sitten"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Valitse / Poista kaikki"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "Vientiasetuksia ei tarjolla."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Alatunniste %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "Ei solua valittu"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "Ei solua valittu"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "Asetuksien tuonnissa ilmeni ongelmia. Kokeile uudestaan."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Toissijainen sivupalkki"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Ensisijainen sivupalkki"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Ylätunniste - oikea reuna"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "Ei löydy:"
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "Ei sisältöä"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Näytä sisällön rajoitus"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Näytä lyhennelmä"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Näytä sisältö"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Sisällön tyyppi"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Näytä Artikkelin info"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Näytä Suositeltava kuva"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Näytä Suositeltava kuva"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Tämä teksti tulee ensimmäiseen kappaleeseen, ja näkyy ensimmäisellä sivulla"
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Muokattu kuvausteksti"
@@ -1149,7 +1281,7 @@ msgstr "Muokattu kuvausteksti"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "näkyy %s tägin 1. sivun yläreunassa"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Muokatun arkiston otsikko"
@@ -1298,93 +1430,93 @@ msgstr "Genesis - käyttäjäprofiili"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "näyttää käyttäjäprofiilin Gravatarin kanssa"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Linkin teksti"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Näytä kategorian arkistot linkki"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "Näyttääksesi ei-järjestyksessä olevan listan artikkeleista tästä kategoriasta, täytä alla oleva tieto"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "Lisää tekstiä (jos sovellettavissa)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Näytä sivun otsikko"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Gravatar asemointi"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Erikoissuuri (125 pikseliä)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Suuri (85 pikseliä)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "keski (65 pikseliä)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "pieni (45 pikseliä)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Gravatarin koko"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Näytä kirjoittajan Gravatar"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Nouseva (1, 2, 3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Laskeva (3,2,1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Lajittelujärjestys"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Satunnainen"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Kommentien lukumäärä"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Emo"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Järjestä"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Artikkelien lukumäärä korvattavissa"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Kategoria"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Genesis - suositeltavat artikkelit"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Näytä Suositellut artikkelit postimerkkikoossa"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "Lisää tekstiä"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Sisällön merkkien rajoitus"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Näytä sivun sisältö"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Näytä Sivun otsikko"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Ei mitään"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Kuvan tasaus"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Sivu"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Genesis - Suositellut (Featured) sivu"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Näytä mukautettu sivu postimerkkinäkymän kanssa"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Otsikko"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "etsi"
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Arkistot: "
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Olet täällä: "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Ensisijaisen sivupalkin vimpainalue"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Etsi"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "Tietoja"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Artikkelit"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Ensisijainen Navigaatiovalikko"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Palaa sivun alkuun"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Genesis %s on nyt julkaistu. Olemme mahdollistaneet yhden klikkauksen päivityksen tälle teemalle. Kirjaudu hallintapaneelisi ja päivitä mahdollisuuksien mukaan oma teemasi."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr "Genesis %1$s on saatavilla %2$s"
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Paina tästä tehdäksesi päivityksen"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Alkuun"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Näytettävien artikkelien lukumäärä"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Kaikki kategoriat"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Kaikki kategoriat"
1627
  msgid "Display which category"
1628
  msgstr "Näytä kategoriat"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Numeerinen"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "edellinen / seuraava"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Kuvan koko"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "merkkiä"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Rajoita sisältö"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Valitse yksi seuraavista"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "RSS-syötteen linkit"
1708
  msgid "Today's date"
1709
  msgstr "Tämä päivä"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Koko leveyden sisältö"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Kuvalogo"
@@ -1730,14 +1864,14 @@ msgstr "Julkaistu:"
1730
  msgid "Version"
1731
  msgstr "Versio"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Sisällön arkistot"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "Sisällytä lyhytlinkkien tagit?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "Lyhytlinkin avainsana"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "Sisällytä Windows Live Writer Tuen tagit?"
@@ -1858,30 +1992,30 @@ msgstr "Mukauta %s pääsivulle?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Ei kumpikaan. Muokkaan manuaalisesti oman tekstini pääsivulle"
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Sivuston otsikko"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Oikea"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Vasen"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Oletko varma että haluta nollata?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Kotisivun asetukset"
1916
  msgid "SEO Settings"
1917
  msgstr "SEO-asetukset"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "Ota käyttöön %s tähän artikkeliin/sivuun?"
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Hakurobottien meta-asetukset"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Muokattu dokumentin otsikko"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Tämä artikkeli on salasanasuojattu. Anna salasana nähdäksesi kommentit."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Viimeiset artikkelit:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Kuukausittain:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Kirjoittajat:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Kategoriat: "
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Sivut:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr "Tämä on erityisesti tarkoitettu Genesiksen omiin asetuksiin ja se ei s
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr "Tämä mahdollistaa Genesis-asetusten tuonnin tai viennin."
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr "Genesis %1$s on saatavilla. <a href=\"%2$s\" %3$s>Katso mitä uutta</a> tai <a href=\"%4$s\" %5$s>päivitä nyt.</a>"
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2326,7 +2454,7 @@ msgstr "<strong>Dynaaminen teksti</strong> valinta käyttää sivuston otsikko -
2326
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2327
  msgstr "Tämä on %s. Voit lisätä sisältöä tälle alueelle vierailemalla sinun <a href=\"%s\">vimpaimen valikko</a> ja lisäämällä uusia vimpaimia tähän."
2328
 
2329
- #: lib/functions/deprecated.php:424
2330
  msgid "data in style sheet files"
2331
  msgstr "data tyylitiedoston tiedostoissa"
2332
 
@@ -2420,17 +2548,17 @@ msgstr "Muokattu dokumentin otsikko asettaa sivun otsikon ja se näkyy selaimiss
2420
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2421
  msgstr "Voit tuoda tiedoston jonka olet aikaisemmin vienyt. Tiedoston nimi alkaa %s seuraten yhtä tai useampaa lyhennettä, näyttäen mitkä asetukset se sisältää, ja lisäksi päivämäärä ja kellonaika milloin se vietiin tiedostoon."
2422
 
2423
- #: config/customizer-seo-settings.php:276
2424
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2425
  msgid "Directories"
2426
  msgstr "Hakemistot"
2427
 
2428
- #: config/customizer-seo-settings.php:221
2429
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2430
  msgid "Archiving"
2431
  msgstr "Arkistointi"
2432
 
2433
- #: config/customizer-seo-settings.php:174
2434
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2435
  msgid "Indexing"
2436
  msgstr "Indeksointi"
@@ -2445,17 +2573,17 @@ msgstr "Windows Live Writer"
2445
  msgid "Primary Title %s"
2446
  msgstr "Ensisijainen otsikko %s"
2447
 
2448
- #: config/customizer-seo-settings.php:56
2449
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2450
  msgid "Additions on right"
2451
  msgstr "Lisäyksykset oikealla"
2452
 
2453
- #: config/customizer-seo-settings.php:55
2454
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2455
  msgid "Additions on left"
2456
  msgstr "Lisäykset vasemmalla"
2457
 
2458
- #: config/customizer-seo-settings.php:50
2459
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2460
  msgid "Document Title Order"
2461
  msgstr "Dokumentin otsikon järjestys"
@@ -2473,7 +2601,7 @@ msgstr "Koko sivuston laajuiset asetukset"
2473
  msgid "Canonical URL"
2474
  msgstr "Kanonikaalinen URL"
2475
 
2476
- #: config/customizer-seo-settings.php:29
2477
  #: lib/views/help/genesis-inpost-seo.php:16
2478
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2479
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2485,72 +2613,67 @@ msgstr "Dokumentit otsikko"
2485
  msgid "Link opens in a new window."
2486
  msgstr "Avaa linkit uuteen ikkunaan."
2487
 
2488
- #: config/customizer-theme-settings.php:287
2489
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2490
- msgid "- None -"
2491
- msgstr "- ei mitään -"
2492
-
2493
- #: config/customizer-theme-settings.php:283
2494
  msgid "Featured Image Alignment"
2495
  msgstr "Artikkelikuvan keskitys"
2496
 
2497
- #: config/customizer-theme-settings.php:274
2498
  msgid "Featured Image Size"
2499
  msgstr "Artikkelikuvan koko"
2500
 
2501
- #: config/customizer-theme-settings.php:266
2502
  msgid "Display the featured image?"
2503
  msgstr "Näytä artikkelikuva?"
2504
 
2505
- #: config/customizer-theme-settings.php:258
2506
  msgid "Limit content to how many characters? (0 for no limit)"
2507
  msgstr "Rajoita sisältöä näytettyjen merkkien mukaan? (0 - ei rajoituksia)"
2508
 
2509
- #: config/customizer-theme-settings.php:232
2510
  msgid "Enable Trackbacks on Pages"
2511
  msgstr "Aktivoi jäljitykset sivuilla"
2512
 
2513
- #: config/customizer-theme-settings.php:224
2514
  msgid "Enable Trackbacks on Posts"
2515
  msgstr "Aktivoi jäljitykset artikkeleissa"
2516
 
2517
- #: config/customizer-theme-settings.php:216
2518
  msgid "Enable Comments on Pages"
2519
  msgstr "Aktivoi kommentit sivuilla"
2520
 
2521
- #: config/customizer-theme-settings.php:208
2522
  msgid "Enable Comments on Posts"
2523
  msgstr "Aktivoi kommentit artikkeleissa"
2524
 
2525
- #: config/customizer-theme-settings.php:194
2526
  msgid "Breadcrumbs on Attachment/Media"
2527
  msgstr "Murupolut liite/media sivuilla"
2528
 
2529
- #: config/customizer-theme-settings.php:186
2530
- msgid "Breadcrumbs on 404 Page"
2531
- msgstr "Muropolut 404 sivulla"
2532
 
2533
- #: config/customizer-theme-settings.php:178
2534
  msgid "Breadcrumbs on Archives"
2535
  msgstr "Murupolut arkistoissa"
2536
 
2537
- #: config/customizer-theme-settings.php:170
2538
  msgid "Breadcrumbs on Pages"
2539
  msgstr "Murupolut sivuilla"
2540
 
2541
- #: config/customizer-theme-settings.php:162
2542
  msgid "Breadcrumbs on Single Posts"
2543
  msgstr "Murupolut yksittäisissä artikkeleissa"
2544
 
2545
- #: config/customizer-theme-settings.php:154
2546
- msgid "Breadcrumbs on Posts Page"
2547
- msgstr "Murupolut artikkelit-sivulla"
2548
 
2549
- #: config/customizer-theme-settings.php:145
2550
- msgid "Breadcrumbs on Front Page"
2551
- msgstr "Murupolut etusivulla"
2552
 
2553
- #: config/customizer-theme-settings.php:136
2554
  msgid "Breadcrumbs on Homepage"
2555
  msgstr "Murupolut pääsivulla"
2556
 
@@ -2558,19 +2681,19 @@ msgstr "Murupolut pääsivulla"
2558
  msgid "Select Default Layout"
2559
  msgstr "Valitse oletusulkoasu"
2560
 
2561
- #: config/customizer-theme-settings.php:114
2562
  msgid "Site Layout"
2563
  msgstr "Sivuston ulkoasu"
2564
 
2565
- #: config/customizer-theme-settings.php:102
2566
  msgid "Select Color Style"
2567
  msgstr "Valitse värityyli"
2568
 
2569
- #: config/customizer-theme-settings.php:98
2570
  msgid "Color Scheme"
2571
  msgstr "Värityyli"
2572
 
2573
- #: config/customizer-theme-settings.php:66
2574
  msgid "Dynamic Text"
2575
  msgstr "Dynaaminen teksti"
2576
 
@@ -2595,12 +2718,12 @@ msgstr "Sivukartta"
2595
  msgid "Author Archive SEO Settings"
2596
  msgstr "Kirjoittajan arkiston SEO asetukset"
2597
 
2598
- #: config/customizer-theme-settings.php:325
2599
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2600
  msgid "Footer Scripts"
2601
  msgstr "Alatunnisteen skriptit"
2602
 
2603
- #: config/customizer-theme-settings.php:315
2604
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2605
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2606
  msgid "Header Scripts"
@@ -2634,12 +2757,12 @@ msgstr "Kuvan keskitys:"
2634
  msgid "Featured Image"
2635
  msgstr "Artikkelikuva"
2636
 
2637
- #: config/customizer-theme-settings.php:251
2638
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2639
  msgid "Entry excerpts"
2640
  msgstr "Sisällön lyhennelmä"
2641
 
2642
- #: config/customizer-theme-settings.php:250
2643
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2644
  msgid "Entry content"
2645
  msgstr "Sisällön sisältö"
@@ -2681,32 +2804,32 @@ msgstr "Uudelleenohjaa muokattu feed?"
2681
  msgid "Email address"
2682
  msgstr "Sähköpostiosoite"
2683
 
2684
- #: config/customizer-theme-settings.php:28
2685
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2686
  msgid "Updates"
2687
  msgstr "Päivitykset"
2688
 
2689
- #: lib/functions/layout.php:58
2690
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2691
  msgstr "Toissijainen sivupalkki, Sisältö, Ensisijainen sivupalkki"
2692
 
2693
- #: lib/functions/layout.php:53
2694
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2695
  msgstr "Toissijainen sivupalkki, Ensisijainen sivupalkki, Sisältö"
2696
 
2697
- #: lib/functions/layout.php:48
2698
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2699
  msgstr "Sisältö, Ensisijainen sivupalkki, Toissijainen sivupalkki"
2700
 
2701
- #: lib/functions/layout.php:42
2702
  msgid "Primary Sidebar, Content"
2703
  msgstr "Ensisijainen sivupalkki, Sisältö"
2704
 
2705
- #: lib/functions/layout.php:36
2706
  msgid "Content, Primary Sidebar"
2707
  msgstr "Sisältö, Ensisijainen sivupalkki"
2708
 
2709
- #: lib/functions/formatting.php:100
2710
  msgid "about "
2711
  msgstr "tietoa"
2712
 
@@ -2714,11 +2837,6 @@ msgstr "tietoa"
2714
  msgid "Genesis database upgraded."
2715
  msgstr "Genesis tietokanta päivitetty."
2716
 
2717
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2718
- #: lib/functions/upgrade.php:740
2719
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2720
- msgstr "Onneksi olkoon, käytät Genesis-teemaa %1$s! <a href=\"%2$s\">katso mitä uutta %3$s</a>."
2721
-
2722
  #. Template Name of the plugin/theme
2723
  msgid "Blog"
2724
  msgstr "Blogi"
@@ -2739,31 +2857,31 @@ msgstr "http://my.studiopress.com/themes/genesis/"
2739
  msgid "Genesis"
2740
  msgstr "Genesis"
2741
 
2742
- #: lib/widgets/featured-post-widget.php:544
2743
  msgid "Content Post Info"
2744
  msgstr "Artikkelin sisällön info"
2745
 
2746
- #: lib/widgets/featured-post-widget.php:464
2747
  msgid "Exclude Sticky Posts?"
2748
  msgstr "sulje pois \"liima\"artikkelit?"
2749
 
2750
- #: config/customizer-theme-settings.php:290
2751
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2752
- #: lib/widgets/featured-page-widget.php:313
2753
- #: lib/widgets/featured-post-widget.php:522
2754
  msgid "Center"
2755
  msgstr "Keskellä"
2756
 
2757
- #: lib/widgets/featured-page-widget.php:122
2758
- #: lib/widgets/featured-post-widget.php:163
2759
  msgid "(no title)"
2760
  msgstr "(ei otsikkoa)"
2761
 
2762
- #: lib/structure/post.php:820
2763
  msgid "Current page"
2764
  msgstr "Nykyinen sivu"
2765
 
2766
- #: lib/structure/post.php:414 lib/structure/post.php:793
2767
  msgid "Page "
2768
  msgstr "Sivu"
2769
 
@@ -2787,14 +2905,14 @@ msgstr "Hyppää sisältöön"
2787
  msgid "Skip to primary navigation"
2788
  msgstr "Hyppää ensisijaiseen valikkoon"
2789
 
2790
- #: lib/functions/widgetize.php:210
2791
  msgid "Widgets in this widget area will display after single entries."
2792
  msgstr "Tämän vimpainalueen vimpaimet näkyvät yskittäisten sisältöjen jälkeen."
2793
 
2794
- #: lib/functions/widgetize.php:209
2795
  msgid "After Entry"
2796
  msgstr "Sisällön jälkeen"
2797
 
2798
- #: lib/functions/widgetize.php:126
2799
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2800
  msgstr "Tämä on ylätunnisteen vimpainalue. Se näytetään normaalisti sivuston otsikossa tai logon yhteydessä. Tämä vimpain ei sovellu kaikkien vimpaintyyppien kanssa, ja se toimii parhaiten muokatun menu, hakulomakkeen tai tekstivimpaimen kanssa."
1
+ # Translation of Genesis - Genesis 2.8 in Finnish
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-12-12 12:05:31+0000\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: fi\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
+ msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
+ msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
+ msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
+ msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
+ msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
 
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
  msgstr ""
197
 
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
+ msgstr "Yksityiskohdat"
205
+
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
207
  msgid "AdSense publisher ID"
208
  msgstr "AdSense julkaisun ID"
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr "Seuraava artikkeli:"
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr "Edellinen artikkeli:"
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr "Genesis sininen"
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr "Muokkauspäivä"
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr "Julkaisupäivä"
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr "Toissijainen"
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr "Google Adsense"
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr "Ylätunnisteen/Alatunnisteen skriptit"
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr "Valitse sivuston ulkoasu"
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr "Julkaisijan ID"
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr "Google AdSense"
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr "Sähköpostiosoite"
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr "Koko sivusto"
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr "Hakutulokset"
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr "Päivämäärän arkistot"
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr "Kirjoittajan arkistot"
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr "Avaisnaojen arkistot"
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr "Kategoria arkistot"
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr "Dokumentin otsikko"
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr "Kotisivun dokumentti-otsikko"
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr "Ensisijainen otsikko H1"
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr "Muutokset"
520
 
662
  msgid "Use for site title/logo"
663
  msgstr "Käytä sivuston otsikkoa/logoa"
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr "Tarkista päivitykset"
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr "Lue lisää muokatusta kanonikaalisesta URL-osoitteesta"
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr "Sisällön sivutuksen tyyppi"
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "Sivua jota yritit etsiä, ei enää ole olemassa. Voit kuitenkin etsiä pääsivun <a href=\"%s\">etusivun</a> kautta jos löydät sen avulla haluamasi tiedon. Tai voit etsiä alla olevan tiedon perusteella."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Jätä huomioimatta aikaisemmin näytetyt artikkelit?"
712
 
718
  msgid "at"
719
  msgstr ":"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "Genesis päivitys ylikirjoittaa nykyisen Genesis version päälle. Oletko varma että haluat päivittää?. Paina \"Cancel\" lopettaaksesi, \"OK\" päivittääksesi."
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "Kaikki muutokset menetetään jos poistut tältä sivustolta."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "desimaali- tai heksadesimaaliyhteisöt"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "Robottien metatägit"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Meta-avainsanat"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Avustaja"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Avustajat"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Nämä asetukset vaikuttavat mihin tahansa sivuun joka on \"Blog\" sivumallin tyylillä, mutta eivät etusivun tai artikkelien arkistosivuihin."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Etusivu"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Navigaatio"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr "Oletuksena WordPress sijoittaa useita tägejä sokumenttisi %1$. Suurin osa näistä tägeistä ovat tarpeettomia ja eivät anna mitään lisäarvoa <abbr title=\"Search engine optimization\">SEO</abbr> optimoinnissa; ne vain hidastavat sivuston lataamista. Valitse mitkä tägit haluat dokumenttisi %1$s. Jos et tiedä mitä laitat, älä tee tätä valintaa."
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "Metakuvausta voidaan käyttää hakutuloksien näkymäsivuissa otsikon alla."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Sivuston kuvaus (Tagline)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Jos otsikko sisältää kaksi osaa (alkuperäinen otsikko ja haluttu lisäys), erotinnerkki laitetaan niiden väliin."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Dokumentin otsikon erotinmerkki:"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Määrittelee mille puolelle lisätty otsikkoteksti sijoitetaan."
878
  msgid "Read More"
879
  msgstr "Lue lisää"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Etsi sivustolta"
884
 
886
  msgid "Read more"
887
  msgstr "Lue lisää"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Siirry SEO asetuksiin &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Siirry Teeman asetuksiin &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Projektin vetäjät"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Käytä sivusto otsikkoon/logoon:"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "/"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Toissijainen Navigaatiovalikko"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Otsikko vasen"
955
 
958
  msgstr "Laajennettu sivun linkkiteksti"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Alatunnisteen %d vimpainalue."
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Tämä on toissijainen sivupalkki jos käytät kolmen sarakkeen valintavaihtoehtoa ulkoasussa."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Tämä on ensisijainen sivupalkki jos käytät kahden tai kolmen sarakkeen valintavaihtoehtoa ulkoasussa."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "Argumentti, \"context\", on korvattu \"theme_location\" merkinnällä $args valinnassa."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Ulkoasuasetukset"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "SEO teeman asetukset"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "ja"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s sekuntia"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s minuuttia"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s tunnit"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s päivää"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s viikkoa"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "%s kuukautta"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s vuosi"
1111
  msgstr[1] "%s vuotta"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "sekuntia"
1120
  msgstr "Nämä valinnat vaikuttavat sivujen listauksiin, sisältäen arkisto-, kirjoittaja-, blog-, kategoaria-, etsi- ja tag-sivut."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Sivut"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Ylätunnisteen ja alatunnisteen scriptit"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Oletusulkoasu"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "Hakukoneet ohittavat tavallisesti avainsanat."
1189
  msgid "Default"
1190
  msgstr "Oletus"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "seuraava sivu"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "edellinen sivu"
1199
 
1201
  msgid "ago"
1202
  msgstr "sitten"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Valitse / Poista kaikki"
1207
 
1210
  msgstr "Vientiasetuksia ei tarjolla."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Alatunniste %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "Ei solua valittu"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "Asetuksien tuonnissa ilmeni ongelmia. Kokeile uudestaan."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Toissijainen sivupalkki"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Ensisijainen sivupalkki"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Ylätunniste - oikea reuna"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "Ei löydy:"
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "Ei sisältöä"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Näytä sisällön rajoitus"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Näytä lyhennelmä"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Näytä sisältö"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Sisällön tyyppi"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Näytä Artikkelin info"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Näytä Suositeltava kuva"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Tämä teksti tulee ensimmäiseen kappaleeseen, ja näkyy ensimmäisellä sivulla"
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Muokattu kuvausteksti"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "näkyy %s tägin 1. sivun yläreunassa"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Muokatun arkiston otsikko"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "näyttää käyttäjäprofiilin Gravatarin kanssa"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Linkin teksti"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Näytä kategorian arkistot linkki"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "Näyttääksesi ei-järjestyksessä olevan listan artikkeleista tästä kategoriasta, täytä alla oleva tieto"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "Lisää tekstiä (jos sovellettavissa)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Näytä sivun otsikko"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Gravatar asemointi"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Erikoissuuri (125 pikseliä)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Suuri (85 pikseliä)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "keski (65 pikseliä)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "pieni (45 pikseliä)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Gravatarin koko"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Näytä kirjoittajan Gravatar"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Nouseva (1, 2, 3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Laskeva (3,2,1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Lajittelujärjestys"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Satunnainen"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Kommentien lukumäärä"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Emo"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Järjestä"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Artikkelien lukumäärä korvattavissa"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Kategoria"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Näytä Suositellut artikkelit postimerkkikoossa"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "Lisää tekstiä"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Sisällön merkkien rajoitus"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Näytä sivun sisältö"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Näytä Sivun otsikko"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Ei mitään"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Kuvan tasaus"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Sivu"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Näytä mukautettu sivu postimerkkinäkymän kanssa"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Otsikko"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "etsi"
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Arkistot: "
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Olet täällä: "
1611
 
1618
  msgstr "Ensisijaisen sivupalkin vimpainalue"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Etsi"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "Tietoja"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Ensisijainen Navigaatiovalikko"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Copyright"
1652
 
1730
  msgstr "Palaa sivun alkuun"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Genesis %s on nyt julkaistu. Olemme mahdollistaneet yhden klikkauksen päivityksen tälle teemalle. Kirjaudu hallintapaneelisi ja päivitä mahdollisuuksien mukaan oma teemasi."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr "Genesis %1$s on saatavilla %2$s"
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Paina tästä tehdäksesi päivityksen"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Alkuun"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Näytettävien artikkelien lukumäärä"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Kaikki kategoriat"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Näytä kategoriat"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Numeerinen"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "edellinen / seuraava"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Kuvan koko"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "merkkiä"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Rajoita sisältö"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Valitse yksi seuraavista"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Tämä päivä"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Koko leveyden sisältö"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Kuvalogo"
1864
  msgid "Version"
1865
  msgstr "Versio"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Sisällön arkistot"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Lyhytlinkin avainsana"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "Sisällytä Windows Live Writer Tuen tagit?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Ei kumpikaan. Muokkaan manuaalisesti oman tekstini pääsivulle"
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Sivuston otsikko"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Oikea"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Vasen"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "Oletko varma että haluta nollata?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "SEO-asetukset"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Hakurobottien meta-asetukset"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Tämä artikkeli on salasanasuojattu. Anna salasana nähdäksesi kommentit."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Viimeiset artikkelit:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Kuukausittain:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Kirjoittajat:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Kategoriat: "
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Sivut:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr "Tämä mahdollistaa Genesis-asetusten tuonnin tai viennin."
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2454
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2455
  msgstr "Tämä on %s. Voit lisätä sisältöä tälle alueelle vierailemalla sinun <a href=\"%s\">vimpaimen valikko</a> ja lisäämällä uusia vimpaimia tähän."
2456
 
2457
+ #: lib/functions/deprecated.php:434
2458
  msgid "data in style sheet files"
2459
  msgstr "data tyylitiedoston tiedostoissa"
2460
 
2548
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2549
  msgstr "Voit tuoda tiedoston jonka olet aikaisemmin vienyt. Tiedoston nimi alkaa %s seuraten yhtä tai useampaa lyhennettä, näyttäen mitkä asetukset se sisältää, ja lisäksi päivämäärä ja kellonaika milloin se vietiin tiedostoon."
2550
 
2551
+ #: config/customizer-seo-settings.php:278
2552
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2553
  msgid "Directories"
2554
  msgstr "Hakemistot"
2555
 
2556
+ #: config/customizer-seo-settings.php:223
2557
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2558
  msgid "Archiving"
2559
  msgstr "Arkistointi"
2560
 
2561
+ #: config/customizer-seo-settings.php:176
2562
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2563
  msgid "Indexing"
2564
  msgstr "Indeksointi"
2573
  msgid "Primary Title %s"
2574
  msgstr "Ensisijainen otsikko %s"
2575
 
2576
+ #: config/customizer-seo-settings.php:58
2577
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2578
  msgid "Additions on right"
2579
  msgstr "Lisäyksykset oikealla"
2580
 
2581
+ #: config/customizer-seo-settings.php:57
2582
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2583
  msgid "Additions on left"
2584
  msgstr "Lisäykset vasemmalla"
2585
 
2586
+ #: config/customizer-seo-settings.php:52
2587
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2588
  msgid "Document Title Order"
2589
  msgstr "Dokumentin otsikon järjestys"
2601
  msgid "Canonical URL"
2602
  msgstr "Kanonikaalinen URL"
2603
 
2604
+ #: config/customizer-seo-settings.php:31
2605
  #: lib/views/help/genesis-inpost-seo.php:16
2606
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2607
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2613
  msgid "Link opens in a new window."
2614
  msgstr "Avaa linkit uuteen ikkunaan."
2615
 
2616
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2617
  msgid "Featured Image Alignment"
2618
  msgstr "Artikkelikuvan keskitys"
2619
 
2620
+ #: config/customizer-theme-settings.php:276
2621
  msgid "Featured Image Size"
2622
  msgstr "Artikkelikuvan koko"
2623
 
2624
+ #: config/customizer-theme-settings.php:268
2625
  msgid "Display the featured image?"
2626
  msgstr "Näytä artikkelikuva?"
2627
 
2628
+ #: config/customizer-theme-settings.php:260
2629
  msgid "Limit content to how many characters? (0 for no limit)"
2630
  msgstr "Rajoita sisältöä näytettyjen merkkien mukaan? (0 - ei rajoituksia)"
2631
 
2632
+ #: config/customizer-theme-settings.php:234
2633
  msgid "Enable Trackbacks on Pages"
2634
  msgstr "Aktivoi jäljitykset sivuilla"
2635
 
2636
+ #: config/customizer-theme-settings.php:226
2637
  msgid "Enable Trackbacks on Posts"
2638
  msgstr "Aktivoi jäljitykset artikkeleissa"
2639
 
2640
+ #: config/customizer-theme-settings.php:218
2641
  msgid "Enable Comments on Pages"
2642
  msgstr "Aktivoi kommentit sivuilla"
2643
 
2644
+ #: config/customizer-theme-settings.php:210
2645
  msgid "Enable Comments on Posts"
2646
  msgstr "Aktivoi kommentit artikkeleissa"
2647
 
2648
+ #: config/customizer-theme-settings.php:196
2649
  msgid "Breadcrumbs on Attachment/Media"
2650
  msgstr "Murupolut liite/media sivuilla"
2651
 
2652
+ #: config/customizer-theme-settings.php:188
2653
+ msgid "Breadcrumbs on 404 page"
2654
+ msgstr ""
2655
 
2656
+ #: config/customizer-theme-settings.php:180
2657
  msgid "Breadcrumbs on Archives"
2658
  msgstr "Murupolut arkistoissa"
2659
 
2660
+ #: config/customizer-theme-settings.php:172
2661
  msgid "Breadcrumbs on Pages"
2662
  msgstr "Murupolut sivuilla"
2663
 
2664
+ #: config/customizer-theme-settings.php:164
2665
  msgid "Breadcrumbs on Single Posts"
2666
  msgstr "Murupolut yksittäisissä artikkeleissa"
2667
 
2668
+ #: config/customizer-theme-settings.php:156
2669
+ msgid "Breadcrumbs on Posts page"
2670
+ msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:147
2673
+ msgid "Breadcrumbs on Front page"
2674
+ msgstr ""
2675
 
2676
+ #: config/customizer-theme-settings.php:138
2677
  msgid "Breadcrumbs on Homepage"
2678
  msgstr "Murupolut pääsivulla"
2679
 
2681
  msgid "Select Default Layout"
2682
  msgstr "Valitse oletusulkoasu"
2683
 
2684
+ #: config/customizer-theme-settings.php:116
2685
  msgid "Site Layout"
2686
  msgstr "Sivuston ulkoasu"
2687
 
2688
+ #: config/customizer-theme-settings.php:104
2689
  msgid "Select Color Style"
2690
  msgstr "Valitse värityyli"
2691
 
2692
+ #: config/customizer-theme-settings.php:100
2693
  msgid "Color Scheme"
2694
  msgstr "Värityyli"
2695
 
2696
+ #: config/customizer-theme-settings.php:68
2697
  msgid "Dynamic Text"
2698
  msgstr "Dynaaminen teksti"
2699
 
2718
  msgid "Author Archive SEO Settings"
2719
  msgstr "Kirjoittajan arkiston SEO asetukset"
2720
 
2721
+ #: config/customizer-theme-settings.php:327
2722
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2723
  msgid "Footer Scripts"
2724
  msgstr "Alatunnisteen skriptit"
2725
 
2726
+ #: config/customizer-theme-settings.php:317
2727
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2728
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2729
  msgid "Header Scripts"
2757
  msgid "Featured Image"
2758
  msgstr "Artikkelikuva"
2759
 
2760
+ #: config/customizer-theme-settings.php:253
2761
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2762
  msgid "Entry excerpts"
2763
  msgstr "Sisällön lyhennelmä"
2764
 
2765
+ #: config/customizer-theme-settings.php:252
2766
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2767
  msgid "Entry content"
2768
  msgstr "Sisällön sisältö"
2804
  msgid "Email address"
2805
  msgstr "Sähköpostiosoite"
2806
 
2807
+ #: config/customizer-theme-settings.php:30
2808
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2809
  msgid "Updates"
2810
  msgstr "Päivitykset"
2811
 
2812
+ #: config/layouts.php:48
2813
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2814
  msgstr "Toissijainen sivupalkki, Sisältö, Ensisijainen sivupalkki"
2815
 
2816
+ #: config/layouts.php:43
2817
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2818
  msgstr "Toissijainen sivupalkki, Ensisijainen sivupalkki, Sisältö"
2819
 
2820
+ #: config/layouts.php:38
2821
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2822
  msgstr "Sisältö, Ensisijainen sivupalkki, Toissijainen sivupalkki"
2823
 
2824
+ #: config/layouts.php:32
2825
  msgid "Primary Sidebar, Content"
2826
  msgstr "Ensisijainen sivupalkki, Sisältö"
2827
 
2828
+ #: config/layouts.php:26
2829
  msgid "Content, Primary Sidebar"
2830
  msgstr "Sisältö, Ensisijainen sivupalkki"
2831
 
2832
+ #: lib/functions/formatting.php:101
2833
  msgid "about "
2834
  msgstr "tietoa"
2835
 
2837
  msgid "Genesis database upgraded."
2838
  msgstr "Genesis tietokanta päivitetty."
2839
 
 
 
 
 
 
2840
  #. Template Name of the plugin/theme
2841
  msgid "Blog"
2842
  msgstr "Blogi"
2857
  msgid "Genesis"
2858
  msgstr "Genesis"
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:558
2861
  msgid "Content Post Info"
2862
  msgstr "Artikkelin sisällön info"
2863
 
2864
+ #: lib/widgets/featured-post-widget.php:478
2865
  msgid "Exclude Sticky Posts?"
2866
  msgstr "sulje pois \"liima\"artikkelit?"
2867
 
2868
+ #: config/customizer-theme-settings.php:292
2869
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2870
+ #: lib/widgets/featured-page-widget.php:333
2871
+ #: lib/widgets/featured-post-widget.php:536
2872
  msgid "Center"
2873
  msgstr "Keskellä"
2874
 
2875
+ #: lib/widgets/featured-page-widget.php:128
2876
+ #: lib/widgets/featured-post-widget.php:166
2877
  msgid "(no title)"
2878
  msgstr "(ei otsikkoa)"
2879
 
2880
+ #: lib/structure/post.php:840
2881
  msgid "Current page"
2882
  msgstr "Nykyinen sivu"
2883
 
2884
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2885
  msgid "Page "
2886
  msgstr "Sivu"
2887
 
2905
  msgid "Skip to primary navigation"
2906
  msgstr "Hyppää ensisijaiseen valikkoon"
2907
 
2908
+ #: lib/functions/widgetize.php:220
2909
  msgid "Widgets in this widget area will display after single entries."
2910
  msgstr "Tämän vimpainalueen vimpaimet näkyvät yskittäisten sisältöjen jälkeen."
2911
 
2912
+ #: lib/functions/widgetize.php:219
2913
  msgid "After Entry"
2914
  msgstr "Sisällön jälkeen"
2915
 
2916
+ #: lib/functions/widgetize.php:136
2917
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2918
  msgstr "Tämä on ylätunnisteen vimpainalue. Se näytetään normaalisti sivuston otsikossa tai logon yhteydessä. Tämä vimpain ei sovellu kaikkien vimpaintyyppien kanssa, ja se toimii parhaiten muokatun menu, hakulomakkeen tai tekstivimpaimen kanssa."
translations/fr_FR.mo CHANGED
Binary file
translations/fr_FR.po CHANGED
@@ -1,83 +1,215 @@
1
- # Translation of Genesis - Genesis 2.7 in French (France)
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2018-12-12 12:05:38+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: fr\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
- msgstr "Les détails"
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
- msgstr "Genesis a près d'une décennie! Cela signifie qu'il utilise des méthodes de codage qui pourraient bénéficier d'une mise à jour."
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
- msgstr "Architecture plus moderne"
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
- msgstr "Pourquoi?"
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
- msgstr "Genesis 2.7 requière à minima une version 5.3 de PHP pour fonctionner correctement. "
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
- msgstr "PHP 5.3"
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
 
 
 
 
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
- msgstr "WordPress 5.0 est tout près d'arriver et nous voulons nous assurer que votre site est prêt!"
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
68
- msgstr "En préparation pour WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
72
  msgstr ""
73
 
 
 
 
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
75
  msgid "AdSense publisher ID"
76
  msgstr "Numéro d'identification Adsense"
77
 
78
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:22
79
  msgid "Don't have AdSense? <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a> to sign up!"
80
- msgstr ""
81
 
82
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
83
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:38
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr "Prochain article"
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr "Article précédent"
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr "Adresse Email pour recevoir les notifications de mise à jour"
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr "Utilise Genesis %s."
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr "Genesis nécessite PHP version %1$s ou supérieur. Vous utilisez une version %2$s. Veillez <a href=\"%3$s\">mettre à jour PHP</a> pour pouvoir utiliser Genesis."
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr "Genesis nécessite WordPress version %1$s ou supérieur. Vous utilisez une version %2$s. Veillez mettre à jour WordPress pour pouvoir utiliser Genesis."
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr "Vous n’avez pas AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Cliquez ici</a> pour vous enregistrer!"
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr "Date de modification"
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr "Date de publication"
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr "Secondaire"
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr "Principal"
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr "Google Adsense"
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
- msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr "Choisir la mise en page du site"
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr "Adresse courriel"
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr "Totalité du site"
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr "Résultat de la recherche"
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr "Archives par date"
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr "Archives de l’auteur"
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr "Archives du tag"
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr "Archive pour la catégorie"
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr "Applique `noindex` pour les pages d’archie ci-dessous."
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr "Inclure le tag de lien cour?"
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr "Veuillez activer un thème enfant de Genesis:"
530
  msgid "Use for site title/logo"
531
  msgstr "Utilisez pour le titre du site / logo"
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr "Recherche des mises à jour"
@@ -565,7 +697,7 @@ msgstr "Lire plus à propos des redirections 301."
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr "Lire plus à propos des URLs canoniques sur mesure"
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr "Type de pagination pour le contenu"
571
 
@@ -574,7 +706,7 @@ msgstr "Type de pagination pour le contenu"
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "La page que vous cherchez n’existe plus. Merci de suivre ce lien pour retourner à <a href=\"%s\">l’accueil</a>. Vous pouvez également consulter les archives principales du site ci-dessous."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Exclure les articles précédemment affichés?"
580
 
@@ -586,15 +718,15 @@ msgstr "Désolé, aucun contenu ne correspond à vos critères."
586
  msgid "at"
587
  msgstr "à"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "La mise à jour de Genesis écrasera la version actuelle de Genesis. Confirmez-vous la mise à jour&nbsp;?. « Annuler » pour arrêter, « OK » pour mettre à jour."
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "Les modifications que vous avez faites seront perdues si vous quittez la page."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "entité décimale ou hexadécimale"
600
 
@@ -620,7 +752,7 @@ msgstr "Appliquer %s à cette archive"
620
  msgid "Robots Meta Tags"
621
  msgstr "Étiquettes méta Robots"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "Étiquettes méta Robots"
630
  msgid "Meta Keywords"
631
  msgstr "Méta mots-clés"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Résultats de recherche pour:"
661
  msgid "Contributor"
662
  msgstr "Contributeur"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Contributeurs"
667
 
@@ -673,14 +805,14 @@ msgstr "Développeurs"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Ces réglages seront appliqués à toute page ayant le modèle « Blog » appliqué. Non à la page d’accueil ou les pages d’archives."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Page d’accueil"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "Page d’articles"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Modèle de Blog"
692
  msgid "Navigation"
693
  msgstr "Navigation"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "En-tête"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr "Par défaut, WordPress place plusieurs balises dans votre document %1$s. La plupart de ces balises ne sont pas nécessaires, et ne représentent aucun intérêt <abbr title=\"Search engine optimization\">SEO</abbr> . Cela ralentit juste le téléchargement des pages. Choisissez quelles balises vous voulez voir incluses dans votre document %1$s. Si vous ne savez pas de quoi nous parlons, laissez décoché."
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "La méta description peut être utilisée pour déterminer le texte qui s'affiche sous le titre, dans les pages de résultats, suite à une recherche dans un moteur de recherche."
@@ -717,17 +849,17 @@ msgstr "Si vous laissez vide, le titre de votre site sera utilisé à la place."
717
  msgid "Site Description (Tagline)"
718
  msgstr "Description du site (Slogan)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Si le titre est composé de deux éléments (titre original et facultatif), alors le séparateur se placera entre les deux."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Séparateur pour le titre du Document:"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Déterminer de quel côté sera placé le titre ajouté."
@@ -746,7 +878,7 @@ msgstr "Ajouter la description du site (slogan) au %s sur la page d’accueil ?
746
  msgid "Read More"
747
  msgstr "Lire la suite"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Chercher sur ce site"
752
 
@@ -754,15 +886,15 @@ msgstr "Chercher sur ce site"
754
  msgid "Read more"
755
  msgstr "Lire la suite"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Aller aux réglages SEO &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Aller aux réglages du thème &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Chefs de projet"
768
 
@@ -775,11 +907,11 @@ msgstr "Bienvenue sur Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Utiliser pour les site titre/logo :"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "sur"
785
 
@@ -817,7 +949,7 @@ msgstr "Texte personnalisé"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Menu de navigation secondaire"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "En-tête gauche"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Texte du lien pour la page de l'auteur"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Zone de Widget pour le pied de page %d."
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "C'est la barre latérale 2 si vous utilisez 2 ou 3 colonnes dans les Options de mise en page pour Genesis sur chaque page ou article."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "C'est la barre latérale 1 si vous utilisez 2 ou 3 colonnes dans les Options de mise en page pour Genesis sur chaque page ou article."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "La propriété \"context\", a été remplacé par \"theme_location\" dans les $args du array (tableau)"
844
 
@@ -867,8 +999,8 @@ msgstr "Style de couleur:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Étiquettes de lien pour les articles enfants %s"
911
  msgid "Layout Settings"
912
  msgstr "Réglages de la mise en page"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Réglages SEO du thème"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "et"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s seconde"
931
  msgstr[1] "%s secondes"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s minute"
939
  msgstr[1] "%s minutes"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s heure"
947
  msgstr[1] "%s heures"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s jour"
955
  msgstr[1] "%s jours"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s semaine"
963
  msgstr[1] "%s semaines"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] " %s mois"
971
  msgstr[1] " %s mois"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s année"
979
  msgstr[1] "%s années"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "secondes"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "Ces options auront une incidence sur toutes les pages du blog, y compris les archives, les pages d'auteurs, les catégories, les pages de recherche et les pages pour les mots-clefs."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "Page 404"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Pages"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Première page"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Première page"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Scripts pour l’en-tête et le pied de page"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Commentaires et rétroliens"
1023
  msgid "Default Layout"
1024
  msgstr "Mise en page par défaut"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "Les mots-clés sont en général ignorés par les moteurs de recherches."
@@ -1057,11 +1189,11 @@ msgstr "Choisir le fichier depuis votre ordinateur et cliquer sur « Mettre en
1057
  msgid "Default"
1058
  msgstr "Par défaut"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Page suivante"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Page précédente"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Page précédente"
1069
  msgid "ago"
1070
  msgstr "il y a"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Tout sélectionner / Désélectionner"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "Aucune option d’exportation n’est disponible."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Pied de page %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "Aucun libellé n’est sélectionné"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "Aucun libellé n’est sélectionné"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "Il y a eu un problème en important vos réglages. Veuillez réessayer."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Barre latérale 2"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Barre latérale 1"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "En-tête droite"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "Nous n’avons pas trouvé&nbsp;:"
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "Pas de contenu"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Montrer un extrait de l'article"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Montrer l'extrait"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Montrer le contenu de l'article"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Type de contenu"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Afficher les informations de l’article"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Afficher l’image mise en avant"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Afficher l’image mise en avant"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Ce texte sera le premier paragraphe et sera affiché sur la première page"
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Description personnalisée"
@@ -1149,7 +1281,7 @@ msgstr "Description personnalisée"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "S’affichera dans la balise %s en haut de la première page"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "En-tête personnalisé pour la page d'archive"
@@ -1298,93 +1430,93 @@ msgstr "Genesis - Profil d'utilisateur"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "Affiche le bloc du profile d'utilisateur avec un Gravatar"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Texte du lien"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Montrer le lien vers l'archive de cette catégorie"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "Pour afficher une liste de plus d’articles de cette catégorie, veuillez remplir les informations ci-dessous"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "Plus de texte (si applicable)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Afficher le titre de l’article"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Alignement du Gravatar"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Très grande (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Grande (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Moyenne (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "Petite (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Dimension du Gravatar"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Afficher le Gravatar de l’auteur"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Croissant (1,2,3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Descendant (3,2,1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Ordre de tri"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Aléatoirement"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Nombre de commentaires"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Parent"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Trier par : "
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Nombre d’articles à passer"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Catégorie"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Genesis - Articles mis en avant"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Affiche les articles mis en avant avec leurs miniatures"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "Plus de texte"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Limite du nombre de caractères"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Afficher le contenu de la page"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Affcher le titre de la page"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Aucun"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Alignement de l’image"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Page"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Genesis - Page mise en avant"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Affiche une page mise en avant avec des miniatures"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Titre"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Recherche pour "
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Archives pour "
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Vous êtes ici : "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Zone de Widget pour la \"Barre latérale 1\""
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Chercher"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "À propos de"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Articles"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Menu de navigation principal"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Retour en haut de la page"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Genesis %s est maintenant disponible. Nous avons programmé une mise à jour en un clic pour ce thème."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr "Genesis %s est disponible pour %s"
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Cliquer ici pour finaliser la mise à jour"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Accueil"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Nombre d’articles à afficher"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Toutes les Catégories"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Toutes les Catégories"
1627
  msgid "Display which category"
1628
  msgstr "Afficher quelle catégorie:"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Numérique"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Précédent / Suivant"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Taille de l’image"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "caractères "
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Limiter le contenu à "
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Sélectionner un des éléments suivants"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "Liens RSS"
1708
  msgid "Today's date"
1709
  msgstr "Date d’aujourd’hui"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Contenu en pleine page"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Image du logo"
@@ -1730,14 +1864,14 @@ msgstr "Sortie: "
1730
  msgid "Version"
1731
  msgstr "Version : "
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Archives des articles"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "Inclure les balises des liens court ?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "Balise de lien court"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "Inclure la fenêtre pour le support des étiquettes de Live Writer ?"
@@ -1858,30 +1992,30 @@ msgstr "Appliquer %s à la page d’accueil&nbsp;?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Jamais. J’ajouterai mon texte manuellement sur la page d’accueil."
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Titre du site"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Droite"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Gauche"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Confirmez-vous la réinitialisation des réglages ?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Réglages de la page d’accueil"
1916
  msgid "SEO Settings"
1917
  msgstr "Réglages SEO"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "Appliquer %s à cet article/cette page"
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Réglages des métadonnées pour les robots"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Titre personnalisé du document"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Cet article est protégé. Veuillez saisir le mot de passe pour pouvoir lire les commentaires."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Articles récents :"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Mois :"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Auteurs :"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Catégories :"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Pages :"
1977
 
@@ -2201,7 +2335,7 @@ msgstr "<strong>Le nom du site Attaché</strong> va insérer, après le titre et
2201
  #. translators: 1: Open strong tag, 2: Close strong tag.
2202
  #: lib/views/help/seo-doctitle.php:19
2203
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2204
- msgstr "%1$sAfficher la description du site%2$s va insérer après le titre de la page d'accueil la description du site telle qu’elle est définit dans la configuration globale."
2205
 
2206
  #: lib/classes/class-genesis-admin-seo-settings.php:166
2207
  #: lib/views/help/seo-doctitle.php:15
@@ -2278,12 +2412,6 @@ msgstr "Ceci est spécifique aux réglages de Genesis et cela n'inclue pas les a
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr "Ceci vous permet d’importer ou d’exporter vos réglages Genesis"
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr "Genesis %s est disponible. <a href=\"%s\" %s>Vérifiez les nouveautés</a> ou <a href=\"%s\" %s>mettez à jour maintenant</a>."
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr "L’option <strong>Texte dynamique</strong> utilise le titre et la descr
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr "Ceci est le %s. Vous pouvez ajouter du contenu à cette région en visitant votre <a href=\"%s\"> panneau de Widgets </a> et en y ajoutant de nouveaux widgets."
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr "données dans des fichiers de feuille de style"
2330
 
@@ -2416,17 +2544,17 @@ msgstr "La Titre personnalisé du document définit le titre de la page tel qu
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr "Vous pouvez importer un fichier que vous avez précédemment exporté. Le nom du fichier commence par %s suivie par une ou plusieurs séquences indiquant les paramètres qu'il contient, puis suivie de la date et de l'heure de l'exportation.."
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr "Répertoires"
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr "Archivage"
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr "Indexation"
@@ -2441,17 +2569,17 @@ msgstr "Windows Live Writer"
2441
  msgid "Primary Title %s"
2442
  msgstr "Balise %s principale"
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr "Ajout à droite"
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr "Ajout à gauche"
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr "Position du titre du site"
@@ -2469,7 +2597,7 @@ msgstr "Réglages des titres et entêtes"
2469
  msgid "Canonical URL"
2470
  msgstr "URL canonique"
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr "Titre du document"
2481
  msgid "Link opens in a new window."
2482
  msgstr "Le lien ouvre une nouvelle fenêtre."
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr "- Aucun -"
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr "Alignement de l'image à la une"
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr "Taille de l'image à la une"
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr "Afficher les images à la une ?"
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr "Limiter le contenu à combien de caractères ? (0 pour illimité)"
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr "Activer les Rétroliens sur les Pages"
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr "Activer les Rétroliens sur les Articles"
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr "Activer les Commentaires sur les Pages"
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr "Activer les Commentaires sur les Articles"
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr "Fil d'Ariane sur les Fichiers attachés/Médias"
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
- msgstr "Fil d'Ariane sur la Page 404"
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr "Fil d'Ariane sur les Archives"
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr "Fil d'Ariane sur les Pages"
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr "Fil d'Ariane sur les Articles"
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
- msgstr "Fil d'Ariane sur le Blogue"
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
- msgstr "Fil d'Ariane sur la Page principale"
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr "Fil d'Ariane sur l'Accueil"
2552
 
@@ -2554,19 +2677,19 @@ msgstr "Fil d'Ariane sur l'Accueil"
2554
  msgid "Select Default Layout"
2555
  msgstr "Modèle par défaut"
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr "Modèle du site"
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr "Choisir la couleur principal"
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr "Schéma de couleur"
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr "Texte dynamique"
2572
 
@@ -2591,12 +2714,12 @@ msgstr "Plan du site"
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr "Réglages SEO pour l'archive auteur"
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr "Scripts en fin de page"
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr "Alignement de l'image :"
2630
  msgid "Featured Image"
2631
  msgstr "Image mise en avant"
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr "Extrait"
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr "Contenu"
@@ -2677,32 +2800,32 @@ msgstr "Rediriger le flux personnalisé&nbsp;?"
2677
  msgid "Email address"
2678
  msgstr "Adresse e-mail"
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr "Mises à jour"
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr "Barre latérale 2, Contenu, Barre latérale 1"
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr "Barre latérale 2, Barre latérale 1, Contenu"
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr "Contenu, Barre latérale 1, Barre latérale 2"
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr "Barre latérale 1, Contenu"
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr "Contenu, Barre latérale 1"
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr "à propos"
2708
 
@@ -2710,11 +2833,6 @@ msgstr "à propos"
2710
  msgid "Genesis database upgraded."
2711
  msgstr "La base de données de Genesis a été mise à jour."
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr "Félicitations, vous utilisez maintenant Genesis %s&nbsp;! <a href=\"%s\">Consultez les changements de la version %s</a>."
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr "Blog"
@@ -2735,31 +2853,31 @@ msgstr "http://my.studiopress.com/themes/genesis/"
2735
  msgid "Genesis"
2736
  msgstr "Genesis"
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr "Informations sur le contenu de l’article"
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr "Faut-il exclure les articles épinglés ?"
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr "Au centre"
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr "(sans titre)"
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr "Page courante"
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr "Page"
2765
 
@@ -2783,14 +2901,14 @@ msgstr "Aller au contenu"
2783
  msgid "Skip to primary navigation"
2784
  msgstr "Passer à la navigation principale"
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr "Les widgets dans cette zone vont simplement s’afficher en bas des articles."
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr "Après l’entrée principale"
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr "C’est l’en-tête de la zone de widget. Elle apparait généralement à côté du titre ou du logo du site. Cette zone de widget ne convient pas pour afficher chaque type de widget, et fonctionne mieux avec un menu personnalisé, un formulaire de recherche, ou peut-être un widget texte."
1
+ # Translation of Genesis - Genesis 2.8 in French (France)
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-01-07 10:00:12+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: fr\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
+ msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
+ msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
+ msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
+ msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
+ msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
+ msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
+ msgstr ""
61
+
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
 
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
 
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
  msgstr ""
201
 
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
+ msgstr "Les détails"
205
+
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
207
  msgid "AdSense publisher ID"
208
  msgstr "Numéro d'identification Adsense"
209
 
210
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:22
211
  msgid "Don't have AdSense? <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a> to sign up!"
212
+ msgstr "Vous ne disposez pas d’AdSense&nbsp;? <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Cliquez ici</a> pour vous enregistrer&nbsp;!"
213
 
214
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
215
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:38
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr "Prochain article"
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr "Article précédent"
233
 
250
  msgstr "Adresse Email pour recevoir les notifications de mise à jour"
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr "Genesis nécessite PHP version %1$s ou supérieur. Vous utilisez une version %2$s. Veillez <a href=\"%3$s\">mettre à jour PHP</a> pour pouvoir utiliser Genesis."
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr "Genesis nécessite WordPress version %1$s ou supérieur. Vous utilisez une version %2$s. Veillez mettre à jour WordPress pour pouvoir utiliser Genesis."
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr "Vous n’avez pas AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Cliquez ici</a> pour vous enregistrer!"
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr "Date de modification"
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr "Date de publication"
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr "Secondaire"
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr "Principal"
349
 
365
  msgid "Google Adsense"
366
  msgstr "Google Adsense"
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
+ msgstr "Scripts de tête et de pied de page"
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr "Choisir la mise en page du site"
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr "Adresse courriel"
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr "Totalité du site"
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr "Résultat de la recherche"
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr "Archives par date"
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr "Archives de l’auteur"
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr "Archives du tag"
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr "Archive pour la catégorie"
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr "Applique `noindex` pour les pages d’archie ci-dessous."
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr "Inclure le tag de lien cour?"
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr "Utilisez pour le titre du site / logo"
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr "Recherche des mises à jour"
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr "Lire plus à propos des URLs canoniques sur mesure"
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr "Type de pagination pour le contenu"
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "La page que vous cherchez n’existe plus. Merci de suivre ce lien pour retourner à <a href=\"%s\">l’accueil</a>. Vous pouvez également consulter les archives principales du site ci-dessous."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Exclure les articles précédemment affichés?"
712
 
718
  msgid "at"
719
  msgstr "à"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "La mise à jour de Genesis écrasera la version actuelle de Genesis. Confirmez-vous la mise à jour&nbsp;?. « Annuler » pour arrêter, « OK » pour mettre à jour."
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "Les modifications que vous avez faites seront perdues si vous quittez la page."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "entité décimale ou hexadécimale"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "Étiquettes méta Robots"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Méta mots-clés"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Contributeur"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Contributeurs"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Ces réglages seront appliqués à toute page ayant le modèle « Blog » appliqué. Non à la page d’accueil ou les pages d’archives."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Page d’accueil"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Navigation"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr "Par défaut, WordPress place plusieurs balises dans votre document %1$s. La plupart de ces balises ne sont pas nécessaires, et ne représentent aucun intérêt <abbr title=\"Search engine optimization\">SEO</abbr> . Cela ralentit juste le téléchargement des pages. Choisissez quelles balises vous voulez voir incluses dans votre document %1$s. Si vous ne savez pas de quoi nous parlons, laissez décoché."
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "La méta description peut être utilisée pour déterminer le texte qui s'affiche sous le titre, dans les pages de résultats, suite à une recherche dans un moteur de recherche."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Description du site (Slogan)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Si le titre est composé de deux éléments (titre original et facultatif), alors le séparateur se placera entre les deux."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Séparateur pour le titre du Document:"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Déterminer de quel côté sera placé le titre ajouté."
878
  msgid "Read More"
879
  msgstr "Lire la suite"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Chercher sur ce site"
884
 
886
  msgid "Read more"
887
  msgstr "Lire la suite"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Aller aux réglages SEO &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Aller aux réglages du thème &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Chefs de projet"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Utiliser pour les site titre/logo :"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "sur"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Menu de navigation secondaire"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "En-tête gauche"
955
 
958
  msgstr "Texte du lien pour la page de l'auteur"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Zone de Widget pour le pied de page %d."
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "C'est la barre latérale 2 si vous utilisez 2 ou 3 colonnes dans les Options de mise en page pour Genesis sur chaque page ou article."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "C'est la barre latérale 1 si vous utilisez 2 ou 3 colonnes dans les Options de mise en page pour Genesis sur chaque page ou article."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "La propriété \"context\", a été remplacé par \"theme_location\" dans les $args du array (tableau)"
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Réglages de la mise en page"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Réglages SEO du thème"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "et"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s secondes"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s minutes"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s heures"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s jours"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s semaines"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] " %s mois"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s année"
1111
  msgstr[1] "%s années"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "secondes"
1120
  msgstr "Ces options auront une incidence sur toutes les pages du blog, y compris les archives, les pages d'auteurs, les catégories, les pages de recherche et les pages pour les mots-clefs."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Pages"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Scripts pour l’en-tête et le pied de page"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Mise en page par défaut"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "Les mots-clés sont en général ignorés par les moteurs de recherches."
1189
  msgid "Default"
1190
  msgstr "Par défaut"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Page suivante"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Page précédente"
1199
 
1201
  msgid "ago"
1202
  msgstr "il y a"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Tout sélectionner / Désélectionner"
1207
 
1210
  msgstr "Aucune option d’exportation n’est disponible."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Pied de page %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "Aucun libellé n’est sélectionné"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "Il y a eu un problème en important vos réglages. Veuillez réessayer."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Barre latérale 2"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Barre latérale 1"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "En-tête droite"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "Nous n’avons pas trouvé&nbsp;:"
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "Pas de contenu"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Montrer un extrait de l'article"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Montrer l'extrait"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Montrer le contenu de l'article"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Type de contenu"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Afficher les informations de l’article"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Afficher l’image mise en avant"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Ce texte sera le premier paragraphe et sera affiché sur la première page"
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Description personnalisée"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "S’affichera dans la balise %s en haut de la première page"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "En-tête personnalisé pour la page d'archive"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "Affiche le bloc du profile d'utilisateur avec un Gravatar"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Texte du lien"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Montrer le lien vers l'archive de cette catégorie"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "Pour afficher une liste de plus d’articles de cette catégorie, veuillez remplir les informations ci-dessous"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "Plus de texte (si applicable)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Afficher le titre de l’article"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Alignement du Gravatar"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Très grande (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Grande (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Moyenne (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "Petite (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Dimension du Gravatar"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Afficher le Gravatar de l’auteur"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Croissant (1,2,3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Descendant (3,2,1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Ordre de tri"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Aléatoirement"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Nombre de commentaires"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Parent"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Trier par : "
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Nombre d’articles à passer"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Catégorie"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Affiche les articles mis en avant avec leurs miniatures"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "Plus de texte"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Limite du nombre de caractères"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Afficher le contenu de la page"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Affcher le titre de la page"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Aucun"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Alignement de l’image"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Page"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Affiche une page mise en avant avec des miniatures"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Titre"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Recherche pour "
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Archives pour "
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Vous êtes ici : "
1611
 
1618
  msgstr "Zone de Widget pour la \"Barre latérale 1\""
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Chercher"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "À propos de"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Menu de navigation principal"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Copyright"
1652
 
1730
  msgstr "Retour en haut de la page"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Genesis %s est maintenant disponible. Nous avons programmé une mise à jour en un clic pour ce thème."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr "Genesis %s est disponible pour %s"
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Cliquer ici pour finaliser la mise à jour"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Accueil"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Nombre d’articles à afficher"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Toutes les Catégories"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Afficher quelle catégorie:"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Numérique"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Précédent / Suivant"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Taille de l’image"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "caractères "
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Limiter le contenu à "
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Sélectionner un des éléments suivants"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Date d’aujourd’hui"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Contenu en pleine page"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Image du logo"
1864
  msgid "Version"
1865
  msgstr "Version : "
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Archives des articles"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Balise de lien court"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "Inclure la fenêtre pour le support des étiquettes de Live Writer ?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Jamais. J’ajouterai mon texte manuellement sur la page d’accueil."
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Titre du site"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Droite"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Gauche"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "Confirmez-vous la réinitialisation des réglages ?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "Réglages SEO"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Réglages des métadonnées pour les robots"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Cet article est protégé. Veuillez saisir le mot de passe pour pouvoir lire les commentaires."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Articles récents :"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Mois :"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Auteurs :"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Catégories :"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Pages :"
2111
 
2335
  #. translators: 1: Open strong tag, 2: Close strong tag.
2336
  #: lib/views/help/seo-doctitle.php:19
2337
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2338
+ msgstr "%1$sAfficher la description du site %2$s va insérer la description du site telle qu’elle est définit dans la configuration globale après le titre de la page d'accueil ."
2339
 
2340
  #: lib/classes/class-genesis-admin-seo-settings.php:166
2341
  #: lib/views/help/seo-doctitle.php:15
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr "Ceci vous permet d’importer ou d’exporter vos réglages Genesis"
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr "Ceci est le %s. Vous pouvez ajouter du contenu à cette région en visitant votre <a href=\"%s\"> panneau de Widgets </a> et en y ajoutant de nouveaux widgets."
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr "données dans des fichiers de feuille de style"
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr "Vous pouvez importer un fichier que vous avez précédemment exporté. Le nom du fichier commence par %s suivie par une ou plusieurs séquences indiquant les paramètres qu'il contient, puis suivie de la date et de l'heure de l'exportation.."
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr "Répertoires"
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr "Archivage"
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr "Indexation"
2569
  msgid "Primary Title %s"
2570
  msgstr "Balise %s principale"
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr "Ajout à droite"
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr "Ajout à gauche"
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr "Position du titre du site"
2597
  msgid "Canonical URL"
2598
  msgstr "URL canonique"
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr "Le lien ouvre une nouvelle fenêtre."
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr "Alignement de l'image à la une"
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr "Taille de l'image à la une"
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr "Afficher les images à la une ?"
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr "Limiter le contenu à combien de caractères ? (0 pour illimité)"
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr "Activer les Rétroliens sur les Pages"
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr "Activer les Rétroliens sur les Articles"
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr "Activer les Commentaires sur les Pages"
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr "Activer les Commentaires sur les Articles"
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr "Fil d'Ariane sur les Fichiers attachés/Médias"
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
+ msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr "Fil d'Ariane sur les Archives"
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr "Fil d'Ariane sur les Pages"
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr "Fil d'Ariane sur les Articles"
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
+ msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
+ msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr "Fil d'Ariane sur l'Accueil"
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr "Modèle par défaut"
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr "Modèle du site"
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr "Choisir la couleur principal"
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr "Schéma de couleur"
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr "Texte dynamique"
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr "Réglages SEO pour l'archive auteur"
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr "Scripts en fin de page"
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr "Image mise en avant"
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr "Extrait"
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr "Contenu"
2800
  msgid "Email address"
2801
  msgstr "Adresse e-mail"
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr "Mises à jour"
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr "Barre latérale 2, Contenu, Barre latérale 1"
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr "Barre latérale 2, Barre latérale 1, Contenu"
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr "Contenu, Barre latérale 1, Barre latérale 2"
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr "Barre latérale 1, Contenu"
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr "Contenu, Barre latérale 1"
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr "à propos"
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr "La base de données de Genesis a été mise à jour."
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr "Blog"
2853
  msgid "Genesis"
2854
  msgstr "Genesis"
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr "Informations sur le contenu de l’article"
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr "Faut-il exclure les articles épinglés ?"
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr "Au centre"
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr "(sans titre)"
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr "Page courante"
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr "Page"
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr "Passer à la navigation principale"
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr "Les widgets dans cette zone vont simplement s’afficher en bas des articles."
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr "Après l’entrée principale"
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr "C’est l’en-tête de la zone de widget. Elle apparait généralement à côté du titre ou du logo du site. Cette zone de widget ne convient pas pour afficher chaque type de widget, et fonctionne mieux avec un menu personnalisé, un formulaire de recherche, ou peut-être un widget texte."
translations/he_IL.mo CHANGED
Binary file
translations/he_IL.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Hebrew
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:34:32+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: he_IL\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr ""
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr ""
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr ""
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr ""
@@ -565,7 +697,7 @@ msgstr ""
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "הדף שאתה מחפש אינו קיים עוד. אולי אתה יכול לחזור חזרה <a href=\"%s\">לעמוד הבית </a> של האתר ולראות אם אתה יכול למצוא את מה שאתה מחפש. לחלופין, אתה יכול לנסות למצוא אותו עם הפרטים שלהלן."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "להוציא מהכלל פוסטים שהוצגו לפני?"
580
 
@@ -586,15 +718,15 @@ msgstr "סליחה, אין תוכן שהתאים לתנאים שלך."
586
  msgid "at"
587
  msgstr "ב"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr ""
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "השינויים שאתה עושה יאבדו אם תצא מדף זה."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "יישויות עשרוניות או הקסדצימליות"
600
 
@@ -620,7 +752,7 @@ msgstr "החל %s לארכיון הזה"
620
  msgid "Robots Meta Tags"
621
  msgstr "תגיות מטא Robots"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "תגיות מטא Robots"
630
  msgid "Meta Keywords"
631
  msgstr "מילות מפתח מטא"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "תוצאות חיפוש עבור: "
661
  msgid "Contributor"
662
  msgstr "תורם"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "תורמים"
667
 
@@ -673,14 +805,14 @@ msgstr "מפתחים מובילים"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "הגדרות אלו פועלות על כל עמוד שמוגדרת עבורו תבנית של \"פוסט\", ולא על דפים אחרים כגון דף הבית או על ארכיון פוסט."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "דף הבית"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "עמוד הפוסטים"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "תבנית עמוד בלוג"
692
  msgid "Navigation"
693
  msgstr "ניווט"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "כותרת"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "התיאור המפורט יכול לשמש כטקסט שיופיע מתחת לכותרת בתוצאות החיפוש של מנוע החיפוש."
@@ -717,17 +849,17 @@ msgstr "אם כותרת העמוד נשארת ריקה אזי כותרת האת
717
  msgid "Site Description (Tagline)"
718
  msgstr "תיאור אתר (תגית)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "אם כותרת העמוד בנויה משני חלקים (כותרת מקורית וכותרת אופציונלית), אזי התו המפריד יהיה בין שתיהן."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "התו המפריד עבור כותרת העמוד:"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "קובע באיזה צד יהיה הטקסט הנוסף של הכותרת."
@@ -746,7 +878,7 @@ msgstr "הוספת תיאור אתר (תגית) ל %s בדף הבית ?"
746
  msgid "Read More"
747
  msgstr "קרא עוד"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "חיפוש באתר"
752
 
@@ -754,15 +886,15 @@ msgstr "חיפוש באתר"
754
  msgid "Read more"
755
  msgstr "קרא עוד"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "להגדרות אופטימיזציה למנועי חיפוש SEO &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "להגדרות תבנית &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "מובילי הפרויקט"
768
 
@@ -775,11 +907,11 @@ msgstr "ברוכים הבאים לג'נסיס %s"
775
  msgid "Google+"
776
  msgstr "גוגל+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "לשימוש עבור כותרת או לוגו האתר: "
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "על"
785
 
@@ -817,7 +949,7 @@ msgstr "תוכן של טקסט מותאם אישית"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "תפריט ניווט משני"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "שמאל הכותרת"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "תיאור מורחב עבור לינק לעמוד"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "אזור וידגט %d תחתון"
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "זהו התפריט הצדדי המשני אם אתה משתמש באפשרות פרישה של שלוש עמודות."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "זהו התפריט הצדדי הראשי אם אתה משתמש באפשרות פרישה של שתיים או שלוש עמודות."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
844
 
@@ -867,8 +999,8 @@ msgstr "צבע: "
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "תגיות לינק %s פוסטים קשורים"
911
  msgid "Layout Settings"
912
  msgstr "הגדרות מערך תצוגה"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "הגדרות SEO"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "וגם"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s שניה"
931
  msgstr[1] "%s שניות"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s דקה"
939
  msgstr[1] "%s דקות"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s שעה"
947
  msgstr[1] "%s שעות"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s יום"
955
  msgstr[1] "%s ימים"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s שבוע"
963
  msgstr[1] "%s שבועות"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "%s חודש"
971
  msgstr[1] "%s חודשים"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s שנה"
979
  msgstr[1] "%s שנים"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "שניות"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "אפשרויות אלה ישפיעו על כל דפי הרשימות באתר, כולל ארכיון, המחבר, בלוג, קטגוריה, חיפוש ודפי תג."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "עמוד 404"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "עמודים"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "דך הבית"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "דך הבית"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "סקריפטים ל Header ו Footer"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "הערות וטראקבקים"
1023
  msgid "Default Layout"
1024
  msgstr "פריסת ברירת מחדל"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "מנועי חיפוש בדרך כלל מתעלמיםממילות מפתח."
@@ -1057,11 +1189,11 @@ msgstr "בחר את הקובץ מהמחשב ולחץ על \"ייבוא קובץ\
1057
  msgid "Default"
1058
  msgstr "ברירת מחדל"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "הבא"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "הקודם"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "הקודם"
1069
  msgid "ago"
1070
  msgstr "לפני"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "בחר / בטל הכל"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "אפשרויות ייצוא אינן זמינות"
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "פוטר %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "לא נבחרה תוית"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "לא נבחרה תוית"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "היתה בעיה לייבא את ההגדרות שלך. אנא נסה שוב."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "סרגל צדדי משני"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "סרגל צדדי ראשי"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "ימין הכותרת"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "לא נמצא:"
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "ללא תוכן"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "הצג מגבלת תוכן"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "להציג תקציר"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "להציג תוכן"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "סוג תוכן"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "הצג מידע על הפוסט"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "הצג תמונה ראשית"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "הצג תמונה ראשית"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "טקסט זה יוצג בפסקה הראשונה, בדף הראשון."
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "תיאור טקסט מותאם אישית"
@@ -1149,7 +1281,7 @@ msgstr "תיאור טקסט מותאם אישית"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "יציג את התג %s בחלק העליון של העמוד הראשון"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "כותרת אישית לארכיון"
@@ -1298,93 +1430,93 @@ msgstr "ג'נסיס - פרטי משתמש"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "הצגת פרופיל המשתמש עם Gravatar"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "כיתוב קישור"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "הצג קישור לארכיב הקטגוריה"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "כדי להציג רשימה של פוסטים נוספים מקטגוריה זו, אנא מלאו את הפרטים להלן"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "טקסט \"עוד\""
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "הצג את כותרת הפוסט"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Gravatar יישור"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "גדול מאוד (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "גדול (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "בינוני (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "קטן (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Gravatar גודל"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "הצג Gravatar של המחבר"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "עולה ( 1,2,3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "יורד ( 3,2,1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "סדר לפי"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "אקראי"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "ספירת תגובות"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "הורה"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "לסדר לפי"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "מספר הודעות הסט"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "קטגוריה"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "ג'נסיס - הצגת פוסטים"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "מציג פוסט נבחר עם תמונה ראשית"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "טקסט \"עוד\""
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "הגבלת תווים לתוכן"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "הצג תוכן עמוד"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "הצג כותרת עמוד"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "ללא"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "יישור תמונה"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "עמוד"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "ג'נסיס - הצגת עמוד"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "הצגת עמודים עם תמונה"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "כותרת"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "חיפוש עבור"
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr " ארכיון של"
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "אתה נמצא כאן:"
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "אזור ווידג'טים ראשי"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "לחפש"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "על"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "פוסטים"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "תפריט ניווט ראשי"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "זכויות יוצרים"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "חזרה לראש העמוד"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "ג'נסיס %s זמינה עכשיו. סיפקנו עדכון בקליק בודד לתמה הזו, אז בבקשה התחברו לממשק הניהול שלכם ועדכנו בהקדם האפשרי."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "לחץ כאן כדי להשלים את השדרוג"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "בית"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "להציג מספר פוסטים "
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "כל הקטגוריות"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "כל הקטגוריות"
1627
  msgid "Display which category"
1628
  msgstr "איזו קטגוריה להציג:"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "ממוספר"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "הקודם / הבא"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "גודל תמונה"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "תוים"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "להגביל תוכן ל"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "בחר אחת מהבאים:"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "קישורי RSS"
1708
  msgid "Today's date"
1709
  msgstr "תאריך"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "תוכן ברוחב מלא"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "תמונת לוגו"
@@ -1730,14 +1864,14 @@ msgstr "שוחרה:"
1730
  msgid "Version"
1731
  msgstr "גירסה:"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "ארכיוני תוכן"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "לכלול תגיות Shortlink?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "תגית של קישור מקוצר (Shortlink):"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "לכלול תג Windows Live Writer Support?"
@@ -1858,30 +1992,30 @@ msgstr "להחחל %s על דף הבית?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "לא ולא. ברצוניי לתייג טקסט בדף הבית ידנית"
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "כותרת אתר"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "ימין"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "שמאל"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "האם אתה בטוח שברצונך לאפס?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "הגדרות עמוד הבית"
1916
  msgid "SEO Settings"
1917
  msgstr "הגדרות SEO"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "החל %s על פוסט/ עמוד זה"
1944
  msgid "Robots Meta Settings"
1945
  msgstr "הגדרות Robots Meta"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "כותרת מסמך (Title) מותאמת אישית"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "הפוסט מוגן בסיסמה. הזן את הסיסמה כדי לצפייה בתגובות."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "פוסטים אחרונים:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "חודשי:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "כותבים:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "קטגוריות:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "עמודים:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr "זה ספציפי להגדרות ג'נסיס, ואינו כולל פוס
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr "זה מאפשר לך לייבא או לייצא את ההגדרות של ג'נסיס."
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr ""
2330
 
@@ -2416,17 +2544,17 @@ msgstr "כותרת המסמך המותאמת אישית מגדירה את כות
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr "אתה יכול לייבא קובץ שייצאת בעבר. שם הקובץ יתחיל ב%s וימשיך במחרוזת אחת או יותר שמעידה על ההגדרות שהיא מכילה, לבסוף את התאריך ושעה בה התבצע הייצוא"
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr ""
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr ""
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr ""
@@ -2441,17 +2569,17 @@ msgstr ""
2441
  msgid "Primary Title %s"
2442
  msgstr ""
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr ""
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr ""
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr ""
@@ -2469,7 +2597,7 @@ msgstr ""
2469
  msgid "Canonical URL"
2470
  msgstr ""
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr ""
2481
  msgid "Link opens in a new window."
2482
  msgstr ""
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr ""
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr ""
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr ""
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr ""
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
  msgstr ""
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr ""
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr ""
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr ""
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
  msgstr ""
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
  msgstr ""
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr ""
2552
 
@@ -2554,19 +2677,19 @@ msgstr ""
2554
  msgid "Select Default Layout"
2555
  msgstr ""
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr ""
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr ""
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr ""
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr ""
2572
 
@@ -2591,12 +2714,12 @@ msgstr ""
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr ""
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr ""
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr ""
2630
  msgid "Featured Image"
2631
  msgstr ""
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr ""
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr ""
@@ -2677,32 +2800,32 @@ msgstr ""
2677
  msgid "Email address"
2678
  msgstr ""
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr ""
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr ""
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr ""
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr ""
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr ""
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr ""
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr ""
2708
 
@@ -2710,11 +2833,6 @@ msgstr ""
2710
  msgid "Genesis database upgraded."
2711
  msgstr ""
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr ""
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr ""
@@ -2735,31 +2853,31 @@ msgstr ""
2735
  msgid "Genesis"
2736
  msgstr ""
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr ""
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr ""
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr ""
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr ""
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr ""
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr ""
2765
 
@@ -2783,14 +2901,14 @@ msgstr ""
2783
  msgid "Skip to primary navigation"
2784
  msgstr ""
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr ""
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr ""
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr ""
1
+ # Translation of Genesis - Genesis 2.8 in Hebrew
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:34:32+0000\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: he_IL\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
  msgstr ""
113
 
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr ""
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr ""
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr ""
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "הדף שאתה מחפש אינו קיים עוד. אולי אתה יכול לחזור חזרה <a href=\"%s\">לעמוד הבית </a> של האתר ולראות אם אתה יכול למצוא את מה שאתה מחפש. לחלופין, אתה יכול לנסות למצוא אותו עם הפרטים שלהלן."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "להוציא מהכלל פוסטים שהוצגו לפני?"
712
 
718
  msgid "at"
719
  msgstr "ב"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr ""
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "השינויים שאתה עושה יאבדו אם תצא מדף זה."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "יישויות עשרוניות או הקסדצימליות"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "תגיות מטא Robots"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "מילות מפתח מטא"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "תורם"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "תורמים"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "הגדרות אלו פועלות על כל עמוד שמוגדרת עבורו תבנית של \"פוסט\", ולא על דפים אחרים כגון דף הבית או על ארכיון פוסט."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "דף הבית"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "ניווט"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "התיאור המפורט יכול לשמש כטקסט שיופיע מתחת לכותרת בתוצאות החיפוש של מנוע החיפוש."
849
  msgid "Site Description (Tagline)"
850
  msgstr "תיאור אתר (תגית)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "אם כותרת העמוד בנויה משני חלקים (כותרת מקורית וכותרת אופציונלית), אזי התו המפריד יהיה בין שתיהן."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "התו המפריד עבור כותרת העמוד:"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "קובע באיזה צד יהיה הטקסט הנוסף של הכותרת."
878
  msgid "Read More"
879
  msgstr "קרא עוד"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "חיפוש באתר"
884
 
886
  msgid "Read more"
887
  msgstr "קרא עוד"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "להגדרות אופטימיזציה למנועי חיפוש SEO &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "להגדרות תבנית &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "מובילי הפרויקט"
900
 
907
  msgid "Google+"
908
  msgstr "גוגל+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "לשימוש עבור כותרת או לוגו האתר: "
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "על"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "תפריט ניווט משני"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "שמאל הכותרת"
955
 
958
  msgstr "תיאור מורחב עבור לינק לעמוד"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "אזור וידגט %d תחתון"
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "זהו התפריט הצדדי המשני אם אתה משתמש באפשרות פרישה של שלוש עמודות."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "זהו התפריט הצדדי הראשי אם אתה משתמש באפשרות פרישה של שתיים או שלוש עמודות."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "הגדרות מערך תצוגה"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "הגדרות SEO"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "וגם"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s שניות"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s דקות"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s שעות"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s ימים"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s שבועות"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "%s חודשים"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s שנה"
1111
  msgstr[1] "%s שנים"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "שניות"
1120
  msgstr "אפשרויות אלה ישפיעו על כל דפי הרשימות באתר, כולל ארכיון, המחבר, בלוג, קטגוריה, חיפוש ודפי תג."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "עמודים"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "סקריפטים ל Header ו Footer"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "פריסת ברירת מחדל"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "מנועי חיפוש בדרך כלל מתעלמיםממילות מפתח."
1189
  msgid "Default"
1190
  msgstr "ברירת מחדל"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "הבא"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "הקודם"
1199
 
1201
  msgid "ago"
1202
  msgstr "לפני"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "בחר / בטל הכל"
1207
 
1210
  msgstr "אפשרויות ייצוא אינן זמינות"
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "פוטר %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "לא נבחרה תוית"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "היתה בעיה לייבא את ההגדרות שלך. אנא נסה שוב."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "סרגל צדדי משני"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "סרגל צדדי ראשי"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "ימין הכותרת"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "לא נמצא:"
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "ללא תוכן"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "הצג מגבלת תוכן"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "להציג תקציר"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "להציג תוכן"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "סוג תוכן"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "הצג מידע על הפוסט"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "הצג תמונה ראשית"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "טקסט זה יוצג בפסקה הראשונה, בדף הראשון."
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "תיאור טקסט מותאם אישית"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "יציג את התג %s בחלק העליון של העמוד הראשון"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "כותרת אישית לארכיון"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "הצגת פרופיל המשתמש עם Gravatar"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "כיתוב קישור"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "הצג קישור לארכיב הקטגוריה"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "כדי להציג רשימה של פוסטים נוספים מקטגוריה זו, אנא מלאו את הפרטים להלן"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "טקסט \"עוד\""
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "הצג את כותרת הפוסט"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Gravatar יישור"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "גדול מאוד (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "גדול (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "בינוני (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "קטן (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Gravatar גודל"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "הצג Gravatar של המחבר"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "עולה ( 1,2,3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "יורד ( 3,2,1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "סדר לפי"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "אקראי"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "ספירת תגובות"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "הורה"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "לסדר לפי"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "מספר הודעות הסט"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "קטגוריה"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "מציג פוסט נבחר עם תמונה ראשית"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "טקסט \"עוד\""
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "הגבלת תווים לתוכן"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "הצג תוכן עמוד"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "הצג כותרת עמוד"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "ללא"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "יישור תמונה"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "עמוד"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "הצגת עמודים עם תמונה"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "כותרת"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "חיפוש עבור"
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr " ארכיון של"
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "אתה נמצא כאן:"
1611
 
1618
  msgstr "אזור ווידג'טים ראשי"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "לחפש"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "על"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "תפריט ניווט ראשי"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "זכויות יוצרים"
1652
 
1730
  msgstr "חזרה לראש העמוד"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "ג'נסיס %s זמינה עכשיו. סיפקנו עדכון בקליק בודד לתמה הזו, אז בבקשה התחברו לממשק הניהול שלכם ועדכנו בהקדם האפשרי."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr ""
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "לחץ כאן כדי להשלים את השדרוג"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "בית"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "להציג מספר פוסטים "
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "כל הקטגוריות"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "איזו קטגוריה להציג:"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "ממוספר"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "הקודם / הבא"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "גודל תמונה"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "תוים"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "להגביל תוכן ל"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "בחר אחת מהבאים:"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "תאריך"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "תוכן ברוחב מלא"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "תמונת לוגו"
1864
  msgid "Version"
1865
  msgstr "גירסה:"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "ארכיוני תוכן"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "תגית של קישור מקוצר (Shortlink):"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "לכלול תג Windows Live Writer Support?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "לא ולא. ברצוניי לתייג טקסט בדף הבית ידנית"
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "כותרת אתר"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "ימין"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "שמאל"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "האם אתה בטוח שברצונך לאפס?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "הגדרות SEO"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "הגדרות Robots Meta"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "הפוסט מוגן בסיסמה. הזן את הסיסמה כדי לצפייה בתגובות."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "פוסטים אחרונים:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "חודשי:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "כותבים:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "קטגוריות:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "עמודים:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr "זה מאפשר לך לייבא או לייצא את ההגדרות של ג'נסיס."
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr ""
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr "אתה יכול לייבא קובץ שייצאת בעבר. שם הקובץ יתחיל ב%s וימשיך במחרוזת אחת או יותר שמעידה על ההגדרות שהיא מכילה, לבסוף את התאריך ושעה בה התבצע הייצוא"
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr ""
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr ""
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr ""
2569
  msgid "Primary Title %s"
2570
  msgstr ""
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr ""
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr ""
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr ""
2597
  msgid "Canonical URL"
2598
  msgstr ""
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr ""
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr ""
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr ""
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr ""
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr ""
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr ""
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr ""
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr ""
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
  msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr ""
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr ""
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr ""
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
  msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
  msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr ""
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr ""
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr ""
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr ""
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr ""
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr ""
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr ""
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr ""
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr ""
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr ""
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr ""
2800
  msgid "Email address"
2801
  msgstr ""
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr ""
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr ""
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr ""
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr ""
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr ""
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr ""
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr ""
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr ""
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr ""
2853
  msgid "Genesis"
2854
  msgstr ""
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr ""
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr ""
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr ""
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr ""
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr ""
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr ""
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr ""
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr ""
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr ""
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr ""
translations/hr.mo CHANGED
Binary file
translations/hr.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Croatian
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-12-12 12:05:18+0000\n"
@@ -9,68 +9,200 @@ msgstr ""
9
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: hr\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
- msgstr "Detalji"
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
72
  msgstr ""
73
 
 
 
 
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
75
  msgid "AdSense publisher ID"
76
  msgstr ""
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr "Sljedeća objava:"
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr "Prethodna objava:"
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr "Datum izmjene"
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr "Datum objave"
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr "Rezultati pretraživanja"
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr "Arhiva po datumu"
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr "Arhiva po autoru"
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr "Arhiva po oznakama"
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr "Arhiva po kategorijama"
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr ""
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr ""
@@ -565,7 +697,7 @@ msgstr ""
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "Stranica koju tražite više ne postoji. Možda se možete vratiti na <a href=\"%s\">početnu</a>stranicu i vidjeti možete li pronaći ono što tražite. Ili možete pokušati to pronaći uz pomoć niže navedenih informacija."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Isključi prethodno prikazane članke?"
580
 
@@ -586,15 +718,15 @@ msgstr "Žao nam je, niti jedan sadržaj ne odgovara vašem zahtjevu."
586
  msgid "at"
587
  msgstr "u"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "Genesis nadogradnja će prebrisati trenutačno instaliranu verziju Genesisa. Želite li zaista nadograditi? \"Cancel\" za prekid, \"OK\" za nadogradnju."
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "Promjene koje ste napravili bit će izgubljene ako se maknete s ove stranice."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "decimalni ili heksadecimalni subjekti"
600
 
@@ -620,7 +752,7 @@ msgstr "Primijeni %s na ovu arhivu"
620
  msgid "Robots Meta Tags"
621
  msgstr "Robotske meta oznake"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "Robotske meta oznake"
630
  msgid "Meta Keywords"
631
  msgstr "Meta ključne riječi"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Rezultati pretrage za:"
661
  msgid "Contributor"
662
  msgstr "Suradnik"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Suradnici"
667
 
@@ -673,14 +805,14 @@ msgstr "Glavni programer"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Ove postavke se primjenjuju na bilo kojoj stranici s predloškom za blog stranicu, a ne početnu stranicu ili arhivske stranice."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "početna stranica"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "stranica članka"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "predložak blog stranice"
692
  msgid "Navigation"
693
  msgstr "navigacija"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Zaglavlje"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr "Prema zadanim vrijednostima WordPress stavlja nekoliko oznaka u vaše dokumente %1$s. Većina ovih oznaka su potpuno bespotrebne i nemaju nikakvu <abbr title=\"Search engine optimization\">SEO</abbr> vrijednost; one samo usporavaju učitavanje vaše lokacije. Odaberite koje oznake želite imati uključene u vaše dokumente %1$s. Ako ne znate značenje oznake ostavite neoznačeno."
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "Meta opisi mogu se koristiti za određivanje teksta korištenog ispod naslova na rezultatima pretraživanja."
@@ -717,17 +849,17 @@ msgstr "Ukoliko ostavite naslov dokumenta praznim umjesto njega koristit će se
717
  msgid "Site Description (Tagline)"
718
  msgstr "Opis lokacije (tagline)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Ako se naslov sastoji od dva dijela (izvornog naslova i izbornog dodatka) onda će se razdjelnik naći između njih."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Razdjelnik naslova dokumenta"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Određuje na koju stranu će ići dodani naslov teksta."
@@ -746,7 +878,7 @@ msgstr "Dodaj opis lokacije (tagline) na početnu stranicu %s?"
746
  msgid "Read More"
747
  msgstr "Nastavi čitati"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Pretraži ovu stranicu"
752
 
@@ -754,15 +886,15 @@ msgstr "Pretraži ovu stranicu"
754
  msgid "Read more"
755
  msgstr "Nastavi čitati"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Idi na SEO postavke &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Idi na postavke teme &rarr:"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Voditelji projekta"
768
 
@@ -775,11 +907,11 @@ msgstr "Dobro došli u Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Koristite za naslov/logo lokacije:"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "na"
785
 
@@ -817,7 +949,7 @@ msgstr "Prilagođen tekst sadržaja"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Dodatni izbornik navigacije"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Zaglavlje lijevo"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Tekst poveznice na proširenu stranicu"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Widget područje u podnožju %d"
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Ovo je drugi stupac ako koristite izgled stranice sa tri stupca."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Ovo je osnovni stupac ako koristite dvije ili tri kolone u opcijama za izgled lokacije."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "Argument \"context\" zamijenjen je s \"theme_location\" u $args nizu."
844
 
@@ -867,8 +999,8 @@ msgstr "Format boja:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Oznaka poveznice sljedećeg članka %s"
911
  msgid "Layout Settings"
912
  msgstr "Postavke izgleda"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "SEO postavke za temu"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "i"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -932,7 +1064,7 @@ msgstr[1] "%s sekunde"
932
  msgstr[2] "%s sekundi"
933
 
934
  #. translators: %s: Number of minute(s).
935
- #: lib/functions/formatting.php:355
936
  msgctxt "time difference"
937
  msgid "%s minute"
938
  msgid_plural "%s minutes"
@@ -941,7 +1073,7 @@ msgstr[1] "%s minute"
941
  msgstr[2] "%s minuta"
942
 
943
  #. translators: %s: Number of hour(s).
944
- #: lib/functions/formatting.php:353
945
  msgctxt "time difference"
946
  msgid "%s hour"
947
  msgid_plural "%s hours"
@@ -950,7 +1082,7 @@ msgstr[1] "%s sata"
950
  msgstr[2] "%s sati"
951
 
952
  #. translators: %s: Number of day(s).
953
- #: lib/functions/formatting.php:351
954
  msgctxt "time difference"
955
  msgid "%s day"
956
  msgid_plural "%s days"
@@ -959,7 +1091,7 @@ msgstr[1] "%s dana"
959
  msgstr[2] "%s dana"
960
 
961
  #. translators: %s: Number of week(s).
962
- #: lib/functions/formatting.php:349
963
  msgctxt "time difference"
964
  msgid "%s week"
965
  msgid_plural "%s weeks"
@@ -968,7 +1100,7 @@ msgstr[1] "%s tjedna"
968
  msgstr[2] "%s tjedana"
969
 
970
  #. translators: %s: Number of month(s).
971
- #: lib/functions/formatting.php:347
972
  msgctxt "time difference"
973
  msgid "%s month"
974
  msgid_plural "%s months"
@@ -977,7 +1109,7 @@ msgstr[1] "%s mjeseca"
977
  msgstr[2] "%s mjeseci"
978
 
979
  #. translators: %s: Number of year(s).
980
- #: lib/functions/formatting.php:345
981
  msgctxt "time difference"
982
  msgid "%s year"
983
  msgid_plural "%s years"
@@ -985,7 +1117,7 @@ msgstr[0] "%s godina"
985
  msgstr[1] "%s godine"
986
  msgstr[2] "%s godina"
987
 
988
- #: lib/functions/formatting.php:339
989
  msgctxt "time difference"
990
  msgid "seconds"
991
  msgstr "sekundi"
@@ -995,8 +1127,8 @@ msgid "These options will affect any blog listings page, including archive, auth
995
  msgstr "Ove postavke će djelovati na bilo koju stranicu bloga s popisima, uključujući arhivu, autora, blog, kategoriju, pretraživanje i oznake."
996
 
997
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
998
- msgid "404 Page"
999
- msgstr "Stranica 404"
1000
 
1001
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1002
  msgid "Archives"
@@ -1007,8 +1139,8 @@ msgid "Pages"
1007
  msgstr "Stranice"
1008
 
1009
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1010
- msgid "Front Page"
1011
- msgstr "Naslovnica"
1012
 
1013
  #: lib/classes/class-genesis-admin-settings.php:243
1014
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1016,7 +1148,7 @@ msgstr "Naslovnica"
1016
  msgid "Header and Footer Scripts"
1017
  msgstr "Skripta zaglavlja i podnožja"
1018
 
1019
- #: config/customizer-theme-settings.php:204
1020
  #: lib/classes/class-genesis-admin-settings.php:240
1021
  #: lib/classes/class-genesis-admin-settings.php:293
1022
  #: lib/views/help/genesis-comments.php:15
@@ -1030,7 +1162,7 @@ msgstr "komentari i Trackbacks"
1030
  msgid "Default Layout"
1031
  msgstr "Zadani izgled"
1032
 
1033
- #: config/customizer-seo-settings.php:109
1034
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1035
  msgid "Keywords are generally ignored by Search Engines."
1036
  msgstr "Tražilice općenito zanemaruju ključne riječi."
@@ -1064,11 +1196,11 @@ msgstr "Odaberite datoteku s vašeg računala i kliknite \"Prenesi datoteku i uv
1064
  msgid "Default"
1065
  msgstr "Zadano"
1066
 
1067
- #: lib/structure/post.php:717 lib/structure/post.php:846
1068
  msgid "Next Page"
1069
  msgstr "sljedeća stranica"
1070
 
1071
- #: lib/structure/post.php:716 lib/structure/post.php:799
1072
  msgid "Previous Page"
1073
  msgstr "prethodna stranica"
1074
 
@@ -1076,7 +1208,7 @@ msgstr "prethodna stranica"
1076
  msgid "ago"
1077
  msgstr "prije"
1078
 
1079
- #: lib/classes/class-genesis-script-loader.php:195
1080
  msgid "Select / Deselect All"
1081
  msgstr "označite / poništite sve"
1082
 
@@ -1085,11 +1217,11 @@ msgid "No export options available."
1085
  msgstr "Nisu dostupne opcije izvoza."
1086
 
1087
  #. translators: %d: Footer widget counter.
1088
- #: lib/functions/widgetize.php:181
1089
  msgid "Footer %d"
1090
  msgstr "podnožje stranice %d"
1091
 
1092
- #: lib/functions/layout.php:113
1093
  msgid "No Label Selected"
1094
  msgstr "nije odabrana etiketa"
1095
 
@@ -1097,48 +1229,48 @@ msgstr "nije odabrana etiketa"
1097
  msgid "There was a problem importing your settings. Please try again."
1098
  msgstr "Nastao je problem prilikom uvoza vaših postavki. Molim vas pokušajte ponovno."
1099
 
1100
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1101
  msgid "Secondary Sidebar"
1102
  msgstr "dodatni stupac"
1103
 
1104
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1105
  msgid "Primary Sidebar"
1106
  msgstr "Osnovni stupac"
1107
 
1108
- #: lib/functions/widgetize.php:125
1109
  msgid "Header Right"
1110
  msgstr "zaglavlje desno"
1111
 
1112
- #: config/breadcrumbs.php:46
1113
  msgid "Not found: "
1114
  msgstr "Nije pronađeno:"
1115
 
1116
- #: lib/widgets/featured-post-widget.php:554
1117
  msgid "No Content"
1118
  msgstr "Nema sadržaja"
1119
 
1120
- #: lib/widgets/featured-post-widget.php:553
1121
  msgid "Show Content Limit"
1122
  msgstr "Prikaži ograničenje sadržaja"
1123
 
1124
- #: lib/widgets/featured-post-widget.php:552
1125
  msgid "Show Excerpt"
1126
  msgstr "Pokaži isječak"
1127
 
1128
- #: lib/widgets/featured-post-widget.php:551
1129
  msgid "Show Content"
1130
  msgstr "Prikaži sadržaj"
1131
 
1132
- #: lib/widgets/featured-post-widget.php:549
1133
  msgid "Content Type"
1134
  msgstr "Vrsta sadržaja"
1135
 
1136
- #: lib/widgets/featured-post-widget.php:541
1137
  msgid "Show Post Info"
1138
  msgstr "Prikaži informacije o članku"
1139
 
1140
- #: lib/widgets/featured-page-widget.php:292
1141
- #: lib/widgets/featured-post-widget.php:501
1142
  msgid "Show Featured Image"
1143
  msgstr "Prikaži privlačnu sliku"
1144
 
@@ -1146,7 +1278,7 @@ msgstr "Prikaži privlačnu sliku"
1146
  msgid "This text will be the first paragraph, and display on the first page"
1147
  msgstr "Ovaj tekst će biti prvi odlomak i prikazan na prvoj stranici."
1148
 
1149
- #: lib/admin/privacy-requests.php:192
1150
  #: lib/views/meta-boxes/genesis-user-author.php:33
1151
  msgid "Custom Description Text"
1152
  msgstr "Prilagođen tekst opisa"
@@ -1156,7 +1288,7 @@ msgstr "Prilagođen tekst opisa"
1156
  msgid "Will display in the %s tag at the top of the first page"
1157
  msgstr "Prikazat ćemo u %s oznaci na vrhu prve stranice"
1158
 
1159
- #: lib/admin/privacy-requests.php:191
1160
  #: lib/views/meta-boxes/genesis-user-author.php:20
1161
  msgid "Custom Archive Headline"
1162
  msgstr "Prilagođeno zaglavlje arhiva"
@@ -1305,93 +1437,93 @@ msgstr "Genesis - korisnički profil"
1305
  msgid "Displays user profile block with Gravatar"
1306
  msgstr "Prikaži korisnikov profil s Gravatarom"
1307
 
1308
- #: lib/widgets/featured-post-widget.php:594
1309
  msgid "Link Text"
1310
  msgstr "Tekst poveznice"
1311
 
1312
- #: lib/widgets/featured-post-widget.php:590
1313
  msgid "Show Category Archive Link"
1314
  msgstr "Prikaži vezu arhiva kategorija"
1315
 
1316
- #: lib/widgets/featured-post-widget.php:572
1317
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1318
  msgstr "Za prikazivanje neuređene liste više članaka iz ove kategorije ispunite, molim vas, sljedeće informacije:"
1319
 
1320
- #: lib/widgets/featured-post-widget.php:564
1321
  msgid "More Text (if applicable)"
1322
  msgstr "Više teksta (ako je primjenjivao)"
1323
 
1324
- #: lib/widgets/featured-post-widget.php:536
1325
  msgid "Show Post Title"
1326
  msgstr "Prikaži naslov članka"
1327
 
1328
- #: lib/widgets/featured-post-widget.php:487
1329
  #: lib/widgets/user-profile-widget.php:184
1330
  msgid "Gravatar Alignment"
1331
  msgstr "Centriranje Gravatara"
1332
 
1333
- #: lib/widgets/featured-post-widget.php:482
1334
  msgid "Extra Large (125px)"
1335
  msgstr "Vrlo velika (125px)"
1336
 
1337
- #: lib/widgets/featured-post-widget.php:481
1338
  msgid "Large (85px)"
1339
  msgstr "Velik (85px)"
1340
 
1341
- #: lib/widgets/featured-post-widget.php:480
1342
  msgid "Medium (65px)"
1343
  msgstr "Srednja (65px)"
1344
 
1345
- #: lib/widgets/featured-post-widget.php:479
1346
  msgid "Small (45px)"
1347
  msgstr "Malen (45px)"
1348
 
1349
- #: lib/widgets/featured-post-widget.php:477
1350
  #: lib/widgets/user-profile-widget.php:166
1351
  msgid "Gravatar Size"
1352
  msgstr "Veličina gravatara"
1353
 
1354
- #: lib/widgets/featured-post-widget.php:473
1355
  msgid "Show Author Gravatar"
1356
  msgstr "Prikaži Gravatar autora"
1357
 
1358
- #: lib/widgets/featured-post-widget.php:453
1359
  msgid "Ascending (1, 2, 3)"
1360
  msgstr "Uzlazno (1, 2, 3)"
1361
 
1362
- #: lib/widgets/featured-post-widget.php:452
1363
  msgid "Descending (3, 2, 1)"
1364
  msgstr "Silazno (3, 2, 1)"
1365
 
1366
- #: lib/widgets/featured-post-widget.php:450
1367
  msgid "Sort Order"
1368
  msgstr "Redoslijed razvrstavanja"
1369
 
1370
- #: lib/widgets/featured-post-widget.php:445
1371
  msgid "Random"
1372
  msgstr "Nasumično"
1373
 
1374
- #: lib/widgets/featured-post-widget.php:444
1375
  msgid "Comment Count"
1376
  msgstr "Broj komentara"
1377
 
1378
- #: lib/widgets/featured-post-widget.php:443
1379
  msgid "ID"
1380
  msgstr "ID"
1381
 
1382
- #: lib/widgets/featured-post-widget.php:442
1383
  msgid "Parent"
1384
  msgstr "Roditelj"
1385
 
1386
- #: lib/widgets/featured-post-widget.php:437
1387
  msgid "Order By"
1388
  msgstr "naručio"
1389
 
1390
- #: lib/widgets/featured-post-widget.php:432
1391
  msgid "Number of Posts to Offset"
1392
  msgstr "Broj članaka za offset"
1393
 
1394
- #: lib/widgets/featured-post-widget.php:411
1395
  msgid "Category"
1396
  msgstr "Kategorija"
1397
 
@@ -1411,38 +1543,40 @@ msgstr "Genesis - odabrani članci"
1411
  msgid "Displays featured posts with thumbnails"
1412
  msgstr "Prikazuje izabrani članak s minijaturama"
1413
 
1414
- #: lib/widgets/featured-page-widget.php:335
1415
  msgid "More Text"
1416
  msgstr "više teksta"
1417
 
1418
- #: lib/widgets/featured-page-widget.php:330
1419
  msgid "Content Character Limit"
1420
  msgstr "Ograničenje znakova u sadržaju"
1421
 
1422
- #: lib/widgets/featured-page-widget.php:326
1423
  msgid "Show Page Content"
1424
  msgstr "Prikaži sadržaj stranice"
1425
 
1426
- #: lib/widgets/featured-page-widget.php:321
1427
  msgid "Show Page Title"
1428
  msgstr "Prikaži naslov stranice"
1429
 
1430
- #: config/customizer-seo-settings.php:75
 
1431
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1432
- #: lib/widgets/featured-page-widget.php:310
1433
- #: lib/widgets/featured-post-widget.php:489
1434
- #: lib/widgets/featured-post-widget.php:519
 
1435
  #: lib/widgets/user-profile-widget.php:186
1436
  #: lib/widgets/user-profile-widget.php:210
1437
  msgid "None"
1438
  msgstr "Nijedan"
1439
 
1440
- #: lib/widgets/featured-page-widget.php:308
1441
- #: lib/widgets/featured-post-widget.php:517
1442
  msgid "Image Alignment"
1443
  msgstr "Centriranje fotografije"
1444
 
1445
- #: lib/widgets/featured-page-widget.php:277
1446
  msgid "Page"
1447
  msgstr "Stranica"
1448
 
@@ -1458,27 +1592,27 @@ msgstr "Genesis - odabrana stranica"
1458
  msgid "Displays featured page with thumbnails"
1459
  msgstr "Prikaži privlačne slike kao minijature"
1460
 
1461
- #: lib/widgets/featured-page-widget.php:272
1462
- #: lib/widgets/featured-post-widget.php:402
1463
- #: lib/widgets/featured-post-widget.php:441
1464
- #: lib/widgets/featured-post-widget.php:575
1465
  #: lib/widgets/user-profile-widget.php:148
1466
  msgid "Title"
1467
  msgstr "Naslov"
1468
 
1469
- #: config/breadcrumbs.php:43
1470
  msgid "Search for "
1471
  msgstr "Traži"
1472
 
1473
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1474
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1475
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1476
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1477
  #: lib/structure/archive.php:185
1478
  msgid "Archives for "
1479
  msgstr "Arhiva za"
1480
 
1481
- #: config/breadcrumbs.php:38
1482
  msgid "You are here: "
1483
  msgstr "Vi ste ovdje:"
1484
 
@@ -1491,11 +1625,11 @@ msgid "Primary Sidebar Widget Area"
1491
  msgstr "Osnovni stupac područja s widgetima"
1492
 
1493
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1494
- #: searchform.php:23
1495
  msgid "Search"
1496
  msgstr "traži"
1497
 
1498
- #: lib/structure/post.php:569 lib/structure/post.php:596
1499
  msgid "About"
1500
  msgstr "O meni"
1501
 
@@ -1519,7 +1653,7 @@ msgstr "Članci"
1519
  msgid "Primary Navigation Menu"
1520
  msgstr "Osnovni navigacijski izbornik"
1521
 
1522
- #: lib/structure/footer.php:152
1523
  msgid "Copyright"
1524
  msgstr "Autorsko pravo"
1525
 
@@ -1603,30 +1737,30 @@ msgid "Return to top of page"
1603
  msgstr "vrati na vrh stranice"
1604
 
1605
  #. translators: %s: Genesis version.
1606
- #: lib/functions/upgrade.php:852
1607
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1608
  msgstr "Genesis %s je sada dostupan. Omogućili smo vam nadogradnju samo jednim klikom za ovu temu pa vas molimo da se prijavite i obavite nadogradnju prvom sljedećom prilikom."
1609
 
1610
  #. translators: 1: Genesis version, 2: URL for current website.
1611
- #: lib/functions/upgrade.php:849
1612
  msgid "Genesis %1$s is available for %2$s"
1613
  msgstr "Genesis %s je dostupan za %s"
1614
 
1615
- #: lib/functions/upgrade.php:771
1616
  msgid "Click here to complete the upgrade"
1617
  msgstr "klikni ovdje za dovršetak nadogradnje"
1618
 
1619
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1620
  msgid "Home"
1621
  msgstr "početna"
1622
 
1623
- #: lib/widgets/featured-post-widget.php:427
1624
- #: lib/widgets/featured-post-widget.php:580
1625
  msgid "Number of Posts to Show"
1626
  msgstr "broj članaka za prikazivanje"
1627
 
1628
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1629
- #: lib/widgets/featured-post-widget.php:419
1630
  msgid "All Categories"
1631
  msgstr "sve kategorije"
1632
 
@@ -1634,32 +1768,32 @@ msgstr "sve kategorije"
1634
  msgid "Display which category"
1635
  msgstr "prikaži ovu kategoriju:"
1636
 
1637
- #: config/customizer-theme-settings.php:302
1638
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1639
  msgid "Numeric"
1640
  msgstr "brojčano"
1641
 
1642
- #: config/customizer-theme-settings.php:301
1643
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1644
  msgid "Previous / Next"
1645
  msgstr "prethodno / sljedeće"
1646
 
1647
- #: lib/widgets/featured-page-widget.php:296
1648
- #: lib/widgets/featured-post-widget.php:505
1649
  msgid "Image Size"
1650
  msgstr "Veličina fotografije"
1651
 
1652
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1653
- #: lib/widgets/featured-post-widget.php:559
1654
  msgid "characters"
1655
  msgstr "znakovi"
1656
 
1657
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1658
- #: lib/widgets/featured-post-widget.php:557
1659
  msgid "Limit content to"
1660
  msgstr "Ograniči sadržaj na"
1661
 
1662
- #: config/customizer-theme-settings.php:246
1663
  msgid "Select one of the following"
1664
  msgstr "Odaberite nešto od sljedećeg:"
1665
 
@@ -1715,12 +1849,12 @@ msgstr "veza RSS feed-a"
1715
  msgid "Today's date"
1716
  msgstr "Današnji datum"
1717
 
1718
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1719
  #: lib/views/help/genesis-layout.php:25
1720
  msgid "Full Width Content"
1721
  msgstr "Sadržaj preko čitave stranice"
1722
 
1723
- #: config/customizer-theme-settings.php:67
1724
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1725
  msgid "Image logo"
1726
  msgstr "Logo"
@@ -1737,14 +1871,14 @@ msgstr "Izdano:"
1737
  msgid "Version"
1738
  msgstr "inačica:"
1739
 
1740
- #: config/customizer-theme-settings.php:242
1741
  #: lib/classes/class-genesis-admin-settings.php:241
1742
  #: lib/classes/class-genesis-admin-settings.php:294
1743
  #: lib/views/help/genesis-archives.php:15
1744
  msgid "Content Archives"
1745
  msgstr "Arhiva sadržaja"
1746
 
1747
- #: config/customizer-theme-settings.php:130
1748
  #: lib/classes/class-genesis-admin-settings.php:239
1749
  #: lib/classes/class-genesis-admin-settings.php:290
1750
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1843,7 +1977,7 @@ msgstr "Uključiti oznaku Shortlink?"
1843
  msgid "Shortlink Tag"
1844
  msgstr "Oznaka skraćene poveznice"
1845
 
1846
- #: config/customizer-seo-settings.php:156
1847
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1848
  msgid "Include Windows Live Writer Support Tag?"
1849
  msgstr "Uključi oznaku Windows Live Writer Support?"
@@ -1865,30 +1999,30 @@ msgstr "Primjeni %s na početnu stranicu?"
1865
  msgid "I'll manually wrap my own text on the homepage"
1866
  msgstr "Nijedno. Ručno ću prilagoditi moj vlastiti tekst na početnu stranicu."
1867
 
1868
- #: config/customizer-seo-settings.php:73
1869
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1870
  msgid "Site Title"
1871
  msgstr "Naziv lokacije"
1872
 
1873
- #: config/customizer-theme-settings.php:289
1874
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1875
- #: lib/widgets/featured-page-widget.php:312
1876
- #: lib/widgets/featured-post-widget.php:491
1877
- #: lib/widgets/featured-post-widget.php:521
1878
  #: lib/widgets/user-profile-widget.php:188
1879
  msgid "Right"
1880
  msgstr "Desno"
1881
 
1882
- #: config/customizer-theme-settings.php:288
1883
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1884
- #: lib/widgets/featured-page-widget.php:311
1885
- #: lib/widgets/featured-post-widget.php:490
1886
- #: lib/widgets/featured-post-widget.php:520
1887
  #: lib/widgets/user-profile-widget.php:187
1888
  msgid "Left"
1889
  msgstr "lijevo"
1890
 
1891
- #: lib/classes/class-genesis-script-loader.php:198
1892
  msgid "Are you sure you want to reset?"
1893
  msgstr "Jeste li sigurni da želite vratiti izvorne postavke?"
1894
 
@@ -1923,7 +2057,7 @@ msgstr "Postavke početne stranice"
1923
  msgid "SEO Settings"
1924
  msgstr "SEO postavke"
1925
 
1926
- #: config/customizer-theme-settings.php:21
1927
  #: lib/classes/class-genesis-admin-import-export.php:121
1928
  #: lib/classes/class-genesis-admin-settings.php:50
1929
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1951,7 +2085,7 @@ msgstr "Primijeni %s na ovaj članak/stranicu."
1951
  msgid "Robots Meta Settings"
1952
  msgstr "Robot meta postavke"
1953
 
1954
- #: lib/admin/privacy-requests.php:193
1955
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1956
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1957
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1962,23 +2096,23 @@ msgstr "Prilagođeni naslov dokumenta"
1962
  msgid "This post is password protected. Enter the password to view comments."
1963
  msgstr "Ovaj članak je zaštićen zaporkom. Unesite zaporku kako biste vidjeli komentare."
1964
 
1965
- #: lib/functions/general.php:460
1966
  msgid "Recent Posts:"
1967
  msgstr "Novi članci:"
1968
 
1969
- #: lib/functions/general.php:457
1970
  msgid "Monthly:"
1971
  msgstr "Mjesečno:"
1972
 
1973
- #: lib/functions/general.php:454
1974
  msgid "Authors:"
1975
  msgstr "Autori:"
1976
 
1977
- #: lib/functions/general.php:451
1978
  msgid "Categories:"
1979
  msgstr "Kategorije:"
1980
 
1981
- #: lib/functions/general.php:446 lib/structure/post.php:406
1982
  msgid "Pages:"
1983
  msgstr "stranice:"
1984
 
@@ -2285,12 +2419,6 @@ msgstr "Ovo je specifičnost Genesis postavki i isključuje članke, stranice il
2285
  msgid "This allows you to import or export Genesis Settings."
2286
  msgstr "Ovo vam omogućava da uvezete ili izvezete Genesis postavke."
2287
 
2288
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2289
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2290
- #: lib/functions/upgrade.php:801
2291
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2292
- msgstr "Genesis %s je dostupan. <a href=\"%s\" %s>Provjerite što je novo</a> ili <a href=\"%s\" %s>nadogradite.</a>"
2293
-
2294
  #. translators: Opening and closing link tags to custom menu editor.
2295
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2296
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2331,7 +2459,7 @@ msgstr "<strong>Dynamic text</strong> opcija će koristiti Site Title (naziv lok
2331
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2332
  msgstr "Ovo je %s. Možete dodati sadržaj u ovaj dio kroz vaš <a href=\"%s\">Widgets Panel</a> i tamo dodajući nove widgete."
2333
 
2334
- #: lib/functions/deprecated.php:424
2335
  msgid "data in style sheet files"
2336
  msgstr "podaci u style sheet datotekama"
2337
 
@@ -2423,17 +2551,17 @@ msgstr "Custom Document Title postavlja naslov stranice na način kako se vidi p
2423
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2424
  msgstr "Možete uvesti datoteku koju ste prethodno izvezli. Ime datoteke će početi s %s i nastavit će se s jednim ili više stringova koji će označavati postavke koje sadrži te, na kraju, datumom i vremenom izvoza datoteke."
2425
 
2426
- #: config/customizer-seo-settings.php:276
2427
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2428
  msgid "Directories"
2429
  msgstr ""
2430
 
2431
- #: config/customizer-seo-settings.php:221
2432
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2433
  msgid "Archiving"
2434
  msgstr ""
2435
 
2436
- #: config/customizer-seo-settings.php:174
2437
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2438
  msgid "Indexing"
2439
  msgstr ""
@@ -2448,17 +2576,17 @@ msgstr ""
2448
  msgid "Primary Title %s"
2449
  msgstr ""
2450
 
2451
- #: config/customizer-seo-settings.php:56
2452
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2453
  msgid "Additions on right"
2454
  msgstr ""
2455
 
2456
- #: config/customizer-seo-settings.php:55
2457
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2458
  msgid "Additions on left"
2459
  msgstr ""
2460
 
2461
- #: config/customizer-seo-settings.php:50
2462
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2463
  msgid "Document Title Order"
2464
  msgstr ""
@@ -2476,7 +2604,7 @@ msgstr ""
2476
  msgid "Canonical URL"
2477
  msgstr ""
2478
 
2479
- #: config/customizer-seo-settings.php:29
2480
  #: lib/views/help/genesis-inpost-seo.php:16
2481
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2482
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2488,72 +2616,67 @@ msgstr ""
2488
  msgid "Link opens in a new window."
2489
  msgstr ""
2490
 
2491
- #: config/customizer-theme-settings.php:287
2492
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2493
- msgid "- None -"
2494
- msgstr ""
2495
-
2496
- #: config/customizer-theme-settings.php:283
2497
  msgid "Featured Image Alignment"
2498
  msgstr ""
2499
 
2500
- #: config/customizer-theme-settings.php:274
2501
  msgid "Featured Image Size"
2502
  msgstr ""
2503
 
2504
- #: config/customizer-theme-settings.php:266
2505
  msgid "Display the featured image?"
2506
  msgstr ""
2507
 
2508
- #: config/customizer-theme-settings.php:258
2509
  msgid "Limit content to how many characters? (0 for no limit)"
2510
  msgstr ""
2511
 
2512
- #: config/customizer-theme-settings.php:232
2513
  msgid "Enable Trackbacks on Pages"
2514
  msgstr ""
2515
 
2516
- #: config/customizer-theme-settings.php:224
2517
  msgid "Enable Trackbacks on Posts"
2518
  msgstr ""
2519
 
2520
- #: config/customizer-theme-settings.php:216
2521
  msgid "Enable Comments on Pages"
2522
  msgstr ""
2523
 
2524
- #: config/customizer-theme-settings.php:208
2525
  msgid "Enable Comments on Posts"
2526
  msgstr ""
2527
 
2528
- #: config/customizer-theme-settings.php:194
2529
  msgid "Breadcrumbs on Attachment/Media"
2530
  msgstr ""
2531
 
2532
- #: config/customizer-theme-settings.php:186
2533
- msgid "Breadcrumbs on 404 Page"
2534
  msgstr ""
2535
 
2536
- #: config/customizer-theme-settings.php:178
2537
  msgid "Breadcrumbs on Archives"
2538
  msgstr ""
2539
 
2540
- #: config/customizer-theme-settings.php:170
2541
  msgid "Breadcrumbs on Pages"
2542
  msgstr ""
2543
 
2544
- #: config/customizer-theme-settings.php:162
2545
  msgid "Breadcrumbs on Single Posts"
2546
  msgstr ""
2547
 
2548
- #: config/customizer-theme-settings.php:154
2549
- msgid "Breadcrumbs on Posts Page"
2550
  msgstr ""
2551
 
2552
- #: config/customizer-theme-settings.php:145
2553
- msgid "Breadcrumbs on Front Page"
2554
  msgstr ""
2555
 
2556
- #: config/customizer-theme-settings.php:136
2557
  msgid "Breadcrumbs on Homepage"
2558
  msgstr ""
2559
 
@@ -2561,19 +2684,19 @@ msgstr ""
2561
  msgid "Select Default Layout"
2562
  msgstr ""
2563
 
2564
- #: config/customizer-theme-settings.php:114
2565
  msgid "Site Layout"
2566
  msgstr ""
2567
 
2568
- #: config/customizer-theme-settings.php:102
2569
  msgid "Select Color Style"
2570
  msgstr ""
2571
 
2572
- #: config/customizer-theme-settings.php:98
2573
  msgid "Color Scheme"
2574
  msgstr ""
2575
 
2576
- #: config/customizer-theme-settings.php:66
2577
  msgid "Dynamic Text"
2578
  msgstr ""
2579
 
@@ -2598,12 +2721,12 @@ msgstr ""
2598
  msgid "Author Archive SEO Settings"
2599
  msgstr ""
2600
 
2601
- #: config/customizer-theme-settings.php:325
2602
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2603
  msgid "Footer Scripts"
2604
  msgstr ""
2605
 
2606
- #: config/customizer-theme-settings.php:315
2607
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2608
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2609
  msgid "Header Scripts"
@@ -2637,12 +2760,12 @@ msgstr ""
2637
  msgid "Featured Image"
2638
  msgstr ""
2639
 
2640
- #: config/customizer-theme-settings.php:251
2641
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2642
  msgid "Entry excerpts"
2643
  msgstr ""
2644
 
2645
- #: config/customizer-theme-settings.php:250
2646
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2647
  msgid "Entry content"
2648
  msgstr ""
@@ -2684,32 +2807,32 @@ msgstr ""
2684
  msgid "Email address"
2685
  msgstr ""
2686
 
2687
- #: config/customizer-theme-settings.php:28
2688
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2689
  msgid "Updates"
2690
  msgstr ""
2691
 
2692
- #: lib/functions/layout.php:58
2693
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2694
  msgstr ""
2695
 
2696
- #: lib/functions/layout.php:53
2697
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2698
  msgstr ""
2699
 
2700
- #: lib/functions/layout.php:48
2701
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2702
  msgstr ""
2703
 
2704
- #: lib/functions/layout.php:42
2705
  msgid "Primary Sidebar, Content"
2706
  msgstr ""
2707
 
2708
- #: lib/functions/layout.php:36
2709
  msgid "Content, Primary Sidebar"
2710
  msgstr ""
2711
 
2712
- #: lib/functions/formatting.php:100
2713
  msgid "about "
2714
  msgstr ""
2715
 
@@ -2717,11 +2840,6 @@ msgstr ""
2717
  msgid "Genesis database upgraded."
2718
  msgstr ""
2719
 
2720
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2721
- #: lib/functions/upgrade.php:740
2722
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2723
- msgstr ""
2724
-
2725
  #. Template Name of the plugin/theme
2726
  msgid "Blog"
2727
  msgstr ""
@@ -2742,31 +2860,31 @@ msgstr ""
2742
  msgid "Genesis"
2743
  msgstr ""
2744
 
2745
- #: lib/widgets/featured-post-widget.php:544
2746
  msgid "Content Post Info"
2747
  msgstr ""
2748
 
2749
- #: lib/widgets/featured-post-widget.php:464
2750
  msgid "Exclude Sticky Posts?"
2751
  msgstr ""
2752
 
2753
- #: config/customizer-theme-settings.php:290
2754
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2755
- #: lib/widgets/featured-page-widget.php:313
2756
- #: lib/widgets/featured-post-widget.php:522
2757
  msgid "Center"
2758
  msgstr ""
2759
 
2760
- #: lib/widgets/featured-page-widget.php:122
2761
- #: lib/widgets/featured-post-widget.php:163
2762
  msgid "(no title)"
2763
  msgstr ""
2764
 
2765
- #: lib/structure/post.php:820
2766
  msgid "Current page"
2767
  msgstr ""
2768
 
2769
- #: lib/structure/post.php:414 lib/structure/post.php:793
2770
  msgid "Page "
2771
  msgstr ""
2772
 
@@ -2790,14 +2908,14 @@ msgstr ""
2790
  msgid "Skip to primary navigation"
2791
  msgstr ""
2792
 
2793
- #: lib/functions/widgetize.php:210
2794
  msgid "Widgets in this widget area will display after single entries."
2795
  msgstr ""
2796
 
2797
- #: lib/functions/widgetize.php:209
2798
  msgid "After Entry"
2799
  msgstr ""
2800
 
2801
- #: lib/functions/widgetize.php:126
2802
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2803
  msgstr ""
1
+ # Translation of Genesis - Genesis 2.8 in Croatian
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-12-12 12:05:18+0000\n"
9
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: hr\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
+ msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
  msgstr ""
197
 
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
  msgstr ""
201
 
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
+ msgstr "Detalji"
205
+
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
207
  msgid "AdSense publisher ID"
208
  msgstr ""
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr "Sljedeća objava:"
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr "Prethodna objava:"
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr "Datum izmjene"
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr "Datum objave"
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr "Rezultati pretraživanja"
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr "Arhiva po datumu"
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr "Arhiva po autoru"
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr "Arhiva po oznakama"
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr "Arhiva po kategorijama"
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr ""
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "Stranica koju tražite više ne postoji. Možda se možete vratiti na <a href=\"%s\">početnu</a>stranicu i vidjeti možete li pronaći ono što tražite. Ili možete pokušati to pronaći uz pomoć niže navedenih informacija."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Isključi prethodno prikazane članke?"
712
 
718
  msgid "at"
719
  msgstr "u"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "Genesis nadogradnja će prebrisati trenutačno instaliranu verziju Genesisa. Želite li zaista nadograditi? \"Cancel\" za prekid, \"OK\" za nadogradnju."
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "Promjene koje ste napravili bit će izgubljene ako se maknete s ove stranice."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "decimalni ili heksadecimalni subjekti"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "Robotske meta oznake"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Meta ključne riječi"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Suradnik"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Suradnici"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Ove postavke se primjenjuju na bilo kojoj stranici s predloškom za blog stranicu, a ne početnu stranicu ili arhivske stranice."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "početna stranica"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "navigacija"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr "Prema zadanim vrijednostima WordPress stavlja nekoliko oznaka u vaše dokumente %1$s. Većina ovih oznaka su potpuno bespotrebne i nemaju nikakvu <abbr title=\"Search engine optimization\">SEO</abbr> vrijednost; one samo usporavaju učitavanje vaše lokacije. Odaberite koje oznake želite imati uključene u vaše dokumente %1$s. Ako ne znate značenje oznake ostavite neoznačeno."
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "Meta opisi mogu se koristiti za određivanje teksta korištenog ispod naslova na rezultatima pretraživanja."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Opis lokacije (tagline)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Ako se naslov sastoji od dva dijela (izvornog naslova i izbornog dodatka) onda će se razdjelnik naći između njih."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Razdjelnik naslova dokumenta"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Određuje na koju stranu će ići dodani naslov teksta."
878
  msgid "Read More"
879
  msgstr "Nastavi čitati"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Pretraži ovu stranicu"
884
 
886
  msgid "Read more"
887
  msgstr "Nastavi čitati"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Idi na SEO postavke &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Idi na postavke teme &rarr:"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Voditelji projekta"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Koristite za naslov/logo lokacije:"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "na"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Dodatni izbornik navigacije"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Zaglavlje lijevo"
955
 
958
  msgstr "Tekst poveznice na proširenu stranicu"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Widget područje u podnožju %d"
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Ovo je drugi stupac ako koristite izgled stranice sa tri stupca."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Ovo je osnovni stupac ako koristite dvije ili tri kolone u opcijama za izgled lokacije."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "Argument \"context\" zamijenjen je s \"theme_location\" u $args nizu."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Postavke izgleda"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "SEO postavke za temu"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "i"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1064
  msgstr[2] "%s sekundi"
1065
 
1066
  #. translators: %s: Number of minute(s).
1067
+ #: lib/functions/formatting.php:357
1068
  msgctxt "time difference"
1069
  msgid "%s minute"
1070
  msgid_plural "%s minutes"
1073
  msgstr[2] "%s minuta"
1074
 
1075
  #. translators: %s: Number of hour(s).
1076
+ #: lib/functions/formatting.php:355
1077
  msgctxt "time difference"
1078
  msgid "%s hour"
1079
  msgid_plural "%s hours"
1082
  msgstr[2] "%s sati"
1083
 
1084
  #. translators: %s: Number of day(s).
1085
+ #: lib/functions/formatting.php:353
1086
  msgctxt "time difference"
1087
  msgid "%s day"
1088
  msgid_plural "%s days"
1091
  msgstr[2] "%s dana"
1092
 
1093
  #. translators: %s: Number of week(s).
1094
+ #: lib/functions/formatting.php:351
1095
  msgctxt "time difference"
1096
  msgid "%s week"
1097
  msgid_plural "%s weeks"
1100
  msgstr[2] "%s tjedana"
1101
 
1102
  #. translators: %s: Number of month(s).
1103
+ #: lib/functions/formatting.php:349
1104
  msgctxt "time difference"
1105
  msgid "%s month"
1106
  msgid_plural "%s months"
1109
  msgstr[2] "%s mjeseci"
1110
 
1111
  #. translators: %s: Number of year(s).
1112
+ #: lib/functions/formatting.php:347
1113
  msgctxt "time difference"
1114
  msgid "%s year"
1115
  msgid_plural "%s years"
1117
  msgstr[1] "%s godine"
1118
  msgstr[2] "%s godina"
1119
 
1120
+ #: lib/functions/formatting.php:341
1121
  msgctxt "time difference"
1122
  msgid "seconds"
1123
  msgstr "sekundi"
1127
  msgstr "Ove postavke će djelovati na bilo koju stranicu bloga s popisima, uključujući arhivu, autora, blog, kategoriju, pretraživanje i oznake."
1128
 
1129
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1130
+ msgid "404 page"
1131
+ msgstr ""
1132
 
1133
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1134
  msgid "Archives"
1139
  msgstr "Stranice"
1140
 
1141
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1142
+ msgid "Front page"
1143
+ msgstr ""
1144
 
1145
  #: lib/classes/class-genesis-admin-settings.php:243
1146
  #: lib/classes/class-genesis-admin-settings.php:298
1148
  msgid "Header and Footer Scripts"
1149
  msgstr "Skripta zaglavlja i podnožja"
1150
 
1151
+ #: config/customizer-theme-settings.php:206
1152
  #: lib/classes/class-genesis-admin-settings.php:240
1153
  #: lib/classes/class-genesis-admin-settings.php:293
1154
  #: lib/views/help/genesis-comments.php:15
1162
  msgid "Default Layout"
1163
  msgstr "Zadani izgled"
1164
 
1165
+ #: config/customizer-seo-settings.php:111
1166
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1167
  msgid "Keywords are generally ignored by Search Engines."
1168
  msgstr "Tražilice općenito zanemaruju ključne riječi."
1196
  msgid "Default"
1197
  msgstr "Zadano"
1198
 
1199
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1200
  msgid "Next Page"
1201
  msgstr "sljedeća stranica"
1202
 
1203
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1204
  msgid "Previous Page"
1205
  msgstr "prethodna stranica"
1206
 
1208
  msgid "ago"
1209
  msgstr "prije"
1210
 
1211
+ #: lib/classes/class-genesis-script-loader.php:196
1212
  msgid "Select / Deselect All"
1213
  msgstr "označite / poništite sve"
1214
 
1217
  msgstr "Nisu dostupne opcije izvoza."
1218
 
1219
  #. translators: %d: Footer widget counter.
1220
+ #: lib/functions/widgetize.php:191
1221
  msgid "Footer %d"
1222
  msgstr "podnožje stranice %d"
1223
 
1224
+ #: lib/functions/layout.php:80
1225
  msgid "No Label Selected"
1226
  msgstr "nije odabrana etiketa"
1227
 
1229
  msgid "There was a problem importing your settings. Please try again."
1230
  msgstr "Nastao je problem prilikom uvoza vaših postavki. Molim vas pokušajte ponovno."
1231
 
1232
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1233
  msgid "Secondary Sidebar"
1234
  msgstr "dodatni stupac"
1235
 
1236
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1237
  msgid "Primary Sidebar"
1238
  msgstr "Osnovni stupac"
1239
 
1240
+ #: lib/functions/widgetize.php:135
1241
  msgid "Header Right"
1242
  msgstr "zaglavlje desno"
1243
 
1244
+ #: config/breadcrumbs.php:50
1245
  msgid "Not found: "
1246
  msgstr "Nije pronađeno:"
1247
 
1248
+ #: lib/widgets/featured-post-widget.php:568
1249
  msgid "No Content"
1250
  msgstr "Nema sadržaja"
1251
 
1252
+ #: lib/widgets/featured-post-widget.php:567
1253
  msgid "Show Content Limit"
1254
  msgstr "Prikaži ograničenje sadržaja"
1255
 
1256
+ #: lib/widgets/featured-post-widget.php:566
1257
  msgid "Show Excerpt"
1258
  msgstr "Pokaži isječak"
1259
 
1260
+ #: lib/widgets/featured-post-widget.php:565
1261
  msgid "Show Content"
1262
  msgstr "Prikaži sadržaj"
1263
 
1264
+ #: lib/widgets/featured-post-widget.php:563
1265
  msgid "Content Type"
1266
  msgstr "Vrsta sadržaja"
1267
 
1268
+ #: lib/widgets/featured-post-widget.php:555
1269
  msgid "Show Post Info"
1270
  msgstr "Prikaži informacije o članku"
1271
 
1272
+ #: lib/widgets/featured-page-widget.php:312
1273
+ #: lib/widgets/featured-post-widget.php:515
1274
  msgid "Show Featured Image"
1275
  msgstr "Prikaži privlačnu sliku"
1276
 
1278
  msgid "This text will be the first paragraph, and display on the first page"
1279
  msgstr "Ovaj tekst će biti prvi odlomak i prikazan na prvoj stranici."
1280
 
1281
+ #: lib/admin/privacy-requests.php:193
1282
  #: lib/views/meta-boxes/genesis-user-author.php:33
1283
  msgid "Custom Description Text"
1284
  msgstr "Prilagođen tekst opisa"
1288
  msgid "Will display in the %s tag at the top of the first page"
1289
  msgstr "Prikazat ćemo u %s oznaci na vrhu prve stranice"
1290
 
1291
+ #: lib/admin/privacy-requests.php:192
1292
  #: lib/views/meta-boxes/genesis-user-author.php:20
1293
  msgid "Custom Archive Headline"
1294
  msgstr "Prilagođeno zaglavlje arhiva"
1437
  msgid "Displays user profile block with Gravatar"
1438
  msgstr "Prikaži korisnikov profil s Gravatarom"
1439
 
1440
+ #: lib/widgets/featured-post-widget.php:608
1441
  msgid "Link Text"
1442
  msgstr "Tekst poveznice"
1443
 
1444
+ #: lib/widgets/featured-post-widget.php:604
1445
  msgid "Show Category Archive Link"
1446
  msgstr "Prikaži vezu arhiva kategorija"
1447
 
1448
+ #: lib/widgets/featured-post-widget.php:586
1449
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1450
  msgstr "Za prikazivanje neuređene liste više članaka iz ove kategorije ispunite, molim vas, sljedeće informacije:"
1451
 
1452
+ #: lib/widgets/featured-post-widget.php:578
1453
  msgid "More Text (if applicable)"
1454
  msgstr "Više teksta (ako je primjenjivao)"
1455
 
1456
+ #: lib/widgets/featured-post-widget.php:550
1457
  msgid "Show Post Title"
1458
  msgstr "Prikaži naslov članka"
1459
 
1460
+ #: lib/widgets/featured-post-widget.php:501
1461
  #: lib/widgets/user-profile-widget.php:184
1462
  msgid "Gravatar Alignment"
1463
  msgstr "Centriranje Gravatara"
1464
 
1465
+ #: lib/widgets/featured-post-widget.php:496
1466
  msgid "Extra Large (125px)"
1467
  msgstr "Vrlo velika (125px)"
1468
 
1469
+ #: lib/widgets/featured-post-widget.php:495
1470
  msgid "Large (85px)"
1471
  msgstr "Velik (85px)"
1472
 
1473
+ #: lib/widgets/featured-post-widget.php:494
1474
  msgid "Medium (65px)"
1475
  msgstr "Srednja (65px)"
1476
 
1477
+ #: lib/widgets/featured-post-widget.php:493
1478
  msgid "Small (45px)"
1479
  msgstr "Malen (45px)"
1480
 
1481
+ #: lib/widgets/featured-post-widget.php:491
1482
  #: lib/widgets/user-profile-widget.php:166
1483
  msgid "Gravatar Size"
1484
  msgstr "Veličina gravatara"
1485
 
1486
+ #: lib/widgets/featured-post-widget.php:487
1487
  msgid "Show Author Gravatar"
1488
  msgstr "Prikaži Gravatar autora"
1489
 
1490
+ #: lib/widgets/featured-post-widget.php:467
1491
  msgid "Ascending (1, 2, 3)"
1492
  msgstr "Uzlazno (1, 2, 3)"
1493
 
1494
+ #: lib/widgets/featured-post-widget.php:466
1495
  msgid "Descending (3, 2, 1)"
1496
  msgstr "Silazno (3, 2, 1)"
1497
 
1498
+ #: lib/widgets/featured-post-widget.php:464
1499
  msgid "Sort Order"
1500
  msgstr "Redoslijed razvrstavanja"
1501
 
1502
+ #: lib/widgets/featured-post-widget.php:459
1503
  msgid "Random"
1504
  msgstr "Nasumično"
1505
 
1506
+ #: lib/widgets/featured-post-widget.php:458
1507
  msgid "Comment Count"
1508
  msgstr "Broj komentara"
1509
 
1510
+ #: lib/widgets/featured-post-widget.php:457
1511
  msgid "ID"
1512
  msgstr "ID"
1513
 
1514
+ #: lib/widgets/featured-post-widget.php:456
1515
  msgid "Parent"
1516
  msgstr "Roditelj"
1517
 
1518
+ #: lib/widgets/featured-post-widget.php:451
1519
  msgid "Order By"
1520
  msgstr "naručio"
1521
 
1522
+ #: lib/widgets/featured-post-widget.php:446
1523
  msgid "Number of Posts to Offset"
1524
  msgstr "Broj članaka za offset"
1525
 
1526
+ #: lib/widgets/featured-post-widget.php:425
1527
  msgid "Category"
1528
  msgstr "Kategorija"
1529
 
1543
  msgid "Displays featured posts with thumbnails"
1544
  msgstr "Prikazuje izabrani članak s minijaturama"
1545
 
1546
+ #: lib/widgets/featured-page-widget.php:355
1547
  msgid "More Text"
1548
  msgstr "više teksta"
1549
 
1550
+ #: lib/widgets/featured-page-widget.php:350
1551
  msgid "Content Character Limit"
1552
  msgstr "Ograničenje znakova u sadržaju"
1553
 
1554
+ #: lib/widgets/featured-page-widget.php:346
1555
  msgid "Show Page Content"
1556
  msgstr "Prikaži sadržaj stranice"
1557
 
1558
+ #: lib/widgets/featured-page-widget.php:341
1559
  msgid "Show Page Title"
1560
  msgstr "Prikaži naslov stranice"
1561
 
1562
+ #: config/customizer-seo-settings.php:77
1563
+ #: config/customizer-theme-settings.php:289
1564
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1565
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1566
+ #: lib/widgets/featured-page-widget.php:330
1567
+ #: lib/widgets/featured-post-widget.php:503
1568
+ #: lib/widgets/featured-post-widget.php:533
1569
  #: lib/widgets/user-profile-widget.php:186
1570
  #: lib/widgets/user-profile-widget.php:210
1571
  msgid "None"
1572
  msgstr "Nijedan"
1573
 
1574
+ #: lib/widgets/featured-page-widget.php:328
1575
+ #: lib/widgets/featured-post-widget.php:531
1576
  msgid "Image Alignment"
1577
  msgstr "Centriranje fotografije"
1578
 
1579
+ #: lib/widgets/featured-page-widget.php:293
1580
  msgid "Page"
1581
  msgstr "Stranica"
1582
 
1592
  msgid "Displays featured page with thumbnails"
1593
  msgstr "Prikaži privlačne slike kao minijature"
1594
 
1595
+ #: lib/widgets/featured-page-widget.php:288
1596
+ #: lib/widgets/featured-post-widget.php:416
1597
+ #: lib/widgets/featured-post-widget.php:455
1598
+ #: lib/widgets/featured-post-widget.php:589
1599
  #: lib/widgets/user-profile-widget.php:148
1600
  msgid "Title"
1601
  msgstr "Naslov"
1602
 
1603
+ #: config/breadcrumbs.php:47
1604
  msgid "Search for "
1605
  msgstr "Traži"
1606
 
1607
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1608
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1609
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1610
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1611
  #: lib/structure/archive.php:185
1612
  msgid "Archives for "
1613
  msgstr "Arhiva za"
1614
 
1615
+ #: config/breadcrumbs.php:42
1616
  msgid "You are here: "
1617
  msgstr "Vi ste ovdje:"
1618
 
1625
  msgstr "Osnovni stupac područja s widgetima"
1626
 
1627
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1628
+ #: searchform.php:49
1629
  msgid "Search"
1630
  msgstr "traži"
1631
 
1632
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1633
  msgid "About"
1634
  msgstr "O meni"
1635
 
1653
  msgid "Primary Navigation Menu"
1654
  msgstr "Osnovni navigacijski izbornik"
1655
 
1656
+ #: lib/structure/footer.php:162
1657
  msgid "Copyright"
1658
  msgstr "Autorsko pravo"
1659
 
1737
  msgstr "vrati na vrh stranice"
1738
 
1739
  #. translators: %s: Genesis version.
1740
+ #: lib/functions/upgrade.php:921
1741
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1742
  msgstr "Genesis %s je sada dostupan. Omogućili smo vam nadogradnju samo jednim klikom za ovu temu pa vas molimo da se prijavite i obavite nadogradnju prvom sljedećom prilikom."
1743
 
1744
  #. translators: 1: Genesis version, 2: URL for current website.
1745
+ #: lib/functions/upgrade.php:918
1746
  msgid "Genesis %1$s is available for %2$s"
1747
  msgstr "Genesis %s je dostupan za %s"
1748
 
1749
+ #: lib/functions/upgrade.php:830
1750
  msgid "Click here to complete the upgrade"
1751
  msgstr "klikni ovdje za dovršetak nadogradnje"
1752
 
1753
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1754
  msgid "Home"
1755
  msgstr "početna"
1756
 
1757
+ #: lib/widgets/featured-post-widget.php:441
1758
+ #: lib/widgets/featured-post-widget.php:594
1759
  msgid "Number of Posts to Show"
1760
  msgstr "broj članaka za prikazivanje"
1761
 
1762
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1763
+ #: lib/widgets/featured-post-widget.php:433
1764
  msgid "All Categories"
1765
  msgstr "sve kategorije"
1766
 
1768
  msgid "Display which category"
1769
  msgstr "prikaži ovu kategoriju:"
1770
 
1771
+ #: config/customizer-theme-settings.php:304
1772
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1773
  msgid "Numeric"
1774
  msgstr "brojčano"
1775
 
1776
+ #: config/customizer-theme-settings.php:303
1777
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1778
  msgid "Previous / Next"
1779
  msgstr "prethodno / sljedeće"
1780
 
1781
+ #: lib/widgets/featured-page-widget.php:316
1782
+ #: lib/widgets/featured-post-widget.php:519
1783
  msgid "Image Size"
1784
  msgstr "Veličina fotografije"
1785
 
1786
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1787
+ #: lib/widgets/featured-post-widget.php:573
1788
  msgid "characters"
1789
  msgstr "znakovi"
1790
 
1791
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1792
+ #: lib/widgets/featured-post-widget.php:571
1793
  msgid "Limit content to"
1794
  msgstr "Ograniči sadržaj na"
1795
 
1796
+ #: config/customizer-theme-settings.php:248
1797
  msgid "Select one of the following"
1798
  msgstr "Odaberite nešto od sljedećeg:"
1799
 
1849
  msgid "Today's date"
1850
  msgstr "Današnji datum"
1851
 
1852
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1853
  #: lib/views/help/genesis-layout.php:25
1854
  msgid "Full Width Content"
1855
  msgstr "Sadržaj preko čitave stranice"
1856
 
1857
+ #: config/customizer-theme-settings.php:69
1858
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1859
  msgid "Image logo"
1860
  msgstr "Logo"
1871
  msgid "Version"
1872
  msgstr "inačica:"
1873
 
1874
+ #: config/customizer-theme-settings.php:244
1875
  #: lib/classes/class-genesis-admin-settings.php:241
1876
  #: lib/classes/class-genesis-admin-settings.php:294
1877
  #: lib/views/help/genesis-archives.php:15
1878
  msgid "Content Archives"
1879
  msgstr "Arhiva sadržaja"
1880
 
1881
+ #: config/customizer-theme-settings.php:132
1882
  #: lib/classes/class-genesis-admin-settings.php:239
1883
  #: lib/classes/class-genesis-admin-settings.php:290
1884
  #: lib/views/help/genesis-breadcrumbs.php:15
1977
  msgid "Shortlink Tag"
1978
  msgstr "Oznaka skraćene poveznice"
1979
 
1980
+ #: config/customizer-seo-settings.php:158
1981
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1982
  msgid "Include Windows Live Writer Support Tag?"
1983
  msgstr "Uključi oznaku Windows Live Writer Support?"
1999
  msgid "I'll manually wrap my own text on the homepage"
2000
  msgstr "Nijedno. Ručno ću prilagoditi moj vlastiti tekst na početnu stranicu."
2001
 
2002
+ #: config/customizer-seo-settings.php:75
2003
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2004
  msgid "Site Title"
2005
  msgstr "Naziv lokacije"
2006
 
2007
+ #: config/customizer-theme-settings.php:291
2008
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2009
+ #: lib/widgets/featured-page-widget.php:332
2010
+ #: lib/widgets/featured-post-widget.php:505
2011
+ #: lib/widgets/featured-post-widget.php:535
2012
  #: lib/widgets/user-profile-widget.php:188
2013
  msgid "Right"
2014
  msgstr "Desno"
2015
 
2016
+ #: config/customizer-theme-settings.php:290
2017
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2018
+ #: lib/widgets/featured-page-widget.php:331
2019
+ #: lib/widgets/featured-post-widget.php:504
2020
+ #: lib/widgets/featured-post-widget.php:534
2021
  #: lib/widgets/user-profile-widget.php:187
2022
  msgid "Left"
2023
  msgstr "lijevo"
2024
 
2025
+ #: lib/classes/class-genesis-script-loader.php:199
2026
  msgid "Are you sure you want to reset?"
2027
  msgstr "Jeste li sigurni da želite vratiti izvorne postavke?"
2028
 
2057
  msgid "SEO Settings"
2058
  msgstr "SEO postavke"
2059
 
2060
+ #: config/customizer-theme-settings.php:23
2061
  #: lib/classes/class-genesis-admin-import-export.php:121
2062
  #: lib/classes/class-genesis-admin-settings.php:50
2063
  #: lib/classes/class-genesis-admin-settings.php:51
2085
  msgid "Robots Meta Settings"
2086
  msgstr "Robot meta postavke"
2087
 
2088
+ #: lib/admin/privacy-requests.php:194
2089
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2090
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2091
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2096
  msgid "This post is password protected. Enter the password to view comments."
2097
  msgstr "Ovaj članak je zaštićen zaporkom. Unesite zaporku kako biste vidjeli komentare."
2098
 
2099
+ #: lib/functions/general.php:492
2100
  msgid "Recent Posts:"
2101
  msgstr "Novi članci:"
2102
 
2103
+ #: lib/functions/general.php:489
2104
  msgid "Monthly:"
2105
  msgstr "Mjesečno:"
2106
 
2107
+ #: lib/functions/general.php:486
2108
  msgid "Authors:"
2109
  msgstr "Autori:"
2110
 
2111
+ #: lib/functions/general.php:483
2112
  msgid "Categories:"
2113
  msgstr "Kategorije:"
2114
 
2115
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2116
  msgid "Pages:"
2117
  msgstr "stranice:"
2118
 
2419
  msgid "This allows you to import or export Genesis Settings."
2420
  msgstr "Ovo vam omogućava da uvezete ili izvezete Genesis postavke."
2421
 
 
 
 
 
 
 
2422
  #. translators: Opening and closing link tags to custom menu editor.
2423
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2424
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2459
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2460
  msgstr "Ovo je %s. Možete dodati sadržaj u ovaj dio kroz vaš <a href=\"%s\">Widgets Panel</a> i tamo dodajući nove widgete."
2461
 
2462
+ #: lib/functions/deprecated.php:434
2463
  msgid "data in style sheet files"
2464
  msgstr "podaci u style sheet datotekama"
2465
 
2551
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2552
  msgstr "Možete uvesti datoteku koju ste prethodno izvezli. Ime datoteke će početi s %s i nastavit će se s jednim ili više stringova koji će označavati postavke koje sadrži te, na kraju, datumom i vremenom izvoza datoteke."
2553
 
2554
+ #: config/customizer-seo-settings.php:278
2555
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2556
  msgid "Directories"
2557
  msgstr ""
2558
 
2559
+ #: config/customizer-seo-settings.php:223
2560
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2561
  msgid "Archiving"
2562
  msgstr ""
2563
 
2564
+ #: config/customizer-seo-settings.php:176
2565
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2566
  msgid "Indexing"
2567
  msgstr ""
2576
  msgid "Primary Title %s"
2577
  msgstr ""
2578
 
2579
+ #: config/customizer-seo-settings.php:58
2580
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2581
  msgid "Additions on right"
2582
  msgstr ""
2583
 
2584
+ #: config/customizer-seo-settings.php:57
2585
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2586
  msgid "Additions on left"
2587
  msgstr ""
2588
 
2589
+ #: config/customizer-seo-settings.php:52
2590
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2591
  msgid "Document Title Order"
2592
  msgstr ""
2604
  msgid "Canonical URL"
2605
  msgstr ""
2606
 
2607
+ #: config/customizer-seo-settings.php:31
2608
  #: lib/views/help/genesis-inpost-seo.php:16
2609
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2610
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2616
  msgid "Link opens in a new window."
2617
  msgstr ""
2618
 
2619
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2620
  msgid "Featured Image Alignment"
2621
  msgstr ""
2622
 
2623
+ #: config/customizer-theme-settings.php:276
2624
  msgid "Featured Image Size"
2625
  msgstr ""
2626
 
2627
+ #: config/customizer-theme-settings.php:268
2628
  msgid "Display the featured image?"
2629
  msgstr ""
2630
 
2631
+ #: config/customizer-theme-settings.php:260
2632
  msgid "Limit content to how many characters? (0 for no limit)"
2633
  msgstr ""
2634
 
2635
+ #: config/customizer-theme-settings.php:234
2636
  msgid "Enable Trackbacks on Pages"
2637
  msgstr ""
2638
 
2639
+ #: config/customizer-theme-settings.php:226
2640
  msgid "Enable Trackbacks on Posts"
2641
  msgstr ""
2642
 
2643
+ #: config/customizer-theme-settings.php:218
2644
  msgid "Enable Comments on Pages"
2645
  msgstr ""
2646
 
2647
+ #: config/customizer-theme-settings.php:210
2648
  msgid "Enable Comments on Posts"
2649
  msgstr ""
2650
 
2651
+ #: config/customizer-theme-settings.php:196
2652
  msgid "Breadcrumbs on Attachment/Media"
2653
  msgstr ""
2654
 
2655
+ #: config/customizer-theme-settings.php:188
2656
+ msgid "Breadcrumbs on 404 page"
2657
  msgstr ""
2658
 
2659
+ #: config/customizer-theme-settings.php:180
2660
  msgid "Breadcrumbs on Archives"
2661
  msgstr ""
2662
 
2663
+ #: config/customizer-theme-settings.php:172
2664
  msgid "Breadcrumbs on Pages"
2665
  msgstr ""
2666
 
2667
+ #: config/customizer-theme-settings.php:164
2668
  msgid "Breadcrumbs on Single Posts"
2669
  msgstr ""
2670
 
2671
+ #: config/customizer-theme-settings.php:156
2672
+ msgid "Breadcrumbs on Posts page"
2673
  msgstr ""
2674
 
2675
+ #: config/customizer-theme-settings.php:147
2676
+ msgid "Breadcrumbs on Front page"
2677
  msgstr ""
2678
 
2679
+ #: config/customizer-theme-settings.php:138
2680
  msgid "Breadcrumbs on Homepage"
2681
  msgstr ""
2682
 
2684
  msgid "Select Default Layout"
2685
  msgstr ""
2686
 
2687
+ #: config/customizer-theme-settings.php:116
2688
  msgid "Site Layout"
2689
  msgstr ""
2690
 
2691
+ #: config/customizer-theme-settings.php:104
2692
  msgid "Select Color Style"
2693
  msgstr ""
2694
 
2695
+ #: config/customizer-theme-settings.php:100
2696
  msgid "Color Scheme"
2697
  msgstr ""
2698
 
2699
+ #: config/customizer-theme-settings.php:68
2700
  msgid "Dynamic Text"
2701
  msgstr ""
2702
 
2721
  msgid "Author Archive SEO Settings"
2722
  msgstr ""
2723
 
2724
+ #: config/customizer-theme-settings.php:327
2725
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2726
  msgid "Footer Scripts"
2727
  msgstr ""
2728
 
2729
+ #: config/customizer-theme-settings.php:317
2730
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2731
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2732
  msgid "Header Scripts"
2760
  msgid "Featured Image"
2761
  msgstr ""
2762
 
2763
+ #: config/customizer-theme-settings.php:253
2764
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2765
  msgid "Entry excerpts"
2766
  msgstr ""
2767
 
2768
+ #: config/customizer-theme-settings.php:252
2769
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2770
  msgid "Entry content"
2771
  msgstr ""
2807
  msgid "Email address"
2808
  msgstr ""
2809
 
2810
+ #: config/customizer-theme-settings.php:30
2811
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2812
  msgid "Updates"
2813
  msgstr ""
2814
 
2815
+ #: config/layouts.php:48
2816
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2817
  msgstr ""
2818
 
2819
+ #: config/layouts.php:43
2820
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2821
  msgstr ""
2822
 
2823
+ #: config/layouts.php:38
2824
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2825
  msgstr ""
2826
 
2827
+ #: config/layouts.php:32
2828
  msgid "Primary Sidebar, Content"
2829
  msgstr ""
2830
 
2831
+ #: config/layouts.php:26
2832
  msgid "Content, Primary Sidebar"
2833
  msgstr ""
2834
 
2835
+ #: lib/functions/formatting.php:101
2836
  msgid "about "
2837
  msgstr ""
2838
 
2840
  msgid "Genesis database upgraded."
2841
  msgstr ""
2842
 
 
 
 
 
 
2843
  #. Template Name of the plugin/theme
2844
  msgid "Blog"
2845
  msgstr ""
2860
  msgid "Genesis"
2861
  msgstr ""
2862
 
2863
+ #: lib/widgets/featured-post-widget.php:558
2864
  msgid "Content Post Info"
2865
  msgstr ""
2866
 
2867
+ #: lib/widgets/featured-post-widget.php:478
2868
  msgid "Exclude Sticky Posts?"
2869
  msgstr ""
2870
 
2871
+ #: config/customizer-theme-settings.php:292
2872
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2873
+ #: lib/widgets/featured-page-widget.php:333
2874
+ #: lib/widgets/featured-post-widget.php:536
2875
  msgid "Center"
2876
  msgstr ""
2877
 
2878
+ #: lib/widgets/featured-page-widget.php:128
2879
+ #: lib/widgets/featured-post-widget.php:166
2880
  msgid "(no title)"
2881
  msgstr ""
2882
 
2883
+ #: lib/structure/post.php:840
2884
  msgid "Current page"
2885
  msgstr ""
2886
 
2887
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2888
  msgid "Page "
2889
  msgstr ""
2890
 
2908
  msgid "Skip to primary navigation"
2909
  msgstr ""
2910
 
2911
+ #: lib/functions/widgetize.php:220
2912
  msgid "Widgets in this widget area will display after single entries."
2913
  msgstr ""
2914
 
2915
+ #: lib/functions/widgetize.php:219
2916
  msgid "After Entry"
2917
  msgstr ""
2918
 
2919
+ #: lib/functions/widgetize.php:136
2920
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2921
  msgstr ""
translations/hu_HU.mo CHANGED
Binary file
translations/hu_HU.po CHANGED
@@ -1,74 +1,206 @@
1
- # Translation of Genesis - Genesis 2.7 in Hungarian
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2018-11-15 09:34:36+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: hu\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr ""
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr ""
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr "Kérünk, aktiválj egy Genesis gyerek témát."
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr "Frissítések ellenőrzése"
@@ -565,7 +697,7 @@ msgstr "Tudj meg többet a 301 Átirányításról"
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr "Tudj meg többet az Egyéni Canonális URL-ről"
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "A keresett oldal nem található. Térj vissza az oldal <a href=\"%s\">kezdőlapjára</a> és onnan folytasd tovább a böngészést!"
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Zárja ki a korábban megtekintett bejegyzéseket?"
580
 
@@ -586,15 +718,15 @@ msgstr "Nincs bejegyzés a feltételnek megfelelően."
586
  msgid "at"
587
  msgstr "|"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "A Genesis frissítése felülírja a jelenleg telepített verziót. Biztosan szeretnéd frissíteni? Leállítás a \"Mégse\", folytatás az \"OK\" gombbal."
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "Minden módosítás elveszik, ha elnavigálasz erről az oldalról."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr ""
600
 
@@ -620,7 +752,7 @@ msgstr ""
620
  msgid "Robots Meta Tags"
621
  msgstr ""
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr ""
630
  msgid "Meta Keywords"
631
  msgstr ""
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Találatok erre:"
661
  msgid "Contributor"
662
  msgstr "Közreműködő"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Közreműködők"
667
 
@@ -673,14 +805,14 @@ msgstr "Fő fejlesztő"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Ezek a beállítások bármelyik oldalra alkalmazva lesznek, amelyik a \"Blog\" oldal sablon, nem a kezdőoldal vagy a bejegyzés archívum oldal."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Kezdőoldal"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "Bejegyzések oldala"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Blog oldal sablon"
692
  msgid "Navigation"
693
  msgstr "Navigáció"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Fejléc"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr ""
@@ -717,17 +849,17 @@ msgstr ""
717
  msgid "Site Description (Tagline)"
718
  msgstr "Oldal leírás (Jelmondat)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr ""
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr ""
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr ""
@@ -746,7 +878,7 @@ msgstr ""
746
  msgid "Read More"
747
  msgstr "Tovább olvasom"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Keresés az oldalon"
752
 
@@ -754,15 +886,15 @@ msgstr "Keresés az oldalon"
754
  msgid "Read more"
755
  msgstr "Bővebben"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr ""
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Irány a sablon beállítások &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Projekt vezetők"
768
 
@@ -775,11 +907,11 @@ msgstr "Üdvözlünk a Genesis %s verzióban!"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr ""
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr ""
785
 
@@ -817,7 +949,7 @@ msgstr "Egyedi szöveges tartalom"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Másodlagos menü"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Fejléc bal oldal"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Bővített oldal link szövege"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Lábléc %d widget mező."
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Ez a másodlagos oldalsáv, ha három oszlopos megjelenést használsz."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Ez az elsődleges oldalsáv, ha kettő vagy három oszlopos megjelenést használsz."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr ""
844
 
@@ -867,8 +999,8 @@ msgstr "Szín variáció:"
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr ""
911
  msgid "Layout Settings"
912
  msgstr "Megjelenítés beállítása"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Sablon SEO beállítások"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr ","
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s másodperc"
931
  msgstr[1] "%s másodperc"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s perc"
939
  msgstr[1] "%s perc"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s óra"
947
  msgstr[1] "%s óra"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s nap"
955
  msgstr[1] "%s nap"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s hét"
963
  msgstr[1] "%s hét"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "%s hónap"
971
  msgstr[1] "%s hónap"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s év"
979
  msgstr[1] "%s év"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "másodperc"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "Ezek a beállítások minden egyes bejegyzés listázási oldalon érvényesek lesznek, beleértve az archívum, szerző, blog, kategória, címke és keresés oldalakat is."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "404-es oldal"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Oldalak"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Kezdőoldal"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Kezdőoldal"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Fejléc és Lábléc szkriptek"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Hozzászólások és Visszakövetések"
1023
  msgid "Default Layout"
1024
  msgstr "Alapértelmezett oldal megjelenítés"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "A keresőmotorok általában figyelmen kívül hagyják a kulcsszavakat."
@@ -1057,11 +1189,11 @@ msgstr "Válaszd ki a fájlt a számítógépedről és kattints a \"Fájl felt
1057
  msgid "Default"
1058
  msgstr "Alapértelmezett"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Következő oldal"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Előző oldal"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Előző oldal"
1069
  msgid "ago"
1070
  msgstr "óta"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Mind kiválasztása / törlése"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "Nincs exportálási lehetőség."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Lábléc %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "Nincs kijelölve címke"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "Nincs kijelölve címke"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "A beállítások importálása NEM sikerült. Kérem, próbálja újra."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Másodlagos oldalsáv"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Elsődleges oldalsáv"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Fejléc jobb oldal"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "Nincs találat: "
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "Nincs tartalom"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Limitált szöveg"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Kivonat"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Szöveg"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Tartalom típusa"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Bejegyzés információk megjelenítése"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Kiemelt kép megjelenítése"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Kiemelt kép megjelenítése"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Ez a szöveg lesz az első bekezdés és csak az első oldalon jelenik meg."
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Egyedi leírás"
@@ -1149,7 +1281,7 @@ msgstr "Egyedi leírás"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "Ez jelenik meg az oldal tetején %s taggal."
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Egyedi archívum címsor"
@@ -1298,93 +1430,93 @@ msgstr "Felhasználói profil"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "A felhasználó profiljának megjelenítése képpel"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Link szövege"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Kategória archívum link megjelenítése"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "Ha szeretnél megjeleníteni egy listát a megadott kategória többi bejegyzéseiről, akkor töltsd ki a következő mezőket!"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "Tovább szöveg (ha megjelenik)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Bejegyzés címének megjelenítése"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Gravatar illesztése"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Extra nagy (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Nagy (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Közepes (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "Kicsi (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Gravatar mérete"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Szerző Gravatar megjelenítése"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Növekvő (1, 2, 3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Csökkenő (3, 2, 1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Elrendezés"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Véletlen"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Hozzászólások száma"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "Azonosító"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Szülő"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Sorrend"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Késleltetett bejegyzések száma"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Kategória"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Kiemelt bejegyzések"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Kiemelt bejegyzések megjelenítése képekkel"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "Tovább szöveg"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Tartalom hossza (karakter)"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Oldal tartalmának megjelenítése"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Oldal címének megjelenítése"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Egyik sem"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Kép illesztése"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Oldal"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Kiemelt oldal"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Egy kiemelt oldal megjelenítése képpel"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Cím"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Találatok a következő keresésre: "
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Bejegyzések: "
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Most itt vagy: "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Elsődleges oldalsáv widget mező"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Keresés"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "Bejegyzést írta:"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Bejegyzések"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Elsődleges menü"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
@@ -1548,7 +1682,7 @@ msgstr "mondta"
1548
  #. translators: 1: get_comment_author_link(), 2: Filtered "says" text.
1549
  #: lib/structure/comments.php:260
1550
  msgid "<cite class=\"fn\">%1$s</cite> <span class=\"says\">%2$s:</span>"
1551
- msgstr ""
1552
 
1553
  #: lib/structure/comments.php:162
1554
  msgid "<h3>Trackbacks</h3>"
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Ugrás az oldal tetejére"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "A Genesis%s már elérjető. Lehetőség van 1-kattintásos frissítésre ehhez a témához, kérlek jelentkezz be a vezérlőpultodba és frissíts mihamarabb."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
- msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Kattints ide a frissítés befejezéséhez"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Főoldal"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Bejegyzések száma oldalanként"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Összes kategória"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Összes kategória"
1627
  msgid "Display which category"
1628
  msgstr "Kategória kiválasztása:"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Numerikus"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Előző / Következő"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Kép mérete:"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "karakterre."
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Tartalom limitálása"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Tartalom megjelenés kiválasztása:"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "RSS hírforrások linkjei"
1708
  msgid "Today's date"
1709
  msgstr "Mai dátum"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Tartalom teljes szélességben"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Kép logó"
@@ -1730,14 +1864,14 @@ msgstr "Kiadás dátuma:"
1730
  msgid "Version"
1731
  msgstr "Verzió:"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Bejegyzések listázása"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr ""
1836
  msgid "Shortlink Tag"
1837
  msgstr ""
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr ""
@@ -1858,30 +1992,30 @@ msgstr "%s beállítása a kezdőlapon"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Egyik sem. Én állítom be a kezdőlap szövegét."
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Honlap címe"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Jobb"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Bal"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Biztosan vissza akarod állítani a beállításokat?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Főoldal beállítások"
1916
  msgid "SEO Settings"
1917
  msgstr "SEO beállítások"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr ""
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Keresőrobotok meta beállításai"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Egyedi oldalcím (Title)"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Ez a bejegyzés jelszóval védett. Megtekintéséhez be kell írni a jelszót."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Legutóbbi bejegyzések:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Havonta:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Szerzők:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Kategóriák:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Oldalak:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr ""
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr ""
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr ""
2330
 
@@ -2416,17 +2544,17 @@ msgstr ""
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr ""
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr "Könyvtárak"
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr "Archiválás"
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr "Indexálás"
@@ -2441,17 +2569,17 @@ msgstr "Windows Live Writer"
2441
  msgid "Primary Title %s"
2442
  msgstr "Elsődleges Cím %s"
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr ""
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr ""
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr ""
@@ -2469,7 +2597,7 @@ msgstr "Az egész oldalra kiterjedő beállítások"
2469
  msgid "Canonical URL"
2470
  msgstr "Canonical URL"
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr ""
2481
  msgid "Link opens in a new window."
2482
  msgstr "A hivatkozás új ablakban nyílik meg."
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr "- Semmi -"
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
- msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
- msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr "Mutassa a kiemelt képet?"
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr "Hány karakterre korlátozza a tartalmat? (0, ha nincs korlátozás)"
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
- msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
- msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
- msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
- msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr ""
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
  msgstr ""
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr ""
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr ""
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr ""
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
  msgstr ""
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
  msgstr ""
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr ""
2552
 
@@ -2554,19 +2677,19 @@ msgstr ""
2554
  msgid "Select Default Layout"
2555
  msgstr ""
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr ""
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr ""
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr ""
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr "Dinamikus szöveg"
2572
 
@@ -2591,12 +2714,12 @@ msgstr "Oldaltérkép"
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr ""
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr "Lábléc scriptek"
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr "Kép igazítása:"
2630
  msgid "Featured Image"
2631
  msgstr "Kiemelt kép"
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr ""
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr ""
@@ -2677,32 +2800,32 @@ msgstr ""
2677
  msgid "Email address"
2678
  msgstr "E-mail cím"
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr "Frissítések"
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr "Másodlagos oldalsáv, Tartalom, Elsődleges oldalsáv"
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr "Másodlagos oldalsáv, Elsődleges oldalsáv, Tartalom"
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr "Tartalom, Elsődleges oldalsáv, Másodlagos oldalsáv"
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr "Elsődleges oldalsáv, Tartalom"
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr "Tartalom, Elsődleges oldalsáv"
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr ""
2708
 
@@ -2710,18 +2833,13 @@ msgstr ""
2710
  msgid "Genesis database upgraded."
2711
  msgstr "Genesis adatbázis frissült a legújabb verzióra."
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr ""
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr "Blog"
2721
 
2722
  #. Author URI of the plugin/theme
2723
  msgid "https://www.studiopress.com/"
2724
- msgstr ""
2725
 
2726
  #. Author of the plugin/theme
2727
  msgid "StudioPress"
@@ -2735,31 +2853,31 @@ msgstr "http://my.studiopress.com/themes/genesis/"
2735
  msgid "Genesis"
2736
  msgstr "Genesis"
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr ""
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr ""
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr ""
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr "(nincs cím)"
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr "Jelenlegi oldal"
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr "Oldal"
2765
 
@@ -2783,14 +2901,14 @@ msgstr "Ugrás a tartalomhoz"
2783
  msgid "Skip to primary navigation"
2784
  msgstr "Ugrás az elsődleges navigációhoz"
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr ""
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr ""
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr ""
1
+ # Translation of Genesis - Genesis 2.8 in Hungarian
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2018-12-19 15:27:38+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: hu\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
  msgstr ""
117
 
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr ""
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr ""
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr "Frissítések ellenőrzése"
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr "Tudj meg többet az Egyéni Canonális URL-ről"
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "A keresett oldal nem található. Térj vissza az oldal <a href=\"%s\">kezdőlapjára</a> és onnan folytasd tovább a böngészést!"
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Zárja ki a korábban megtekintett bejegyzéseket?"
712
 
718
  msgid "at"
719
  msgstr "|"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "A Genesis frissítése felülírja a jelenleg telepített verziót. Biztosan szeretnéd frissíteni? Leállítás a \"Mégse\", folytatás az \"OK\" gombbal."
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "Minden módosítás elveszik, ha elnavigálasz erről az oldalról."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr ""
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr ""
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr ""
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Közreműködő"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Közreműködők"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Ezek a beállítások bármelyik oldalra alkalmazva lesznek, amelyik a \"Blog\" oldal sablon, nem a kezdőoldal vagy a bejegyzés archívum oldal."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Kezdőoldal"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Navigáció"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr ""
849
  msgid "Site Description (Tagline)"
850
  msgstr "Oldal leírás (Jelmondat)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr ""
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr ""
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr ""
878
  msgid "Read More"
879
  msgstr "Tovább olvasom"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Keresés az oldalon"
884
 
886
  msgid "Read more"
887
  msgstr "Bővebben"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr ""
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Irány a sablon beállítások &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Projekt vezetők"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr ""
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr ""
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Másodlagos menü"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Fejléc bal oldal"
955
 
958
  msgstr "Bővített oldal link szövege"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Lábléc %d widget mező."
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Ez a másodlagos oldalsáv, ha három oszlopos megjelenést használsz."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Ez az elsődleges oldalsáv, ha kettő vagy három oszlopos megjelenést használsz."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr ""
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Megjelenítés beállítása"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Sablon SEO beállítások"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr ","
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s másodperc"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s perc"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s óra"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s nap"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s hét"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "%s hónap"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s év"
1111
  msgstr[1] "%s év"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "másodperc"
1120
  msgstr "Ezek a beállítások minden egyes bejegyzés listázási oldalon érvényesek lesznek, beleértve az archívum, szerző, blog, kategória, címke és keresés oldalakat is."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Oldalak"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Fejléc és Lábléc szkriptek"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Alapértelmezett oldal megjelenítés"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "A keresőmotorok általában figyelmen kívül hagyják a kulcsszavakat."
1189
  msgid "Default"
1190
  msgstr "Alapértelmezett"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Következő oldal"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Előző oldal"
1199
 
1201
  msgid "ago"
1202
  msgstr "óta"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Mind kiválasztása / törlése"
1207
 
1210
  msgstr "Nincs exportálási lehetőség."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Lábléc %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "Nincs kijelölve címke"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "A beállítások importálása NEM sikerült. Kérem, próbálja újra."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Másodlagos oldalsáv"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Elsődleges oldalsáv"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Fejléc jobb oldal"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "Nincs találat: "
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "Nincs tartalom"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Limitált szöveg"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Kivonat"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Szöveg"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Tartalom típusa"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Bejegyzés információk megjelenítése"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Kiemelt kép megjelenítése"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Ez a szöveg lesz az első bekezdés és csak az első oldalon jelenik meg."
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Egyedi leírás"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "Ez jelenik meg az oldal tetején %s taggal."
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Egyedi archívum címsor"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "A felhasználó profiljának megjelenítése képpel"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Link szövege"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Kategória archívum link megjelenítése"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "Ha szeretnél megjeleníteni egy listát a megadott kategória többi bejegyzéseiről, akkor töltsd ki a következő mezőket!"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "Tovább szöveg (ha megjelenik)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Bejegyzés címének megjelenítése"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Gravatar illesztése"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Extra nagy (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Nagy (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Közepes (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "Kicsi (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Gravatar mérete"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Szerző Gravatar megjelenítése"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Növekvő (1, 2, 3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Csökkenő (3, 2, 1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Elrendezés"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Véletlen"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Hozzászólások száma"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "Azonosító"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Szülő"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Sorrend"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Késleltetett bejegyzések száma"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Kategória"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Kiemelt bejegyzések megjelenítése képekkel"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "Tovább szöveg"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Tartalom hossza (karakter)"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Oldal tartalmának megjelenítése"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Oldal címének megjelenítése"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Egyik sem"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Kép illesztése"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Oldal"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Egy kiemelt oldal megjelenítése képpel"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Cím"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Találatok a következő keresésre: "
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Bejegyzések: "
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Most itt vagy: "
1611
 
1618
  msgstr "Elsődleges oldalsáv widget mező"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Keresés"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "Bejegyzést írta:"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Elsődleges menü"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Copyright"
1652
 
1682
  #. translators: 1: get_comment_author_link(), 2: Filtered "says" text.
1683
  #: lib/structure/comments.php:260
1684
  msgid "<cite class=\"fn\">%1$s</cite> <span class=\"says\">%2$s:</span>"
1685
+ msgstr "<cite class=\"fn\">%1$s</cite> <span class=\"says\">%2$s:</span>"
1686
 
1687
  #: lib/structure/comments.php:162
1688
  msgid "<h3>Trackbacks</h3>"
1730
  msgstr "Ugrás az oldal tetejére"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "A Genesis%s már elérjető. Lehetőség van 1-kattintásos frissítésre ehhez a témához, kérlek jelentkezz be a vezérlőpultodba és frissíts mihamarabb."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
+ msgstr "A Genesis %1$s már elérhető %2$s-re"
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Kattints ide a frissítés befejezéséhez"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Főoldal"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Bejegyzések száma oldalanként"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Összes kategória"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Kategória kiválasztása:"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Numerikus"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Előző / Következő"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Kép mérete:"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "karakterre."
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Tartalom limitálása"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Tartalom megjelenés kiválasztása:"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Mai dátum"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Tartalom teljes szélességben"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Kép logó"
1864
  msgid "Version"
1865
  msgstr "Verzió:"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Bejegyzések listázása"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr ""
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr ""
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Egyik sem. Én állítom be a kezdőlap szövegét."
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Honlap címe"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Jobb"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Bal"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "Biztosan vissza akarod állítani a beállításokat?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "SEO beállítások"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Keresőrobotok meta beállításai"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Ez a bejegyzés jelszóval védett. Megtekintéséhez be kell írni a jelszót."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Legutóbbi bejegyzések:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Havonta:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Szerzők:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Kategóriák:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Oldalak:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr ""
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr ""
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr ""
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr "Könyvtárak"
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr "Archiválás"
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr "Indexálás"
2569
  msgid "Primary Title %s"
2570
  msgstr "Elsődleges Cím %s"
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr ""
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr ""
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr ""
2597
  msgid "Canonical URL"
2598
  msgstr "Canonical URL"
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr "A hivatkozás új ablakban nyílik meg."
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
+ msgstr "Kiemelt kép igazítása"
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
+ msgstr "Kiemelt kép mérete"
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr "Mutassa a kiemelt képet?"
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr "Hány karakterre korlátozza a tartalmat? (0, ha nincs korlátozás)"
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
+ msgstr "Visszakövetések engedélyezése az oldalakon?"
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
+ msgstr "Visszakövetések engedélyezése a bejegyzésekben?"
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
+ msgstr "Hozzászólások engedélyezése az oldalakon?"
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
+ msgstr "Hozzászólások engedélyezése a bejegyzésekben?"
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr ""
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
  msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr ""
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr ""
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr ""
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
  msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
  msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr ""
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr ""
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr ""
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr ""
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr ""
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr "Dinamikus szöveg"
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr ""
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr "Lábléc scriptek"
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr "Kiemelt kép"
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr ""
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr ""
2800
  msgid "Email address"
2801
  msgstr "E-mail cím"
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr "Frissítések"
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr "Másodlagos oldalsáv, Tartalom, Elsődleges oldalsáv"
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr "Másodlagos oldalsáv, Elsődleges oldalsáv, Tartalom"
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr "Tartalom, Elsődleges oldalsáv, Másodlagos oldalsáv"
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr "Elsődleges oldalsáv, Tartalom"
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr "Tartalom, Elsődleges oldalsáv"
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr ""
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr "Genesis adatbázis frissült a legújabb verzióra."
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr "Blog"
2839
 
2840
  #. Author URI of the plugin/theme
2841
  msgid "https://www.studiopress.com/"
2842
+ msgstr "http://www.studiopress.com/"
2843
 
2844
  #. Author of the plugin/theme
2845
  msgid "StudioPress"
2853
  msgid "Genesis"
2854
  msgstr "Genesis"
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr ""
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr ""
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr ""
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr "(nincs cím)"
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr "Jelenlegi oldal"
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr "Oldal"
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr "Ugrás az elsődleges navigációhoz"
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr ""
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr ""
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr ""
translations/id_ID.mo CHANGED
Binary file
translations/id_ID.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Indonesian
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:34:42+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: id\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr ""
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr ""
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr ""
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr ""
@@ -565,7 +697,7 @@ msgstr ""
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "Halaman yang sedang Anda cari tidak ada lagi. Mungkin Anda dapat kembali ke <a href=\"%s\">halaman depan</a> dan melihat jika Anda dapat menemukan apa yang sedang Anda cari. Atau, Anda dapat mencoba mencarinya melalui informasi di bawah ini."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr "Keluarkan Tulisan yang Ditampilkan Sebelumnya?"
580
 
@@ -586,15 +718,15 @@ msgstr "Maaf, tidak ada konten yang cocok dengan kriteria Anda."
586
  msgid "at"
587
  msgstr "pada"
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr "Memutahirkan Genesis akan menimpa versi Genesis yang sedang terinstal. Anda yakin ingin memutahirkan sekarang? \"Batalkan\" untuk menghentikan, \"OK\" untuk memutahirkan."
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr "Perubahan yang Anda buat akan hilang jika Anda meninggalkan halaman ini."
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr "entitas desimal atau heksadesimal"
600
 
@@ -620,7 +752,7 @@ msgstr "Terapkan %s ke arsip ini"
620
  msgid "Robots Meta Tags"
621
  msgstr "Tag Meta Robots:"
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr "Tag Meta Robots:"
630
  msgid "Meta Keywords"
631
  msgstr "Kata kunci Meta"
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr "Hasil Pencarian untuk:"
661
  msgid "Contributor"
662
  msgstr "Kontributor"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Kontributor"
667
 
@@ -673,14 +805,14 @@ msgstr "Pimpinan Pengembang"
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr "Pengaturan ini diterapkan ke halaman apapun yang diberikan templat halaman \"Blog\", bukan halaman depan atau halaman arsip tulisan."
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr "Halaman depan"
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
- msgstr "Halaman Tulisan"
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
686
  msgid "Blog Page Template"
@@ -692,7 +824,7 @@ msgstr "Templat Halaman Blog"
692
  msgid "Navigation"
693
  msgstr "Navigasi"
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr "Header"
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr "Deskripsi meta dapat digunakan untuk menandakan teks yang digunakan di bawah judul pada halaman hasil pencarian."
@@ -717,17 +849,17 @@ msgstr "Jika Anda membiakrna judul dokumen kosong, judul situs Anda akan digunak
717
  msgid "Site Description (Tagline)"
718
  msgstr "Deskripsi Situs (Tagline)"
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr "Jika judul terdiri dari dua pasang (judul asli dan tambahan pilihan), maka pemisah akan berada di antara keduanya."
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr "Pemisah Judul Dokumen:"
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr "Menandakan sisi yang mana teks judul ditambahkan akan kelihatan."
@@ -746,7 +878,7 @@ msgstr "Tambahkan deskripsi situs (tagline) ke %s pada halaman depan?"
746
  msgid "Read More"
747
  msgstr "Baca Selengkapnya"
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr "Cari di situs ini"
752
 
@@ -754,15 +886,15 @@ msgstr "Cari di situs ini"
754
  msgid "Read more"
755
  msgstr "Baca selengkapnya"
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr "Pergi ke Pengaturan SEO &rarr;"
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr "Pergi ke Pengaturan Tema &rarr;"
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr "Proyek Mengarah"
768
 
@@ -775,11 +907,11 @@ msgstr "Selamat datang ke Genesis %s"
775
  msgid "Google+"
776
  msgstr "Google+"
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr "Gunakan untuk judul/logo situs:"
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr "pada"
785
 
@@ -817,7 +949,7 @@ msgstr "Teks Kostum (di bawah)"
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Menu Navigasi Kedua"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Header Kiri"
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr "Teks tautan halaman yang diperluas"
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr "Area widget %d footer."
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr "Ini merupakan bar samping kedua jika Anda menggunakan pilihan layout tiga kolom."
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr "Ini merupakan bar samping utama jika Anda menggunakan pilihan layout dua atau tiga kolom."
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr "Argumen, \"context\", telah diganti dengan \"theme_location\" di array $args."
844
 
@@ -867,8 +999,8 @@ msgstr "Gaya Warna: "
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr "Tag tautan %s Tulisan yang Berdekatan"
911
  msgid "Layout Settings"
912
  msgstr "Pengaturan Layout"
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr "Pengaturan SEO Tema"
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr "dan"
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] "%s detik"
931
  msgstr[1] "%s detik"
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] "%s menit"
939
  msgstr[1] "%s menit"
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] "%s jam"
947
  msgstr[1] "%s jam"
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] "%s hari"
955
  msgstr[1] "%s hari"
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] "%s minggu"
963
  msgstr[1] "%s minggu"
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] "%s bulan"
971
  msgstr[1] "%s bulan"
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] "%s tahun"
979
  msgstr[1] "%s tahun"
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr "detik"
@@ -988,8 +1120,8 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr "Pilihan ini akan mempengaruhi setiap daftar halaman blog, termasuk arsip, penulis, blog, kategori, pencarian, dan halaman tag."
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
- msgstr "Halaman 404"
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
995
  msgid "Archives"
@@ -1000,8 +1132,8 @@ msgid "Pages"
1000
  msgstr "Halaman"
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
- msgstr "Halaman depan"
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
1007
  #: lib/classes/class-genesis-admin-settings.php:298
@@ -1009,7 +1141,7 @@ msgstr "Halaman depan"
1009
  msgid "Header and Footer Scripts"
1010
  msgstr "Skrip Header dan Footer"
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr "Komentar dan Lacakbalik"
1023
  msgid "Default Layout"
1024
  msgstr "Layout Standar"
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr "Kata kunci biasanya diabaikan oleh Mesin Pencarian."
@@ -1057,11 +1189,11 @@ msgstr "Pilih berkas dari komputer Anda lalu klik \"Unggah berkas dan Impor\""
1057
  msgid "Default"
1058
  msgstr "Standar"
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Halaman Berikutnya"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Halaman Sebelumnya"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Halaman Sebelumnya"
1069
  msgid "ago"
1070
  msgstr "lalu"
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr "Pilih / Batalkan Semua"
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr "Tidak ada pilihan ekspor tersedia."
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr "Footer %d"
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr "Tidak ada Label Terpilih"
1088
 
@@ -1090,48 +1222,48 @@ msgstr "Tidak ada Label Terpilih"
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr "Ada masalah saat mengimpor pengaturan Anda. Cobalah lagi."
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr "Sidebar Kedua"
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr "Sidebar Utama"
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr "Header Kanan"
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "Tidak ditemukan:"
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr "Tanpa Konten"
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr "Tampilkan Batas Konten"
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr "Tampilkan Ringkasan"
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr "Tampilkan Konten"
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr "Tipe Konten"
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr "Tampilkan Info Tulisan"
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr "Tampilkan Gambar yang Ditampilkan"
1137
 
@@ -1139,7 +1271,7 @@ msgstr "Tampilkan Gambar yang Ditampilkan"
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr "Teks ini akan menjadi paragraf pertama, dan ditampilkan di halaman pertama"
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr "Teks Deskripsi Kostum"
@@ -1149,7 +1281,7 @@ msgstr "Teks Deskripsi Kostum"
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr "Akan menampilkan dalam tag%s di bagian atas halaman pertama"
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr "Headline Arsip Kostum"
@@ -1298,93 +1430,93 @@ msgstr "Genesis - Profil Pengguna"
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr "Tampilkan blok profil pengguna dengan Gravatar"
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr "Teks Tautan"
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr "Tampilkan Tautan Kategori Arsip"
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr "Untuk menampilkan daftar tulisan yang tidak diurutkan lainnya dari kategori ini, silahkan isi informasi di bawah ini"
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr "Teks Selengkapnya (jika diterapkan)"
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr "Tampilkan Judul Tulisan"
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr "Perataan Gravatar"
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr "Ekstra Besar (125px)"
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr "Besar (85px)"
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr "Menengah (65px)"
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr "Kecil (45px)"
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr "Ukuran Gravatar"
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr "Tampilkan Gravatar Penulis"
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr "Menaik (1, 2, 3)"
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr "Menurun (3, 2, 1)"
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr "Urutan Daftar"
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr "Acak"
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr "Jumlah Komentar"
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr "ID"
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr "Induk"
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr "Diurut berdasarkan"
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr "Jumlah posting untuk Offset"
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr "Kategori"
1390
 
@@ -1404,38 +1536,40 @@ msgstr "Genesis - Tulisan yang Ditampilkan"
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr "Tampilkan fitur posting dengan thumbnail"
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr "Teks Lainnya"
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr "Batas Karakter di Konten"
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr "Tampilkan Konten Halaman"
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr "Tampilkan Judul Halaman"
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr "Tidak ada"
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr "Perataan Gambar"
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr "Halaman"
1441
 
@@ -1451,27 +1585,27 @@ msgstr "Genesis - Halaman yang ditampilkan"
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr "Tampilkan thumbnail dengan halaman yang ditampilkan"
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr "Judul"
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Pencarian untuk"
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Arsip untuk"
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Anda di sini: "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr "Area Widget Sidebar Utama"
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Cari"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr "Tentang"
1494
 
@@ -1512,7 +1646,7 @@ msgstr "Tulisan"
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Menu Navigasi Utama"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Hak Cipta"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Kembali ke atas halaman"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr "Genesis %s sekarang tersedia. Kami telah menyediakan 1-klik update untuk tema ini, jadi harap login ke dasbor Anda dan perbarui demi kenyamanan Anda yang lebih awal."
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr "Klik di sini untuk menyelesaikan pembaruan"
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Beranda"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr "Jumlah posting yang Ditampilkan"
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr "Semua Kategori"
1625
 
@@ -1627,32 +1761,32 @@ msgstr "Semua Kategori"
1627
  msgid "Display which category"
1628
  msgstr "Tampilkan kategori yang mana:"
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr "Numerik"
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr "Sebelumnya / Berikutnya"
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr "Ukuran Gambar"
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr "karakter"
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr "Batasi konten sampai"
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr "Pilih salah satu dari berikut:"
1658
 
@@ -1708,12 +1842,12 @@ msgstr "Tautan umpan RSS"
1708
  msgid "Today's date"
1709
  msgstr "Tanggal hari ini"
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr "Konten Lebar Penuh"
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr "Gambar logo"
@@ -1730,14 +1864,14 @@ msgstr "Dirilis:"
1730
  msgid "Version"
1731
  msgstr "Versi:"
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr "Arsip Konten"
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr "Sertakan tag Tautan singkat?"
1836
  msgid "Shortlink Tag"
1837
  msgstr "Tag Tautan singkat:"
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr "Sertakan Tag Dukungan Penulis Langsung Windows?"
@@ -1858,30 +1992,30 @@ msgstr "Terapkan %s ke halaman depan?"
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr "Tidak satupun. Saya akan membungkus teks saya sendiri secara manual pada halaman depan"
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr "Judul Situs"
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr "Kanan"
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr "Kiri"
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Anda yakin ingin mereset?"
1887
 
@@ -1916,7 +2050,7 @@ msgstr "Pengaturan Halaman depan"
1916
  msgid "SEO Settings"
1917
  msgstr "Pengaturan SEO"
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr "Terapkan %s ke tulisan/halaman ini"
1944
  msgid "Robots Meta Settings"
1945
  msgstr "Pengaturan Meta Robots"
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr "Judul Dokumen Kostum"
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Tulisan ini dilindungi oleh kata sandi. Masukkan kata sandi untuk melihat komentar."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Tulisan Terakhir:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr "Bulanan:"
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr "Penulis:"
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Kategori:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Halaman:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr "Ini khusus kepada pengaturan Genesis dan tidak termasuk tulisan, halaman
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr "Ini mengijinkan Anda untuk mengimpor atau mengekspor Pengaturan Genesis."
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr "data di berkas style sheet"
2330
 
@@ -2416,17 +2544,17 @@ msgstr "Judul Dokumen Kostum mengeset judul halaman seperti yang dilihat di brow
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr "Anda dapat mengimpor sebuah berkas yang sebelumnya sudah Anda ekspor. Nama berkas akan dimulai dengan %s diikuti dengan satu atau lebih string yang menandakan pengaturan tersebut berasal, dan di akhirnya diikuti dengan tanggal dan waktu ekspor."
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr ""
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr ""
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr ""
@@ -2441,17 +2569,17 @@ msgstr ""
2441
  msgid "Primary Title %s"
2442
  msgstr ""
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr ""
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr ""
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr ""
@@ -2469,7 +2597,7 @@ msgstr ""
2469
  msgid "Canonical URL"
2470
  msgstr ""
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr ""
2481
  msgid "Link opens in a new window."
2482
  msgstr ""
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr ""
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr ""
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr ""
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr ""
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
  msgstr ""
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr ""
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr ""
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr ""
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
  msgstr ""
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
  msgstr ""
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr ""
2552
 
@@ -2554,19 +2677,19 @@ msgstr ""
2554
  msgid "Select Default Layout"
2555
  msgstr ""
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr ""
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr ""
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr ""
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr ""
2572
 
@@ -2591,12 +2714,12 @@ msgstr ""
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr ""
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr ""
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr ""
2630
  msgid "Featured Image"
2631
  msgstr ""
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr ""
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr ""
@@ -2677,32 +2800,32 @@ msgstr ""
2677
  msgid "Email address"
2678
  msgstr ""
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr ""
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr ""
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr ""
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr ""
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr ""
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr ""
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr ""
2708
 
@@ -2710,11 +2833,6 @@ msgstr ""
2710
  msgid "Genesis database upgraded."
2711
  msgstr ""
2712
 
2713
- #. translators: 1: Genesis version, 2: URL for What's New admin page.
2714
- #: lib/functions/upgrade.php:740
2715
- msgid "Congratulations, you are now rocking Genesis %1$s! <a href=\"%2$s\">See what's new in %3$s</a>."
2716
- msgstr ""
2717
-
2718
  #. Template Name of the plugin/theme
2719
  msgid "Blog"
2720
  msgstr ""
@@ -2735,31 +2853,31 @@ msgstr ""
2735
  msgid "Genesis"
2736
  msgstr ""
2737
 
2738
- #: lib/widgets/featured-post-widget.php:544
2739
  msgid "Content Post Info"
2740
  msgstr ""
2741
 
2742
- #: lib/widgets/featured-post-widget.php:464
2743
  msgid "Exclude Sticky Posts?"
2744
  msgstr ""
2745
 
2746
- #: config/customizer-theme-settings.php:290
2747
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2748
- #: lib/widgets/featured-page-widget.php:313
2749
- #: lib/widgets/featured-post-widget.php:522
2750
  msgid "Center"
2751
  msgstr ""
2752
 
2753
- #: lib/widgets/featured-page-widget.php:122
2754
- #: lib/widgets/featured-post-widget.php:163
2755
  msgid "(no title)"
2756
  msgstr ""
2757
 
2758
- #: lib/structure/post.php:820
2759
  msgid "Current page"
2760
  msgstr ""
2761
 
2762
- #: lib/structure/post.php:414 lib/structure/post.php:793
2763
  msgid "Page "
2764
  msgstr ""
2765
 
@@ -2783,14 +2901,14 @@ msgstr ""
2783
  msgid "Skip to primary navigation"
2784
  msgstr ""
2785
 
2786
- #: lib/functions/widgetize.php:210
2787
  msgid "Widgets in this widget area will display after single entries."
2788
  msgstr ""
2789
 
2790
- #: lib/functions/widgetize.php:209
2791
  msgid "After Entry"
2792
  msgstr ""
2793
 
2794
- #: lib/functions/widgetize.php:126
2795
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2796
  msgstr ""
1
+ # Translation of Genesis - Genesis 2.8 in Indonesian
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:34:42+0000\n"
9
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: id\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
  msgstr ""
201
 
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr ""
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr ""
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr ""
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "Halaman yang sedang Anda cari tidak ada lagi. Mungkin Anda dapat kembali ke <a href=\"%s\">halaman depan</a> dan melihat jika Anda dapat menemukan apa yang sedang Anda cari. Atau, Anda dapat mencoba mencarinya melalui informasi di bawah ini."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr "Keluarkan Tulisan yang Ditampilkan Sebelumnya?"
712
 
718
  msgid "at"
719
  msgstr "pada"
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr "Memutahirkan Genesis akan menimpa versi Genesis yang sedang terinstal. Anda yakin ingin memutahirkan sekarang? \"Batalkan\" untuk menghentikan, \"OK\" untuk memutahirkan."
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr "Perubahan yang Anda buat akan hilang jika Anda meninggalkan halaman ini."
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr "entitas desimal atau heksadesimal"
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr "Tag Meta Robots:"
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr "Kata kunci Meta"
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr "Kontributor"
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr "Kontributor"
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr "Pengaturan ini diterapkan ke halaman apapun yang diberikan templat halaman \"Blog\", bukan halaman depan atau halaman arsip tulisan."
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr "Halaman depan"
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
+ msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
818
  msgid "Blog Page Template"
824
  msgid "Navigation"
825
  msgstr "Navigasi"
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr "Deskripsi meta dapat digunakan untuk menandakan teks yang digunakan di bawah judul pada halaman hasil pencarian."
849
  msgid "Site Description (Tagline)"
850
  msgstr "Deskripsi Situs (Tagline)"
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr "Jika judul terdiri dari dua pasang (judul asli dan tambahan pilihan), maka pemisah akan berada di antara keduanya."
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr "Pemisah Judul Dokumen:"
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr "Menandakan sisi yang mana teks judul ditambahkan akan kelihatan."
878
  msgid "Read More"
879
  msgstr "Baca Selengkapnya"
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr "Cari di situs ini"
884
 
886
  msgid "Read more"
887
  msgstr "Baca selengkapnya"
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr "Pergi ke Pengaturan SEO &rarr;"
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr "Pergi ke Pengaturan Tema &rarr;"
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr "Proyek Mengarah"
900
 
907
  msgid "Google+"
908
  msgstr "Google+"
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr "Gunakan untuk judul/logo situs:"
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr "pada"
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr "Menu Navigasi Kedua"
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr "Header Kiri"
955
 
958
  msgstr "Teks tautan halaman yang diperluas"
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr "Area widget %d footer."
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr "Ini merupakan bar samping kedua jika Anda menggunakan pilihan layout tiga kolom."
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr "Ini merupakan bar samping utama jika Anda menggunakan pilihan layout dua atau tiga kolom."
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr "Argumen, \"context\", telah diganti dengan \"theme_location\" di array $args."
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr "Pengaturan Layout"
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr "Pengaturan SEO Tema"
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr "dan"
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] "%s detik"
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] "%s menit"
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] "%s jam"
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] "%s hari"
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] "%s minggu"
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] "%s bulan"
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] "%s tahun"
1111
  msgstr[1] "%s tahun"
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr "detik"
1120
  msgstr "Pilihan ini akan mempengaruhi setiap daftar halaman blog, termasuk arsip, penulis, blog, kategori, pencarian, dan halaman tag."
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
+ msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1127
  msgid "Archives"
1132
  msgstr "Halaman"
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
+ msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1139
  #: lib/classes/class-genesis-admin-settings.php:298
1141
  msgid "Header and Footer Scripts"
1142
  msgstr "Skrip Header dan Footer"
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr "Layout Standar"
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr "Kata kunci biasanya diabaikan oleh Mesin Pencarian."
1189
  msgid "Default"
1190
  msgstr "Standar"
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Halaman Berikutnya"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Halaman Sebelumnya"
1199
 
1201
  msgid "ago"
1202
  msgstr "lalu"
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr "Pilih / Batalkan Semua"
1207
 
1210
  msgstr "Tidak ada pilihan ekspor tersedia."
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr "Footer %d"
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr "Tidak ada Label Terpilih"
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr "Ada masalah saat mengimpor pengaturan Anda. Cobalah lagi."
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr "Sidebar Kedua"
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr "Sidebar Utama"
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr "Header Kanan"
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "Tidak ditemukan:"
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr "Tanpa Konten"
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr "Tampilkan Batas Konten"
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr "Tampilkan Ringkasan"
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr "Tampilkan Konten"
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr "Tipe Konten"
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr "Tampilkan Info Tulisan"
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr "Tampilkan Gambar yang Ditampilkan"
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr "Teks ini akan menjadi paragraf pertama, dan ditampilkan di halaman pertama"
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr "Teks Deskripsi Kostum"
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr "Akan menampilkan dalam tag%s di bagian atas halaman pertama"
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr "Headline Arsip Kostum"
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr "Tampilkan blok profil pengguna dengan Gravatar"
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr "Teks Tautan"
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr "Tampilkan Tautan Kategori Arsip"
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr "Untuk menampilkan daftar tulisan yang tidak diurutkan lainnya dari kategori ini, silahkan isi informasi di bawah ini"
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr "Teks Selengkapnya (jika diterapkan)"
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr "Tampilkan Judul Tulisan"
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr "Perataan Gravatar"
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr "Ekstra Besar (125px)"
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr "Besar (85px)"
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr "Menengah (65px)"
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr "Kecil (45px)"
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr "Ukuran Gravatar"
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr "Tampilkan Gravatar Penulis"
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr "Menaik (1, 2, 3)"
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr "Menurun (3, 2, 1)"
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr "Urutan Daftar"
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr "Acak"
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr "Jumlah Komentar"
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr "ID"
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr "Induk"
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr "Diurut berdasarkan"
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr "Jumlah posting untuk Offset"
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr "Kategori"
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr "Tampilkan fitur posting dengan thumbnail"
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr "Teks Lainnya"
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr "Batas Karakter di Konten"
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr "Tampilkan Konten Halaman"
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr "Tampilkan Judul Halaman"
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr "Tidak ada"
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr "Perataan Gambar"
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr "Halaman"
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr "Tampilkan thumbnail dengan halaman yang ditampilkan"
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr "Judul"
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Pencarian untuk"
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Arsip untuk"
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Anda di sini: "
1611
 
1618
  msgstr "Area Widget Sidebar Utama"
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Cari"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr "Tentang"
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr "Menu Navigasi Utama"
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Hak Cipta"
1652
 
1730
  msgstr "Kembali ke atas halaman"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr "Genesis %s sekarang tersedia. Kami telah menyediakan 1-klik update untuk tema ini, jadi harap login ke dasbor Anda dan perbarui demi kenyamanan Anda yang lebih awal."
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr ""
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr "Klik di sini untuk menyelesaikan pembaruan"
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Beranda"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr "Jumlah posting yang Ditampilkan"
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr "Semua Kategori"
1759
 
1761
  msgid "Display which category"
1762
  msgstr "Tampilkan kategori yang mana:"
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr "Numerik"
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr "Sebelumnya / Berikutnya"
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr "Ukuran Gambar"
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr "karakter"
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr "Batasi konten sampai"
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr "Pilih salah satu dari berikut:"
1792
 
1842
  msgid "Today's date"
1843
  msgstr "Tanggal hari ini"
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr "Konten Lebar Penuh"
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr "Gambar logo"
1864
  msgid "Version"
1865
  msgstr "Versi:"
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr "Arsip Konten"
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr "Tag Tautan singkat:"
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr "Sertakan Tag Dukungan Penulis Langsung Windows?"
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr "Tidak satupun. Saya akan membungkus teks saya sendiri secara manual pada halaman depan"
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr "Judul Situs"
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr "Kanan"
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr "Kiri"
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr "Anda yakin ingin mereset?"
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr "Pengaturan SEO"
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr "Pengaturan Meta Robots"
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Tulisan ini dilindungi oleh kata sandi. Masukkan kata sandi untuk melihat komentar."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Tulisan Terakhir:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr "Bulanan:"
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr "Penulis:"
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Kategori:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Halaman:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr "Ini mengijinkan Anda untuk mengimpor atau mengekspor Pengaturan Genesis."
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr "data di berkas style sheet"
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr "Anda dapat mengimpor sebuah berkas yang sebelumnya sudah Anda ekspor. Nama berkas akan dimulai dengan %s diikuti dengan satu atau lebih string yang menandakan pengaturan tersebut berasal, dan di akhirnya diikuti dengan tanggal dan waktu ekspor."
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr ""
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr ""
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr ""
2569
  msgid "Primary Title %s"
2570
  msgstr ""
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr ""
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr ""
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr ""
2597
  msgid "Canonical URL"
2598
  msgstr ""
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr ""
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr ""
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr ""
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr ""
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr ""
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr ""
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr ""
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr ""
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
  msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr ""
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr ""
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr ""
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
  msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
  msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr ""
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr ""
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr ""
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr ""
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr ""
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr ""
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr ""
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr ""
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr ""
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr ""
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr ""
2800
  msgid "Email address"
2801
  msgstr ""
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr ""
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr ""
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr ""
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr ""
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr ""
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr ""
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr ""
2831
 
2833
  msgid "Genesis database upgraded."
2834
  msgstr ""
2835
 
 
 
 
 
 
2836
  #. Template Name of the plugin/theme
2837
  msgid "Blog"
2838
  msgstr ""
2853
  msgid "Genesis"
2854
  msgstr ""
2855
 
2856
+ #: lib/widgets/featured-post-widget.php:558
2857
  msgid "Content Post Info"
2858
  msgstr ""
2859
 
2860
+ #: lib/widgets/featured-post-widget.php:478
2861
  msgid "Exclude Sticky Posts?"
2862
  msgstr ""
2863
 
2864
+ #: config/customizer-theme-settings.php:292
2865
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2866
+ #: lib/widgets/featured-page-widget.php:333
2867
+ #: lib/widgets/featured-post-widget.php:536
2868
  msgid "Center"
2869
  msgstr ""
2870
 
2871
+ #: lib/widgets/featured-page-widget.php:128
2872
+ #: lib/widgets/featured-post-widget.php:166
2873
  msgid "(no title)"
2874
  msgstr ""
2875
 
2876
+ #: lib/structure/post.php:840
2877
  msgid "Current page"
2878
  msgstr ""
2879
 
2880
+ #: lib/structure/post.php:414 lib/structure/post.php:813
2881
  msgid "Page "
2882
  msgstr ""
2883
 
2901
  msgid "Skip to primary navigation"
2902
  msgstr ""
2903
 
2904
+ #: lib/functions/widgetize.php:220
2905
  msgid "Widgets in this widget area will display after single entries."
2906
  msgstr ""
2907
 
2908
+ #: lib/functions/widgetize.php:219
2909
  msgid "After Entry"
2910
  msgstr ""
2911
 
2912
+ #: lib/functions/widgetize.php:136
2913
  msgid "This is the header widget area. It typically appears next to the site title or logo. This widget area is not suitable to display every type of widget, and works best with a custom menu, a search form, or possibly a text widget."
2914
  msgstr ""
translations/is_IS.mo CHANGED
Binary file
translations/is_IS.po CHANGED
@@ -1,5 +1,5 @@
1
- # Translation of Genesis - Genesis 2.7 in Icelandic
2
- # This file is distributed under the same license as the Genesis - Genesis 2.7 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:34:38+0000\n"
@@ -9,66 +9,198 @@ msgstr ""
9
  "Plural-Forms: nplurals=2; plural=(n % 100 != 1 && n % 100 != 21 && n % 100 != 31 && n % 100 != 41 && n % 100 != 51 && n % 100 != 61 && n % 100 != 71 && n % 100 != 81 && n % 100 != 91);\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: is\n"
12
- "Project-Id-Version: Genesis - Genesis 2.7\n"
13
 
14
- #: lib/views/pages/genesis-admin-upgraded.php:49
15
- msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.7 can be found <a href=\"%s\">here</a>."
16
  msgstr ""
17
 
18
- #: lib/views/pages/genesis-admin-upgraded.php:48
19
- msgid "The Details"
20
  msgstr ""
21
 
22
- #: lib/views/pages/genesis-admin-upgraded.php:46
23
- msgid "We think this is a worthy investment in the long-term quality and maintainability of the Genesis Framework, clearing the way for newer experiences and better products in the Genesis ecosystem."
24
  msgstr ""
25
 
26
- #: lib/views/pages/genesis-admin-upgraded.php:45
27
- msgid "We began moving code to classes where appropriate, and are moving more and more of the default Genesis behavior toward easy to read configuration files."
28
  msgstr ""
29
 
30
- #: lib/views/pages/genesis-admin-upgraded.php:44
31
- msgid "We may not be able to modernize the entire codebase in one release, but we can make it better and better each time we release an update. And that's exactly what we did in Genesis 2.7."
32
  msgstr ""
33
 
34
- #: lib/views/pages/genesis-admin-upgraded.php:43
35
- msgid "Genesis is nearly a decade old! Which means that it uses some coding methods that could use a modern refresh."
36
  msgstr ""
37
 
38
- #: lib/views/pages/genesis-admin-upgraded.php:42
39
- msgid "More Modern Architecture"
40
  msgstr ""
41
 
42
- #: lib/views/pages/genesis-admin-upgraded.php:40
43
- msgid "Because we're trying to be good internet citizens! And though we can't jump immediately to requiring PHP 7.2, we are beginning to slowly increase our minimum requirements in Genesis, to encourage users to upgrade outdated PHP versions, as well as give ourselves the ability to create cool new features that rely on the more modern tools available only in more modern versions of PHP."
44
  msgstr ""
45
 
46
- #: lib/views/pages/genesis-admin-upgraded.php:39
47
- msgid "Why?"
48
  msgstr ""
49
 
50
- #: lib/views/pages/genesis-admin-upgraded.php:38
51
- msgid "Genesis 2.7 requires PHP version 5.3 or greater in order to function properly."
52
  msgstr ""
53
 
54
- #: lib/views/pages/genesis-admin-upgraded.php:37
55
- msgid "PHP 5.3"
56
  msgstr ""
57
 
58
- #: lib/views/pages/genesis-admin-upgraded.php:35
59
- msgid "Although Genesis 2.7 does not include any features that directly rely on WordPress 5.0 or the Gutenberg editor, we have spent a great deal of time preparing the Genesis code structure for new features that definitely will integrate with WordPress 5.0."
60
  msgstr ""
61
 
62
- #: lib/views/pages/genesis-admin-upgraded.php:34
63
- msgid "WordPress 5.0 is just around the corner, and we want to make sure your site is prepared!"
64
  msgstr ""
65
 
66
- #: lib/views/pages/genesis-admin-upgraded.php:33
67
- msgid "Preparing for WordPress 5.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgstr ""
69
 
70
- #: lib/views/pages/genesis-admin-upgraded.php:27
71
- msgid "In addition to the typical bug fixes and performance enhancements, Genesis 2.7 is focused on updating some key architectural components, and is aimed at modernizing the codebase to prepare for some exciting future updates."
 
 
 
 
72
  msgstr ""
73
 
74
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
@@ -91,11 +223,11 @@ msgstr ""
91
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
92
  msgstr ""
93
 
94
- #: lib/structure/post.php:895
95
  msgid "Next Post:"
96
  msgstr ""
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr ""
101
 
@@ -118,7 +250,7 @@ msgid "Update Notification Email Address"
118
  msgstr ""
119
 
120
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
121
- #: lib/admin/privacy-requests.php:170
122
  msgid "Genesis Author Archive Data"
123
  msgstr ""
124
 
@@ -129,18 +261,18 @@ msgstr ""
129
 
130
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
131
  #. this site
132
- #: config/requirements.php:29
133
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
134
  msgstr ""
135
 
136
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
137
  #. version on this site
138
- #: config/requirements.php:22
139
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
140
  msgstr ""
141
 
142
  #. translators: %s: AdSense URL
143
- #: config/customizer-theme-settings.php:81
144
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
145
  msgstr ""
146
 
@@ -178,11 +310,11 @@ msgstr ""
178
  msgid "Genesis Blue"
179
  msgstr ""
180
 
181
- #: lib/widgets/featured-post-widget.php:440
182
  msgid "Date Modified"
183
  msgstr ""
184
 
185
- #: lib/widgets/featured-post-widget.php:439
186
  msgid "Date Published"
187
  msgstr ""
188
 
@@ -207,11 +339,11 @@ msgstr ""
207
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
208
  msgstr ""
209
 
210
- #: lib/functions/markup.php:722
211
  msgid "Secondary"
212
  msgstr ""
213
 
214
- #: lib/functions/markup.php:705
215
  msgid "Main"
216
  msgstr ""
217
 
@@ -233,156 +365,156 @@ msgstr ""
233
  msgid "Google Adsense"
234
  msgstr ""
235
 
236
- #: config/customizer-theme-settings.php:311
237
  msgid "Header/Footer Scripts"
238
  msgstr ""
239
 
240
- #: config/customizer-theme-settings.php:131
241
  msgid "Select the pages which should display breadcrumbs."
242
  msgstr ""
243
 
244
- #: config/customizer-theme-settings.php:118
245
  msgid "Select Site Layout"
246
  msgstr ""
247
 
248
- #: config/customizer-theme-settings.php:86
249
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
250
  msgstr ""
251
 
252
- #: config/customizer-theme-settings.php:85
253
  msgid "Publisher ID"
254
  msgstr ""
255
 
256
  #. translators: %s: AdSense Auto Ads URL
257
- #: config/customizer-theme-settings.php:78
258
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
259
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
260
  msgstr ""
261
 
262
- #: config/customizer-theme-settings.php:76
263
  #: lib/classes/class-genesis-admin-settings.php:275
264
  msgid "Google AdSense"
265
  msgstr ""
266
 
267
- #: config/customizer-theme-settings.php:43
268
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
269
  msgstr ""
270
 
271
- #: config/customizer-theme-settings.php:42
272
- #: config/customizer-theme-settings.php:47
273
  msgid "Email Address"
274
  msgstr ""
275
 
276
- #: config/customizer-theme-settings.php:34
277
  msgid "By checking this box, you allow Genesis to periodically check for updates."
278
  msgstr ""
279
 
280
- #: config/customizer-theme-settings.php:22
281
  msgid "Customize the various theme settings."
282
  msgstr ""
283
 
284
- #: config/customizer-seo-settings.php:288
285
  msgid "Apply noydir to entire site?"
286
  msgstr ""
287
 
288
- #: config/customizer-seo-settings.php:280
289
  msgid "Apply noodp to entire site?"
290
  msgstr ""
291
 
292
- #: config/customizer-seo-settings.php:226
293
  msgid "Entire Site"
294
  msgstr ""
295
 
296
- #: config/customizer-seo-settings.php:222
297
  msgid "Apply noarchive to the pages below."
298
  msgstr ""
299
 
300
- #: config/customizer-seo-settings.php:211
301
- #: config/customizer-seo-settings.php:266
302
  msgid "Search Results"
303
  msgstr ""
304
 
305
- #: config/customizer-seo-settings.php:203
306
- #: config/customizer-seo-settings.php:258
307
  msgid "Date Archives"
308
  msgstr ""
309
 
310
- #: config/customizer-seo-settings.php:195
311
- #: config/customizer-seo-settings.php:250
312
  msgid "Author Archives"
313
  msgstr ""
314
 
315
- #: config/customizer-seo-settings.php:187
316
- #: config/customizer-seo-settings.php:242
317
  msgid "Tag Archives"
318
  msgstr ""
319
 
320
- #: config/customizer-seo-settings.php:179
321
- #: config/customizer-seo-settings.php:234
322
  msgid "Category Archives"
323
  msgstr ""
324
 
325
- #: config/customizer-seo-settings.php:175
326
  msgid "Apply noindex to the archive pages below."
327
  msgstr ""
328
 
329
- #: config/customizer-seo-settings.php:164
330
  msgid "Include Shortlink Tag?"
331
  msgstr ""
332
 
333
- #: config/customizer-seo-settings.php:148
334
  msgid "Adjacent Posts rel link tags"
335
  msgstr ""
336
 
337
- #: config/customizer-seo-settings.php:144
338
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
339
  msgstr ""
340
 
341
- #: config/customizer-seo-settings.php:143
342
  msgid "Document Head"
343
  msgstr ""
344
 
345
- #: config/customizer-seo-settings.php:133
346
  msgid "Apply noarchive to the homepage"
347
  msgstr ""
348
 
349
- #: config/customizer-seo-settings.php:125
350
  msgid "Apply nofollow to the homepage"
351
  msgstr ""
352
 
353
- #: config/customizer-seo-settings.php:117
354
  msgid "Apply noindex to the homepage"
355
  msgstr ""
356
 
357
- #: config/customizer-seo-settings.php:91
358
  msgid "Add site description (tagline) to document title on home page? "
359
  msgstr ""
360
 
361
- #: config/customizer-seo-settings.php:83
362
  msgid "If you leave the document title field blank, your site’s title will be used instead."
363
  msgstr ""
364
 
365
- #: config/customizer-seo-settings.php:82
366
  msgid "Homepage Document Title"
367
  msgstr ""
368
 
369
- #: config/customizer-seo-settings.php:74
370
  msgid "Site Description (tagline)"
371
  msgstr ""
372
 
373
- #: config/customizer-seo-settings.php:69
374
  msgid "Primary Title H1"
375
  msgstr ""
376
 
377
- #: config/customizer-seo-settings.php:33
378
  msgid "Add site name to document title on inner pages? "
379
  msgstr ""
380
 
381
- #: config/customizer-seo-settings.php:23
382
  msgid "Customize the various theme SEO settings."
383
  msgstr ""
384
 
385
- #: lib/views/pages/genesis-admin-upgraded.php:31
386
  msgid "Changes"
387
  msgstr ""
388
 
@@ -530,7 +662,7 @@ msgstr ""
530
  msgid "Use for site title/logo"
531
  msgstr ""
532
 
533
- #: config/customizer-theme-settings.php:33
534
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
535
  msgid "Check For Updates"
536
  msgstr ""
@@ -565,7 +697,7 @@ msgstr ""
565
  msgid "Read more about Custom Canonical URL"
566
  msgstr ""
567
 
568
- #: config/customizer-theme-settings.php:297
569
  msgid "Entry Pagination Type"
570
  msgstr ""
571
 
@@ -574,7 +706,7 @@ msgstr ""
574
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
575
  msgstr "Síðan sem leitað er að er ekki lengur til. Ef til vill getur þú farið tilbaka á <a href=\"%s\">forsíðu</a> vefsins og séð hvort þú finnir það sem þú leitar að. Eða, að þú getir reynt að finna það með upplýsingunum fyrir neðan."
576
 
577
- #: lib/widgets/featured-post-widget.php:459
578
  msgid "Exclude Previously Displayed Posts?"
579
  msgstr ""
580
 
@@ -586,15 +718,15 @@ msgstr ""
586
  msgid "at"
587
  msgstr ""
588
 
589
- #: lib/classes/class-genesis-script-loader.php:197
590
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
591
  msgstr ""
592
 
593
- #: lib/classes/class-genesis-script-loader.php:196
594
  msgid "The changes you made will be lost if you navigate away from this page."
595
  msgstr ""
596
 
597
- #: lib/functions/deprecated.php:458
598
  msgid "decimal or hexidecimal entities"
599
  msgstr ""
600
 
@@ -620,7 +752,7 @@ msgstr ""
620
  msgid "Robots Meta Tags"
621
  msgstr ""
622
 
623
- #: config/customizer-seo-settings.php:108 lib/admin/privacy-requests.php:195
624
  #: lib/views/help/genesis-inpost-seo.php:24
625
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
626
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
@@ -630,7 +762,7 @@ msgstr ""
630
  msgid "Meta Keywords"
631
  msgstr ""
632
 
633
- #: config/customizer-seo-settings.php:99 lib/admin/privacy-requests.php:194
634
  #: lib/views/help/genesis-inpost-seo.php:20
635
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
636
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
@@ -661,7 +793,7 @@ msgstr ""
661
  msgid "Contributor"
662
  msgstr ""
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr ""
667
 
@@ -673,13 +805,13 @@ msgstr ""
673
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
674
  msgstr ""
675
 
676
- #: config/customizer-seo-settings.php:65
677
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
678
  msgid "Homepage"
679
  msgstr ""
680
 
681
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
682
- msgid "Posts Page"
683
  msgstr ""
684
 
685
  #: lib/classes/class-genesis-admin-settings.php:295
@@ -692,7 +824,7 @@ msgstr ""
692
  msgid "Navigation"
693
  msgstr ""
694
 
695
- #: config/customizer-theme-settings.php:58
696
  #: lib/classes/class-genesis-admin-settings.php:233
697
  #: lib/classes/class-genesis-admin-settings.php:282
698
  #: lib/views/help/genesis-header.php:15
@@ -704,7 +836,7 @@ msgstr ""
704
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
705
  msgstr ""
706
 
707
- #: config/customizer-seo-settings.php:100
708
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
709
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
710
  msgstr ""
@@ -717,17 +849,17 @@ msgstr ""
717
  msgid "Site Description (Tagline)"
718
  msgstr ""
719
 
720
- #: config/customizer-seo-settings.php:42
721
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
722
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
723
  msgstr ""
724
 
725
- #: config/customizer-seo-settings.php:41
726
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
727
  msgid "Document Title Separator"
728
  msgstr ""
729
 
730
- #: config/customizer-seo-settings.php:51
731
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
732
  msgid "Determines which side the added title text will go on."
733
  msgstr ""
@@ -746,7 +878,7 @@ msgstr ""
746
  msgid "Read More"
747
  msgstr ""
748
 
749
- #: lib/structure/xhtml.php:143 searchform.php:17
750
  msgid "Search this website"
751
  msgstr ""
752
 
@@ -754,15 +886,15 @@ msgstr ""
754
  msgid "Read more"
755
  msgstr ""
756
 
757
- #: lib/views/pages/genesis-admin-upgraded.php:107
758
  msgid "Go to SEO Settings &rarr;"
759
  msgstr ""
760
 
761
- #: lib/views/pages/genesis-admin-upgraded.php:105
762
  msgid "Go to Theme Settings &rarr;"
763
  msgstr ""
764
 
765
- #: lib/views/pages/genesis-admin-upgraded.php:56
766
  msgid "Project Leads"
767
  msgstr ""
768
 
@@ -775,11 +907,11 @@ msgstr ""
775
  msgid "Google+"
776
  msgstr ""
777
 
778
- #: config/customizer-theme-settings.php:62
779
  msgid "Use for site title/logo:"
780
  msgstr ""
781
 
782
- #: lib/structure/footer.php:152
783
  msgid "on"
784
  msgstr ""
785
 
@@ -817,7 +949,7 @@ msgstr ""
817
  msgid "Secondary Navigation Menu"
818
  msgstr ""
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr ""
823
 
@@ -826,19 +958,19 @@ msgid "Extended page link text"
826
  msgstr ""
827
 
828
  #. translators: %d: Footer widget counter.
829
- #: lib/functions/widgetize.php:183
830
  msgid "Footer %d widget area."
831
  msgstr ""
832
 
833
- #: lib/functions/widgetize.php:148
834
  msgid "This is the secondary sidebar if you are using a three column site layout option."
835
  msgstr ""
836
 
837
- #: lib/functions/widgetize.php:137
838
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
839
  msgstr ""
840
 
841
- #: lib/functions/deprecated.php:272
842
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
843
  msgstr ""
844
 
@@ -867,8 +999,8 @@ msgstr ""
867
  #. translators: %s: </body>
868
  #. translators: Escaped HTML head tag.
869
  #. translators: Escaped HTML body tag.
870
- #: config/customizer-theme-settings.php:317
871
- #: config/customizer-theme-settings.php:327
872
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
873
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
874
  msgid "This code will output immediately before the closing %s tag in the document source."
@@ -911,19 +1043,19 @@ msgstr ""
911
  msgid "Layout Settings"
912
  msgstr ""
913
 
914
- #: config/customizer-seo-settings.php:22 lib/admin/inpost-metaboxes.php:33
915
  #: lib/admin/inpost-metaboxes.php:63
916
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
917
  msgid "Theme SEO Settings"
918
  msgstr ""
919
 
920
- #: lib/functions/formatting.php:388
921
  msgctxt "separator in time difference"
922
  msgid "and"
923
  msgstr ""
924
 
925
  #. translators: %s: Number of second(s).
926
- #: lib/functions/formatting.php:357
927
  msgctxt "time difference"
928
  msgid "%s second"
929
  msgid_plural "%s seconds"
@@ -931,7 +1063,7 @@ msgstr[0] ""
931
  msgstr[1] ""
932
 
933
  #. translators: %s: Number of minute(s).
934
- #: lib/functions/formatting.php:355
935
  msgctxt "time difference"
936
  msgid "%s minute"
937
  msgid_plural "%s minutes"
@@ -939,7 +1071,7 @@ msgstr[0] ""
939
  msgstr[1] ""
940
 
941
  #. translators: %s: Number of hour(s).
942
- #: lib/functions/formatting.php:353
943
  msgctxt "time difference"
944
  msgid "%s hour"
945
  msgid_plural "%s hours"
@@ -947,7 +1079,7 @@ msgstr[0] ""
947
  msgstr[1] ""
948
 
949
  #. translators: %s: Number of day(s).
950
- #: lib/functions/formatting.php:351
951
  msgctxt "time difference"
952
  msgid "%s day"
953
  msgid_plural "%s days"
@@ -955,7 +1087,7 @@ msgstr[0] ""
955
  msgstr[1] ""
956
 
957
  #. translators: %s: Number of week(s).
958
- #: lib/functions/formatting.php:349
959
  msgctxt "time difference"
960
  msgid "%s week"
961
  msgid_plural "%s weeks"
@@ -963,7 +1095,7 @@ msgstr[0] ""
963
  msgstr[1] ""
964
 
965
  #. translators: %s: Number of month(s).
966
- #: lib/functions/formatting.php:347
967
  msgctxt "time difference"
968
  msgid "%s month"
969
  msgid_plural "%s months"
@@ -971,14 +1103,14 @@ msgstr[0] ""
971
  msgstr[1] ""
972
 
973
  #. translators: %s: Number of year(s).
974
- #: lib/functions/formatting.php:345
975
  msgctxt "time difference"
976
  msgid "%s year"
977
  msgid_plural "%s years"
978
  msgstr[0] ""
979
  msgstr[1] ""
980
 
981
- #: lib/functions/formatting.php:339
982
  msgctxt "time difference"
983
  msgid "seconds"
984
  msgstr ""
@@ -988,7 +1120,7 @@ msgid "These options will affect any blog listings page, including archive, auth
988
  msgstr ""
989
 
990
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
991
- msgid "404 Page"
992
  msgstr ""
993
 
994
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
@@ -1000,7 +1132,7 @@ msgid "Pages"
1000
  msgstr ""
1001
 
1002
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1003
- msgid "Front Page"
1004
  msgstr ""
1005
 
1006
  #: lib/classes/class-genesis-admin-settings.php:243
@@ -1009,7 +1141,7 @@ msgstr ""
1009
  msgid "Header and Footer Scripts"
1010
  msgstr ""
1011
 
1012
- #: config/customizer-theme-settings.php:204
1013
  #: lib/classes/class-genesis-admin-settings.php:240
1014
  #: lib/classes/class-genesis-admin-settings.php:293
1015
  #: lib/views/help/genesis-comments.php:15
@@ -1023,7 +1155,7 @@ msgstr ""
1023
  msgid "Default Layout"
1024
  msgstr ""
1025
 
1026
- #: config/customizer-seo-settings.php:109
1027
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1028
  msgid "Keywords are generally ignored by Search Engines."
1029
  msgstr ""
@@ -1057,11 +1189,11 @@ msgstr ""
1057
  msgid "Default"
1058
  msgstr ""
1059
 
1060
- #: lib/structure/post.php:717 lib/structure/post.php:846
1061
  msgid "Next Page"
1062
  msgstr "Næsta síða"
1063
 
1064
- #: lib/structure/post.php:716 lib/structure/post.php:799
1065
  msgid "Previous Page"
1066
  msgstr "Fyrri síða"
1067
 
@@ -1069,7 +1201,7 @@ msgstr "Fyrri síða"
1069
  msgid "ago"
1070
  msgstr ""
1071
 
1072
- #: lib/classes/class-genesis-script-loader.php:195
1073
  msgid "Select / Deselect All"
1074
  msgstr ""
1075
 
@@ -1078,11 +1210,11 @@ msgid "No export options available."
1078
  msgstr ""
1079
 
1080
  #. translators: %d: Footer widget counter.
1081
- #: lib/functions/widgetize.php:181
1082
  msgid "Footer %d"
1083
  msgstr ""
1084
 
1085
- #: lib/functions/layout.php:113
1086
  msgid "No Label Selected"
1087
  msgstr ""
1088
 
@@ -1090,48 +1222,48 @@ msgstr ""
1090
  msgid "There was a problem importing your settings. Please try again."
1091
  msgstr ""
1092
 
1093
- #: lib/functions/markup.php:1386 lib/functions/widgetize.php:147
1094
  msgid "Secondary Sidebar"
1095
  msgstr ""
1096
 
1097
- #: lib/functions/markup.php:1365 lib/functions/widgetize.php:136
1098
  msgid "Primary Sidebar"
1099
  msgstr ""
1100
 
1101
- #: lib/functions/widgetize.php:125
1102
  msgid "Header Right"
1103
  msgstr ""
1104
 
1105
- #: config/breadcrumbs.php:46
1106
  msgid "Not found: "
1107
  msgstr "Fannst ekki: "
1108
 
1109
- #: lib/widgets/featured-post-widget.php:554
1110
  msgid "No Content"
1111
  msgstr ""
1112
 
1113
- #: lib/widgets/featured-post-widget.php:553
1114
  msgid "Show Content Limit"
1115
  msgstr ""
1116
 
1117
- #: lib/widgets/featured-post-widget.php:552
1118
  msgid "Show Excerpt"
1119
  msgstr ""
1120
 
1121
- #: lib/widgets/featured-post-widget.php:551
1122
  msgid "Show Content"
1123
  msgstr ""
1124
 
1125
- #: lib/widgets/featured-post-widget.php:549
1126
  msgid "Content Type"
1127
  msgstr ""
1128
 
1129
- #: lib/widgets/featured-post-widget.php:541
1130
  msgid "Show Post Info"
1131
  msgstr ""
1132
 
1133
- #: lib/widgets/featured-page-widget.php:292
1134
- #: lib/widgets/featured-post-widget.php:501
1135
  msgid "Show Featured Image"
1136
  msgstr ""
1137
 
@@ -1139,7 +1271,7 @@ msgstr ""
1139
  msgid "This text will be the first paragraph, and display on the first page"
1140
  msgstr ""
1141
 
1142
- #: lib/admin/privacy-requests.php:192
1143
  #: lib/views/meta-boxes/genesis-user-author.php:33
1144
  msgid "Custom Description Text"
1145
  msgstr ""
@@ -1149,7 +1281,7 @@ msgstr ""
1149
  msgid "Will display in the %s tag at the top of the first page"
1150
  msgstr ""
1151
 
1152
- #: lib/admin/privacy-requests.php:191
1153
  #: lib/views/meta-boxes/genesis-user-author.php:20
1154
  msgid "Custom Archive Headline"
1155
  msgstr ""
@@ -1298,93 +1430,93 @@ msgstr ""
1298
  msgid "Displays user profile block with Gravatar"
1299
  msgstr ""
1300
 
1301
- #: lib/widgets/featured-post-widget.php:594
1302
  msgid "Link Text"
1303
  msgstr ""
1304
 
1305
- #: lib/widgets/featured-post-widget.php:590
1306
  msgid "Show Category Archive Link"
1307
  msgstr ""
1308
 
1309
- #: lib/widgets/featured-post-widget.php:572
1310
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1311
  msgstr ""
1312
 
1313
- #: lib/widgets/featured-post-widget.php:564
1314
  msgid "More Text (if applicable)"
1315
  msgstr ""
1316
 
1317
- #: lib/widgets/featured-post-widget.php:536
1318
  msgid "Show Post Title"
1319
  msgstr ""
1320
 
1321
- #: lib/widgets/featured-post-widget.php:487
1322
  #: lib/widgets/user-profile-widget.php:184
1323
  msgid "Gravatar Alignment"
1324
  msgstr ""
1325
 
1326
- #: lib/widgets/featured-post-widget.php:482
1327
  msgid "Extra Large (125px)"
1328
  msgstr ""
1329
 
1330
- #: lib/widgets/featured-post-widget.php:481
1331
  msgid "Large (85px)"
1332
  msgstr ""
1333
 
1334
- #: lib/widgets/featured-post-widget.php:480
1335
  msgid "Medium (65px)"
1336
  msgstr ""
1337
 
1338
- #: lib/widgets/featured-post-widget.php:479
1339
  msgid "Small (45px)"
1340
  msgstr ""
1341
 
1342
- #: lib/widgets/featured-post-widget.php:477
1343
  #: lib/widgets/user-profile-widget.php:166
1344
  msgid "Gravatar Size"
1345
  msgstr ""
1346
 
1347
- #: lib/widgets/featured-post-widget.php:473
1348
  msgid "Show Author Gravatar"
1349
  msgstr ""
1350
 
1351
- #: lib/widgets/featured-post-widget.php:453
1352
  msgid "Ascending (1, 2, 3)"
1353
  msgstr ""
1354
 
1355
- #: lib/widgets/featured-post-widget.php:452
1356
  msgid "Descending (3, 2, 1)"
1357
  msgstr ""
1358
 
1359
- #: lib/widgets/featured-post-widget.php:450
1360
  msgid "Sort Order"
1361
  msgstr ""
1362
 
1363
- #: lib/widgets/featured-post-widget.php:445
1364
  msgid "Random"
1365
  msgstr ""
1366
 
1367
- #: lib/widgets/featured-post-widget.php:444
1368
  msgid "Comment Count"
1369
  msgstr ""
1370
 
1371
- #: lib/widgets/featured-post-widget.php:443
1372
  msgid "ID"
1373
  msgstr ""
1374
 
1375
- #: lib/widgets/featured-post-widget.php:442
1376
  msgid "Parent"
1377
  msgstr ""
1378
 
1379
- #: lib/widgets/featured-post-widget.php:437
1380
  msgid "Order By"
1381
  msgstr ""
1382
 
1383
- #: lib/widgets/featured-post-widget.php:432
1384
  msgid "Number of Posts to Offset"
1385
  msgstr ""
1386
 
1387
- #: lib/widgets/featured-post-widget.php:411
1388
  msgid "Category"
1389
  msgstr ""
1390
 
@@ -1404,38 +1536,40 @@ msgstr ""
1404
  msgid "Displays featured posts with thumbnails"
1405
  msgstr ""
1406
 
1407
- #: lib/widgets/featured-page-widget.php:335
1408
  msgid "More Text"
1409
  msgstr ""
1410
 
1411
- #: lib/widgets/featured-page-widget.php:330
1412
  msgid "Content Character Limit"
1413
  msgstr ""
1414
 
1415
- #: lib/widgets/featured-page-widget.php:326
1416
  msgid "Show Page Content"
1417
  msgstr ""
1418
 
1419
- #: lib/widgets/featured-page-widget.php:321
1420
  msgid "Show Page Title"
1421
  msgstr ""
1422
 
1423
- #: config/customizer-seo-settings.php:75
 
1424
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1425
- #: lib/widgets/featured-page-widget.php:310
1426
- #: lib/widgets/featured-post-widget.php:489
1427
- #: lib/widgets/featured-post-widget.php:519
 
1428
  #: lib/widgets/user-profile-widget.php:186
1429
  #: lib/widgets/user-profile-widget.php:210
1430
  msgid "None"
1431
  msgstr ""
1432
 
1433
- #: lib/widgets/featured-page-widget.php:308
1434
- #: lib/widgets/featured-post-widget.php:517
1435
  msgid "Image Alignment"
1436
  msgstr ""
1437
 
1438
- #: lib/widgets/featured-page-widget.php:277
1439
  msgid "Page"
1440
  msgstr ""
1441
 
@@ -1451,27 +1585,27 @@ msgstr ""
1451
  msgid "Displays featured page with thumbnails"
1452
  msgstr ""
1453
 
1454
- #: lib/widgets/featured-page-widget.php:272
1455
- #: lib/widgets/featured-post-widget.php:402
1456
- #: lib/widgets/featured-post-widget.php:441
1457
- #: lib/widgets/featured-post-widget.php:575
1458
  #: lib/widgets/user-profile-widget.php:148
1459
  msgid "Title"
1460
  msgstr ""
1461
 
1462
- #: config/breadcrumbs.php:43
1463
  msgid "Search for "
1464
  msgstr "Leita að"
1465
 
1466
- #: config/breadcrumbs.php:39 config/breadcrumbs.php:40
1467
- #: config/breadcrumbs.php:41 config/breadcrumbs.php:42
1468
- #: config/breadcrumbs.php:44 config/breadcrumbs.php:45
1469
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1470
  #: lib/structure/archive.php:185
1471
  msgid "Archives for "
1472
  msgstr "Færslusafn fyrir "
1473
 
1474
- #: config/breadcrumbs.php:38
1475
  msgid "You are here: "
1476
  msgstr "Þú ert hérna: "
1477
 
@@ -1484,11 +1618,11 @@ msgid "Primary Sidebar Widget Area"
1484
  msgstr ""
1485
 
1486
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1487
- #: searchform.php:23
1488
  msgid "Search"
1489
  msgstr "Leita"
1490
 
1491
- #: lib/structure/post.php:569 lib/structure/post.php:596
1492
  msgid "About"
1493
  msgstr ""
1494
 
@@ -1512,7 +1646,7 @@ msgstr ""
1512
  msgid "Primary Navigation Menu"
1513
  msgstr ""
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Höfundarréttur"
1518
 
@@ -1596,30 +1730,30 @@ msgid "Return to top of page"
1596
  msgstr "Fara efst á síðu"
1597
 
1598
  #. translators: %s: Genesis version.
1599
- #: lib/functions/upgrade.php:852
1600
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1601
  msgstr ""
1602
 
1603
  #. translators: 1: Genesis version, 2: URL for current website.
1604
- #: lib/functions/upgrade.php:849
1605
  msgid "Genesis %1$s is available for %2$s"
1606
  msgstr ""
1607
 
1608
- #: lib/functions/upgrade.php:771
1609
  msgid "Click here to complete the upgrade"
1610
  msgstr ""
1611
 
1612
- #: config/breadcrumbs.php:18 lib/functions/deprecated.php:303
1613
  msgid "Home"
1614
  msgstr "Forsíða"
1615
 
1616
- #: lib/widgets/featured-post-widget.php:427
1617
- #: lib/widgets/featured-post-widget.php:580
1618
  msgid "Number of Posts to Show"
1619
  msgstr ""
1620
 
1621
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1622
- #: lib/widgets/featured-post-widget.php:419
1623
  msgid "All Categories"
1624
  msgstr ""
1625
 
@@ -1627,32 +1761,32 @@ msgstr ""
1627
  msgid "Display which category"
1628
  msgstr ""
1629
 
1630
- #: config/customizer-theme-settings.php:302
1631
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1632
  msgid "Numeric"
1633
  msgstr ""
1634
 
1635
- #: config/customizer-theme-settings.php:301
1636
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1637
  msgid "Previous / Next"
1638
  msgstr ""
1639
 
1640
- #: lib/widgets/featured-page-widget.php:296
1641
- #: lib/widgets/featured-post-widget.php:505
1642
  msgid "Image Size"
1643
  msgstr ""
1644
 
1645
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1646
- #: lib/widgets/featured-post-widget.php:559
1647
  msgid "characters"
1648
  msgstr ""
1649
 
1650
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1651
- #: lib/widgets/featured-post-widget.php:557
1652
  msgid "Limit content to"
1653
  msgstr ""
1654
 
1655
- #: config/customizer-theme-settings.php:246
1656
  msgid "Select one of the following"
1657
  msgstr ""
1658
 
@@ -1708,12 +1842,12 @@ msgstr ""
1708
  msgid "Today's date"
1709
  msgstr ""
1710
 
1711
- #: lib/functions/layout.php:63 lib/views/help/cpt-archive-layout.php:25
1712
  #: lib/views/help/genesis-layout.php:25
1713
  msgid "Full Width Content"
1714
  msgstr ""
1715
 
1716
- #: config/customizer-theme-settings.php:67
1717
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1718
  msgid "Image logo"
1719
  msgstr ""
@@ -1730,14 +1864,14 @@ msgstr ""
1730
  msgid "Version"
1731
  msgstr ""
1732
 
1733
- #: config/customizer-theme-settings.php:242
1734
  #: lib/classes/class-genesis-admin-settings.php:241
1735
  #: lib/classes/class-genesis-admin-settings.php:294
1736
  #: lib/views/help/genesis-archives.php:15
1737
  msgid "Content Archives"
1738
  msgstr ""
1739
 
1740
- #: config/customizer-theme-settings.php:130
1741
  #: lib/classes/class-genesis-admin-settings.php:239
1742
  #: lib/classes/class-genesis-admin-settings.php:290
1743
  #: lib/views/help/genesis-breadcrumbs.php:15
@@ -1836,7 +1970,7 @@ msgstr ""
1836
  msgid "Shortlink Tag"
1837
  msgstr ""
1838
 
1839
- #: config/customizer-seo-settings.php:156
1840
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1841
  msgid "Include Windows Live Writer Support Tag?"
1842
  msgstr ""
@@ -1858,30 +1992,30 @@ msgstr ""
1858
  msgid "I'll manually wrap my own text on the homepage"
1859
  msgstr ""
1860
 
1861
- #: config/customizer-seo-settings.php:73
1862
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1863
  msgid "Site Title"
1864
  msgstr ""
1865
 
1866
- #: config/customizer-theme-settings.php:289
1867
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
1868
- #: lib/widgets/featured-page-widget.php:312
1869
- #: lib/widgets/featured-post-widget.php:491
1870
- #: lib/widgets/featured-post-widget.php:521
1871
  #: lib/widgets/user-profile-widget.php:188
1872
  msgid "Right"
1873
  msgstr ""
1874
 
1875
- #: config/customizer-theme-settings.php:288
1876
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1877
- #: lib/widgets/featured-page-widget.php:311
1878
- #: lib/widgets/featured-post-widget.php:490
1879
- #: lib/widgets/featured-post-widget.php:520
1880
  #: lib/widgets/user-profile-widget.php:187
1881
  msgid "Left"
1882
  msgstr ""
1883
 
1884
- #: lib/classes/class-genesis-script-loader.php:198
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr ""
1887
 
@@ -1916,7 +2050,7 @@ msgstr ""
1916
  msgid "SEO Settings"
1917
  msgstr ""
1918
 
1919
- #: config/customizer-theme-settings.php:21
1920
  #: lib/classes/class-genesis-admin-import-export.php:121
1921
  #: lib/classes/class-genesis-admin-settings.php:50
1922
  #: lib/classes/class-genesis-admin-settings.php:51
@@ -1944,7 +2078,7 @@ msgstr ""
1944
  msgid "Robots Meta Settings"
1945
  msgstr ""
1946
 
1947
- #: lib/admin/privacy-requests.php:193
1948
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
1949
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
1950
  #: lib/views/meta-boxes/genesis-user-seo.php:20
@@ -1955,23 +2089,23 @@ msgstr ""
1955
  msgid "This post is password protected. Enter the password to view comments."
1956
  msgstr "Þessi færsla er lykilorð varin. Settu inn lykilorðið til að skoða athugasemdir."
1957
 
1958
- #: lib/functions/general.php:460
1959
  msgid "Recent Posts:"
1960
  msgstr "Nýlegar færslur:"
1961
 
1962
- #: lib/functions/general.php:457
1963
  msgid "Monthly:"
1964
  msgstr ""
1965
 
1966
- #: lib/functions/general.php:454
1967
  msgid "Authors:"
1968
  msgstr ""
1969
 
1970
- #: lib/functions/general.php:451
1971
  msgid "Categories:"
1972
  msgstr "Færsluflokkar:"
1973
 
1974
- #: lib/functions/general.php:446 lib/structure/post.php:406
1975
  msgid "Pages:"
1976
  msgstr "Síður:"
1977
 
@@ -2278,12 +2412,6 @@ msgstr ""
2278
  msgid "This allows you to import or export Genesis Settings."
2279
  msgstr ""
2280
 
2281
- #. translators: 1: Genesis version, 2: URL for change log, 3: class attribute
2282
- #. for anchor, 4: URL for updating Genesis, 5: class attribute for anchor.
2283
- #: lib/functions/upgrade.php:801
2284
- msgid "Genesis %1$s is available. <a href=\"%2$s\" %3$s>Check out what's new</a> or <a href=\"%4$s\" %5$s>update now.</a>"
2285
- msgstr ""
2286
-
2287
  #. translators: Opening and closing link tags to custom menu editor.
2288
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2289
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
@@ -2324,7 +2452,7 @@ msgstr ""
2324
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2325
  msgstr ""
2326
 
2327
- #: lib/functions/deprecated.php:424
2328
  msgid "data in style sheet files"
2329
  msgstr ""
2330
 
@@ -2416,17 +2544,17 @@ msgstr ""
2416
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2417
  msgstr ""
2418
 
2419
- #: config/customizer-seo-settings.php:276
2420
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2421
  msgid "Directories"
2422
  msgstr ""
2423
 
2424
- #: config/customizer-seo-settings.php:221
2425
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2426
  msgid "Archiving"
2427
  msgstr ""
2428
 
2429
- #: config/customizer-seo-settings.php:174
2430
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2431
  msgid "Indexing"
2432
  msgstr ""
@@ -2441,17 +2569,17 @@ msgstr ""
2441
  msgid "Primary Title %s"
2442
  msgstr ""
2443
 
2444
- #: config/customizer-seo-settings.php:56
2445
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2446
  msgid "Additions on right"
2447
  msgstr ""
2448
 
2449
- #: config/customizer-seo-settings.php:55
2450
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2451
  msgid "Additions on left"
2452
  msgstr ""
2453
 
2454
- #: config/customizer-seo-settings.php:50
2455
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2456
  msgid "Document Title Order"
2457
  msgstr ""
@@ -2469,7 +2597,7 @@ msgstr ""
2469
  msgid "Canonical URL"
2470
  msgstr ""
2471
 
2472
- #: config/customizer-seo-settings.php:29
2473
  #: lib/views/help/genesis-inpost-seo.php:16
2474
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2475
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
@@ -2481,72 +2609,67 @@ msgstr ""
2481
  msgid "Link opens in a new window."
2482
  msgstr ""
2483
 
2484
- #: config/customizer-theme-settings.php:287
2485
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
2486
- msgid "- None -"
2487
- msgstr ""
2488
-
2489
- #: config/customizer-theme-settings.php:283
2490
  msgid "Featured Image Alignment"
2491
  msgstr ""
2492
 
2493
- #: config/customizer-theme-settings.php:274
2494
  msgid "Featured Image Size"
2495
  msgstr ""
2496
 
2497
- #: config/customizer-theme-settings.php:266
2498
  msgid "Display the featured image?"
2499
  msgstr ""
2500
 
2501
- #: config/customizer-theme-settings.php:258
2502
  msgid "Limit content to how many characters? (0 for no limit)"
2503
  msgstr ""
2504
 
2505
- #: config/customizer-theme-settings.php:232
2506
  msgid "Enable Trackbacks on Pages"
2507
  msgstr ""
2508
 
2509
- #: config/customizer-theme-settings.php:224
2510
  msgid "Enable Trackbacks on Posts"
2511
  msgstr ""
2512
 
2513
- #: config/customizer-theme-settings.php:216
2514
  msgid "Enable Comments on Pages"
2515
  msgstr ""
2516
 
2517
- #: config/customizer-theme-settings.php:208
2518
  msgid "Enable Comments on Posts"
2519
  msgstr ""
2520
 
2521
- #: config/customizer-theme-settings.php:194
2522
  msgid "Breadcrumbs on Attachment/Media"
2523
  msgstr ""
2524
 
2525
- #: config/customizer-theme-settings.php:186
2526
- msgid "Breadcrumbs on 404 Page"
2527
  msgstr ""
2528
 
2529
- #: config/customizer-theme-settings.php:178
2530
  msgid "Breadcrumbs on Archives"
2531
  msgstr ""
2532
 
2533
- #: config/customizer-theme-settings.php:170
2534
  msgid "Breadcrumbs on Pages"
2535
  msgstr ""
2536
 
2537
- #: config/customizer-theme-settings.php:162
2538
  msgid "Breadcrumbs on Single Posts"
2539
  msgstr ""
2540
 
2541
- #: config/customizer-theme-settings.php:154
2542
- msgid "Breadcrumbs on Posts Page"
2543
  msgstr ""
2544
 
2545
- #: config/customizer-theme-settings.php:145
2546
- msgid "Breadcrumbs on Front Page"
2547
  msgstr ""
2548
 
2549
- #: config/customizer-theme-settings.php:136
2550
  msgid "Breadcrumbs on Homepage"
2551
  msgstr ""
2552
 
@@ -2554,19 +2677,19 @@ msgstr ""
2554
  msgid "Select Default Layout"
2555
  msgstr ""
2556
 
2557
- #: config/customizer-theme-settings.php:114
2558
  msgid "Site Layout"
2559
  msgstr ""
2560
 
2561
- #: config/customizer-theme-settings.php:102
2562
  msgid "Select Color Style"
2563
  msgstr ""
2564
 
2565
- #: config/customizer-theme-settings.php:98
2566
  msgid "Color Scheme"
2567
  msgstr ""
2568
 
2569
- #: config/customizer-theme-settings.php:66
2570
  msgid "Dynamic Text"
2571
  msgstr ""
2572
 
@@ -2591,12 +2714,12 @@ msgstr ""
2591
  msgid "Author Archive SEO Settings"
2592
  msgstr ""
2593
 
2594
- #: config/customizer-theme-settings.php:325
2595
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2596
  msgid "Footer Scripts"
2597
  msgstr ""
2598
 
2599
- #: config/customizer-theme-settings.php:315
2600
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2601
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2602
  msgid "Header Scripts"
@@ -2630,12 +2753,12 @@ msgstr ""
2630
  msgid "Featured Image"
2631
  msgstr ""
2632
 
2633
- #: config/customizer-theme-settings.php:251
2634
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2635
  msgid "Entry excerpts"
2636
  msgstr ""
2637
 
2638
- #: config/customizer-theme-settings.php:250
2639
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2640
  msgid "Entry content"
2641
  msgstr ""
@@ -2677,32 +2800,32 @@ msgstr ""
2677
  msgid "Email address"
2678
  msgstr ""
2679
 
2680
- #: config/customizer-theme-settings.php:28
2681
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2682
  msgid "Updates"
2683
  msgstr ""
2684
 
2685
- #: lib/functions/layout.php:58
2686
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2687
  msgstr ""
2688
 
2689
- #: lib/functions/layout.php:53
2690
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2691
  msgstr ""
2692
 
2693
- #: lib/functions/layout.php:48
2694
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2695
  msgstr ""
2696
 
2697
- #: lib/functions/layout.php:42
2698
  msgid "Primary Sidebar, Content"
2699
  msgstr ""
2700
 
2701
- #: lib/functions/layout.php:36
2702
  msgid "Content, Primary Sidebar"
2703
  msgstr ""
2704
 
2705
- #: lib/functions/formatting.php:100
2706
  msgid "about "
2707
  msgstr ""
2708
 
@@ -2710,11 +2833,6 @@ msgstr ""
2710
  ms
1
+ # Translation of Genesis - Genesis 2.8 in Icelandic
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.8 package.
3
  msgid ""
4
  msgstr ""
5
  "PO-Revision-Date: 2018-11-15 09:34:38+0000\n"
9
  "Plural-Forms: nplurals=2; plural=(n % 100 != 1 && n % 100 != 21 && n % 100 != 31 && n % 100 != 41 && n % 100 != 51 && n % 100 != 61 && n % 100 != 71 && n % 100 != 81 && n % 100 != 91);\n"
10
  "X-Generator: GlotPress/2.3.1\n"
11
  "Language: is\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.8\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:42
15
+ msgid "You can see the onboarding feature in action by using the <a href=\"%s\">Genesis Sample child theme</a>, currently available on our Github."
16
  msgstr ""
17
 
18
+ #: lib/views/pages/genesis-admin-upgraded.php:41
19
+ msgid "This new feature only requires a config file (loaded using the new config loader), and no special code!"
20
  msgstr ""
21
 
22
+ #: lib/views/pages/genesis-admin-upgraded.php:40
23
+ msgid "Just install the theme as you normally would, and the onboarding tool will walk you through the process."
24
  msgstr ""
25
 
26
+ #: lib/views/pages/genesis-admin-upgraded.php:39
27
+ msgid "Of course, the homepage can also be built using the new block editor released with WordPress 5.0."
28
  msgstr ""
29
 
30
+ #: lib/views/pages/genesis-admin-upgraded.php:38
31
+ msgid "Genesis 2.8, when running on WordPress 5.0 or later, includes a new \"onboarding\" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started."
32
  msgstr ""
33
 
34
+ #: lib/views/pages/genesis-admin-upgraded.php:37
35
+ msgid "Sometimes starting from scratch is too intimidating or too time consuming."
36
  msgstr ""
37
 
38
+ #: lib/views/pages/genesis-admin-upgraded.php:36
39
+ msgid "Have you ever activated a WordPress theme and been disappointed by that first impression?"
40
  msgstr ""
41
 
42
+ #: lib/views/pages/genesis-admin-upgraded.php:35
43
+ msgid "New child theme onboarding experience"
44
  msgstr ""
45
 
46
+ #: lib/views/pages/genesis-admin-upgraded.php:33
47
+ msgid "This new configuration-driven approach will allow us to build more features into Genesis, while only loading the ones your child theme needs."
48
  msgstr ""
49
 
50
+ #: lib/views/pages/genesis-admin-upgraded.php:32
51
+ msgid "Child themes should be simple. But lately, they've been getting more and more complicated. So in Genesis 2.8, we're introducing a new function to locate and load config files to enable and configure Genesis features – features such as a new onboarding experience, custom header images, default editor colors, and font size selections, using the new block editor in WordPress 5.0."
52
  msgstr ""
53
 
54
+ #: lib/views/pages/genesis-admin-upgraded.php:31
55
+ msgid "Child themes, now config driven"
56
  msgstr ""
57
 
58
+ #: lib/views/pages/genesis-admin-upgraded.php:25
59
+ msgid "Genesis 2.8 provides developers with new tools to make Genesis themes with less code and better user experience!"
60
  msgstr ""
61
 
62
+ #: lib/views/pages/genesis-admin-onboarding.php:110
63
+ msgid "Atomic Blocks"
64
  msgstr ""
65
 
66
+ #: lib/views/pages/genesis-admin-onboarding.php:109
67
+ msgid "Gutenberg News"
68
+ msgstr ""
69
+
70
+ #: lib/views/pages/genesis-admin-onboarding.php:108
71
+ msgid "StudioPress Blog"
72
+ msgstr ""
73
+
74
+ #: lib/views/pages/genesis-admin-onboarding.php:107
75
+ msgid "Gutenberg Intro"
76
+ msgstr ""
77
+
78
+ #: lib/views/pages/genesis-admin-onboarding.php:105
79
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
80
+ msgstr ""
81
+
82
+ #: lib/views/pages/genesis-admin-onboarding.php:104
83
+ msgid "Helpful Links"
84
+ msgstr ""
85
+
86
+ #: lib/views/pages/genesis-admin-onboarding.php:97
87
+ msgid "Edit your homepage"
88
+ msgstr ""
89
+
90
+ #: lib/views/pages/genesis-admin-onboarding.php:96
91
+ msgid "View your homepage"
92
+ msgstr ""
93
+
94
+ #: lib/views/pages/genesis-admin-onboarding.php:94
95
+ msgid "Your homepage setup is complete! View or edit your homepage using the buttons below."
96
+ msgstr ""
97
+
98
+ #: lib/views/pages/genesis-admin-onboarding.php:93
99
+ msgid "All done!"
100
+ msgstr ""
101
+
102
+ #: lib/views/pages/genesis-admin-onboarding.php:72
103
+ msgid "Next, we’ll add the content to make your site look like the theme demo homepage."
104
+ msgstr ""
105
+
106
+ #: lib/views/pages/genesis-admin-onboarding.php:71
107
+ msgid "Demo content"
108
+ msgstr ""
109
+
110
+ #: lib/views/pages/genesis-admin-onboarding.php:50
111
+ msgid "Plugins that ensure the homepage content is imported and set up correctly: %s"
112
+ msgstr ""
113
+
114
+ #: lib/views/pages/genesis-admin-onboarding.php:49
115
+ msgid "Recommended plugins"
116
+ msgstr ""
117
+
118
+ #: lib/views/pages/genesis-admin-onboarding.php:28
119
+ msgid "Or go to Theme Settings"
120
+ msgstr ""
121
+
122
+ #: lib/views/pages/genesis-admin-onboarding.php:27
123
+ msgid "Set up your homepage"
124
+ msgstr ""
125
+
126
+ #: lib/views/pages/genesis-admin-onboarding.php:22
127
+ msgid "Click the \"Set Up Your Homepage\" button below to get started. We will add the necessary plugins and demo content to create a beautiful homepage for your site."
128
+ msgstr ""
129
+
130
+ #: lib/views/pages/genesis-admin-onboarding.php:21
131
+ msgid "The new WordPress editor makes it easy to create and customize a homepage with live-view editing. This theme supports the new editor and a customizable homepage!"
132
+ msgstr ""
133
+
134
+ #: lib/views/pages/genesis-admin-onboarding.php:20
135
+ msgid "Create your new homepage."
136
+ msgstr ""
137
+
138
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
139
+ #. call to action.
140
+ #: lib/functions/upgrade.php:874
141
+ msgid "update now"
142
+ msgstr ""
143
+
144
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
145
+ #. to action.
146
+ #: lib/functions/upgrade.php:867
147
+ msgid "Check out what's new"
148
+ msgstr ""
149
+
150
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
151
+ #. Genesis.
152
+ #: lib/functions/upgrade.php:860
153
+ msgid "Genesis %1$s is available. %2$s or %3$s."
154
+ msgstr ""
155
+
156
+ #: lib/functions/upgrade.php:796
157
+ msgid "See what's new in"
158
+ msgstr ""
159
+
160
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
161
+ #: lib/functions/upgrade.php:791
162
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
163
+ msgstr ""
164
+
165
+ #: lib/functions/layout.php:575
166
+ msgid "Use `genesis_get_structural_wrap()` instead."
167
+ msgstr ""
168
+
169
+ #: lib/functions/layout.php:572
170
+ msgid "The default is true, so remove the third argument."
171
+ msgstr ""
172
+
173
+ #: lib/classes/class-genesis-admin-onboarding.php:33
174
+ msgid "Getting Started"
175
+ msgstr ""
176
+
177
+ #: lib/classes/class-genesis-admin-onboarding.php:32
178
+ msgid "Genesis - Getting Started"
179
+ msgstr ""
180
+
181
+ #. translators: 1: Title of the page, 2: The error message.
182
+ #: lib/admin/onboarding/ajax-functions.php:146
183
+ msgid "There was an error importing the %1$s page. Error: %2$s"
184
+ msgstr ""
185
+
186
+ #: lib/views/pages/genesis-admin-onboarding.php:78
187
+ msgid "3"
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:56
191
+ msgid "2"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:34
195
+ msgid "1"
196
  msgstr ""
197
 
198
+ #: lib/views/pages/genesis-admin-upgraded.php:45
199
+ msgid "We keep a detailed changelog for each release. The changelog for Genesis 2.8 can be found <a href=\"%s\">here</a>."
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-upgraded.php:44
203
+ msgid "The Details"
204
  msgstr ""
205
 
206
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:23
223
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
224
  msgstr ""
225
 
226
+ #: lib/structure/post.php:915
227
  msgid "Next Post:"
228
  msgstr ""
229
 
230
+ #: lib/structure/post.php:902
231
  msgid "Previous Post:"
232
  msgstr ""
233
 
250
  msgstr ""
251
 
252
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
253
+ #: lib/admin/privacy-requests.php:171
254
  msgid "Genesis Author Archive Data"
255
  msgstr ""
256
 
261
 
262
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
263
  #. this site
264
+ #: config/requirements.php:34
265
  msgid "Genesis requires PHP version %1$s or higher. You are using version %2$s. Please <a href=\"%3$s\">upgrade PHP</a> to use Genesis."
266
  msgstr ""
267
 
268
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
269
  #. version on this site
270
+ #: config/requirements.php:27
271
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
272
  msgstr ""
273
 
274
  #. translators: %s: AdSense URL
275
+ #: config/customizer-theme-settings.php:83
276
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
277
  msgstr ""
278
 
310
  msgid "Genesis Blue"
311
  msgstr ""
312
 
313
+ #: lib/widgets/featured-post-widget.php:454
314
  msgid "Date Modified"
315
  msgstr ""
316
 
317
+ #: lib/widgets/featured-post-widget.php:453
318
  msgid "Date Published"
319
  msgstr ""
320
 
339
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
340
  msgstr ""
341
 
342
+ #: lib/functions/markup.php:747
343
  msgid "Secondary"
344
  msgstr ""
345
 
346
+ #: lib/functions/markup.php:730
347
  msgid "Main"
348
  msgstr ""
349
 
365
  msgid "Google Adsense"
366
  msgstr ""
367
 
368
+ #: config/customizer-theme-settings.php:313
369
  msgid "Header/Footer Scripts"
370
  msgstr ""
371
 
372
+ #: config/customizer-theme-settings.php:133
373
  msgid "Select the pages which should display breadcrumbs."
374
  msgstr ""
375
 
376
+ #: config/customizer-theme-settings.php:120
377
  msgid "Select Site Layout"
378
  msgstr ""
379
 
380
+ #: config/customizer-theme-settings.php:88
381
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
382
  msgstr ""
383
 
384
+ #: config/customizer-theme-settings.php:87
385
  msgid "Publisher ID"
386
  msgstr ""
387
 
388
  #. translators: %s: AdSense Auto Ads URL
389
+ #: config/customizer-theme-settings.php:80
390
  #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:21
391
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
392
  msgstr ""
393
 
394
+ #: config/customizer-theme-settings.php:78
395
  #: lib/classes/class-genesis-admin-settings.php:275
396
  msgid "Google AdSense"
397
  msgstr ""
398
 
399
+ #: config/customizer-theme-settings.php:45
400
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
401
  msgstr ""
402
 
403
+ #: config/customizer-theme-settings.php:44
404
+ #: config/customizer-theme-settings.php:49
405
  msgid "Email Address"
406
  msgstr ""
407
 
408
+ #: config/customizer-theme-settings.php:36
409
  msgid "By checking this box, you allow Genesis to periodically check for updates."
410
  msgstr ""
411
 
412
+ #: config/customizer-theme-settings.php:24
413
  msgid "Customize the various theme settings."
414
  msgstr ""
415
 
416
+ #: config/customizer-seo-settings.php:290
417
  msgid "Apply noydir to entire site?"
418
  msgstr ""
419
 
420
+ #: config/customizer-seo-settings.php:282
421
  msgid "Apply noodp to entire site?"
422
  msgstr ""
423
 
424
+ #: config/customizer-seo-settings.php:228
425
  msgid "Entire Site"
426
  msgstr ""
427
 
428
+ #: config/customizer-seo-settings.php:224
429
  msgid "Apply noarchive to the pages below."
430
  msgstr ""
431
 
432
+ #: config/customizer-seo-settings.php:213
433
+ #: config/customizer-seo-settings.php:268
434
  msgid "Search Results"
435
  msgstr ""
436
 
437
+ #: config/customizer-seo-settings.php:205
438
+ #: config/customizer-seo-settings.php:260
439
  msgid "Date Archives"
440
  msgstr ""
441
 
442
+ #: config/customizer-seo-settings.php:197
443
+ #: config/customizer-seo-settings.php:252
444
  msgid "Author Archives"
445
  msgstr ""
446
 
447
+ #: config/customizer-seo-settings.php:189
448
+ #: config/customizer-seo-settings.php:244
449
  msgid "Tag Archives"
450
  msgstr ""
451
 
452
+ #: config/customizer-seo-settings.php:181
453
+ #: config/customizer-seo-settings.php:236
454
  msgid "Category Archives"
455
  msgstr ""
456
 
457
+ #: config/customizer-seo-settings.php:177
458
  msgid "Apply noindex to the archive pages below."
459
  msgstr ""
460
 
461
+ #: config/customizer-seo-settings.php:166
462
  msgid "Include Shortlink Tag?"
463
  msgstr ""
464
 
465
+ #: config/customizer-seo-settings.php:150
466
  msgid "Adjacent Posts rel link tags"
467
  msgstr ""
468
 
469
+ #: config/customizer-seo-settings.php:146
470
  msgid "By default, WordPress places several tags in your document title. Most of these tags are completely unnecessary, and provide no SEO value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document title. If you do not know what something is, leave it unchecked."
471
  msgstr ""
472
 
473
+ #: config/customizer-seo-settings.php:145
474
  msgid "Document Head"
475
  msgstr ""
476
 
477
+ #: config/customizer-seo-settings.php:135
478
  msgid "Apply noarchive to the homepage"
479
  msgstr ""
480
 
481
+ #: config/customizer-seo-settings.php:127
482
  msgid "Apply nofollow to the homepage"
483
  msgstr ""
484
 
485
+ #: config/customizer-seo-settings.php:119
486
  msgid "Apply noindex to the homepage"
487
  msgstr ""
488
 
489
+ #: config/customizer-seo-settings.php:93
490
  msgid "Add site description (tagline) to document title on home page? "
491
  msgstr ""
492
 
493
+ #: config/customizer-seo-settings.php:85
494
  msgid "If you leave the document title field blank, your site’s title will be used instead."
495
  msgstr ""
496
 
497
+ #: config/customizer-seo-settings.php:84
498
  msgid "Homepage Document Title"
499
  msgstr ""
500
 
501
+ #: config/customizer-seo-settings.php:76
502
  msgid "Site Description (tagline)"
503
  msgstr ""
504
 
505
+ #: config/customizer-seo-settings.php:71
506
  msgid "Primary Title H1"
507
  msgstr ""
508
 
509
+ #: config/customizer-seo-settings.php:35
510
  msgid "Add site name to document title on inner pages? "
511
  msgstr ""
512
 
513
+ #: config/customizer-seo-settings.php:25
514
  msgid "Customize the various theme SEO settings."
515
  msgstr ""
516
 
517
+ #: lib/views/pages/genesis-admin-upgraded.php:29
518
  msgid "Changes"
519
  msgstr ""
520
 
662
  msgid "Use for site title/logo"
663
  msgstr ""
664
 
665
+ #: config/customizer-theme-settings.php:35
666
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
667
  msgid "Check For Updates"
668
  msgstr ""
697
  msgid "Read more about Custom Canonical URL"
698
  msgstr ""
699
 
700
+ #: config/customizer-theme-settings.php:299
701
  msgid "Entry Pagination Type"
702
  msgstr ""
703
 
706
  msgid "The page you are looking for no longer exists. Perhaps you can return back to the site's <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below."
707
  msgstr "Síðan sem leitað er að er ekki lengur til. Ef til vill getur þú farið tilbaka á <a href=\"%s\">forsíðu</a> vefsins og séð hvort þú finnir það sem þú leitar að. Eða, að þú getir reynt að finna það með upplýsingunum fyrir neðan."
708
 
709
+ #: lib/widgets/featured-post-widget.php:473
710
  msgid "Exclude Previously Displayed Posts?"
711
  msgstr ""
712
 
718
  msgid "at"
719
  msgstr ""
720
 
721
+ #: lib/classes/class-genesis-script-loader.php:198
722
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
723
  msgstr ""
724
 
725
+ #: lib/classes/class-genesis-script-loader.php:197
726
  msgid "The changes you made will be lost if you navigate away from this page."
727
  msgstr ""
728
 
729
+ #: lib/functions/deprecated.php:468
730
  msgid "decimal or hexidecimal entities"
731
  msgstr ""
732
 
752
  msgid "Robots Meta Tags"
753
  msgstr ""
754
 
755
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
756
  #: lib/views/help/genesis-inpost-seo.php:24
757
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
758
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
762
  msgid "Meta Keywords"
763
  msgstr ""
764
 
765
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
766
  #: lib/views/help/genesis-inpost-seo.php:20
767
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
768
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
793
  msgid "Contributor"
794
  msgstr ""
795
 
796
+ #: lib/views/pages/genesis-admin-upgraded.php:76
797
  msgid "Contributors"
798
  msgstr ""
799
 
805
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
806
  msgstr ""
807
 
808
+ #: config/customizer-seo-settings.php:67
809
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
810
  msgid "Homepage"
811
  msgstr ""
812
 
813
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
814
+ msgid "Posts page"
815
  msgstr ""
816
 
817
  #: lib/classes/class-genesis-admin-settings.php:295
824
  msgid "Navigation"
825
  msgstr ""
826
 
827
+ #: config/customizer-theme-settings.php:60
828
  #: lib/classes/class-genesis-admin-settings.php:233
829
  #: lib/classes/class-genesis-admin-settings.php:282
830
  #: lib/views/help/genesis-header.php:15
836
  msgid "By default, WordPress places several tags in your document %1$s. Most of these tags are completely unnecessary, and provide no %2$s value whatsoever; they just make your site slower to load. Choose which tags you would like included in your document %1$s. If you do not know what something is, leave it unchecked."
837
  msgstr ""
838
 
839
+ #: config/customizer-seo-settings.php:102
840
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
841
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
842
  msgstr ""
849
  msgid "Site Description (Tagline)"
850
  msgstr ""
851
 
852
+ #: config/customizer-seo-settings.php:44
853
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:45
854
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
855
  msgstr ""
856
 
857
+ #: config/customizer-seo-settings.php:43
858
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:43
859
  msgid "Document Title Separator"
860
  msgstr ""
861
 
862
+ #: config/customizer-seo-settings.php:53
863
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:58
864
  msgid "Determines which side the added title text will go on."
865
  msgstr ""
878
  msgid "Read More"
879
  msgstr ""
880
 
881
+ #: lib/structure/xhtml.php:143 searchform.php:29
882
  msgid "Search this website"
883
  msgstr ""
884
 
886
  msgid "Read more"
887
  msgstr ""
888
 
889
+ #: lib/views/pages/genesis-admin-upgraded.php:102
890
  msgid "Go to SEO Settings &rarr;"
891
  msgstr ""
892
 
893
+ #: lib/views/pages/genesis-admin-upgraded.php:100
894
  msgid "Go to Theme Settings &rarr;"
895
  msgstr ""
896
 
897
+ #: lib/views/pages/genesis-admin-upgraded.php:51
898
  msgid "Project Leads"
899
  msgstr ""
900
 
907
  msgid "Google+"
908
  msgstr ""
909
 
910
+ #: config/customizer-theme-settings.php:64
911
  msgid "Use for site title/logo:"
912
  msgstr ""
913
 
914
+ #: lib/structure/footer.php:162
915
  msgid "on"
916
  msgstr ""
917
 
949
  msgid "Secondary Navigation Menu"
950
  msgstr ""
951
 
952
+ #: lib/functions/widgetize.php:135
953
  msgid "Header Left"
954
  msgstr ""
955
 
958
  msgstr ""
959
 
960
  #. translators: %d: Footer widget counter.
961
+ #: lib/functions/widgetize.php:193
962
  msgid "Footer %d widget area."
963
  msgstr ""
964
 
965
+ #: lib/functions/widgetize.php:158
966
  msgid "This is the secondary sidebar if you are using a three column site layout option."
967
  msgstr ""
968
 
969
+ #: lib/functions/widgetize.php:147
970
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
971
  msgstr ""
972
 
973
+ #: lib/functions/deprecated.php:282
974
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
975
  msgstr ""
976
 
999
  #. translators: %s: </body>
1000
  #. translators: Escaped HTML head tag.
1001
  #. translators: Escaped HTML body tag.
1002
+ #: config/customizer-theme-settings.php:319
1003
+ #: config/customizer-theme-settings.php:329
1004
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1005
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1006
  msgid "This code will output immediately before the closing %s tag in the document source."
1043
  msgid "Layout Settings"
1044
  msgstr ""
1045
 
1046
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1047
  #: lib/admin/inpost-metaboxes.php:63
1048
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1049
  msgid "Theme SEO Settings"
1050
  msgstr ""
1051
 
1052
+ #: lib/functions/formatting.php:394
1053
  msgctxt "separator in time difference"
1054
  msgid "and"
1055
  msgstr ""
1056
 
1057
  #. translators: %s: Number of second(s).
1058
+ #: lib/functions/formatting.php:359
1059
  msgctxt "time difference"
1060
  msgid "%s second"
1061
  msgid_plural "%s seconds"
1063
  msgstr[1] ""
1064
 
1065
  #. translators: %s: Number of minute(s).
1066
+ #: lib/functions/formatting.php:357
1067
  msgctxt "time difference"
1068
  msgid "%s minute"
1069
  msgid_plural "%s minutes"
1071
  msgstr[1] ""
1072
 
1073
  #. translators: %s: Number of hour(s).
1074
+ #: lib/functions/formatting.php:355
1075
  msgctxt "time difference"
1076
  msgid "%s hour"
1077
  msgid_plural "%s hours"
1079
  msgstr[1] ""
1080
 
1081
  #. translators: %s: Number of day(s).
1082
+ #: lib/functions/formatting.php:353
1083
  msgctxt "time difference"
1084
  msgid "%s day"
1085
  msgid_plural "%s days"
1087
  msgstr[1] ""
1088
 
1089
  #. translators: %s: Number of week(s).
1090
+ #: lib/functions/formatting.php:351
1091
  msgctxt "time difference"
1092
  msgid "%s week"
1093
  msgid_plural "%s weeks"
1095
  msgstr[1] ""
1096
 
1097
  #. translators: %s: Number of month(s).
1098
+ #: lib/functions/formatting.php:349
1099
  msgctxt "time difference"
1100
  msgid "%s month"
1101
  msgid_plural "%s months"
1103
  msgstr[1] ""
1104
 
1105
  #. translators: %s: Number of year(s).
1106
+ #: lib/functions/formatting.php:347
1107
  msgctxt "time difference"
1108
  msgid "%s year"
1109
  msgid_plural "%s years"
1110
  msgstr[0] ""
1111
  msgstr[1] ""
1112
 
1113
+ #: lib/functions/formatting.php:341
1114
  msgctxt "time difference"
1115
  msgid "seconds"
1116
  msgstr ""
1120
  msgstr ""
1121
 
1122
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1123
+ msgid "404 page"
1124
  msgstr ""
1125
 
1126
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1132
  msgstr ""
1133
 
1134
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
1135
+ msgid "Front page"
1136
  msgstr ""
1137
 
1138
  #: lib/classes/class-genesis-admin-settings.php:243
1141
  msgid "Header and Footer Scripts"
1142
  msgstr ""
1143
 
1144
+ #: config/customizer-theme-settings.php:206
1145
  #: lib/classes/class-genesis-admin-settings.php:240
1146
  #: lib/classes/class-genesis-admin-settings.php:293
1147
  #: lib/views/help/genesis-comments.php:15
1155
  msgid "Default Layout"
1156
  msgstr ""
1157
 
1158
+ #: config/customizer-seo-settings.php:111
1159
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1160
  msgid "Keywords are generally ignored by Search Engines."
1161
  msgstr ""
1189
  msgid "Default"
1190
  msgstr ""
1191
 
1192
+ #: lib/structure/post.php:737 lib/structure/post.php:866
1193
  msgid "Next Page"
1194
  msgstr "Næsta síða"
1195
 
1196
+ #: lib/structure/post.php:736 lib/structure/post.php:819
1197
  msgid "Previous Page"
1198
  msgstr "Fyrri síða"
1199
 
1201
  msgid "ago"
1202
  msgstr ""
1203
 
1204
+ #: lib/classes/class-genesis-script-loader.php:196
1205
  msgid "Select / Deselect All"
1206
  msgstr ""
1207
 
1210
  msgstr ""
1211
 
1212
  #. translators: %d: Footer widget counter.
1213
+ #: lib/functions/widgetize.php:191
1214
  msgid "Footer %d"
1215
  msgstr ""
1216
 
1217
+ #: lib/functions/layout.php:80
1218
  msgid "No Label Selected"
1219
  msgstr ""
1220
 
1222
  msgid "There was a problem importing your settings. Please try again."
1223
  msgstr ""
1224
 
1225
+ #: lib/functions/markup.php:1411 lib/functions/widgetize.php:157
1226
  msgid "Secondary Sidebar"
1227
  msgstr ""
1228
 
1229
+ #: lib/functions/markup.php:1390 lib/functions/widgetize.php:146
1230
  msgid "Primary Sidebar"
1231
  msgstr ""
1232
 
1233
+ #: lib/functions/widgetize.php:135
1234
  msgid "Header Right"
1235
  msgstr ""
1236
 
1237
+ #: config/breadcrumbs.php:50
1238
  msgid "Not found: "
1239
  msgstr "Fannst ekki: "
1240
 
1241
+ #: lib/widgets/featured-post-widget.php:568
1242
  msgid "No Content"
1243
  msgstr ""
1244
 
1245
+ #: lib/widgets/featured-post-widget.php:567
1246
  msgid "Show Content Limit"
1247
  msgstr ""
1248
 
1249
+ #: lib/widgets/featured-post-widget.php:566
1250
  msgid "Show Excerpt"
1251
  msgstr ""
1252
 
1253
+ #: lib/widgets/featured-post-widget.php:565
1254
  msgid "Show Content"
1255
  msgstr ""
1256
 
1257
+ #: lib/widgets/featured-post-widget.php:563
1258
  msgid "Content Type"
1259
  msgstr ""
1260
 
1261
+ #: lib/widgets/featured-post-widget.php:555
1262
  msgid "Show Post Info"
1263
  msgstr ""
1264
 
1265
+ #: lib/widgets/featured-page-widget.php:312
1266
+ #: lib/widgets/featured-post-widget.php:515
1267
  msgid "Show Featured Image"
1268
  msgstr ""
1269
 
1271
  msgid "This text will be the first paragraph, and display on the first page"
1272
  msgstr ""
1273
 
1274
+ #: lib/admin/privacy-requests.php:193
1275
  #: lib/views/meta-boxes/genesis-user-author.php:33
1276
  msgid "Custom Description Text"
1277
  msgstr ""
1281
  msgid "Will display in the %s tag at the top of the first page"
1282
  msgstr ""
1283
 
1284
+ #: lib/admin/privacy-requests.php:192
1285
  #: lib/views/meta-boxes/genesis-user-author.php:20
1286
  msgid "Custom Archive Headline"
1287
  msgstr ""
1430
  msgid "Displays user profile block with Gravatar"
1431
  msgstr ""
1432
 
1433
+ #: lib/widgets/featured-post-widget.php:608
1434
  msgid "Link Text"
1435
  msgstr ""
1436
 
1437
+ #: lib/widgets/featured-post-widget.php:604
1438
  msgid "Show Category Archive Link"
1439
  msgstr ""
1440
 
1441
+ #: lib/widgets/featured-post-widget.php:586
1442
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1443
  msgstr ""
1444
 
1445
+ #: lib/widgets/featured-post-widget.php:578
1446
  msgid "More Text (if applicable)"
1447
  msgstr ""
1448
 
1449
+ #: lib/widgets/featured-post-widget.php:550
1450
  msgid "Show Post Title"
1451
  msgstr ""
1452
 
1453
+ #: lib/widgets/featured-post-widget.php:501
1454
  #: lib/widgets/user-profile-widget.php:184
1455
  msgid "Gravatar Alignment"
1456
  msgstr ""
1457
 
1458
+ #: lib/widgets/featured-post-widget.php:496
1459
  msgid "Extra Large (125px)"
1460
  msgstr ""
1461
 
1462
+ #: lib/widgets/featured-post-widget.php:495
1463
  msgid "Large (85px)"
1464
  msgstr ""
1465
 
1466
+ #: lib/widgets/featured-post-widget.php:494
1467
  msgid "Medium (65px)"
1468
  msgstr ""
1469
 
1470
+ #: lib/widgets/featured-post-widget.php:493
1471
  msgid "Small (45px)"
1472
  msgstr ""
1473
 
1474
+ #: lib/widgets/featured-post-widget.php:491
1475
  #: lib/widgets/user-profile-widget.php:166
1476
  msgid "Gravatar Size"
1477
  msgstr ""
1478
 
1479
+ #: lib/widgets/featured-post-widget.php:487
1480
  msgid "Show Author Gravatar"
1481
  msgstr ""
1482
 
1483
+ #: lib/widgets/featured-post-widget.php:467
1484
  msgid "Ascending (1, 2, 3)"
1485
  msgstr ""
1486
 
1487
+ #: lib/widgets/featured-post-widget.php:466
1488
  msgid "Descending (3, 2, 1)"
1489
  msgstr ""
1490
 
1491
+ #: lib/widgets/featured-post-widget.php:464
1492
  msgid "Sort Order"
1493
  msgstr ""
1494
 
1495
+ #: lib/widgets/featured-post-widget.php:459
1496
  msgid "Random"
1497
  msgstr ""
1498
 
1499
+ #: lib/widgets/featured-post-widget.php:458
1500
  msgid "Comment Count"
1501
  msgstr ""
1502
 
1503
+ #: lib/widgets/featured-post-widget.php:457
1504
  msgid "ID"
1505
  msgstr ""
1506
 
1507
+ #: lib/widgets/featured-post-widget.php:456
1508
  msgid "Parent"
1509
  msgstr ""
1510
 
1511
+ #: lib/widgets/featured-post-widget.php:451
1512
  msgid "Order By"
1513
  msgstr ""
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:446
1516
  msgid "Number of Posts to Offset"
1517
  msgstr ""
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:425
1520
  msgid "Category"
1521
  msgstr ""
1522
 
1536
  msgid "Displays featured posts with thumbnails"
1537
  msgstr ""
1538
 
1539
+ #: lib/widgets/featured-page-widget.php:355
1540
  msgid "More Text"
1541
  msgstr ""
1542
 
1543
+ #: lib/widgets/featured-page-widget.php:350
1544
  msgid "Content Character Limit"
1545
  msgstr ""
1546
 
1547
+ #: lib/widgets/featured-page-widget.php:346
1548
  msgid "Show Page Content"
1549
  msgstr ""
1550
 
1551
+ #: lib/widgets/featured-page-widget.php:341
1552
  msgid "Show Page Title"
1553
  msgstr ""
1554
 
1555
+ #: config/customizer-seo-settings.php:77
1556
+ #: config/customizer-theme-settings.php:289
1557
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1558
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:68
1559
+ #: lib/widgets/featured-page-widget.php:330
1560
+ #: lib/widgets/featured-post-widget.php:503
1561
+ #: lib/widgets/featured-post-widget.php:533
1562
  #: lib/widgets/user-profile-widget.php:186
1563
  #: lib/widgets/user-profile-widget.php:210
1564
  msgid "None"
1565
  msgstr ""
1566
 
1567
+ #: lib/widgets/featured-page-widget.php:328
1568
+ #: lib/widgets/featured-post-widget.php:531
1569
  msgid "Image Alignment"
1570
  msgstr ""
1571
 
1572
+ #: lib/widgets/featured-page-widget.php:293
1573
  msgid "Page"
1574
  msgstr ""
1575
 
1585
  msgid "Displays featured page with thumbnails"
1586
  msgstr ""
1587
 
1588
+ #: lib/widgets/featured-page-widget.php:288
1589
+ #: lib/widgets/featured-post-widget.php:416
1590
+ #: lib/widgets/featured-post-widget.php:455
1591
+ #: lib/widgets/featured-post-widget.php:589
1592
  #: lib/widgets/user-profile-widget.php:148
1593
  msgid "Title"
1594
  msgstr ""
1595
 
1596
+ #: config/breadcrumbs.php:47
1597
  msgid "Search for "
1598
  msgstr "Leita að"
1599
 
1600
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1601
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1602
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1603
  #: lib/structure/archive.php:181 lib/structure/archive.php:183
1604
  #: lib/structure/archive.php:185
1605
  msgid "Archives for "
1606
  msgstr "Færslusafn fyrir "
1607
 
1608
+ #: config/breadcrumbs.php:42
1609
  msgid "You are here: "
1610
  msgstr "Þú ert hérna: "
1611
 
1618
  msgstr ""
1619
 
1620
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1621
+ #: searchform.php:49
1622
  msgid "Search"
1623
  msgstr "Leita"
1624
 
1625
+ #: lib/structure/post.php:587 lib/structure/post.php:615
1626
  msgid "About"
1627
  msgstr ""
1628
 
1646
  msgid "Primary Navigation Menu"
1647
  msgstr ""
1648
 
1649
+ #: lib/structure/footer.php:162
1650
  msgid "Copyright"
1651
  msgstr "Höfundarréttur"
1652
 
1730
  msgstr "Fara efst á síðu"
1731
 
1732
  #. translators: %s: Genesis version.
1733
+ #: lib/functions/upgrade.php:921
1734
  msgid "Genesis %s is now available. We have provided 1-click updates for this theme, so please log into your dashboard and update at your earliest convenience."
1735
  msgstr ""
1736
 
1737
  #. translators: 1: Genesis version, 2: URL for current website.
1738
+ #: lib/functions/upgrade.php:918
1739
  msgid "Genesis %1$s is available for %2$s"
1740
  msgstr ""
1741
 
1742
+ #: lib/functions/upgrade.php:830
1743
  msgid "Click here to complete the upgrade"
1744
  msgstr ""
1745
 
1746
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1747
  msgid "Home"
1748
  msgstr "Forsíða"
1749
 
1750
+ #: lib/widgets/featured-post-widget.php:441
1751
+ #: lib/widgets/featured-post-widget.php:594
1752
  msgid "Number of Posts to Show"
1753
  msgstr ""
1754
 
1755
  #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:28
1756
+ #: lib/widgets/featured-post-widget.php:433
1757
  msgid "All Categories"
1758
  msgstr ""
1759
 
1761
  msgid "Display which category"
1762
  msgstr ""
1763
 
1764
+ #: config/customizer-theme-settings.php:304
1765
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1766
  msgid "Numeric"
1767
  msgstr ""
1768
 
1769
+ #: config/customizer-theme-settings.php:303
1770
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:82
1771
  msgid "Previous / Next"
1772
  msgstr ""
1773
 
1774
+ #: lib/widgets/featured-page-widget.php:316
1775
+ #: lib/widgets/featured-post-widget.php:519
1776
  msgid "Image Size"
1777
  msgstr ""
1778
 
1779
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:42
1780
+ #: lib/widgets/featured-post-widget.php:573
1781
  msgid "characters"
1782
  msgstr ""
1783
 
1784
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:39
1785
+ #: lib/widgets/featured-post-widget.php:571
1786
  msgid "Limit content to"
1787
  msgstr ""
1788
 
1789
+ #: config/customizer-theme-settings.php:248
1790
  msgid "Select one of the following"
1791
  msgstr ""
1792
 
1842
  msgid "Today's date"
1843
  msgstr ""
1844
 
1845
+ #: config/layouts.php:53 lib/views/help/cpt-archive-layout.php:25
1846
  #: lib/views/help/genesis-layout.php:25
1847
  msgid "Full Width Content"
1848
  msgstr ""
1849
 
1850
+ #: config/customizer-theme-settings.php:69
1851
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1852
  msgid "Image logo"
1853
  msgstr ""
1864
  msgid "Version"
1865
  msgstr ""
1866
 
1867
+ #: config/customizer-theme-settings.php:244
1868
  #: lib/classes/class-genesis-admin-settings.php:241
1869
  #: lib/classes/class-genesis-admin-settings.php:294
1870
  #: lib/views/help/genesis-archives.php:15
1871
  msgid "Content Archives"
1872
  msgstr ""
1873
 
1874
+ #: config/customizer-theme-settings.php:132
1875
  #: lib/classes/class-genesis-admin-settings.php:239
1876
  #: lib/classes/class-genesis-admin-settings.php:290
1877
  #: lib/views/help/genesis-breadcrumbs.php:15
1970
  msgid "Shortlink Tag"
1971
  msgstr ""
1972
 
1973
+ #: config/customizer-seo-settings.php:158
1974
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
1975
  msgid "Include Windows Live Writer Support Tag?"
1976
  msgstr ""
1992
  msgid "I'll manually wrap my own text on the homepage"
1993
  msgstr ""
1994
 
1995
+ #: config/customizer-seo-settings.php:75
1996
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
1997
  msgid "Site Title"
1998
  msgstr ""
1999
 
2000
+ #: config/customizer-theme-settings.php:291
2001
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2002
+ #: lib/widgets/featured-page-widget.php:332
2003
+ #: lib/widgets/featured-post-widget.php:505
2004
+ #: lib/widgets/featured-post-widget.php:535
2005
  #: lib/widgets/user-profile-widget.php:188
2006
  msgid "Right"
2007
  msgstr ""
2008
 
2009
+ #: config/customizer-theme-settings.php:290
2010
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
2011
+ #: lib/widgets/featured-page-widget.php:331
2012
+ #: lib/widgets/featured-post-widget.php:504
2013
+ #: lib/widgets/featured-post-widget.php:534
2014
  #: lib/widgets/user-profile-widget.php:187
2015
  msgid "Left"
2016
  msgstr ""
2017
 
2018
+ #: lib/classes/class-genesis-script-loader.php:199
2019
  msgid "Are you sure you want to reset?"
2020
  msgstr ""
2021
 
2050
  msgid "SEO Settings"
2051
  msgstr ""
2052
 
2053
+ #: config/customizer-theme-settings.php:23
2054
  #: lib/classes/class-genesis-admin-import-export.php:121
2055
  #: lib/classes/class-genesis-admin-settings.php:50
2056
  #: lib/classes/class-genesis-admin-settings.php:51
2078
  msgid "Robots Meta Settings"
2079
  msgstr ""
2080
 
2081
+ #: lib/admin/privacy-requests.php:194
2082
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2083
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2084
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2089
  msgid "This post is password protected. Enter the password to view comments."
2090
  msgstr "Þessi færsla er lykilorð varin. Settu inn lykilorðið til að skoða athugasemdir."
2091
 
2092
+ #: lib/functions/general.php:492
2093
  msgid "Recent Posts:"
2094
  msgstr "Nýlegar færslur:"
2095
 
2096
+ #: lib/functions/general.php:489
2097
  msgid "Monthly:"
2098
  msgstr ""
2099
 
2100
+ #: lib/functions/general.php:486
2101
  msgid "Authors:"
2102
  msgstr ""
2103
 
2104
+ #: lib/functions/general.php:483
2105
  msgid "Categories:"
2106
  msgstr "Færsluflokkar:"
2107
 
2108
+ #: lib/functions/general.php:478 lib/structure/post.php:406
2109
  msgid "Pages:"
2110
  msgstr "Síður:"
2111
 
2412
  msgid "This allows you to import or export Genesis Settings."
2413
  msgstr ""
2414
 
 
 
 
 
 
 
2415
  #. translators: Opening and closing link tags to custom menu editor.
2416
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2417
  msgid "In order to view the Primary navigation menu settings, you must build a %scustom menu%s, then assign it to the Primary Menu Location."
2452
  msgid "This is the %1$s. You can add content to this area by visiting your <a href=\"%2$s\">Widgets Panel</a> and adding new widgets to this area."
2453
  msgstr ""
2454
 
2455
+ #: lib/functions/deprecated.php:434
2456
  msgid "data in style sheet files"
2457
  msgstr ""
2458
 
2544
  msgid "You can import a file you've previously exported. The file name will start with %s followed by one or more strings indicating which settings it contains, finally followed by the date and time it was exported."
2545
  msgstr ""
2546
 
2547
+ #: config/customizer-seo-settings.php:278
2548
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2549
  msgid "Directories"
2550
  msgstr ""
2551
 
2552
+ #: config/customizer-seo-settings.php:223
2553
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2554
  msgid "Archiving"
2555
  msgstr ""
2556
 
2557
+ #: config/customizer-seo-settings.php:176
2558
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2559
  msgid "Indexing"
2560
  msgstr ""
2569
  msgid "Primary Title %s"
2570
  msgstr ""
2571
 
2572
+ #: config/customizer-seo-settings.php:58
2573
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2574
  msgid "Additions on right"
2575
  msgstr ""
2576
 
2577
+ #: config/customizer-seo-settings.php:57
2578
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:55
2579
  msgid "Additions on left"
2580
  msgstr ""
2581
 
2582
+ #: config/customizer-seo-settings.php:52
2583
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:52
2584
  msgid "Document Title Order"
2585
  msgstr ""
2597
  msgid "Canonical URL"
2598
  msgstr ""
2599
 
2600
+ #: config/customizer-seo-settings.php:31
2601
  #: lib/views/help/genesis-inpost-seo.php:16
2602
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2603
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2609
  msgid "Link opens in a new window."
2610
  msgstr ""
2611
 
2612
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2613
  msgid "Featured Image Alignment"
2614
  msgstr ""
2615
 
2616
+ #: config/customizer-theme-settings.php:276
2617
  msgid "Featured Image Size"
2618
  msgstr ""
2619
 
2620
+ #: config/customizer-theme-settings.php:268
2621
  msgid "Display the featured image?"
2622
  msgstr ""
2623
 
2624
+ #: config/customizer-theme-settings.php:260
2625
  msgid "Limit content to how many characters? (0 for no limit)"
2626
  msgstr ""
2627
 
2628
+ #: config/customizer-theme-settings.php:234
2629
  msgid "Enable Trackbacks on Pages"
2630
  msgstr ""
2631
 
2632
+ #: config/customizer-theme-settings.php:226
2633
  msgid "Enable Trackbacks on Posts"
2634
  msgstr ""
2635
 
2636
+ #: config/customizer-theme-settings.php:218
2637
  msgid "Enable Comments on Pages"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-theme-settings.php:210
2641
  msgid "Enable Comments on Posts"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-theme-settings.php:196
2645
  msgid "Breadcrumbs on Attachment/Media"
2646
  msgstr ""
2647
 
2648
+ #: config/customizer-theme-settings.php:188
2649
+ msgid "Breadcrumbs on 404 page"
2650
  msgstr ""
2651
 
2652
+ #: config/customizer-theme-settings.php:180
2653
  msgid "Breadcrumbs on Archives"
2654
  msgstr ""
2655
 
2656
+ #: config/customizer-theme-settings.php:172
2657
  msgid "Breadcrumbs on Pages"
2658
  msgstr ""
2659
 
2660
+ #: config/customizer-theme-settings.php:164
2661
  msgid "Breadcrumbs on Single Posts"
2662
  msgstr ""
2663
 
2664
+ #: config/customizer-theme-settings.php:156
2665
+ msgid "Breadcrumbs on Posts page"
2666
  msgstr ""
2667
 
2668
+ #: config/customizer-theme-settings.php:147
2669
+ msgid "Breadcrumbs on Front page"
2670
  msgstr ""
2671
 
2672
+ #: config/customizer-theme-settings.php:138
2673
  msgid "Breadcrumbs on Homepage"
2674
  msgstr ""
2675
 
2677
  msgid "Select Default Layout"
2678
  msgstr ""
2679
 
2680
+ #: config/customizer-theme-settings.php:116
2681
  msgid "Site Layout"
2682
  msgstr ""
2683
 
2684
+ #: config/customizer-theme-settings.php:104
2685
  msgid "Select Color Style"
2686
  msgstr ""
2687
 
2688
+ #: config/customizer-theme-settings.php:100
2689
  msgid "Color Scheme"
2690
  msgstr ""
2691
 
2692
+ #: config/customizer-theme-settings.php:68
2693
  msgid "Dynamic Text"
2694
  msgstr ""
2695
 
2714
  msgid "Author Archive SEO Settings"
2715
  msgstr ""
2716
 
2717
+ #: config/customizer-theme-settings.php:327
2718
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2719
  msgid "Footer Scripts"
2720
  msgstr ""
2721
 
2722
+ #: config/customizer-theme-settings.php:317
2723
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2724
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2725
  msgid "Header Scripts"
2753
  msgid "Featured Image"
2754
  msgstr ""
2755
 
2756
+ #: config/customizer-theme-settings.php:253
2757
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2758
  msgid "Entry excerpts"
2759
  msgstr ""
2760
 
2761
+ #: config/customizer-theme-settings.php:252
2762
  #: lib/views/meta-boxes/genesis-theme-settings-posts.php:26
2763
  msgid "Entry content"
2764
  msgstr ""
2800
  msgid "Email address"
2801
  msgstr ""
2802
 
2803
+ #: config/customizer-theme-settings.php:30
2804
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2805
  msgid "Updates"
2806
  msgstr ""
2807
 
2808
+ #: config/layouts.php:48
2809
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2810
  msgstr ""
2811
 
2812
+ #: config/layouts.php:43
2813
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2814
  msgstr ""
2815
 
2816
+ #: config/layouts.php:38
2817
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2818
  msgstr ""
2819
 
2820
+ #: config/layouts.php:32
2821
  msgid "Primary Sidebar, Content"
2822
  msgstr ""
2823
 
2824
+ #: config/layouts.php:26
2825
  msgid "Content, Primary Sidebar"
2826
  msgstr ""
2827
 
2828
+ #: lib/functions/formatting.php:101
2829
  msgid "about "
2830
  msgstr ""
2831
 
2833
  ms