Genesis Translations - Version 2.10.0

Version Description

  • Updated to Genesis 2.10.0 text strings
  • Updated various languages
  • Fixed bug
Download this release

Release Info

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

Code changes from version 2.7.2 to 2.10.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.2
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.2' );
24
 
25
  /**
26
  * The text domain for the plugin
@@ -59,13 +59,13 @@ function thememix_genesis_translations_activation_check() {
59
  // Restrict activation to only when the Genesis Framework is activated
60
  if ( basename( get_template_directory() ) != 'genesis' ) {
61
  deactivate_plugins( plugin_basename( __FILE__ ) ); // Deactivate ourself
62
- wp_die( sprintf( __( 'Whoa.. the translation this plugin only works, really, when you have installed the %1$sGenesis Framework%2$s', GTRANS_DOMAIN ), '<a href="http://forsitemedia.net/go/genesis/" target="_new">', '</a>' ) );
63
  }
64
 
65
  // Set a minimum version of the Genesis Framework to be activated on
66
  if ( version_compare( $version, $minimum_genesis_version, '<' ) ) {
67
  deactivate_plugins( plugin_basename( __FILE__ ) ); // Deactivate ourself
68
- wp_die( sprintf( __( 'Uhm, the thing of it is, you kinda need the %1$sGenesis Framework %2$s%3$s or greater for these translations to make any sense.', GTRANS_DOMAIN ), '<a href="http://forsitemedia.net/go/genesis/" target="_new">', $latest, '</a>' ) );
69
  }
70
  }
71
 
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.10.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.10.0' );
24
 
25
  /**
26
  * The text domain for the plugin
59
  // Restrict activation to only when the Genesis Framework is activated
60
  if ( basename( get_template_directory() ) != 'genesis' ) {
61
  deactivate_plugins( plugin_basename( __FILE__ ) ); // Deactivate ourself
62
+ wp_die( sprintf( __( 'Whoa.. the translation this plugin only works, really, when you have installed the %1$sGenesis Framework%2$s', GTRANS_DOMAIN ), '<a href="https://remkus.devries.frl/recommends/genesis/" target="_new">', '</a>' ) );
63
  }
64
 
65
  // Set a minimum version of the Genesis Framework to be activated on
66
  if ( version_compare( $version, $minimum_genesis_version, '<' ) ) {
67
  deactivate_plugins( plugin_basename( __FILE__ ) ); // Deactivate ourself
68
+ wp_die( sprintf( __( 'Uhm, the thing of it is, you kinda need the %1$sGenesis Framework %2$s%3$s or greater for these translations to make any sense.', GTRANS_DOMAIN ), '<a href="https://remkus.devries.frl/recommends/genesis/" target="_new">', $latest, '</a>' ) );
69
  }
70
  }
71
 
languages/genesis-translations.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv2.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Genesis Translations 2.7.1\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/genesis-translations\n"
8
- "POT-Creation-Date: 2019-01-07 10:01:11+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the GPLv2.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Genesis Translations 2.8.0\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/genesis-translations\n"
8
+ "POT-Creation-Date: 2019-05-07 08:29:23+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\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,19 @@ 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.2
7
+ * Stable tag: 2.10.0
8
 
9
  This plugin translates the Genesis Framework into one of the available languages.
10
 
52
 
53
  ##Changelog
54
 
55
+ ### 2.10.0
56
+ * Updated to Genesis 2.10.0 text strings
57
+ * Updated various languages
58
+ * Fixed [bug](https://wordpress.org/support/topic/warning-printf-too-few-arguments-5/)
59
+
60
+ ### 2.8.0
61
+ * Updated to Genesis 2.8 text strings
62
+ * Various translation updates
63
+
64
+ ### 2.7.2
65
+ * Added nl_BE and sr_RS
66
+ * Various translation updates
67
+
68
  ### 2.7.1
69
  * Updated to be in sync with Genesis 2.7 branch
70
 
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.2
7
- Stable tag: 2.7.2
8
 
9
  This plugin translates the Genesis Framework into one of the available languages.
10
 
@@ -65,6 +65,15 @@ Fantastic! Go ahead and register [here](https://translate.studiopress.com/ "here
65
 
66
  == Changelog ==
67
 
 
 
 
 
 
 
 
 
 
68
  = 2.7.2 =
69
  * Added nl_BE and sr_RS
70
  * Various translation updates
3
  Donate link: https://remkus.devries.frl/donate/
4
  Tags: genesis, translations,
5
  Requires at least: 4.3
6
+ Tested up to: 5.2
7
+ Stable tag: 2.10.0
8
 
9
  This plugin translates the Genesis Framework into one of the available languages.
10
 
65
 
66
  == Changelog ==
67
 
68
+ = 2.10.0 =
69
+ * Updated to Genesis 2.10.0 text strings
70
+ * Updated various languages
71
+ * Fixed [bug](https://wordpress.org/support/topic/warning-printf-too-few-arguments-5/)
72
+
73
+ = 2.8.0 =
74
+ * Updated to Genesis 2.8 text strings
75
+ * Various translation updates
76
+
77
  = 2.7.2 =
78
  * Added nl_BE and sr_RS
79
  * Various translation updates
translations/ar.mo CHANGED
Binary file
translations/ar.po CHANGED
@@ -1,82 +1,298 @@
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"
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=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
75
- msgid "AdSense publisher ID"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  msgstr ""
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
@@ -91,11 +307,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 +334,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 +345,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,27 +394,27 @@ 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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
  msgstr "أدخل مُعرّف ناشر جوجل أدسنس \"AdSense publisher ID\" مثال (ca-pub-xxxxxxxxxxxxx أو pub-xxxxxxxxxxxxx) لتفعيل AdSense."
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
  msgstr "مُعرّف ناشر جوجل أدسنس \"AdSense publisher ID\""
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
  msgstr ""
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
  msgstr ""
204
 
@@ -207,25 +423,25 @@ 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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
  msgstr ""
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
  msgstr ""
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
  msgstr ""
231
 
@@ -233,167 +449,166 @@ 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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
  msgstr ""
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
  msgstr ""
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
@@ -402,7 +617,7 @@ msgstr ""
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
  msgstr ""
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
@@ -441,11 +656,11 @@ msgstr ""
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
  msgstr ""
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
  msgstr ""
@@ -514,10 +729,6 @@ msgstr ""
514
  msgid "Edit Archive Settings"
515
  msgstr "تعديل اعدادات الارشيف"
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr ""
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr ""
@@ -530,7 +741,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 ""
@@ -539,9 +750,9 @@ msgstr ""
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr ""
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr ""
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr "آسف, لا يوجد محتوى مطابق للمعايير الخاصة بك."
584
 
585
- #: lib/structure/comments.php:370
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 ""
@@ -594,7 +796,7 @@ msgstr ""
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 +822,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 +832,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
@@ -645,9 +847,9 @@ msgid "Archive"
645
  msgstr "الأرشيف"
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
- msgstr "عذراً، الصفحة التي تبحث عنها غير موجودة. يُمكنك العودة الي <a href=\"%s\">الصفحة الرئيسية</a>، او ربما تجد ما تريد في الاقتراحات الموجودة بالاسفل او يُمكنك استخدام نموذج البحث ادناه للبحث عنه."
651
 
652
  #: 404.php:36
653
  msgid "Not found, error 404"
@@ -661,7 +863,7 @@ msgstr "نتائج البحث عن:"
661
  msgid "Contributor"
662
  msgstr "مساهم"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "المشاركون"
667
 
@@ -673,28 +875,29 @@ 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"
687
  msgstr "قالب صفحة المدونة"
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr "الترويسة"
@@ -704,7 +907,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,18 +920,18 @@ 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 "إختار الإتجاه الذي ستقوم عناوين التدوينات والصفحات بمحاذاته"
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr "أتركوه فارغا في حال لم ترغبوا في عرض النص الترحيبي للأرشيف"
790
 
@@ -803,9 +1006,9 @@ msgstr "أتركوه فارغا في حال لم ترغبوا في عرض الت
803
  msgid "Archive Headline"
804
  msgstr "ترويسة الأرشيف"
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr "خلل أثناء حفظ الإعدادات."
811
 
@@ -813,11 +1016,11 @@ msgstr "خلل أثناء حفظ الإعدادات."
813
  msgid "Custom Text Content"
814
  msgstr "محتوى نصي مخصص"
815
 
816
- #: lib/init.php:104
817
  msgid "Secondary Navigation Menu"
818
  msgstr "القائمة التصفح الرئيسية"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "أعلى الموقع على اليسار"
823
 
@@ -826,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr "لا يمكنكم إستعمال %s لإنشاء قائمتين في نفس المكان، الرجاء فصلهما وإختيار قائمتين مختلفتين"
849
 
@@ -855,11 +1058,11 @@ msgstr "إعدادات أرشيف الكاتب"
855
  msgid "User Permissions"
856
  msgstr "صلاحيات المستخدم"
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr "الرجاء إختيار لون القالب من القائمة المنسدلة وحفظ التغيرات بعد ذلك."
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr "لون القالب"
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr "وسم %1$s يتم تنفيذه قبل غلق وسم %2$s في الكود المصدري"
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr "حجم الصورة:"
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr "ألوان التنسيق"
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr "تابعني على تويتر"
888
 
@@ -911,19 +1114,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 +1138,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 +1150,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 +1162,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 +1174,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 +1186,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 +1198,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,18 +1209,18 @@ 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 "ثواني"
1013
 
1014
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
1015
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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"
@@ -1027,52 +1230,48 @@ msgstr "الأرشيف"
1027
  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
1036
  #: lib/views/help/genesis-scripts.php:15
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
1044
  msgid "Comments and Trackbacks"
1045
  msgstr "التعليقات والتنبيهات"
1046
 
1047
- #: lib/classes/class-genesis-admin-settings.php:232
1048
- #: lib/classes/class-genesis-admin-settings.php:278
1049
  #: lib/views/help/genesis-layout.php:15
1050
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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 "أهمية الكلمات المفتاحية تتغير من محرك بحث لآخر."
1058
 
1059
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1060
- #: lib/classes/class-genesis-admin-settings.php:62
1061
- #: lib/classes/class-genesis-admin.php:131
1062
  msgid "Settings saved."
1063
  msgstr "تم حفظ التغيرات بنجاح."
1064
 
1065
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1066
- #: lib/classes/class-genesis-admin-settings.php:63
1067
- #: lib/classes/class-genesis-admin.php:132
1068
  msgid "Settings reset."
1069
  msgstr "تم إستعادة الإعدادات الإفتراضية بنجاح."
1070
 
1071
- #: lib/classes/class-genesis-admin-import-export.php:100
1072
  msgid "Settings successfully imported."
1073
  msgstr "تم إستيراد الإعدادات بنجاح"
1074
 
1075
- #: lib/views/pages/genesis-admin-import-export.php:38
1076
  msgid "Upload File and Import"
1077
  msgstr "رفع واستيراد الملف"
1078
 
@@ -1081,15 +1280,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1081
  msgstr "الرجاء إختيار الملف من جهازكم والنقر على زر \"رفع وإستيراد\""
1082
 
1083
  #: lib/admin/customizer.php:94
1084
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1101,65 +1300,65 @@ msgstr "خلت"
1101
  msgid "Select / Deselect All"
1102
  msgstr "إختيار الكل / عدم إختيار الكل"
1103
 
1104
- #: lib/classes/class-genesis-admin-import-export.php:145
1105
  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
 
1117
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1366,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 +1376,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 "ترويسة الأرشيف المخصصة"
@@ -1212,7 +1411,7 @@ msgstr "تفعيل شريط أدوات الإدارة ؟"
1212
  msgid "Genesis Admin Menus"
1213
  msgstr "شريط أدوات الإدارة"
1214
 
1215
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1216
  msgid "Include the Featured Image?"
1217
  msgstr " ؟تضمين الصورة البارزة"
1218
 
@@ -1250,19 +1449,20 @@ msgstr "وسم إعادة توجيه مخصص"
1250
  msgid "Characters Used: %s"
1251
  msgstr "الحروف المتسعملة: %s"
1252
 
1253
- #: lib/views/pages/genesis-admin-import-export.php:61
1254
  msgid "Download Export File"
1255
  msgstr "تحميل ملف التصدير"
1256
 
1257
- #: lib/views/pages/genesis-admin-import-export.php:54
1258
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1259
  msgstr "عندما تقوم بحفظ الملف المحمل، سيكون بإستطاعتك إستعماله لإستيراد نفس هذه الإعدادات لموقع ثان."
1260
 
1261
- #: lib/views/pages/genesis-admin-import-export.php:46
1262
  msgid "Export Genesis Settings File"
1263
  msgstr "تصدير ملف إعدادات إطار العمل"
1264
 
1265
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1266
  msgid "Upload File (Maximum Size: %s): "
1267
  msgstr "رفع الملف: (أقصى حجم: %s)"
1268
 
@@ -1326,93 +1526,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,42 +1632,44 @@ 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
 
1470
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1471
  msgid "by"
1472
  msgstr "بقلم"
1473
 
@@ -1479,27 +1681,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 +1714,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
 
@@ -1524,70 +1726,65 @@ msgstr "عن "
1524
  msgid "By"
1525
  msgstr "بقلم"
1526
 
1527
- #: lib/structure/post.php:380
1528
  msgid "[Read more...]"
1529
  msgstr "[المزيد ...]"
1530
 
1531
- #: lib/structure/menu.php:150
1532
  msgid "Comments"
1533
  msgstr "تعليقات"
1534
 
1535
- #: lib/structure/menu.php:149
1536
  msgid "Posts"
1537
  msgstr "التدوينات"
1538
 
1539
- #: lib/init.php:103
1540
  msgid "Primary Navigation Menu"
1541
  msgstr "القائمة التصفح الرئيسية"
1542
 
1543
- #: lib/structure/footer.php:152
1544
  msgid "Copyright"
1545
  msgstr "كافة الحقوق محفوظة"
1546
 
1547
- #: lib/structure/comments.php:495
1548
  msgid "Speak Your Mind"
1549
  msgstr "شاركنا رأيك"
1550
 
1551
- #: lib/structure/comments.php:486
1552
  msgid "Website"
1553
  msgstr " الموقع الإليكتروني (إن وجد)"
1554
 
1555
- #: lib/structure/comments.php:480
1556
  msgid "Email"
1557
  msgstr " البريد الإليكتروني"
1558
 
1559
- #: lib/structure/comments.php:474
1560
  msgid "Name"
1561
  msgstr " الإسم الكريم"
1562
 
1563
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1564
  msgid "Your comment is awaiting moderation."
1565
  msgstr "شكرا جزيلا لك، تعليقك في انتظار موافقة الإدارة."
1566
 
1567
  #. translators: 1: Comment date, 2: Comment time.
1568
- #: lib/structure/comments.php:265
1569
  msgid "%1$s at %2$s"
1570
  msgstr "%1$s بتوقيت %2$s"
1571
 
1572
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1573
  msgid "says"
1574
  msgstr "قال"
1575
 
1576
- #. translators: 1: get_comment_author_link(), 2: Filtered "says" text.
1577
- #: lib/structure/comments.php:260
1578
- msgid "<cite class=\"fn\">%1$s</cite> <span class=\"says\">%2$s:</span>"
1579
- msgstr ""
1580
-
1581
- #: lib/structure/comments.php:162
1582
  msgid "<h3>Trackbacks</h3>"
1583
  msgstr "<h3>التنبيهات</h3>"
1584
 
1585
- #: lib/structure/comments.php:72
1586
  msgid "<h3>Comments</h3>"
1587
  msgstr "<h3>التعليقات</h3>"
1588
 
1589
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1590
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1591
  msgid "(Edit)"
1592
  msgstr "(تحرير)"
1593
 
@@ -1611,11 +1808,11 @@ msgstr "تعليق واحد فقط"
1611
  msgid "Leave a Comment"
1612
  msgstr "اضافة تعليق"
1613
 
1614
- #: lib/shortcodes/footer.php:309
1615
  msgid "Log out"
1616
  msgstr "تسجيل الخروج"
1617
 
1618
- #: lib/shortcodes/footer.php:307
1619
  msgid "Log in"
1620
  msgstr "تسجيل الدخول"
1621
 
@@ -1624,30 +1821,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 +1852,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 +1933,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,16 +1955,16 @@ 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
1772
  msgid "Breadcrumbs"
1773
  msgstr "التصفح التدريجي"
@@ -1776,14 +1973,14 @@ msgstr "التصفح التدريجي"
1776
  msgid "Author Box"
1777
  msgstr "صندوق عن الكاتب"
1778
 
1779
- #: lib/classes/class-genesis-admin-settings.php:231
1780
- #: lib/classes/class-genesis-admin-settings.php:272
1781
  #: lib/views/help/genesis-feeds.php:15
1782
  msgid "Custom Feeds"
1783
  msgstr "التلقيمات الإخبارية المخصصة"
1784
 
1785
- #: lib/classes/class-genesis-admin-settings.php:230
1786
- #: lib/classes/class-genesis-admin-settings.php:265
1787
  #: lib/views/help/genesis-information.php:15
1788
  msgid "Information"
1789
  msgstr "المعلومات العامة"
@@ -1864,7 +2061,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,25 +2083,25 @@ 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 "محاذات على اليسار"
@@ -1913,46 +2110,46 @@ msgstr "محاذات على اليسار"
1913
  msgid "Are you sure you want to reset?"
1914
  msgstr "هل أنت متأكد من رغبتك في إستعادة الإعدادات الإفتراضية"
1915
 
1916
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1917
- #: lib/classes/class-genesis-admin-settings.php:61
1918
- #: lib/classes/class-genesis-admin.php:130
1919
  msgid "Reset Settings"
1920
  msgstr "إستعادة الإعدادات الرئيسية"
1921
 
1922
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1923
  msgid "Genesis - SEO Settings"
1924
  msgstr "إعدادات SEO"
1925
 
1926
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1927
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1928
  #: lib/views/help/seo-dochead.php:15
1929
  msgid "Document Head Settings"
1930
  msgstr "إعدادات ترويسة التدوينات والصفحات"
1931
 
1932
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1933
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1934
  #: lib/views/help/seo-homepage.php:15
1935
  msgid "Homepage Settings"
1936
  msgstr "إعدادات الصفحة الرئيسية"
1937
 
1938
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1939
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1940
- #: lib/classes/class-genesis-admin-import-export.php:125
1941
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1942
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1943
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1951
- #: lib/classes/class-genesis-admin-settings.php:229
1952
  #: lib/views/help/genesis-theme-settings.php:15
1953
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1954
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1955
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1956
  msgid "Theme Settings"
1957
  msgstr "إعدادات القالب"
1958
 
@@ -1965,14 +2162,14 @@ msgstr "إعدادات القالب"
1965
  msgid "Apply %s to this post/page"
1966
  msgstr "تطبيق وسم %s على هذه التدوينة/الصفحة"
1967
 
1968
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1969
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1970
  #: lib/views/help/seo-robots.php:15
1971
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2180,27 @@ 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
 
2006
- #: lib/classes/class-genesis-admin-settings.php:244
2007
  msgid "Home Pages"
2008
  msgstr "الصفحات الرئيسية"
2009
 
@@ -2048,7 +2245,7 @@ msgstr "كيف تعمل الصفحات الرئيسية"
2048
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2049
  msgstr ""
2050
 
2051
- #: lib/classes/class-genesis-admin-settings.php:242
2052
  #: lib/views/help/genesis-blog.php:15
2053
  msgid "Blog Page"
2054
  msgstr "صفحة المدونة"
@@ -2231,7 +2428,7 @@ msgstr ""
2231
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2232
  msgstr ""
2233
 
2234
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2235
  #: lib/views/help/seo-doctitle.php:15
2236
  msgid "Doctitle Settings"
2237
  msgstr "إعدادات عنوان دي أو سي"
@@ -2256,19 +2453,19 @@ msgstr ""
2256
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2257
  msgstr ""
2258
 
2259
- #: lib/classes/class-genesis-admin.php:435
2260
  msgid "Genesis Tutorials"
2261
  msgstr "دروس جنيسيس"
2262
 
2263
- #: lib/classes/class-genesis-admin.php:434
2264
  msgid "Genesis Snippets"
2265
  msgstr "قصاصات جنيسيس"
2266
 
2267
- #: lib/classes/class-genesis-admin.php:433
2268
  msgid "Get Support"
2269
  msgstr "إحصل على الدعم"
2270
 
2271
- #: lib/classes/class-genesis-admin.php:432
2272
  msgid "For more information:"
2273
  msgstr "للمزيد من المعلومات:"
2274
 
@@ -2306,15 +2503,9 @@ 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."
2318
  msgstr ""
2319
 
2320
  #: lib/views/help/genesis-navigation.php:23
@@ -2347,12 +2538,7 @@ msgstr ""
2347
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2348
  msgstr ""
2349
 
2350
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2351
- #: lib/structure/sidebar.php:67
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
 
@@ -2400,7 +2586,7 @@ msgid "This works with the Blog Template, which is a page template that shows yo
2400
  msgstr ""
2401
 
2402
  #. translators: JOSN file extension.
2403
- #: lib/views/pages/genesis-admin-import-export.php:51
2404
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2405
  msgstr ""
2406
 
@@ -2444,17 +2630,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,18 +2655,18 @@ 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 ""
2486
 
@@ -2488,7 +2674,7 @@ msgstr ""
2488
  msgid "Section Headings"
2489
  msgstr ""
2490
 
2491
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2492
  msgid "Site-wide Settings"
2493
  msgstr ""
2494
 
@@ -2497,7 +2683,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
@@ -2505,76 +2691,68 @@ msgstr ""
2505
  msgid "Document Title"
2506
  msgstr ""
2507
 
2508
- #: lib/classes/class-genesis-admin.php:430
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 +2760,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
 
@@ -2611,34 +2789,30 @@ msgstr ""
2611
  msgid "Reader Interactions"
2612
  msgstr ""
2613
 
2614
- #: 404.php:57
2615
- msgid "Sitemap"
2616
- msgstr "خريطة الموقع"
2617
-
2618
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2631
  msgstr ""
2632
 
2633
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2634
  msgid "Posts per Page"
2635
  msgstr ""
2636
 
2637
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2638
  msgid "Category IDs, comma separated - 1,2,3 for example"
2639
  msgstr ""
2640
 
2641
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2642
  msgid "Exclude Categories"
2643
  msgstr ""
2644
 
@@ -2646,29 +2820,29 @@ msgstr ""
2646
  msgid "Display Category"
2647
  msgstr ""
2648
 
2649
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2650
  msgid "Entry Pagination"
2651
  msgstr ""
2652
 
2653
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2654
  msgid "Image Alignment:"
2655
  msgstr ""
2656
 
2657
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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 ""
2670
 
2671
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2672
  msgid "Display"
2673
  msgstr ""
2674
 
@@ -2705,44 +2879,39 @@ 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
 
2737
- #: lib/classes/class-genesis-cli-command.php:44
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,62 +2932,62 @@ 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
 
2794
- #: lib/structure/header.php:846
2795
  msgid "Skip to footer"
2796
  msgstr ""
2797
 
2798
- #: lib/structure/header.php:840
2799
  msgid "Skip to secondary sidebar"
2800
  msgstr ""
2801
 
2802
- #: lib/structure/header.php:836
2803
  msgid "Skip to primary sidebar"
2804
  msgstr ""
2805
 
2806
- #: lib/structure/header.php:833
2807
  msgid "Skip to content"
2808
  msgstr ""
2809
 
2810
- #: lib/structure/header.php:830
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.10 in Arabic
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-05-07 08:28:52+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=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.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
  msgstr ""
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
 
 
 
 
 
 
 
 
 
 
 
21
  msgstr ""
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
  msgstr ""
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
  msgstr ""
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
  msgstr ""
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
  msgstr ""
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
  msgstr ""
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
  msgstr ""
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
  msgstr ""
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
  msgstr ""
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
  msgstr ""
58
 
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
  msgstr ""
62
 
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr ""
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr ""
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr ""
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr ""
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr ""
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr ""
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr ""
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr ""
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr ""
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr ""
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr ""
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
+ msgstr ""
113
+
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr ""
118
+
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr "اضغط هنا"
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr ""
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr ""
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr ""
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr ""
140
+
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr ""
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr ""
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr ""
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr ""
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr ""
163
+
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
+ msgstr ""
168
+
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr ""
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr ""
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr ""
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
  msgstr ""
185
 
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr ""
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
+ msgstr ""
209
+
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr ""
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr ""
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr ""
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr ""
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr ""
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr ""
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr ""
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr ""
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr ""
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr ""
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr ""
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr ""
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr ""
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr ""
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr ""
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr ""
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
+ msgstr ""
284
+
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
+ msgstr ""
289
+
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr ""
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
+ msgid "AdSense publisher ID"
296
  msgstr ""
297
 
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
  msgstr ""
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
  msgstr ""
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
  msgstr ""
317
 
334
  msgstr ""
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
  msgstr ""
340
 
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
  msgstr ""
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
  msgstr ""
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
  msgstr ""
362
 
394
  msgid "Genesis Blue"
395
  msgstr ""
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
  msgstr "تاريخ التعديل"
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
  msgstr "تاريخ النشر"
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
  msgstr "أدخل مُعرّف ناشر جوجل أدسنس \"AdSense publisher ID\" مثال (ca-pub-xxxxxxxxxxxxx أو pub-xxxxxxxxxxxxx) لتفعيل AdSense."
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
  msgstr "مُعرّف ناشر جوجل أدسنس \"AdSense publisher ID\""
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
  msgstr ""
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
  msgstr ""
420
 
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
  msgstr ""
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
  msgstr "ثانوي"
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
  msgstr "رئيسي"
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
  msgstr ""
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
  msgstr ""
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
  msgstr ""
447
 
449
  msgid "Google Adsense"
450
  msgstr "جوجل أدسنس AdSense"
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
  msgstr ""
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
  msgstr ""
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
  msgstr ""
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
  msgstr ""
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
  msgstr ""
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
  msgstr ""
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
  msgstr ""
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
  msgstr "إذا أضفت بريد إلكتروني بالأسفل سوف تتلقي تنبيه عبر البريد الإلكتروني عندما يتوفر إصدار جديد من Genesis."
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
  msgstr "البريد الإلكتروني"
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
  msgstr ""
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
  msgstr ""
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
  msgstr ""
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
  msgstr ""
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
  msgstr "الموقع بالكامل"
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
  msgstr ""
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
  msgstr "نتائج البحث"
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
  msgstr ""
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
  msgstr ""
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
  msgstr ""
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
  msgstr ""
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
  msgstr ""
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
  msgstr ""
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
  msgstr ""
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
  msgstr ""
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
  msgstr ""
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
  msgstr ""
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
  msgstr ""
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
  msgstr ""
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
  msgstr ""
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
  msgstr ""
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
  msgstr ""
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
  msgstr ""
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
  msgstr ""
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
  msgstr ""
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
  msgstr ""
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
  msgstr ""
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
  msgstr ""
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
  msgstr ""
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
  msgstr ""
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
  msgstr ""
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
  msgstr ""
729
  msgid "Edit Archive Settings"
730
  msgstr "تعديل اعدادات الارشيف"
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr ""
741
  msgid "Use for site title/logo"
742
  msgstr ""
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr ""
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr ""
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr ""
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr ""
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr ""
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr "إستبعاد المشاركات المعروضة مسبقا؟"
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr "آسف, لا يوجد محتوى مطابق للمعايير الخاصة بك."
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  msgstr ""
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr ""
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr "عشري أو كيانات سداسية"
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr "كلمات روبوتات الميتا:"
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr "كلمات ميتا الرئيسية"
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr "الأرشيف"
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
+ msgstr ""
853
 
854
  #: 404.php:36
855
  msgid "Not found, error 404"
863
  msgid "Contributor"
864
  msgstr "مساهم"
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr "المشاركون"
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  msgstr "هذا الإعداد سيتم فقط الصفحات التي تستعمل قالب \"المدونة\" "
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr "الصفحة الرئيسية"
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
+ msgstr ""
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr "قالب صفحة المدونة"
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr "التصفح"
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr "الترويسة"
907
  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."
908
  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."
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  msgstr "الوصف يمكن إستعماله لتحديد النص أسفل العنوان في نتائج محركات البحث."
920
  msgid "Site Description (Tagline)"
921
  msgstr "وصف المدونة او الموقع"
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr "في حال كان العنوان مركبا من جزئين او أكثر، سيتم الفصل بينها بفاصل، يمكنك تخصيص فاصل من هذا الإعداد."
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr "فواصل عناوين التدوينات والصفحات:"
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr "إختار الإتجاه الذي ستقوم عناوين التدوينات والصفحات بمحاذاته"
937
 
949
  msgid "Read More"
950
  msgstr "قراءة المزيد"
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr "هل تبحث عن شئ؟"
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr "قراءة المزيد"
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  msgstr "الذهاب الى إعدادات SEO &rarr;"
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr "الذهاب الى إعدادات القالب &rarr;"
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr "المشرفون على المشروع"
971
 
978
  msgid "Google+"
979
  msgstr "Google+"
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr "يستعمل من أجل عنوان او شعار المدونة او الموقع"
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr " "
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr "أتركوه فارغا في حال لم ترغبوا في عرض النص الترحيبي للأرشيف"
993
 
1006
  msgid "Archive Headline"
1007
  msgstr "ترويسة الأرشيف"
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr "خلل أثناء حفظ الإعدادات."
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr "محتوى نصي مخصص"
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr "القائمة التصفح الرئيسية"
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr "أعلى الموقع على اليسار"
1026
 
1029
  msgstr "نص رابط الصفحة الموسعة"
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr "منطقة المربعات الجانبية لأسفل الموقع رقم %d"
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  msgstr "هذه هي القائمة الجانبية الرئيسية في حال كنت تستخدم تخطيط يتضمن ثلاث أعمدة"
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  msgstr "هذه هي القائمة الجانبية الرئيسية في حال كنت تستخدم تخطيط يتضمن عمودين او ثلاث"
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr "لقد تم إستبدال الحجة \"context\" بـ \"theme_location\" في مصفوفة $args ."
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr "لا يمكنكم إستعمال %s لإنشاء قائمتين في نفس المكان، الرجاء فصلهما وإختيار قائمتين مختلفتين"
1052
 
1058
  msgid "User Permissions"
1059
  msgstr "صلاحيات المستخدم"
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr "الرجاء إختيار لون القالب من القائمة المنسدلة وحفظ التغيرات بعد ذلك."
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr "لون القالب"
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr "وسم %1$s يتم تنفيذه قبل غلق وسم %2$s في الكود المصدري"
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr "حجم الصورة:"
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr "ألوان التنسيق"
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr "تابعني على تويتر"
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr "إعدادات تخطيط الموقع"
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr "إعدادات SEO للقالب"
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr "و"
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1138
  msgstr[5] "%s من الثواني"
1139
 
1140
  #. translators: %s: Number of minute(s).
1141
+ #: lib/functions/formatting.php:361
1142
  msgctxt "time difference"
1143
  msgid "%s minute"
1144
  msgid_plural "%s minutes"
1150
  msgstr[5] "%s من الدقائق"
1151
 
1152
  #. translators: %s: Number of hour(s).
1153
+ #: lib/functions/formatting.php:359
1154
  msgctxt "time difference"
1155
  msgid "%s hour"
1156
  msgid_plural "%s hours"
1162
  msgstr[5] "%s من الساعات"
1163
 
1164
  #. translators: %s: Number of day(s).
1165
+ #: lib/functions/formatting.php:357
1166
  msgctxt "time difference"
1167
  msgid "%s day"
1168
  msgid_plural "%s days"
1174
  msgstr[5] "%s من الأيام"
1175
 
1176
  #. translators: %s: Number of week(s).
1177
+ #: lib/functions/formatting.php:355
1178
  msgctxt "time difference"
1179
  msgid "%s week"
1180
  msgid_plural "%s weeks"
1186
  msgstr[5] "%s من الأسابيع"
1187
 
1188
  #. translators: %s: Number of month(s).
1189
+ #: lib/functions/formatting.php:353
1190
  msgctxt "time difference"
1191
  msgid "%s month"
1192
  msgid_plural "%s months"
1198
  msgstr[5] "%s من الشهور"
1199
 
1200
  #. translators: %s: Number of year(s).
1201
+ #: lib/functions/formatting.php:351
1202
  msgctxt "time difference"
1203
  msgid "%s year"
1204
  msgid_plural "%s years"
1209
  msgstr[4] "%s من السنوات"
1210
  msgstr[5] "%s من السنوات"
1211
 
1212
+ #: lib/functions/formatting.php:345
1213
  msgctxt "time difference"
1214
  msgid "seconds"
1215
  msgstr "ثواني"
1216
 
1217
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1218
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1219
  msgstr "هذه الإعدادات ستمس جميع صفحات القالب التي تحوي تدوينات بداخلها مثل: الصفحة الرئيسية للمدونة، صفحة الأرشيف، صفحة الكاتب، التصنيفات، نتائج البحث وأيضا صفحة الوسوم."
1220
 
1221
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1222
+ msgid "404 page"
1223
+ msgstr ""
1224
 
1225
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1226
  msgid "Archives"
1230
  msgid "Pages"
1231
  msgstr "الصفحات"
1232
 
1233
+ #: lib/classes/class-genesis-admin-settings.php:246
1234
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1235
  #: lib/views/help/genesis-scripts.php:15
1236
  msgid "Header and Footer Scripts"
1237
  msgstr "شفرات أعلى وأسفل الموقع (Header & Footer)"
1238
 
1239
+ #: config/customizer-theme-settings.php:206
1240
+ #: lib/classes/class-genesis-admin-settings.php:243
1241
+ #: lib/classes/class-genesis-admin-settings.php:296
1242
  #: lib/views/help/genesis-comments.php:15
1243
  msgid "Comments and Trackbacks"
1244
  msgstr "التعليقات والتنبيهات"
1245
 
1246
+ #: lib/classes/class-genesis-admin-settings.php:235
1247
+ #: lib/classes/class-genesis-admin-settings.php:281
1248
  #: lib/views/help/genesis-layout.php:15
1249
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1250
  msgid "Default Layout"
1251
  msgstr "التخطيط الإفتراضي"
1252
 
1253
+ #: config/customizer-seo-settings.php:111
1254
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1255
  msgid "Keywords are generally ignored by Search Engines."
1256
  msgstr "أهمية الكلمات المفتاحية تتغير من محرك بحث لآخر."
1257
 
1258
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1259
+ #: lib/classes/class-genesis-admin-settings.php:65
1260
+ #: lib/classes/class-genesis-admin.php:149
1261
  msgid "Settings saved."
1262
  msgstr "تم حفظ التغيرات بنجاح."
1263
 
1264
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1265
+ #: lib/classes/class-genesis-admin-settings.php:66
1266
+ #: lib/classes/class-genesis-admin.php:150
1267
  msgid "Settings reset."
1268
  msgstr "تم إستعادة الإعدادات الإفتراضية بنجاح."
1269
 
1270
+ #: lib/classes/class-genesis-admin-import-export.php:101
1271
  msgid "Settings successfully imported."
1272
  msgstr "تم إستيراد الإعدادات بنجاح"
1273
 
1274
+ #: lib/views/pages/genesis-admin-import-export.php:43
1275
  msgid "Upload File and Import"
1276
  msgstr "رفع واستيراد الملف"
1277
 
1280
  msgstr "الرجاء إختيار الملف من جهازكم والنقر على زر \"رفع وإستيراد\""
1281
 
1282
  #: lib/admin/customizer.php:94
1283
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1284
  msgid "Default"
1285
  msgstr "الإفتراضي"
1286
 
1287
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1288
  msgid "Next Page"
1289
  msgstr "الصفحة التالية"
1290
 
1291
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1292
  msgid "Previous Page"
1293
  msgstr "الصفحة السابقة"
1294
 
1300
  msgid "Select / Deselect All"
1301
  msgstr "إختيار الكل / عدم إختيار الكل"
1302
 
1303
+ #: lib/classes/class-genesis-admin-import-export.php:149
1304
  msgid "No export options available."
1305
  msgstr "لا توجد أي خصائص مصدرة حاليا"
1306
 
1307
  #. translators: %d: Footer widget counter.
1308
+ #: lib/functions/widgetize.php:191
1309
  msgid "Footer %d"
1310
  msgstr "القائمة الجانبية لأسفل الموقع %d"
1311
 
1312
+ #: lib/functions/layout.php:80
1313
  msgid "No Label Selected"
1314
  msgstr "بدون إختيار"
1315
 
1316
+ #: lib/classes/class-genesis-admin-import-export.php:103
1317
  msgid "There was a problem importing your settings. Please try again."
1318
  msgstr "لقد وقع خلل ما منع عملية إستيراد الإعدادات بنجاح، الرجاء المحاولة مجددا"
1319
 
1320
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1321
  msgid "Secondary Sidebar"
1322
  msgstr "القائمة الجانبية الثانوية"
1323
 
1324
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1325
  msgid "Primary Sidebar"
1326
  msgstr "القائمة الجانبية الرئيسية"
1327
 
1328
+ #: lib/functions/widgetize.php:135
1329
  msgid "Header Right"
1330
  msgstr "أعلى الموقع على اليمين"
1331
 
1332
+ #: config/breadcrumbs.php:50
1333
  msgid "Not found: "
1334
  msgstr "غير موجود:"
1335
 
1336
+ #: lib/widgets/featured-post-widget.php:574
1337
  msgid "No Content"
1338
  msgstr "بدون محتوى"
1339
 
1340
+ #: lib/widgets/featured-post-widget.php:573
1341
  msgid "Show Content Limit"
1342
  msgstr "إظهار حد المحتوى"
1343
 
1344
+ #: lib/widgets/featured-post-widget.php:572
1345
  msgid "Show Excerpt"
1346
  msgstr "إظهار المقتطف"
1347
 
1348
+ #: lib/widgets/featured-post-widget.php:571
1349
  msgid "Show Content"
1350
  msgstr "إظهار المحتوى"
1351
 
1352
+ #: lib/widgets/featured-post-widget.php:569
1353
  msgid "Content Type"
1354
  msgstr "إظهار نوع المحتوى"
1355
 
1356
+ #: lib/widgets/featured-post-widget.php:561
1357
  msgid "Show Post Info"
1358
  msgstr "إظهار معلومات التدوينة"
1359
 
1360
+ #: lib/widgets/featured-page-widget.php:318
1361
+ #: lib/widgets/featured-post-widget.php:521
1362
  msgid "Show Featured Image"
1363
  msgstr "إظهار الصورة البارزة"
1364
 
1366
  msgid "This text will be the first paragraph, and display on the first page"
1367
  msgstr "هذا النص سيكون الفقرة الأولى وسيعرض في الصفحة الأولى"
1368
 
1369
+ #: lib/admin/privacy-requests.php:193
1370
  #: lib/views/meta-boxes/genesis-user-author.php:33
1371
  msgid "Custom Description Text"
1372
  msgstr "نص الوصف المخصص"
1376
  msgid "Will display in the %s tag at the top of the first page"
1377
  msgstr "سيتم إظهارها في وسم %s في أعلى أول صفحة"
1378
 
1379
+ #: lib/admin/privacy-requests.php:192
1380
  #: lib/views/meta-boxes/genesis-user-author.php:20
1381
  msgid "Custom Archive Headline"
1382
  msgstr "ترويسة الأرشيف المخصصة"
1411
  msgid "Genesis Admin Menus"
1412
  msgstr "شريط أدوات الإدارة"
1413
 
1414
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1415
  msgid "Include the Featured Image?"
1416
  msgstr " ؟تضمين الصورة البارزة"
1417
 
1449
  msgid "Characters Used: %s"
1450
  msgstr "الحروف المتسعملة: %s"
1451
 
1452
+ #: lib/views/pages/genesis-admin-import-export.php:66
1453
  msgid "Download Export File"
1454
  msgstr "تحميل ملف التصدير"
1455
 
1456
+ #: lib/views/pages/genesis-admin-import-export.php:59
1457
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1458
  msgstr "عندما تقوم بحفظ الملف المحمل، سيكون بإستطاعتك إستعماله لإستيراد نفس هذه الإعدادات لموقع ثان."
1459
 
1460
+ #: lib/views/pages/genesis-admin-import-export.php:51
1461
  msgid "Export Genesis Settings File"
1462
  msgstr "تصدير ملف إعدادات إطار العمل"
1463
 
1464
+ #. translators: Maximum size import files can have.
1465
+ #: lib/views/pages/genesis-admin-import-export.php:38
1466
  msgid "Upload File (Maximum Size: %s): "
1467
  msgstr "رفع الملف: (أقصى حجم: %s)"
1468
 
1526
  msgid "Displays user profile block with Gravatar"
1527
  msgstr "لعرض ملف الكاتب الشخصي مع صورة رمزية له"
1528
 
1529
+ #: lib/widgets/featured-post-widget.php:614
1530
  msgid "Link Text"
1531
  msgstr "رابط النص"
1532
 
1533
+ #: lib/widgets/featured-post-widget.php:610
1534
  msgid "Show Category Archive Link"
1535
  msgstr "إظهار رابط أرشيف التصنيف"
1536
 
1537
+ #: lib/widgets/featured-post-widget.php:592
1538
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1539
  msgstr "الرجاء إكمال المعلومات أسفله في حال رغبتم في إظهار قائمة غير مرتبة من هذا التصنيف"
1540
 
1541
+ #: lib/widgets/featured-post-widget.php:584
1542
  msgid "More Text (if applicable)"
1543
  msgstr "نص قراءة المزيد (إذا وُجِدَ)"
1544
 
1545
+ #: lib/widgets/featured-post-widget.php:556
1546
  msgid "Show Post Title"
1547
  msgstr "إظهار عنوان التدوينة"
1548
 
1549
+ #: lib/widgets/featured-post-widget.php:507
1550
  #: lib/widgets/user-profile-widget.php:184
1551
  msgid "Gravatar Alignment"
1552
  msgstr "محاذات الصورة الرمزية"
1553
 
1554
+ #: lib/widgets/featured-post-widget.php:502
1555
  msgid "Extra Large (125px)"
1556
  msgstr "كبيرة للغاية (125 بيكسل)"
1557
 
1558
+ #: lib/widgets/featured-post-widget.php:501
1559
  msgid "Large (85px)"
1560
  msgstr "كبيرة (85 بيكسل)"
1561
 
1562
+ #: lib/widgets/featured-post-widget.php:500
1563
  msgid "Medium (65px)"
1564
  msgstr "متوسطة (65 بيكسل)"
1565
 
1566
+ #: lib/widgets/featured-post-widget.php:499
1567
  msgid "Small (45px)"
1568
  msgstr "صغيرة (45 بيكسل)"
1569
 
1570
+ #: lib/widgets/featured-post-widget.php:497
1571
  #: lib/widgets/user-profile-widget.php:166
1572
  msgid "Gravatar Size"
1573
  msgstr "حجم الصورة الرمزية"
1574
 
1575
+ #: lib/widgets/featured-post-widget.php:493
1576
  msgid "Show Author Gravatar"
1577
  msgstr "إظهار صورة الكاتب الرمزية"
1578
 
1579
+ #: lib/widgets/featured-post-widget.php:473
1580
  msgid "Ascending (1, 2, 3)"
1581
  msgstr "تصاعديا"
1582
 
1583
+ #: lib/widgets/featured-post-widget.php:472
1584
  msgid "Descending (3, 2, 1)"
1585
  msgstr "تنازليا"
1586
 
1587
+ #: lib/widgets/featured-post-widget.php:470
1588
  msgid "Sort Order"
1589
  msgstr "كيفية الترتيب"
1590
 
1591
+ #: lib/widgets/featured-post-widget.php:465
1592
  msgid "Random"
1593
  msgstr "عشوائيا"
1594
 
1595
+ #: lib/widgets/featured-post-widget.php:464
1596
  msgid "Comment Count"
1597
  msgstr "عدد التعليقات"
1598
 
1599
+ #: lib/widgets/featured-post-widget.php:463
1600
  msgid "ID"
1601
  msgstr "المعرف"
1602
 
1603
+ #: lib/widgets/featured-post-widget.php:462
1604
  msgid "Parent"
1605
  msgstr "الرئيسي"
1606
 
1607
+ #: lib/widgets/featured-post-widget.php:457
1608
  msgid "Order By"
1609
  msgstr "الترتيب حسب"
1610
 
1611
+ #: lib/widgets/featured-post-widget.php:452
1612
  msgid "Number of Posts to Offset"
1613
  msgstr "عدد التدوينات لموازنتها"
1614
 
1615
+ #: lib/widgets/featured-post-widget.php:431
1616
  msgid "Category"
1617
  msgstr "التصنيف"
1618
 
1632
  msgid "Displays featured posts with thumbnails"
1633
  msgstr "إظهار المواضيع المميزة مع الصور البارزة"
1634
 
1635
+ #: lib/widgets/featured-page-widget.php:361
1636
  msgid "More Text"
1637
  msgstr "نص قراءة المزيد"
1638
 
1639
+ #: lib/widgets/featured-page-widget.php:356
1640
  msgid "Content Character Limit"
1641
  msgstr "حد حروف المحتوى"
1642
 
1643
+ #: lib/widgets/featured-page-widget.php:352
1644
  msgid "Show Page Content"
1645
  msgstr "إظهار محتوى الصفحة"
1646
 
1647
+ #: lib/widgets/featured-page-widget.php:347
1648
  msgid "Show Page Title"
1649
  msgstr "إظهار عنوان الصفحة"
1650
 
1651
+ #: config/customizer-seo-settings.php:77
1652
+ #: config/customizer-theme-settings.php:289
1653
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1654
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1655
+ #: lib/widgets/featured-page-widget.php:336
1656
+ #: lib/widgets/featured-post-widget.php:509
1657
+ #: lib/widgets/featured-post-widget.php:539
1658
  #: lib/widgets/user-profile-widget.php:186
1659
  #: lib/widgets/user-profile-widget.php:210
1660
  msgid "None"
1661
  msgstr "بدون محاذات"
1662
 
1663
+ #: lib/widgets/featured-page-widget.php:334
1664
+ #: lib/widgets/featured-post-widget.php:537
1665
  msgid "Image Alignment"
1666
  msgstr "محاذات الصورة"
1667
 
1668
+ #: lib/widgets/featured-page-widget.php:299
1669
  msgid "Page"
1670
  msgstr "الصفحة"
1671
 
1672
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1673
  msgid "by"
1674
  msgstr "بقلم"
1675
 
1681
  msgid "Displays featured page with thumbnails"
1682
  msgstr "عرض الصفحة المميزة"
1683
 
1684
+ #: lib/widgets/featured-page-widget.php:294
1685
+ #: lib/widgets/featured-post-widget.php:422
1686
+ #: lib/widgets/featured-post-widget.php:461
1687
+ #: lib/widgets/featured-post-widget.php:595
1688
  #: lib/widgets/user-profile-widget.php:148
1689
  msgid "Title"
1690
  msgstr "العنوان"
1691
 
1692
+ #: config/breadcrumbs.php:47
1693
  msgid "Search for "
1694
  msgstr "البحث عن"
1695
 
1696
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1697
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1698
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1699
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1700
+ #: lib/structure/archive.php:198
1701
  msgid "Archives for "
1702
  msgstr "أرشيف "
1703
 
1704
+ #: config/breadcrumbs.php:42
1705
  msgid "You are here: "
1706
  msgstr "أنت في:"
1707
 
1714
  msgstr "منطقة المربعات الجانبية الرئيسية"
1715
 
1716
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1717
+ #: searchform.php:49
1718
  msgid "Search"
1719
  msgstr "البحث"
1720
 
1721
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1722
  msgid "About"
1723
  msgstr "عن "
1724
 
1726
  msgid "By"
1727
  msgstr "بقلم"
1728
 
1729
+ #: lib/structure/post.php:390
1730
  msgid "[Read more...]"
1731
  msgstr "[المزيد ...]"
1732
 
1733
+ #: lib/structure/menu.php:154
1734
  msgid "Comments"
1735
  msgstr "تعليقات"
1736
 
1737
+ #: lib/structure/menu.php:153
1738
  msgid "Posts"
1739
  msgstr "التدوينات"
1740
 
1741
+ #: lib/init.php:104
1742
  msgid "Primary Navigation Menu"
1743
  msgstr "القائمة التصفح الرئيسية"
1744
 
1745
+ #: lib/structure/footer.php:168
1746
  msgid "Copyright"
1747
  msgstr "كافة الحقوق محفوظة"
1748
 
1749
+ #: lib/structure/comments.php:548
1750
  msgid "Speak Your Mind"
1751
  msgstr "شاركنا رأيك"
1752
 
1753
+ #: lib/structure/comments.php:539
1754
  msgid "Website"
1755
  msgstr " الموقع الإليكتروني (إن وجد)"
1756
 
1757
+ #: lib/structure/comments.php:533
1758
  msgid "Email"
1759
  msgstr " البريد الإليكتروني"
1760
 
1761
+ #: lib/structure/comments.php:527
1762
  msgid "Name"
1763
  msgstr " الإسم الكريم"
1764
 
1765
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1766
  msgid "Your comment is awaiting moderation."
1767
  msgstr "شكرا جزيلا لك، تعليقك في انتظار موافقة الإدارة."
1768
 
1769
  #. translators: 1: Comment date, 2: Comment time.
1770
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1771
  msgid "%1$s at %2$s"
1772
  msgstr "%1$s بتوقيت %2$s"
1773
 
1774
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1775
  msgid "says"
1776
  msgstr "قال"
1777
 
1778
+ #: lib/structure/comments.php:170
 
 
 
 
 
1779
  msgid "<h3>Trackbacks</h3>"
1780
  msgstr "<h3>التنبيهات</h3>"
1781
 
1782
+ #: lib/structure/comments.php:77
1783
  msgid "<h3>Comments</h3>"
1784
  msgstr "<h3>التعليقات</h3>"
1785
 
1786
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1787
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1788
  msgid "(Edit)"
1789
  msgstr "(تحرير)"
1790
 
1808
  msgid "Leave a Comment"
1809
  msgstr "اضافة تعليق"
1810
 
1811
+ #: lib/shortcodes/footer.php:312
1812
  msgid "Log out"
1813
  msgstr "تسجيل الخروج"
1814
 
1815
+ #: lib/shortcodes/footer.php:310
1816
  msgid "Log in"
1817
  msgstr "تسجيل الدخول"
1818
 
1821
  msgstr "العودة للأعلى"
1822
 
1823
  #. translators: %s: Genesis version.
1824
+ #: lib/functions/upgrade.php:921
1825
  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."
1826
  msgstr "النسخة %s من إطار العمل Genesis متوفرة، لراحتكم وفرنا ترقية سريعة بسيطة بنقرة زر واحدة فقط، الرجاء التوجه الى لوحة التحكم والقيام بالترقية "
1827
 
1828
  #. translators: 1: Genesis version, 2: URL for current website.
1829
+ #: lib/functions/upgrade.php:918
1830
  msgid "Genesis %1$s is available for %2$s"
1831
  msgstr ""
1832
 
1833
+ #: lib/functions/upgrade.php:830
1834
  msgid "Click here to complete the upgrade"
1835
  msgstr "الرجاء النقر هنا لإستكمال الترقية"
1836
 
1837
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1838
  msgid "Home"
1839
  msgstr "الرئيسية"
1840
 
1841
+ #: lib/widgets/featured-post-widget.php:447
1842
+ #: lib/widgets/featured-post-widget.php:600
1843
  msgid "Number of Posts to Show"
1844
  msgstr "عدد التدوينات لعرضها"
1845
 
1846
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1847
+ #: lib/widgets/featured-post-widget.php:439
1848
  msgid "All Categories"
1849
  msgstr "جميع التصنيفات"
1850
 
1852
  msgid "Display which category"
1853
  msgstr "إختاروا أي تصنيف"
1854
 
1855
+ #: config/customizer-theme-settings.php:304
1856
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1857
  msgid "Numeric"
1858
  msgstr "ترقيم رقمي "
1859
 
1860
+ #: config/customizer-theme-settings.php:303
1861
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1862
  msgid "Previous / Next"
1863
  msgstr "السابق / التالي"
1864
 
1865
+ #: lib/widgets/featured-page-widget.php:322
1866
+ #: lib/widgets/featured-post-widget.php:525
1867
  msgid "Image Size"
1868
  msgstr "حجم الصورة"
1869
 
1870
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1871
+ #: lib/widgets/featured-post-widget.php:579
1872
  msgid "characters"
1873
  msgstr "حرف"
1874
 
1875
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1876
+ #: lib/widgets/featured-post-widget.php:577
1877
  msgid "Limit content to"
1878
  msgstr "تحديد المحتوى الظاهر الى"
1879
 
1880
+ #: config/customizer-theme-settings.php:248
1881
  msgid "Select one of the following"
1882
  msgstr "إختر واحد من التالي:"
1883
 
1933
  msgid "Today's date"
1934
  msgstr "تاريخ اليوم"
1935
 
1936
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1937
  #: lib/views/help/genesis-layout.php:25
1938
  msgid "Full Width Content"
1939
  msgstr "بعرض كامل بدون قوائم جانبية"
1940
 
1941
+ #: config/customizer-theme-settings.php:69
1942
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1943
  msgid "Image logo"
1944
  msgstr "صورة الشعار"
1955
  msgid "Version"
1956
  msgstr "رقم نسخة إطار العمل:"
1957
 
1958
+ #: config/customizer-theme-settings.php:244
1959
+ #: lib/classes/class-genesis-admin-settings.php:244
1960
+ #: lib/classes/class-genesis-admin-settings.php:297
1961
  #: lib/views/help/genesis-archives.php:15
1962
  msgid "Content Archives"
1963
  msgstr "أرشيف المحتوى"
1964
 
1965
+ #: config/customizer-theme-settings.php:132
1966
+ #: lib/classes/class-genesis-admin-settings.php:242
1967
+ #: lib/classes/class-genesis-admin-settings.php:293
1968
  #: lib/views/help/genesis-breadcrumbs.php:15
1969
  msgid "Breadcrumbs"
1970
  msgstr "التصفح التدريجي"
1973
  msgid "Author Box"
1974
  msgstr "صندوق عن الكاتب"
1975
 
1976
+ #: lib/classes/class-genesis-admin-settings.php:234
1977
+ #: lib/classes/class-genesis-admin-settings.php:275
1978
  #: lib/views/help/genesis-feeds.php:15
1979
  msgid "Custom Feeds"
1980
  msgstr "التلقيمات الإخبارية المخصصة"
1981
 
1982
+ #: lib/classes/class-genesis-admin-settings.php:233
1983
+ #: lib/classes/class-genesis-admin-settings.php:268
1984
  #: lib/views/help/genesis-information.php:15
1985
  msgid "Information"
1986
  msgstr "المعلومات العامة"
2061
  msgid "Shortlink Tag"
2062
  msgstr "رابط مختصر للوسم:"
2063
 
2064
+ #: config/customizer-seo-settings.php:158
2065
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2066
  msgid "Include Windows Live Writer Support Tag?"
2067
  msgstr "إدراج وسم دعم Windows Live Writer؟"
2083
  msgid "I'll manually wrap my own text on the homepage"
2084
  msgstr "سأقوم بإدراج نص مخصص بنفسي في الصفحة الرئيسية"
2085
 
2086
+ #: config/customizer-seo-settings.php:75
2087
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2088
  msgid "Site Title"
2089
  msgstr "عنوان المدونة او الموقع"
2090
 
2091
+ #: config/customizer-theme-settings.php:291
2092
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2093
+ #: lib/widgets/featured-page-widget.php:338
2094
+ #: lib/widgets/featured-post-widget.php:511
2095
+ #: lib/widgets/featured-post-widget.php:541
2096
  #: lib/widgets/user-profile-widget.php:188
2097
  msgid "Right"
2098
  msgstr "محاذات على اليمين"
2099
 
2100
+ #: config/customizer-theme-settings.php:290
2101
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2102
+ #: lib/widgets/featured-page-widget.php:337
2103
+ #: lib/widgets/featured-post-widget.php:510
2104
+ #: lib/widgets/featured-post-widget.php:540
2105
  #: lib/widgets/user-profile-widget.php:187
2106
  msgid "Left"
2107
  msgstr "محاذات على اليسار"
2110
  msgid "Are you sure you want to reset?"
2111
  msgstr "هل أنت متأكد من رغبتك في إستعادة الإعدادات الإفتراضية"
2112
 
2113
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2114
+ #: lib/classes/class-genesis-admin-settings.php:64
2115
+ #: lib/classes/class-genesis-admin.php:148
2116
  msgid "Reset Settings"
2117
  msgstr "إستعادة الإعدادات الرئيسية"
2118
 
2119
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2120
  msgid "Genesis - SEO Settings"
2121
  msgstr "إعدادات SEO"
2122
 
2123
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2124
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2125
  #: lib/views/help/seo-dochead.php:15
2126
  msgid "Document Head Settings"
2127
  msgstr "إعدادات ترويسة التدوينات والصفحات"
2128
 
2129
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2130
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2131
  #: lib/views/help/seo-homepage.php:15
2132
  msgid "Homepage Settings"
2133
  msgstr "إعدادات الصفحة الرئيسية"
2134
 
2135
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2136
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2137
+ #: lib/classes/class-genesis-admin-import-export.php:127
2138
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2139
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2140
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2141
  msgid "SEO Settings"
2142
  msgstr "إعدادات SEO"
2143
 
2144
+ #: config/customizer-theme-settings.php:23
2145
+ #: lib/classes/class-genesis-admin-import-export.php:123
2146
+ #: lib/classes/class-genesis-admin-settings.php:53
2147
+ #: lib/classes/class-genesis-admin-settings.php:54
2148
+ #: lib/classes/class-genesis-admin-settings.php:232
2149
  #: lib/views/help/genesis-theme-settings.php:15
2150
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2151
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2152
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2153
  msgid "Theme Settings"
2154
  msgstr "إعدادات القالب"
2155
 
2162
  msgid "Apply %s to this post/page"
2163
  msgstr "تطبيق وسم %s على هذه التدوينة/الصفحة"
2164
 
2165
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2166
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2167
  #: lib/views/help/seo-robots.php:15
2168
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2169
  msgid "Robots Meta Settings"
2170
  msgstr "إعدادات مخصصة لعناكب البحث"
2171
 
2172
+ #: lib/admin/privacy-requests.php:194
2173
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2174
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2175
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2180
  msgid "This post is password protected. Enter the password to view comments."
2181
  msgstr "هذه المقالة محمية بكلمة مرور، الرجاء إدخالها للإستمرار أكثر"
2182
 
2183
+ #: lib/functions/general.php:492
2184
  msgid "Recent Posts:"
2185
  msgstr "حسب أحدث المقالات:"
2186
 
2187
+ #: lib/functions/general.php:489
2188
  msgid "Monthly:"
2189
  msgstr "حسب الشهر:"
2190
 
2191
+ #: lib/functions/general.php:486
2192
  msgid "Authors:"
2193
  msgstr "حسب الكتاب:"
2194
 
2195
+ #: lib/functions/general.php:483
2196
  msgid "Categories:"
2197
  msgstr "حسب التصنيفات:"
2198
 
2199
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2200
  msgid "Pages:"
2201
  msgstr "حسب الصفحات:"
2202
 
2203
+ #: lib/classes/class-genesis-admin-settings.php:247
2204
  msgid "Home Pages"
2205
  msgstr "الصفحات الرئيسية"
2206
 
2245
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2246
  msgstr ""
2247
 
2248
+ #: lib/classes/class-genesis-admin-settings.php:245
2249
  #: lib/views/help/genesis-blog.php:15
2250
  msgid "Blog Page"
2251
  msgstr "صفحة المدونة"
2428
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2429
  msgstr ""
2430
 
2431
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2432
  #: lib/views/help/seo-doctitle.php:15
2433
  msgid "Doctitle Settings"
2434
  msgstr "إعدادات عنوان دي أو سي"
2453
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2454
  msgstr ""
2455
 
2456
+ #: lib/classes/class-genesis-admin.php:495
2457
  msgid "Genesis Tutorials"
2458
  msgstr "دروس جنيسيس"
2459
 
2460
+ #: lib/classes/class-genesis-admin.php:494
2461
  msgid "Genesis Snippets"
2462
  msgstr "قصاصات جنيسيس"
2463
 
2464
+ #: lib/classes/class-genesis-admin.php:493
2465
  msgid "Get Support"
2466
  msgstr "إحصل على الدعم"
2467
 
2468
+ #: lib/classes/class-genesis-admin.php:492
2469
  msgid "For more information:"
2470
  msgstr "للمزيد من المعلومات:"
2471
 
2503
  msgid "This allows you to import or export Genesis Settings."
2504
  msgstr "هذا يسمح لك إستيراد او تصدير إعدادات جنيسيس"
2505
 
 
 
 
 
 
 
2506
  #. translators: Opening and closing link tags to custom menu editor.
2507
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2508
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2509
  msgstr ""
2510
 
2511
  #: lib/views/help/genesis-navigation.php:23
2538
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2539
  msgstr ""
2540
 
2541
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2542
  msgid "data in style sheet files"
2543
  msgstr "البيانات في ملفات ستايل شييت"
2544
 
2586
  msgstr ""
2587
 
2588
  #. translators: JOSN file extension.
2589
+ #: lib/views/pages/genesis-admin-import-export.php:56
2590
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2591
  msgstr ""
2592
 
2630
  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."
2631
  msgstr "يمكنك استيراد ملف قمت مسبقا بتصديره. اسم الملف يبدأ بـ %s يليه بواحدة أو أكثر من السلاسل التي تشير إلى الإعدادات التي تحتويها، أخيرا يتبعها التاريخ والوقت المصدرة مسبقا."
2632
 
2633
+ #: config/customizer-seo-settings.php:278
2634
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2635
  msgid "Directories"
2636
  msgstr ""
2637
 
2638
+ #: config/customizer-seo-settings.php:223
2639
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2640
  msgid "Archiving"
2641
  msgstr ""
2642
 
2643
+ #: config/customizer-seo-settings.php:176
2644
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2645
  msgid "Indexing"
2646
  msgstr ""
2655
  msgid "Primary Title %s"
2656
  msgstr ""
2657
 
2658
+ #: config/customizer-seo-settings.php:58
2659
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2660
  msgid "Additions on right"
2661
  msgstr ""
2662
 
2663
+ #: config/customizer-seo-settings.php:57
2664
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2665
  msgid "Additions on left"
2666
  msgstr ""
2667
 
2668
+ #: config/customizer-seo-settings.php:52
2669
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2670
  msgid "Document Title Order"
2671
  msgstr ""
2672
 
2674
  msgid "Section Headings"
2675
  msgstr ""
2676
 
2677
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2678
  msgid "Site-wide Settings"
2679
  msgstr ""
2680
 
2683
  msgid "Canonical URL"
2684
  msgstr ""
2685
 
2686
+ #: config/customizer-seo-settings.php:31
2687
  #: lib/views/help/genesis-inpost-seo.php:16
2688
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2689
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2691
  msgid "Document Title"
2692
  msgstr ""
2693
 
2694
+ #: lib/classes/class-genesis-admin.php:490
2695
  msgid "Link opens in a new window."
2696
  msgstr ""
2697
 
2698
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2699
  msgid "Featured Image Alignment"
2700
  msgstr ""
2701
 
2702
+ #: config/customizer-theme-settings.php:276
2703
  msgid "Featured Image Size"
2704
  msgstr ""
2705
 
2706
+ #: config/customizer-theme-settings.php:268
2707
  msgid "Display the featured image?"
2708
  msgstr ""
2709
 
2710
+ #: config/customizer-theme-settings.php:260
2711
  msgid "Limit content to how many characters? (0 for no limit)"
2712
  msgstr ""
2713
 
2714
+ #: config/customizer-theme-settings.php:234
2715
  msgid "Enable Trackbacks on Pages"
2716
  msgstr ""
2717
 
2718
+ #: config/customizer-theme-settings.php:226
2719
  msgid "Enable Trackbacks on Posts"
2720
  msgstr ""
2721
 
2722
+ #: config/customizer-theme-settings.php:218
2723
  msgid "Enable Comments on Pages"
2724
  msgstr ""
2725
 
2726
+ #: config/customizer-theme-settings.php:210
2727
  msgid "Enable Comments on Posts"
2728
  msgstr ""
2729
 
2730
+ #: config/customizer-theme-settings.php:196
2731
  msgid "Breadcrumbs on Attachment/Media"
2732
  msgstr ""
2733
 
2734
+ #: config/customizer-theme-settings.php:188
2735
+ msgid "Breadcrumbs on 404 page"
2736
+ msgstr ""
2737
 
2738
+ #: config/customizer-theme-settings.php:180
2739
  msgid "Breadcrumbs on Archives"
2740
  msgstr ""
2741
 
2742
+ #: config/customizer-theme-settings.php:172
2743
  msgid "Breadcrumbs on Pages"
2744
  msgstr ""
2745
 
2746
+ #: config/customizer-theme-settings.php:164
2747
  msgid "Breadcrumbs on Single Posts"
2748
  msgstr ""
2749
 
2750
+ #: config/customizer-theme-settings.php:156
2751
+ msgid "Breadcrumbs on Posts page"
 
 
 
 
2752
  msgstr ""
2753
 
2754
+ #: config/customizer-theme-settings.php:138
2755
+ #: config/customizer-theme-settings.php:147
2756
  msgid "Breadcrumbs on Homepage"
2757
  msgstr ""
2758
 
2760
  msgid "Select Default Layout"
2761
  msgstr ""
2762
 
2763
+ #: config/customizer-theme-settings.php:116
2764
  msgid "Site Layout"
2765
  msgstr ""
2766
 
2767
+ #: config/customizer-theme-settings.php:104
2768
  msgid "Select Color Style"
2769
  msgstr ""
2770
 
2771
+ #: config/customizer-theme-settings.php:100
2772
  msgid "Color Scheme"
2773
  msgstr ""
2774
 
2775
+ #: config/customizer-theme-settings.php:68
2776
  msgid "Dynamic Text"
2777
  msgstr ""
2778
 
2789
  msgid "Reader Interactions"
2790
  msgstr ""
2791
 
 
 
 
 
2792
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2793
  msgid "Author Archive SEO Settings"
2794
  msgstr ""
2795
 
2796
+ #: config/customizer-theme-settings.php:327
2797
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2798
  msgid "Footer Scripts"
2799
  msgstr ""
2800
 
2801
+ #: config/customizer-theme-settings.php:317
2802
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2803
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2804
  msgid "Header Scripts"
2805
  msgstr ""
2806
 
2807
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2808
  msgid "Posts per Page"
2809
  msgstr ""
2810
 
2811
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2812
  msgid "Category IDs, comma separated - 1,2,3 for example"
2813
  msgstr ""
2814
 
2815
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2816
  msgid "Exclude Categories"
2817
  msgstr ""
2818
 
2820
  msgid "Display Category"
2821
  msgstr ""
2822
 
2823
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2824
  msgid "Entry Pagination"
2825
  msgstr ""
2826
 
2827
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2828
  msgid "Image Alignment:"
2829
  msgstr ""
2830
 
2831
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2832
  msgid "Featured Image"
2833
  msgstr ""
2834
 
2835
+ #: config/customizer-theme-settings.php:253
2836
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2837
  msgid "Entry excerpts"
2838
  msgstr ""
2839
 
2840
+ #: config/customizer-theme-settings.php:252
2841
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2842
  msgid "Entry content"
2843
  msgstr ""
2844
 
2845
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2846
  msgid "Display"
2847
  msgstr ""
2848
 
2879
  msgid "Email address"
2880
  msgstr ""
2881
 
2882
+ #: config/customizer-theme-settings.php:30
2883
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2884
  msgid "Updates"
2885
  msgstr ""
2886
 
2887
+ #: config/layouts.php:49
2888
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2889
  msgstr ""
2890
 
2891
+ #: config/layouts.php:44
2892
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2893
  msgstr ""
2894
 
2895
+ #: config/layouts.php:39
2896
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2897
  msgstr ""
2898
 
2899
+ #: config/layouts.php:33
2900
  msgid "Primary Sidebar, Content"
2901
  msgstr ""
2902
 
2903
+ #: config/layouts.php:27
2904
  msgid "Content, Primary Sidebar"
2905
  msgstr ""
2906
 
2907
+ #: lib/functions/formatting.php:101
2908
  msgid "about "
2909
  msgstr "عن"
2910
 
2911
+ #: lib/classes/class-genesis-cli-db-command.php:43
2912
  msgid "Genesis database upgraded."
2913
  msgstr ""
2914
 
 
 
 
 
 
2915
  #. Template Name of the plugin/theme
2916
  msgid "Blog"
2917
  msgstr "مدونة"
2932
  msgid "Genesis"
2933
  msgstr ""
2934
 
2935
+ #: lib/widgets/featured-post-widget.php:564
2936
  msgid "Content Post Info"
2937
  msgstr ""
2938
 
2939
+ #: lib/widgets/featured-post-widget.php:484
2940
  msgid "Exclude Sticky Posts?"
2941
  msgstr ""
2942
 
2943
+ #: config/customizer-theme-settings.php:292
2944
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:72
2945
+ #: lib/widgets/featured-page-widget.php:339
2946
+ #: lib/widgets/featured-post-widget.php:542
2947
  msgid "Center"
2948
  msgstr ""
2949
 
2950
+ #: lib/widgets/featured-page-widget.php:134
2951
+ #: lib/widgets/featured-post-widget.php:172
2952
  msgid "(no title)"
2953
  msgstr "(بلا عنوان)"
2954
 
2955
+ #: lib/structure/post.php:862
2956
  msgid "Current page"
2957
  msgstr "الصفحة الحالية"
2958
 
2959
+ #: lib/structure/post.php:425 lib/structure/post.php:835
2960
  msgid "Page "
2961
  msgstr "صفحة"
2962
 
2963
+ #: lib/structure/header.php:869
2964
  msgid "Skip to footer"
2965
  msgstr ""
2966
 
2967
+ #: lib/structure/header.php:863
2968
  msgid "Skip to secondary sidebar"
2969
  msgstr ""
2970
 
2971
+ #: lib/structure/header.php:859
2972
  msgid "Skip to primary sidebar"
2973
  msgstr ""
2974
 
2975
+ #: lib/structure/header.php:856
2976
  msgid "Skip to content"
2977
  msgstr ""
2978
 
2979
+ #: lib/structure/header.php:853
2980
  msgid "Skip to primary navigation"
2981
  msgstr ""
2982
 
2983
+ #: lib/functions/widgetize.php:220
2984
  msgid "Widgets in this widget area will display after single entries."
2985
  msgstr ""
2986
 
2987
+ #: lib/functions/widgetize.php:219
2988
  msgid "After Entry"
2989
  msgstr "بعد التدوينة"
2990
 
2991
+ #: lib/functions/widgetize.php:136
2992
  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."
2993
  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,74 +9,290 @@ 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
75
- msgid "AdSense publisher ID"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  msgstr ""
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
@@ -91,11 +307,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 +334,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 +345,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,27 +394,27 @@ 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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
  msgstr ""
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
  msgstr ""
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
  msgstr ""
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
  msgstr ""
204
 
@@ -207,25 +423,25 @@ 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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
  msgstr ""
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
  msgstr ""
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
  msgstr ""
231
 
@@ -233,167 +449,166 @@ 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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
  msgstr ""
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
  msgstr ""
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
@@ -402,7 +617,7 @@ msgstr ""
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
  msgstr ""
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
@@ -441,11 +656,11 @@ msgstr ""
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
  msgstr ""
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
  msgstr ""
@@ -514,10 +729,6 @@ msgstr ""
514
  msgid "Edit Archive Settings"
515
  msgstr ""
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr ""
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr ""
@@ -530,7 +741,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 ""
@@ -539,9 +750,9 @@ msgstr ""
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr ""
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr ""
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr "За съжаление, няма съдържание отговарящо на зададените критерии."
584
 
585
- #: lib/structure/comments.php:370
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\", за да актуализирате."
@@ -594,7 +796,7 @@ msgstr "Актуализиране на Genesis ще замени сегашна
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 +822,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 +832,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
@@ -645,9 +847,9 @@ msgid "Archive"
645
  msgstr "Архив"
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
- msgstr "Страницата, която търсите вече не съществува. Може би вие можете да се върнете обратно към <a href=\"%s\">homepage</a> и вижте дали можете да намерите това, което търсите. Или, можете да опитате да го намерите, като използвате формата за търсене по-долу."
651
 
652
  #: 404.php:36
653
  msgid "Not found, error 404"
@@ -661,7 +863,7 @@ msgstr "Търси резултати за:"
661
  msgid "Contributor"
662
  msgstr "Сътрудник"
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr "Сътрудници"
667
 
@@ -673,28 +875,29 @@ 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"
687
  msgstr "Шаблон Блог Страница"
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr "Header"
@@ -704,7 +907,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,18 +920,18 @@ 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 "Определя коя страна на добавения текст заглавие ще продължи."
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr "Оставете празно, ако не искате да покажете някой въведен текст."
790
 
@@ -803,9 +1006,9 @@ msgstr "Оставете празно, ако не искате да покаж
803
  msgid "Archive Headline"
804
  msgstr "Архив на заглавие"
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr "Грешка в запаметяване на настройките."
811
 
@@ -813,11 +1016,11 @@ msgstr "Грешка в запаметяване на настройките."
813
  msgid "Custom Text Content"
814
  msgstr "Потребителски Текст съдържание"
815
 
816
- #: lib/init.php:104
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Помощно Навигационно Меню"
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr "Заглавие отляво"
823
 
@@ -826,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr "Не можете да използвате %s за създаването на две менюта в същия подклас."
849
 
@@ -855,11 +1058,11 @@ msgstr "Настройки на Авторски Архив"
855
  msgid "User Permissions"
856
  msgstr "Потребителски разрешения"
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr "Моля изберете стил на цвета от падащия списък и запазете настройките си."
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr "Стил цвят:"
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr " %1$s куката се изпълнява непосредствено преди затварянето%2$s етикет в документа източник."
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr "Размер на снимката:"
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr "Стил на цвят"
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr "Последвайте ме в Twitter"
888
 
@@ -911,19 +1114,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 +1134,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 +1142,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 +1150,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 +1158,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 +1166,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,25 +1174,25 @@ 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 "секунди"
985
 
986
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
987
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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"
@@ -999,52 +1202,48 @@ msgstr "Архиви"
999
  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
1008
  #: lib/views/help/genesis-scripts.php:15
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
1016
  msgid "Comments and Trackbacks"
1017
  msgstr "Коментари и проследявания"
1018
 
1019
- #: lib/classes/class-genesis-admin-settings.php:232
1020
- #: lib/classes/class-genesis-admin-settings.php:278
1021
  #: lib/views/help/genesis-layout.php:15
1022
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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 "Ключовите думи обикновено са игнорирани от търсачките."
1030
 
1031
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1032
- #: lib/classes/class-genesis-admin-settings.php:62
1033
- #: lib/classes/class-genesis-admin.php:131
1034
  msgid "Settings saved."
1035
  msgstr "Настройките са запазени."
1036
 
1037
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1038
- #: lib/classes/class-genesis-admin-settings.php:63
1039
- #: lib/classes/class-genesis-admin.php:132
1040
  msgid "Settings reset."
1041
  msgstr "Настройките възстановени."
1042
 
1043
- #: lib/classes/class-genesis-admin-import-export.php:100
1044
  msgid "Settings successfully imported."
1045
  msgstr "Настройките са внесени успешно."
1046
 
1047
- #: lib/views/pages/genesis-admin-import-export.php:38
1048
  msgid "Upload File and Import"
1049
  msgstr "Качи файл и внос"
1050
 
@@ -1053,15 +1252,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1053
  msgstr "Изберете файла от вашия компютър и щракнете върху \"Качи файл и внос \""
1054
 
1055
  #: lib/admin/customizer.php:94
1056
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1073,65 +1272,65 @@ msgstr "преди"
1073
  msgid "Select / Deselect All"
1074
  msgstr "Избор / Премахнете отметките на всички"
1075
 
1076
- #: lib/classes/class-genesis-admin-import-export.php:145
1077
  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
 
1089
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1338,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 +1348,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 "Потребителско Архивно Заглавие"
@@ -1184,7 +1383,7 @@ msgstr "Разрешаване на Генезис Администраторс
1184
  msgid "Genesis Admin Menus"
1185
  msgstr "Genesis администраторски менюта"
1186
 
1187
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1188
  msgid "Include the Featured Image?"
1189
  msgstr "Включване на избраното изображение?"
1190
 
@@ -1222,19 +1421,20 @@ msgstr "Персонализирано пренасочване URI"
1222
  msgid "Characters Used: %s"
1223
  msgstr "Знаците, използвани: %s"
1224
 
1225
- #: lib/views/pages/genesis-admin-import-export.php:61
1226
  msgid "Download Export File"
1227
  msgstr "Изтеглете документация по износа"
1228
 
1229
- #: lib/views/pages/genesis-admin-import-export.php:54
1230
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1231
  msgstr "След като сте записали изтегления файл, можете да използвате функцията за внос на друго място, за да импортирате тези данни."
1232
 
1233
- #: lib/views/pages/genesis-admin-import-export.php:46
1234
  msgid "Export Genesis Settings File"
1235
  msgstr "Генезис Настройки на експорта на файла"
1236
 
1237
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1238
  msgid "Upload File (Maximum Size: %s): "
1239
  msgstr "Качи файл: (максимален размер: %s)"
1240
 
@@ -1298,93 +1498,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,42 +1604,44 @@ 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
 
1442
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1443
  msgid "by"
1444
  msgstr "от"
1445
 
@@ -1451,27 +1653,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 +1686,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
 
@@ -1496,70 +1698,65 @@ msgstr "за"
1496
  msgid "By"
1497
  msgstr "от"
1498
 
1499
- #: lib/structure/post.php:380
1500
  msgid "[Read more...]"
1501
  msgstr "[Прочети повече...]"
1502
 
1503
- #: lib/structure/menu.php:150
1504
  msgid "Comments"
1505
  msgstr "Коментари"
1506
 
1507
- #: lib/structure/menu.php:149
1508
  msgid "Posts"
1509
  msgstr "Публикации"
1510
 
1511
- #: lib/init.php:103
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Основно навигационно меню"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Авторско право"
1518
 
1519
- #: lib/structure/comments.php:495
1520
  msgid "Speak Your Mind"
1521
  msgstr "Изкажете мнението си"
1522
 
1523
- #: lib/structure/comments.php:486
1524
  msgid "Website"
1525
  msgstr "уебсайт"
1526
 
1527
- #: lib/structure/comments.php:480
1528
  msgid "Email"
1529
  msgstr "имейл"
1530
 
1531
- #: lib/structure/comments.php:474
1532
  msgid "Name"
1533
  msgstr "име"
1534
 
1535
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1536
  msgid "Your comment is awaiting moderation."
1537
  msgstr "Вашия коментар е в очакване на умереност."
1538
 
1539
  #. translators: 1: Comment date, 2: Comment time.
1540
- #: lib/structure/comments.php:265
1541
  msgid "%1$s at %2$s"
1542
  msgstr "%1$s at %2$s"
1543
 
1544
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1545
  msgid "says"
1546
  msgstr "казва"
1547
 
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>"
1555
  msgstr "<h3>Проследявания</h3>"
1556
 
1557
- #: lib/structure/comments.php:72
1558
  msgid "<h3>Comments</h3>"
1559
  msgstr "<h3>Коментари</h3>"
1560
 
1561
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1562
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1563
  msgid "(Edit)"
1564
  msgstr "(редактирам)"
1565
 
@@ -1583,11 +1780,11 @@ msgstr "1 коментар"
1583
  msgid "Leave a Comment"
1584
  msgstr "Оставете коментар"
1585
 
1586
- #: lib/shortcodes/footer.php:309
1587
  msgid "Log out"
1588
  msgstr "Изход"
1589
 
1590
- #: lib/shortcodes/footer.php:307
1591
  msgid "Log in"
1592
  msgstr "Вход"
1593
 
@@ -1596,30 +1793,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 +1824,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 +1905,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,16 +1927,16 @@ 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
1744
  msgid "Breadcrumbs"
1745
  msgstr "Навигационните пътища"
@@ -1748,14 +1945,14 @@ msgstr "Навигационните пътища"
1748
  msgid "Author Box"
1749
  msgstr "Автор кутия"
1750
 
1751
- #: lib/classes/class-genesis-admin-settings.php:231
1752
- #: lib/classes/class-genesis-admin-settings.php:272
1753
  #: lib/views/help/genesis-feeds.php:15
1754
  msgid "Custom Feeds"
1755
  msgstr "Потребителски канали"
1756
 
1757
- #: lib/classes/class-genesis-admin-settings.php:230
1758
- #: lib/classes/class-genesis-admin-settings.php:265
1759
  #: lib/views/help/genesis-information.php:15
1760
  msgid "Information"
1761
  msgstr "Информация"
@@ -1836,7 +2033,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,25 +2055,25 @@ 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 "Наляво"
@@ -1885,46 +2082,46 @@ msgstr "Наляво"
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Сигурни ли сте че искате да възстановите?"
1887
 
1888
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1889
- #: lib/classes/class-genesis-admin-settings.php:61
1890
- #: lib/classes/class-genesis-admin.php:130
1891
  msgid "Reset Settings"
1892
  msgstr "Възстановяване на настройките"
1893
 
1894
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1895
  msgid "Genesis - SEO Settings"
1896
  msgstr "Генезис - SEO Настройки"
1897
 
1898
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1899
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1900
  #: lib/views/help/seo-dochead.php:15
1901
  msgid "Document Head Settings"
1902
  msgstr "Настройки на head документи"
1903
 
1904
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1905
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1906
  #: lib/views/help/seo-homepage.php:15
1907
  msgid "Homepage Settings"
1908
  msgstr "Настройки на началната страница"
1909
 
1910
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1911
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1912
- #: lib/classes/class-genesis-admin-import-export.php:125
1913
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1914
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1915
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1923
- #: lib/classes/class-genesis-admin-settings.php:229
1924
  #: lib/views/help/genesis-theme-settings.php:15
1925
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1926
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1927
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1928
  msgid "Theme Settings"
1929
  msgstr "Тема настройки"
1930
 
@@ -1937,14 +2134,14 @@ msgstr "Тема настройки"
1937
  msgid "Apply %s to this post/page"
1938
  msgstr "Прилагане на% S за тази публикация / страница"
1939
 
1940
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1941
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1942
  #: lib/views/help/seo-robots.php:15
1943
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2152,27 @@ 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
 
1978
- #: lib/classes/class-genesis-admin-settings.php:244
1979
  msgid "Home Pages"
1980
  msgstr "Начална Страница"
1981
 
@@ -2020,7 +2217,7 @@ msgstr "Как Работи Началната Страница "
2020
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2021
  msgstr "Това осигурява две полета, които ще изведе до <head></head> на сайта си и точно преди </body>. Те ще се появят на всяка страница от сайта и са чудесен начин да добавите аналитичен код и други скриптове. Не можете да използвате PHP в тези области. Ако трябва да използвате PHP след това трябва да се търсят в прости плъгини Genesis куки."
2022
 
2023
- #: lib/classes/class-genesis-admin-settings.php:242
2024
  #: lib/views/help/genesis-blog.php:15
2025
  msgid "Blog Page"
2026
  msgstr "Блог Страница"
@@ -2203,7 +2400,7 @@ msgstr ""
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 ""
2205
 
2206
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2207
  #: lib/views/help/seo-doctitle.php:15
2208
  msgid "Doctitle Settings"
2209
  msgstr "Doctitle Настройки"
@@ -2228,19 +2425,19 @@ msgstr "Ако не виждате SEO Settings подменюто, тогава
2228
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2229
  msgstr "Genesis SEO (Search Engine Optimization) е учтив, и ще се деактивира, когато най-популярните плъгини SEO (например, All-In-One SEO, WordPress SEO и т.н.) са активни."
2230
 
2231
- #: lib/classes/class-genesis-admin.php:435
2232
  msgid "Genesis Tutorials"
2233
  msgstr "Genesis Уроци"
2234
 
2235
- #: lib/classes/class-genesis-admin.php:434
2236
  msgid "Genesis Snippets"
2237
  msgstr "Genesis Откъси"
2238
 
2239
- #: lib/classes/class-genesis-admin.php:433
2240
  msgid "Get Support"
2241
  msgstr "Вземи поддръжка"
2242
 
2243
- #: lib/classes/class-genesis-admin.php:432
2244
  msgid "For more information:"
2245
  msgstr "За повече информация:"
2246
 
@@ -2278,15 +2475,9 @@ 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."
2290
  msgstr ""
2291
 
2292
  #: lib/views/help/genesis-navigation.php:23
@@ -2319,12 +2510,7 @@ msgstr ""
2319
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2320
  msgstr ""
2321
 
2322
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2323
- #: lib/structure/sidebar.php:67
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
 
@@ -2372,7 +2558,7 @@ msgid "This works with the Blog Template, which is a page template that shows yo
2372
  msgstr "Това работи с блог шаблон, който е една страница шаблон, който показва най-новите мнения. Това е, което хората виждат, когато кацнат на началната си страница."
2373
 
2374
  #. translators: JOSN file extension.
2375
- #: lib/views/pages/genesis-admin-import-export.php:51
2376
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2377
  msgstr "Когато щракнете върху бутона по-долу, Genesis ще генерира файл с данни (%s) за да запишете на вашия компютър."
2378
 
@@ -2416,17 +2602,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,18 +2627,18 @@ 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 ""
2458
 
@@ -2460,7 +2646,7 @@ msgstr ""
2460
  msgid "Section Headings"
2461
  msgstr ""
2462
 
2463
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2464
  msgid "Site-wide Settings"
2465
  msgstr ""
2466
 
@@ -2469,7 +2655,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
@@ -2477,76 +2663,68 @@ msgstr ""
2477
  msgid "Document Title"
2478
  msgstr ""
2479
 
2480
- #: lib/classes/class-genesis-admin.php:430
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 +2732,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
 
@@ -2583,34 +2761,30 @@ msgstr ""
2583
  msgid "Reader Interactions"
2584
  msgstr ""
2585
 
2586
- #: 404.php:57
2587
- msgid "Sitemap"
2588
- msgstr ""
2589
-
2590
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2603
  msgstr ""
2604
 
2605
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2606
  msgid "Posts per Page"
2607
  msgstr ""
2608
 
2609
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2610
  msgid "Category IDs, comma separated - 1,2,3 for example"
2611
  msgstr ""
2612
 
2613
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2614
  msgid "Exclude Categories"
2615
  msgstr ""
2616
 
@@ -2618,29 +2792,29 @@ msgstr ""
2618
  msgid "Display Category"
2619
  msgstr ""
2620
 
2621
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2622
  msgid "Entry Pagination"
2623
  msgstr ""
2624
 
2625
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2626
  msgid "Image Alignment:"
2627
  msgstr ""
2628
 
2629
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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 ""
2642
 
2643
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2644
  msgid "Display"
2645
  msgstr ""
2646
 
@@ -2677,44 +2851,39 @@ 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
 
2709
- #: lib/classes/class-genesis-cli-command.php:44
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,62 +2904,62 @@ 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
 
2766
- #: lib/structure/header.php:846
2767
  msgid "Skip to footer"
2768
  msgstr ""
2769
 
2770
- #: lib/structure/header.php:840
2771
  msgid "Skip to secondary sidebar"
2772
  msgstr ""
2773
 
2774
- #: lib/structure/header.php:836
2775
  msgid "Skip to primary sidebar"
2776
  msgstr ""
2777
 
2778
- #: lib/structure/header.php:833
2779
  msgid "Skip to content"
2780
  msgstr ""
2781
 
2782
- #: lib/structure/header.php:830
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.10 in Bulgarian
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 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.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
  msgstr ""
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
 
 
 
 
 
 
 
 
 
 
 
21
  msgstr ""
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
  msgstr ""
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
  msgstr ""
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
  msgstr ""
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
  msgstr ""
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
  msgstr ""
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
  msgstr ""
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
  msgstr ""
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
  msgstr ""
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
  msgstr ""
58
 
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
  msgstr ""
62
 
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr ""
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr ""
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr ""
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr ""
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr ""
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr ""
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr ""
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr ""
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr ""
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr ""
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr ""
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
+ msgstr ""
113
+
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr ""
118
+
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr ""
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr ""
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr ""
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr ""
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr ""
140
+
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr ""
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr ""
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr ""
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr ""
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr ""
163
+
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
+ msgstr ""
168
+
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr ""
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr ""
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr ""
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
+ msgstr ""
185
+
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr ""
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
+ msgstr ""
209
+
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr ""
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr ""
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr ""
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr ""
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr ""
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr ""
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr ""
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr ""
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr ""
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr ""
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr ""
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr ""
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr ""
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr ""
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr ""
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr ""
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
  msgstr ""
284
 
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
+ msgstr ""
289
+
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr ""
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
+ msgid "AdSense publisher ID"
296
  msgstr ""
297
 
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
  msgstr ""
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
  msgstr ""
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
  msgstr ""
317
 
334
  msgstr ""
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
  msgstr ""
340
 
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
  msgstr ""
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
  msgstr ""
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
  msgstr ""
362
 
394
  msgid "Genesis Blue"
395
  msgstr ""
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
  msgstr ""
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
  msgstr ""
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
  msgstr ""
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
  msgstr ""
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
  msgstr ""
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
  msgstr ""
420
 
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
  msgstr ""
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
  msgstr ""
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
  msgstr ""
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
  msgstr ""
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
  msgstr ""
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
  msgstr ""
447
 
449
  msgid "Google Adsense"
450
  msgstr ""
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
  msgstr ""
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
  msgstr ""
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
  msgstr ""
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
  msgstr ""
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
  msgstr ""
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
  msgstr ""
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
  msgstr ""
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
  msgstr ""
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
  msgstr ""
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
  msgstr ""
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
  msgstr ""
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
  msgstr ""
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
  msgstr ""
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
  msgstr ""
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
  msgstr ""
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
  msgstr ""
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
  msgstr ""
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
  msgstr ""
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
  msgstr ""
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
  msgstr ""
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
  msgstr ""
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
  msgstr ""
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
  msgstr ""
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
  msgstr ""
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
  msgstr ""
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
  msgstr ""
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
  msgstr ""
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
  msgstr ""
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
  msgstr ""
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
  msgstr ""
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
  msgstr ""
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
  msgstr ""
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
  msgstr ""
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
  msgstr ""
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
  msgstr ""
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
  msgstr ""
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
  msgstr ""
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
  msgstr ""
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
  msgstr ""
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
  msgstr ""
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
  msgstr ""
729
  msgid "Edit Archive Settings"
730
  msgstr ""
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr ""
741
  msgid "Use for site title/logo"
742
  msgstr ""
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr ""
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr ""
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr ""
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr ""
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr ""
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr "Изключи Предходните Екранни Публикации?"
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr "За съжаление, няма съдържание отговарящо на зададените критерии."
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  msgstr "Актуализиране на Genesis ще замени сегашната инсталирана версия на Genesis. Наистина ли искате да актуализирате?. \"Cancel\", за да спре, \"OK\", за да актуализирате."
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr "Промените, които сте направили, ще бъдат загубени, ако излезете от тази страница."
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr "десетични или шестнадесетичен субекти"
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr "Мета Роботи Тагове"
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr "Мета Ключови думи"
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr "Архив"
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
+ msgstr ""
853
 
854
  #: 404.php:36
855
  msgid "Not found, error 404"
863
  msgid "Contributor"
864
  msgstr "Сътрудник"
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr "Сътрудници"
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  msgstr "Тези настройки важат за всяка страница, като се има предвид \"Blog\" страница шаблон , не начална страница или страници с архивни публикации."
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr "Начална страница"
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
+ msgstr ""
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr "Шаблон Блог Страница"
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr "Навигация"
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr "Header"
907
  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."
908
  msgstr ""
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  msgstr "Мета описание може да се използва за да се определи използваният текст под заглавието на резултатите от търсените страници."
920
  msgid "Site Description (Tagline)"
921
  msgstr "Сайт описание (Лозунгът)"
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr "Ако заглавието се състои от две части (оригинално заглавие и избор допълнение), а след това на сепаратора ще отидат в между тях."
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr "Разделител Заглавие на документ:"
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr "Определя коя страна на добавения текст заглавие ще продължи."
937
 
949
  msgid "Read More"
950
  msgstr "Прочетете повече"
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr "Търсете"
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr "Прочетете повече"
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  msgstr "Отидете на SEO настройки &rarr;"
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr "Отидете на Тема Настройки &rarr;"
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr "Project Leads"
971
 
978
  msgid "Google+"
979
  msgstr "Google+"
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr "Използвайте за заглавие на сайта / лого:"
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr "на"
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr "Оставете празно, ако не искате да покажете някой въведен текст."
993
 
1006
  msgid "Archive Headline"
1007
  msgstr "Архив на заглавие"
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr "Грешка в запаметяване на настройките."
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr "Потребителски Текст съдържание"
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr "Помощно Навигационно Меню"
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr "Заглавие отляво"
1026
 
1029
  msgstr "Разширен текст за връзка на страница"
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr "Долна %d област на притурка."
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  msgstr "Това е средната странична лента ако използвате трите колони за оформлението на сайта."
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  msgstr "Това е основната страничната лента, ако използвате две или три колони от опцията за оформлението на сайта."
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr "Аргументът, \"context\", е заменен с \"theme_location \" в $args масив."
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr "Не можете да използвате %s за създаването на две менюта в същия подклас."
1052
 
1058
  msgid "User Permissions"
1059
  msgstr "Потребителски разрешения"
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr "Моля изберете стил на цвета от падащия списък и запазете настройките си."
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr "Стил цвят:"
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr " %1$s куката се изпълнява непосредствено преди затварянето%2$s етикет в документа източник."
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr "Размер на снимката:"
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr "Стил на цвят"
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr "Последвайте ме в Twitter"
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr "Настройки на макета"
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr "Тема SEO Настройки"
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr "край"
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1134
  msgstr[1] "Множествено число: %s секунди"
1135
 
1136
  #. translators: %s: Number of minute(s).
1137
+ #: lib/functions/formatting.php:361
1138
  msgctxt "time difference"
1139
  msgid "%s minute"
1140
  msgid_plural "%s minutes"
1142
  msgstr[1] "Множествено число: %s минути"
1143
 
1144
  #. translators: %s: Number of hour(s).
1145
+ #: lib/functions/formatting.php:359
1146
  msgctxt "time difference"
1147
  msgid "%s hour"
1148
  msgid_plural "%s hours"
1150
  msgstr[1] "Множествено число: %s часове"
1151
 
1152
  #. translators: %s: Number of day(s).
1153
+ #: lib/functions/formatting.php:357
1154
  msgctxt "time difference"
1155
  msgid "%s day"
1156
  msgid_plural "%s days"
1158
  msgstr[1] "Множествено число: %s дни"
1159
 
1160
  #. translators: %s: Number of week(s).
1161
+ #: lib/functions/formatting.php:355
1162
  msgctxt "time difference"
1163
  msgid "%s week"
1164
  msgid_plural "%s weeks"
1166
  msgstr[1] "Множествено число: %s седмици"
1167
 
1168
  #. translators: %s: Number of month(s).
1169
+ #: lib/functions/formatting.php:353
1170
  msgctxt "time difference"
1171
  msgid "%s month"
1172
  msgid_plural "%s months"
1174
  msgstr[1] "Множествено число: %s месеци"
1175
 
1176
  #. translators: %s: Number of year(s).
1177
+ #: lib/functions/formatting.php:351
1178
  msgctxt "time difference"
1179
  msgid "%s year"
1180
  msgid_plural "%s years"
1181
  msgstr[0] "Единствено число: %s година"
1182
  msgstr[1] "Множествено число: %s години"
1183
 
1184
+ #: lib/functions/formatting.php:345
1185
  msgctxt "time difference"
1186
  msgid "seconds"
1187
  msgstr "секунди"
1188
 
1189
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1190
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1191
  msgstr "Тези опции ще се отразят на всеки блог, обявени страници,включително архив, автор, блог, категория, търсене и таг страници."
1192
 
1193
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1194
+ msgid "404 page"
1195
+ msgstr ""
1196
 
1197
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1198
  msgid "Archives"
1202
  msgid "Pages"
1203
  msgstr "Страници"
1204
 
1205
+ #: lib/classes/class-genesis-admin-settings.php:246
1206
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1207
  #: lib/views/help/genesis-scripts.php:15
1208
  msgid "Header and Footer Scripts"
1209
  msgstr "Горен и долен колонтитул на скриптове"
1210
 
1211
+ #: config/customizer-theme-settings.php:206
1212
+ #: lib/classes/class-genesis-admin-settings.php:243
1213
+ #: lib/classes/class-genesis-admin-settings.php:296
1214
  #: lib/views/help/genesis-comments.php:15
1215
  msgid "Comments and Trackbacks"
1216
  msgstr "Коментари и проследявания"
1217
 
1218
+ #: lib/classes/class-genesis-admin-settings.php:235
1219
+ #: lib/classes/class-genesis-admin-settings.php:281
1220
  #: lib/views/help/genesis-layout.php:15
1221
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1222
  msgid "Default Layout"
1223
  msgstr "Оформление по подразбиране"
1224
 
1225
+ #: config/customizer-seo-settings.php:111
1226
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1227
  msgid "Keywords are generally ignored by Search Engines."
1228
  msgstr "Ключовите думи обикновено са игнорирани от търсачките."
1229
 
1230
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1231
+ #: lib/classes/class-genesis-admin-settings.php:65
1232
+ #: lib/classes/class-genesis-admin.php:149
1233
  msgid "Settings saved."
1234
  msgstr "Настройките са запазени."
1235
 
1236
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1237
+ #: lib/classes/class-genesis-admin-settings.php:66
1238
+ #: lib/classes/class-genesis-admin.php:150
1239
  msgid "Settings reset."
1240
  msgstr "Настройките възстановени."
1241
 
1242
+ #: lib/classes/class-genesis-admin-import-export.php:101
1243
  msgid "Settings successfully imported."
1244
  msgstr "Настройките са внесени успешно."
1245
 
1246
+ #: lib/views/pages/genesis-admin-import-export.php:43
1247
  msgid "Upload File and Import"
1248
  msgstr "Качи файл и внос"
1249
 
1252
  msgstr "Изберете файла от вашия компютър и щракнете върху \"Качи файл и внос \""
1253
 
1254
  #: lib/admin/customizer.php:94
1255
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1256
  msgid "Default"
1257
  msgstr "По подразбиране"
1258
 
1259
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1260
  msgid "Next Page"
1261
  msgstr "Следваща страница"
1262
 
1263
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1264
  msgid "Previous Page"
1265
  msgstr "Предишна страница"
1266
 
1272
  msgid "Select / Deselect All"
1273
  msgstr "Избор / Премахнете отметките на всички"
1274
 
1275
+ #: lib/classes/class-genesis-admin-import-export.php:149
1276
  msgid "No export options available."
1277
  msgstr "Няма налични възможности за износ."
1278
 
1279
  #. translators: %d: Footer widget counter.
1280
+ #: lib/functions/widgetize.php:191
1281
  msgid "Footer %d"
1282
  msgstr "Долен %d"
1283
 
1284
+ #: lib/functions/layout.php:80
1285
  msgid "No Label Selected"
1286
  msgstr "Не е избран надпис"
1287
 
1288
+ #: lib/classes/class-genesis-admin-import-export.php:103
1289
  msgid "There was a problem importing your settings. Please try again."
1290
  msgstr "Имаше проблем при импортирането на вашите настройки. Моля, опитайте отново."
1291
 
1292
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1293
  msgid "Secondary Sidebar"
1294
  msgstr "Помощна странична лента"
1295
 
1296
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1297
  msgid "Primary Sidebar"
1298
  msgstr "Основна странична лента"
1299
 
1300
+ #: lib/functions/widgetize.php:135
1301
  msgid "Header Right"
1302
  msgstr "Заглавие отдясно"
1303
 
1304
+ #: config/breadcrumbs.php:50
1305
  msgid "Not found: "
1306
  msgstr "Не е намерена:"
1307
 
1308
+ #: lib/widgets/featured-post-widget.php:574
1309
  msgid "No Content"
1310
  msgstr "Няма съдържание"
1311
 
1312
+ #: lib/widgets/featured-post-widget.php:573
1313
  msgid "Show Content Limit"
1314
  msgstr "Показване на лимит на съдържание"
1315
 
1316
+ #: lib/widgets/featured-post-widget.php:572
1317
  msgid "Show Excerpt"
1318
  msgstr "Поазване на извадки"
1319
 
1320
+ #: lib/widgets/featured-post-widget.php:571
1321
  msgid "Show Content"
1322
  msgstr "Показване на съдържанието"
1323
 
1324
+ #: lib/widgets/featured-post-widget.php:569
1325
  msgid "Content Type"
1326
  msgstr "Тип съдържание"
1327
 
1328
+ #: lib/widgets/featured-post-widget.php:561
1329
  msgid "Show Post Info"
1330
  msgstr "Показване на информационната публикация"
1331
 
1332
+ #: lib/widgets/featured-page-widget.php:318
1333
+ #: lib/widgets/featured-post-widget.php:521
1334
  msgid "Show Featured Image"
1335
  msgstr "Показване на избратото изображение"
1336
 
1338
  msgid "This text will be the first paragraph, and display on the first page"
1339
  msgstr "Този текст ще бъде първия параграф и се показва на първа страница"
1340
 
1341
+ #: lib/admin/privacy-requests.php:193
1342
  #: lib/views/meta-boxes/genesis-user-author.php:33
1343
  msgid "Custom Description Text"
1344
  msgstr "Потребителско текстово описание"
1348
  msgid "Will display in the %s tag at the top of the first page"
1349
  msgstr "Ще се показва в %s таг в горната част на първата страница"
1350
 
1351
+ #: lib/admin/privacy-requests.php:192
1352
  #: lib/views/meta-boxes/genesis-user-author.php:20
1353
  msgid "Custom Archive Headline"
1354
  msgstr "Потребителско Архивно Заглавие"
1383
  msgid "Genesis Admin Menus"
1384
  msgstr "Genesis администраторски менюта"
1385
 
1386
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1387
  msgid "Include the Featured Image?"
1388
  msgstr "Включване на избраното изображение?"
1389
 
1421
  msgid "Characters Used: %s"
1422
  msgstr "Знаците, използвани: %s"
1423
 
1424
+ #: lib/views/pages/genesis-admin-import-export.php:66
1425
  msgid "Download Export File"
1426
  msgstr "Изтеглете документация по износа"
1427
 
1428
+ #: lib/views/pages/genesis-admin-import-export.php:59
1429
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1430
  msgstr "След като сте записали изтегления файл, можете да използвате функцията за внос на друго място, за да импортирате тези данни."
1431
 
1432
+ #: lib/views/pages/genesis-admin-import-export.php:51
1433
  msgid "Export Genesis Settings File"
1434
  msgstr "Генезис Настройки на експорта на файла"
1435
 
1436
+ #. translators: Maximum size import files can have.
1437
+ #: lib/views/pages/genesis-admin-import-export.php:38
1438
  msgid "Upload File (Maximum Size: %s): "
1439
  msgstr "Качи файл: (максимален размер: %s)"
1440
 
1498
  msgid "Displays user profile block with Gravatar"
1499
  msgstr "Показва потребителски блок профил на аватара"
1500
 
1501
+ #: lib/widgets/featured-post-widget.php:614
1502
  msgid "Link Text"
1503
  msgstr "Връзка на текст"
1504
 
1505
+ #: lib/widgets/featured-post-widget.php:610
1506
  msgid "Show Category Archive Link"
1507
  msgstr "Показване на категория архивни връзки"
1508
 
1509
+ #: lib/widgets/featured-post-widget.php:592
1510
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1511
  msgstr "За да се покаже неподреден списък на повече публикации от тази категория, моля попълнете информацията по-долу."
1512
 
1513
+ #: lib/widgets/featured-post-widget.php:584
1514
  msgid "More Text (if applicable)"
1515
  msgstr "Още текст (ако е приложим)"
1516
 
1517
+ #: lib/widgets/featured-post-widget.php:556
1518
  msgid "Show Post Title"
1519
  msgstr "Покажи публикуваното наименование"
1520
 
1521
+ #: lib/widgets/featured-post-widget.php:507
1522
  #: lib/widgets/user-profile-widget.php:184
1523
  msgid "Gravatar Alignment"
1524
  msgstr "Подравняване на аватара"
1525
 
1526
+ #: lib/widgets/featured-post-widget.php:502
1527
  msgid "Extra Large (125px)"
1528
  msgstr "Екстра голям (125px)"
1529
 
1530
+ #: lib/widgets/featured-post-widget.php:501
1531
  msgid "Large (85px)"
1532
  msgstr "Голям (85px)"
1533
 
1534
+ #: lib/widgets/featured-post-widget.php:500
1535
  msgid "Medium (65px)"
1536
  msgstr "Среден (65px)"
1537
 
1538
+ #: lib/widgets/featured-post-widget.php:499
1539
  msgid "Small (45px)"
1540
  msgstr "Малък (45px)"
1541
 
1542
+ #: lib/widgets/featured-post-widget.php:497
1543
  #: lib/widgets/user-profile-widget.php:166
1544
  msgid "Gravatar Size"
1545
  msgstr "Размер на аватара"
1546
 
1547
+ #: lib/widgets/featured-post-widget.php:493
1548
  msgid "Show Author Gravatar"
1549
  msgstr "Покажи Аватара"
1550
 
1551
+ #: lib/widgets/featured-post-widget.php:473
1552
  msgid "Ascending (1, 2, 3)"
1553
  msgstr "Възходящ (1, 2, 3)"
1554
 
1555
+ #: lib/widgets/featured-post-widget.php:472
1556
  msgid "Descending (3, 2, 1)"
1557
  msgstr "Низходящ (3, 2, 1)"
1558
 
1559
+ #: lib/widgets/featured-post-widget.php:470
1560
  msgid "Sort Order"
1561
  msgstr "Ред на сортиране"
1562
 
1563
+ #: lib/widgets/featured-post-widget.php:465
1564
  msgid "Random"
1565
  msgstr "Случаен"
1566
 
1567
+ #: lib/widgets/featured-post-widget.php:464
1568
  msgid "Comment Count"
1569
  msgstr "Преброяване на коментарите"
1570
 
1571
+ #: lib/widgets/featured-post-widget.php:463
1572
  msgid "ID"
1573
  msgstr "ID"
1574
 
1575
+ #: lib/widgets/featured-post-widget.php:462
1576
  msgid "Parent"
1577
  msgstr "Източник/причина"
1578
 
1579
+ #: lib/widgets/featured-post-widget.php:457
1580
  msgid "Order By"
1581
  msgstr "Подреждане по"
1582
 
1583
+ #: lib/widgets/featured-post-widget.php:452
1584
  msgid "Number of Posts to Offset"
1585
  msgstr "Брой публикации за изместване"
1586
 
1587
+ #: lib/widgets/featured-post-widget.php:431
1588
  msgid "Category"
1589
  msgstr "Категория"
1590
 
1604
  msgid "Displays featured posts with thumbnails"
1605
  msgstr "Показва препоръчани публикации с миниатюри."
1606
 
1607
+ #: lib/widgets/featured-page-widget.php:361
1608
  msgid "More Text"
1609
  msgstr "Още текст"
1610
 
1611
+ #: lib/widgets/featured-page-widget.php:356
1612
  msgid "Content Character Limit"
1613
  msgstr "Лимит на съдържащите се символи"
1614
 
1615
+ #: lib/widgets/featured-page-widget.php:352
1616
  msgid "Show Page Content"
1617
  msgstr "Показване на съдържанието на страницата"
1618
 
1619
+ #: lib/widgets/featured-page-widget.php:347
1620
  msgid "Show Page Title"
1621
  msgstr "Показване на наименованието на страницата"
1622
 
1623
+ #: config/customizer-seo-settings.php:77
1624
+ #: config/customizer-theme-settings.php:289
1625
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1626
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1627
+ #: lib/widgets/featured-page-widget.php:336
1628
+ #: lib/widgets/featured-post-widget.php:509
1629
+ #: lib/widgets/featured-post-widget.php:539
1630
  #: lib/widgets/user-profile-widget.php:186
1631
  #: lib/widgets/user-profile-widget.php:210
1632
  msgid "None"
1633
  msgstr "Нищо"
1634
 
1635
+ #: lib/widgets/featured-page-widget.php:334
1636
+ #: lib/widgets/featured-post-widget.php:537
1637
  msgid "Image Alignment"
1638
  msgstr "Подравняване на снимката"
1639
 
1640
+ #: lib/widgets/featured-page-widget.php:299
1641
  msgid "Page"
1642
  msgstr "Страница"
1643
 
1644
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1645
  msgid "by"
1646
  msgstr "от"
1647
 
1653
  msgid "Displays featured page with thumbnails"
1654
  msgstr "Показва черта от страницата в миниатюри"
1655
 
1656
+ #: lib/widgets/featured-page-widget.php:294
1657
+ #: lib/widgets/featured-post-widget.php:422
1658
+ #: lib/widgets/featured-post-widget.php:461
1659
+ #: lib/widgets/featured-post-widget.php:595
1660
  #: lib/widgets/user-profile-widget.php:148
1661
  msgid "Title"
1662
  msgstr "Надпис"
1663
 
1664
+ #: config/breadcrumbs.php:47
1665
  msgid "Search for "
1666
  msgstr "Търсене за: "
1667
 
1668
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1669
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1670
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1671
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1672
+ #: lib/structure/archive.php:198
1673
  msgid "Archives for "
1674
  msgstr "Архив за: "
1675
 
1676
+ #: config/breadcrumbs.php:42
1677
  msgid "You are here: "
1678
  msgstr "Вие сте тук: "
1679
 
1686
  msgstr "Основна странична лента на инструмента за пространство"
1687
 
1688
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1689
+ #: searchform.php:49
1690
  msgid "Search"
1691
  msgstr "Търсене"
1692
 
1693
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1694
  msgid "About"
1695
  msgstr "за"
1696
 
1698
  msgid "By"
1699
  msgstr "от"
1700
 
1701
+ #: lib/structure/post.php:390
1702
  msgid "[Read more...]"
1703
  msgstr "[Прочети повече...]"
1704
 
1705
+ #: lib/structure/menu.php:154
1706
  msgid "Comments"
1707
  msgstr "Коментари"
1708
 
1709
+ #: lib/structure/menu.php:153
1710
  msgid "Posts"
1711
  msgstr "Публикации"
1712
 
1713
+ #: lib/init.php:104
1714
  msgid "Primary Navigation Menu"
1715
  msgstr "Основно навигационно меню"
1716
 
1717
+ #: lib/structure/footer.php:168
1718
  msgid "Copyright"
1719
  msgstr "Авторско право"
1720
 
1721
+ #: lib/structure/comments.php:548
1722
  msgid "Speak Your Mind"
1723
  msgstr "Изкажете мнението си"
1724
 
1725
+ #: lib/structure/comments.php:539
1726
  msgid "Website"
1727
  msgstr "уебсайт"
1728
 
1729
+ #: lib/structure/comments.php:533
1730
  msgid "Email"
1731
  msgstr "имейл"
1732
 
1733
+ #: lib/structure/comments.php:527
1734
  msgid "Name"
1735
  msgstr "име"
1736
 
1737
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1738
  msgid "Your comment is awaiting moderation."
1739
  msgstr "Вашия коментар е в очакване на умереност."
1740
 
1741
  #. translators: 1: Comment date, 2: Comment time.
1742
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1743
  msgid "%1$s at %2$s"
1744
  msgstr "%1$s at %2$s"
1745
 
1746
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1747
  msgid "says"
1748
  msgstr "казва"
1749
 
1750
+ #: lib/structure/comments.php:170
 
 
 
 
 
1751
  msgid "<h3>Trackbacks</h3>"
1752
  msgstr "<h3>Проследявания</h3>"
1753
 
1754
+ #: lib/structure/comments.php:77
1755
  msgid "<h3>Comments</h3>"
1756
  msgstr "<h3>Коментари</h3>"
1757
 
1758
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1759
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1760
  msgid "(Edit)"
1761
  msgstr "(редактирам)"
1762
 
1780
  msgid "Leave a Comment"
1781
  msgstr "Оставете коментар"
1782
 
1783
+ #: lib/shortcodes/footer.php:312
1784
  msgid "Log out"
1785
  msgstr "Изход"
1786
 
1787
+ #: lib/shortcodes/footer.php:310
1788
  msgid "Log in"
1789
  msgstr "Вход"
1790
 
1793
  msgstr "Върни се назад към началната страница"
1794
 
1795
  #. translators: %s: Genesis version.
1796
+ #: lib/functions/upgrade.php:921
1797
  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."
1798
  msgstr "Регистрацията % S е вече на разположение. Осигурили сме 1-клик актуализации за тази тема, така че, моля влезте в таблото и актуализирайте при първа възможност."
1799
 
1800
  #. translators: 1: Genesis version, 2: URL for current website.
1801
+ #: lib/functions/upgrade.php:918
1802
  msgid "Genesis %1$s is available for %2$s"
1803
  msgstr ""
1804
 
1805
+ #: lib/functions/upgrade.php:830
1806
  msgid "Click here to complete the upgrade"
1807
  msgstr "Щракнете тук за да завършите надгражданията"
1808
 
1809
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1810
  msgid "Home"
1811
  msgstr "Начало"
1812
 
1813
+ #: lib/widgets/featured-post-widget.php:447
1814
+ #: lib/widgets/featured-post-widget.php:600
1815
  msgid "Number of Posts to Show"
1816
  msgstr "Брой на публикации за показване"
1817
 
1818
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1819
+ #: lib/widgets/featured-post-widget.php:439
1820
  msgid "All Categories"
1821
  msgstr "Всички категории"
1822
 
1824
  msgid "Display which category"
1825
  msgstr "Показва коя категория:"
1826
 
1827
+ #: config/customizer-theme-settings.php:304
1828
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1829
  msgid "Numeric"
1830
  msgstr "цифров"
1831
 
1832
+ #: config/customizer-theme-settings.php:303
1833
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1834
  msgid "Previous / Next"
1835
  msgstr "Назад / Напред"
1836
 
1837
+ #: lib/widgets/featured-page-widget.php:322
1838
+ #: lib/widgets/featured-post-widget.php:525
1839
  msgid "Image Size"
1840
  msgstr "Размер на снимка"
1841
 
1842
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1843
+ #: lib/widgets/featured-post-widget.php:579
1844
  msgid "characters"
1845
  msgstr "Символи"
1846
 
1847
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1848
+ #: lib/widgets/featured-post-widget.php:577
1849
  msgid "Limit content to"
1850
  msgstr "Лимит на съдържанието"
1851
 
1852
+ #: config/customizer-theme-settings.php:248
1853
  msgid "Select one of the following"
1854
  msgstr "Изберете едно от следните неща:"
1855
 
1905
  msgid "Today's date"
1906
  msgstr "Днешната дата"
1907
 
1908
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1909
  #: lib/views/help/genesis-layout.php:25
1910
  msgid "Full Width Content"
1911
  msgstr "Пълна ширина на съдържанието"
1912
 
1913
+ #: config/customizer-theme-settings.php:69
1914
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1915
  msgid "Image logo"
1916
  msgstr "Изображение на логото"
1927
  msgid "Version"
1928
  msgstr "Версия:"
1929
 
1930
+ #: config/customizer-theme-settings.php:244
1931
+ #: lib/classes/class-genesis-admin-settings.php:244
1932
+ #: lib/classes/class-genesis-admin-settings.php:297
1933
  #: lib/views/help/genesis-archives.php:15
1934
  msgid "Content Archives"
1935
  msgstr "Съдържание на архив"
1936
 
1937
+ #: config/customizer-theme-settings.php:132
1938
+ #: lib/classes/class-genesis-admin-settings.php:242
1939
+ #: lib/classes/class-genesis-admin-settings.php:293
1940
  #: lib/views/help/genesis-breadcrumbs.php:15
1941
  msgid "Breadcrumbs"
1942
  msgstr "Навигационните пътища"
1945
  msgid "Author Box"
1946
  msgstr "Автор кутия"
1947
 
1948
+ #: lib/classes/class-genesis-admin-settings.php:234
1949
+ #: lib/classes/class-genesis-admin-settings.php:275
1950
  #: lib/views/help/genesis-feeds.php:15
1951
  msgid "Custom Feeds"
1952
  msgstr "Потребителски канали"
1953
 
1954
+ #: lib/classes/class-genesis-admin-settings.php:233
1955
+ #: lib/classes/class-genesis-admin-settings.php:268
1956
  #: lib/views/help/genesis-information.php:15
1957
  msgid "Information"
1958
  msgstr "Информация"
2033
  msgid "Shortlink Tag"
2034
  msgstr "Кратък Линк Етикет:"
2035
 
2036
+ #: config/customizer-seo-settings.php:158
2037
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2038
  msgid "Include Windows Live Writer Support Tag?"
2039
  msgstr "Включете Windows Live таг поддръжката на записващите устройства?"
2055
  msgid "I'll manually wrap my own text on the homepage"
2056
  msgstr "Нито единият. Аз ще приключа ръчно моят собствен текст на началната страница."
2057
 
2058
+ #: config/customizer-seo-settings.php:75
2059
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2060
  msgid "Site Title"
2061
  msgstr "Заглавие на сайта"
2062
 
2063
+ #: config/customizer-theme-settings.php:291
2064
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2065
+ #: lib/widgets/featured-page-widget.php:338
2066
+ #: lib/widgets/featured-post-widget.php:511
2067
+ #: lib/widgets/featured-post-widget.php:541
2068
  #: lib/widgets/user-profile-widget.php:188
2069
  msgid "Right"
2070
  msgstr "Надясно"
2071
 
2072
+ #: config/customizer-theme-settings.php:290
2073
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2074
+ #: lib/widgets/featured-page-widget.php:337
2075
+ #: lib/widgets/featured-post-widget.php:510
2076
+ #: lib/widgets/featured-post-widget.php:540
2077
  #: lib/widgets/user-profile-widget.php:187
2078
  msgid "Left"
2079
  msgstr "Наляво"
2082
  msgid "Are you sure you want to reset?"
2083
  msgstr "Сигурни ли сте че искате да възстановите?"
2084
 
2085
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2086
+ #: lib/classes/class-genesis-admin-settings.php:64
2087
+ #: lib/classes/class-genesis-admin.php:148
2088
  msgid "Reset Settings"
2089
  msgstr "Възстановяване на настройките"
2090
 
2091
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2092
  msgid "Genesis - SEO Settings"
2093
  msgstr "Генезис - SEO Настройки"
2094
 
2095
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2096
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2097
  #: lib/views/help/seo-dochead.php:15
2098
  msgid "Document Head Settings"
2099
  msgstr "Настройки на head документи"
2100
 
2101
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2102
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2103
  #: lib/views/help/seo-homepage.php:15
2104
  msgid "Homepage Settings"
2105
  msgstr "Настройки на началната страница"
2106
 
2107
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2108
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2109
+ #: lib/classes/class-genesis-admin-import-export.php:127
2110
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2111
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2112
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2113
  msgid "SEO Settings"
2114
  msgstr "SEO Настройки"
2115
 
2116
+ #: config/customizer-theme-settings.php:23
2117
+ #: lib/classes/class-genesis-admin-import-export.php:123
2118
+ #: lib/classes/class-genesis-admin-settings.php:53
2119
+ #: lib/classes/class-genesis-admin-settings.php:54
2120
+ #: lib/classes/class-genesis-admin-settings.php:232
2121
  #: lib/views/help/genesis-theme-settings.php:15
2122
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2123
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2124
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2125
  msgid "Theme Settings"
2126
  msgstr "Тема настройки"
2127
 
2134
  msgid "Apply %s to this post/page"
2135
  msgstr "Прилагане на% S за тази публикация / страница"
2136
 
2137
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2138
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2139
  #: lib/views/help/seo-robots.php:15
2140
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2141
  msgid "Robots Meta Settings"
2142
  msgstr "Настройки на мета работи"
2143
 
2144
+ #: lib/admin/privacy-requests.php:194
2145
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2146
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2147
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2152
  msgid "This post is password protected. Enter the password to view comments."
2153
  msgstr "Тази публикация е защитена с парола. Въведете парола, за да видите коментари."
2154
 
2155
+ #: lib/functions/general.php:492
2156
  msgid "Recent Posts:"
2157
  msgstr "Последните публикации:"
2158
 
2159
+ #: lib/functions/general.php:489
2160
  msgid "Monthly:"
2161
  msgstr "Месечен:"
2162
 
2163
+ #: lib/functions/general.php:486
2164
  msgid "Authors:"
2165
  msgstr "Автори:"
2166
 
2167
+ #: lib/functions/general.php:483
2168
  msgid "Categories:"
2169
  msgstr "Категории:"
2170
 
2171
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2172
  msgid "Pages:"
2173
  msgstr "Страница:"
2174
 
2175
+ #: lib/classes/class-genesis-admin-settings.php:247
2176
  msgid "Home Pages"
2177
  msgstr "Начална Страница"
2178
 
2217
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2218
  msgstr "Това осигурява две полета, които ще изведе до <head></head> на сайта си и точно преди </body>. Те ще се появят на всяка страница от сайта и са чудесен начин да добавите аналитичен код и други скриптове. Не можете да използвате PHP в тези области. Ако трябва да използвате PHP след това трябва да се търсят в прости плъгини Genesis куки."
2219
 
2220
+ #: lib/classes/class-genesis-admin-settings.php:245
2221
  #: lib/views/help/genesis-blog.php:15
2222
  msgid "Blog Page"
2223
  msgstr "Блог Страница"
2400
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2401
  msgstr ""
2402
 
2403
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2404
  #: lib/views/help/seo-doctitle.php:15
2405
  msgid "Doctitle Settings"
2406
  msgstr "Doctitle Настройки"
2425
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2426
  msgstr "Genesis SEO (Search Engine Optimization) е учтив, и ще се деактивира, когато най-популярните плъгини SEO (например, All-In-One SEO, WordPress SEO и т.н.) са активни."
2427
 
2428
+ #: lib/classes/class-genesis-admin.php:495
2429
  msgid "Genesis Tutorials"
2430
  msgstr "Genesis Уроци"
2431
 
2432
+ #: lib/classes/class-genesis-admin.php:494
2433
  msgid "Genesis Snippets"
2434
  msgstr "Genesis Откъси"
2435
 
2436
+ #: lib/classes/class-genesis-admin.php:493
2437
  msgid "Get Support"
2438
  msgstr "Вземи поддръжка"
2439
 
2440
+ #: lib/classes/class-genesis-admin.php:492
2441
  msgid "For more information:"
2442
  msgstr "За повече информация:"
2443
 
2475
  msgid "This allows you to import or export Genesis Settings."
2476
  msgstr "Това ви позволява да внасяте или изнасяте Genesis настройки."
2477
 
 
 
 
 
 
 
2478
  #. translators: Opening and closing link tags to custom menu editor.
2479
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2480
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2481
  msgstr ""
2482
 
2483
  #: lib/views/help/genesis-navigation.php:23
2510
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2511
  msgstr ""
2512
 
2513
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2514
  msgid "data in style sheet files"
2515
  msgstr "Данни в различни стилове файлове"
2516
 
2558
  msgstr "Това работи с блог шаблон, който е една страница шаблон, който показва най-новите мнения. Това е, което хората виждат, когато кацнат на началната си страница."
2559
 
2560
  #. translators: JOSN file extension.
2561
+ #: lib/views/pages/genesis-admin-import-export.php:56
2562
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2563
  msgstr "Когато щракнете върху бутона по-долу, Genesis ще генерира файл с данни (%s) за да запишете на вашия компютър."
2564
 
2602
  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."
2603
  msgstr "Можете да импортирате файл, който е изнесен преди това. Името на файла ще започне с %s последвано от едно или повече низове, показващи какви настройки съдържа, накрая последвано от датата и часа, за да бъде изнесено."
2604
 
2605
+ #: config/customizer-seo-settings.php:278
2606
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2607
  msgid "Directories"
2608
  msgstr ""
2609
 
2610
+ #: config/customizer-seo-settings.php:223
2611
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2612
  msgid "Archiving"
2613
  msgstr ""
2614
 
2615
+ #: config/customizer-seo-settings.php:176
2616
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2617
  msgid "Indexing"
2618
  msgstr ""
2627
  msgid "Primary Title %s"
2628
  msgstr ""
2629
 
2630
+ #: config/customizer-seo-settings.php:58
2631
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2632
  msgid "Additions on right"
2633
  msgstr ""
2634
 
2635
+ #: config/customizer-seo-settings.php:57
2636
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2637
  msgid "Additions on left"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-seo-settings.php:52
2641
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2642
  msgid "Document Title Order"
2643
  msgstr ""
2644
 
2646
  msgid "Section Headings"
2647
  msgstr ""
2648
 
2649
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2650
  msgid "Site-wide Settings"
2651
  msgstr ""
2652
 
2655
  msgid "Canonical URL"
2656
  msgstr ""
2657
 
2658
+ #: config/customizer-seo-settings.php:31
2659
  #: lib/views/help/genesis-inpost-seo.php:16
2660
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2661
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2663
  msgid "Document Title"
2664
  msgstr ""
2665
 
2666
+ #: lib/classes/class-genesis-admin.php:490
2667
  msgid "Link opens in a new window."
2668
  msgstr ""
2669
 
2670
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2671
  msgid "Featured Image Alignment"
2672
  msgstr ""
2673
 
2674
+ #: config/customizer-theme-settings.php:276
2675
  msgid "Featured Image Size"
2676
  msgstr ""
2677
 
2678
+ #: config/customizer-theme-settings.php:268
2679
  msgid "Display the featured image?"
2680
  msgstr ""
2681
 
2682
+ #: config/customizer-theme-settings.php:260
2683
  msgid "Limit content to how many characters? (0 for no limit)"
2684
  msgstr ""
2685
 
2686
+ #: config/customizer-theme-settings.php:234
2687
  msgid "Enable Trackbacks on Pages"
2688
  msgstr ""
2689
 
2690
+ #: config/customizer-theme-settings.php:226
2691
  msgid "Enable Trackbacks on Posts"
2692
  msgstr ""
2693
 
2694
+ #: config/customizer-theme-settings.php:218
2695
  msgid "Enable Comments on Pages"
2696
  msgstr ""
2697
 
2698
+ #: config/customizer-theme-settings.php:210
2699
  msgid "Enable Comments on Posts"
2700
  msgstr ""
2701
 
2702
+ #: config/customizer-theme-settings.php:196
2703
  msgid "Breadcrumbs on Attachment/Media"
2704
  msgstr ""
2705
 
2706
+ #: config/customizer-theme-settings.php:188
2707
+ msgid "Breadcrumbs on 404 page"
2708
  msgstr ""
2709
 
2710
+ #: config/customizer-theme-settings.php:180
2711
  msgid "Breadcrumbs on Archives"
2712
  msgstr ""
2713
 
2714
+ #: config/customizer-theme-settings.php:172
2715
  msgid "Breadcrumbs on Pages"
2716
  msgstr ""
2717
 
2718
+ #: config/customizer-theme-settings.php:164
2719
  msgid "Breadcrumbs on Single Posts"
2720
  msgstr ""
2721
 
2722
+ #: config/customizer-theme-settings.php:156
2723
+ msgid "Breadcrumbs on Posts page"
2724
  msgstr ""
2725
 
2726
+ #: config/customizer-theme-settings.php:138
2727
+ #: config/customizer-theme-settings.php:147
 
 
 
2728
  msgid "Breadcrumbs on Homepage"
2729
  msgstr ""
2730
 
2732
  msgid "Select Default Layout"
2733
  msgstr ""
2734
 
2735
+ #: config/customizer-theme-settings.php:116
2736
  msgid "Site Layout"
2737
  msgstr ""
2738
 
2739
+ #: config/customizer-theme-settings.php:104
2740
  msgid "Select Color Style"
2741
  msgstr ""
2742
 
2743
+ #: config/customizer-theme-settings.php:100
2744
  msgid "Color Scheme"
2745
  msgstr ""
2746
 
2747
+ #: config/customizer-theme-settings.php:68
2748
  msgid "Dynamic Text"
2749
  msgstr ""
2750
 
2761
  msgid "Reader Interactions"
2762
  msgstr ""
2763
 
 
 
 
 
2764
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2765
  msgid "Author Archive SEO Settings"
2766
  msgstr ""
2767
 
2768
+ #: config/customizer-theme-settings.php:327
2769
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2770
  msgid "Footer Scripts"
2771
  msgstr ""
2772
 
2773
+ #: config/customizer-theme-settings.php:317
2774
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2775
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2776
  msgid "Header Scripts"
2777
  msgstr ""
2778
 
2779
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2780
  msgid "Posts per Page"
2781
  msgstr ""
2782
 
2783
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2784
  msgid "Category IDs, comma separated - 1,2,3 for example"
2785
  msgstr ""
2786
 
2787
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2788
  msgid "Exclude Categories"
2789
  msgstr ""
2790
 
2792
  msgid "Display Category"
2793
  msgstr ""
2794
 
2795
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2796
  msgid "Entry Pagination"
2797
  msgstr ""
2798
 
2799
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2800
  msgid "Image Alignment:"
2801
  msgstr ""
2802
 
2803
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2804
  msgid "Featured Image"
2805
  msgstr ""
2806
 
2807
+ #: config/customizer-theme-settings.php:253
2808
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2809
  msgid "Entry excerpts"
2810
  msgstr ""
2811
 
2812
+ #: config/customizer-theme-settings.php:252
2813
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2814
  msgid "Entry content"
2815
  msgstr ""
2816
 
2817
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2818
  msgid "Display"
2819
  msgstr ""
2820
 
2851
  msgid "Email address"
2852
  msgstr ""
2853
 
2854
+ #: config/customizer-theme-settings.php:30
2855
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2856
  msgid "Updates"
2857
  msgstr ""
2858
 
2859
+ #: config/layouts.php:49
2860
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2861
  msgstr ""
2862
 
2863
+ #: config/layouts.php:44
2864
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2865
  msgstr ""
2866
 
2867
+ #: config/layouts.php:39
2868
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2869
  msgstr ""
2870
 
2871
+ #: config/layouts.php:33
2872
  msgid "Primary Sidebar, Content"
2873
  msgstr ""
2874
 
2875
+ #: config/layouts.php:27
2876
  msgid "Content, Primary Sidebar"
2877
  msgstr ""
2878
 
2879
+ #: lib/functions/formatting.php:101
2880
  msgid "about "
2881
  msgstr ""
2882
 
2883
+ #: lib/classes/class-genesis-cli-db-command.php:43
2884
  msgid "Genesis database upgraded."
2885
  msgstr ""
2886
 
 
 
 
 
 
2887
  #. Template Name of the plugin/theme
2888
  msgid "Blog"
2889
  msgstr ""
2904
  msgid "Genesis"
2905
  msgstr ""
2906
 
2907
+ #: lib/widgets/featured-post-widget.php:564
2908
  msgid "Content Post Info"
2909
  msgstr ""
2910
 
2911
+ #: lib/widgets/featured-post-widget.php:484
2912
  msgid "Exclude Sticky Posts?"
2913
  msgstr ""
2914
 
2915
+ #: config/customizer-theme-settings.php:292
2916
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:72
2917
+ #: lib/widgets/featured-page-widget.php:339
2918
+ #: lib/widgets/featured-post-widget.php:542
2919
  msgid "Center"
2920
  msgstr ""
2921
 
2922
+ #: lib/widgets/featured-page-widget.php:134
2923
+ #: lib/widgets/featured-post-widget.php:172
2924
  msgid "(no title)"
2925
  msgstr ""
2926
 
2927
+ #: lib/structure/post.php:862
2928
  msgid "Current page"
2929
  msgstr ""
2930
 
2931
+ #: lib/structure/post.php:425 lib/structure/post.php:835
2932
  msgid "Page "
2933
  msgstr ""
2934
 
2935
+ #: lib/structure/header.php:869
2936
  msgid "Skip to footer"
2937
  msgstr ""
2938
 
2939
+ #: lib/structure/header.php:863
2940
  msgid "Skip to secondary sidebar"
2941
  msgstr ""
2942
 
2943
+ #: lib/structure/header.php:859
2944
  msgid "Skip to primary sidebar"
2945
  msgstr ""
2946
 
2947
+ #: lib/structure/header.php:856
2948
  msgid "Skip to content"
2949
  msgstr ""
2950
 
2951
+ #: lib/structure/header.php:853
2952
  msgid "Skip to primary navigation"
2953
  msgstr ""
2954
 
2955
+ #: lib/functions/widgetize.php:220
2956
  msgid "Widgets in this widget area will display after single entries."
2957
  msgstr ""
2958
 
2959
+ #: lib/functions/widgetize.php:219
2960
  msgid "After Entry"
2961
  msgstr ""
2962
 
2963
+ #: lib/functions/widgetize.php:136
2964
  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."
2965
  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,74 +9,290 @@ 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
75
- msgid "AdSense publisher ID"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  msgstr ""
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
@@ -91,11 +307,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 +334,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 +345,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,27 +394,27 @@ 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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
  msgstr ""
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
  msgstr ""
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
  msgstr ""
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
  msgstr ""
204
 
@@ -207,25 +423,25 @@ 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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
  msgstr ""
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
  msgstr ""
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
  msgstr ""
231
 
@@ -233,167 +449,166 @@ 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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
  msgstr ""
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
  msgstr ""
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
@@ -402,7 +617,7 @@ msgstr ""
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
  msgstr ""
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
@@ -441,11 +656,11 @@ msgstr ""
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
  msgstr ""
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
  msgstr ""
@@ -514,10 +729,6 @@ msgstr ""
514
  msgid "Edit Archive Settings"
515
  msgstr ""
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr ""
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr ""
@@ -530,7 +741,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 ""
@@ -539,9 +750,9 @@ msgstr ""
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr ""
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr ""
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr "Vaja, no hi ha res a mostrar amb aquest criteri."
584
 
585
- #: lib/structure/comments.php:370
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."
@@ -594,7 +796,7 @@ msgstr "En actualitzar Genesis se sobreescriurà la versió actual. Segur que vo
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 +822,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 +832,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
@@ -645,9 +847,9 @@ msgid "Archive"
645
  msgstr "Arxiu"
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
- 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 també pots fer servir el cercador."
651
 
652
  #: 404.php:36
653
  msgid "Not found, error 404"
@@ -661,7 +863,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,28 +875,29 @@ 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"
687
  msgstr "Plantilla de la pàgina de blog"
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr "Encapçalament"
@@ -704,7 +907,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,18 +920,18 @@ 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."
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr "Deixa-ho en blanc si no vols que aparegui cap text d'introducció."
790
 
@@ -803,9 +1006,9 @@ msgstr "Deixa-ho en blanc si no vols mostrar un encapçalament."
803
  msgid "Archive Headline"
804
  msgstr "Títol de l'arxiu"
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr "Error en desar la configuració."
811
 
@@ -813,11 +1016,11 @@ msgstr "Error en desar la configuració."
813
  msgid "Custom Text Content"
814
  msgstr "Contingut del text personalitzat"
815
 
816
- #: lib/init.php:104
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,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr "No pots fer servir %s per crear dos menús a la mateixa subclasse. Fes servir subclasses separades per a cada menú."
849
 
@@ -855,11 +1058,11 @@ msgstr "Configuració de l'arxiu d'autor"
855
  msgid "User Permissions"
856
  msgstr "Permisos d'usuari"
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr "Tria el color que vulguis i desa els canvis."
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr "Colors:"
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr "El hook de %1$s s'executa just abans del tancament de l'etiqueta %2$s en el codi font."
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr "Mida de la imatge:"
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr "Colors"
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr "Segueix-me a Twitter"
888
 
@@ -911,19 +1114,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 +1134,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 +1142,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 +1150,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 +1158,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 +1166,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,25 +1174,25 @@ 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"
985
 
986
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
987
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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"
@@ -999,52 +1202,48 @@ msgstr "Arxius"
999
  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
1008
  #: lib/views/help/genesis-scripts.php:15
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
1016
  msgid "Comments and Trackbacks"
1017
  msgstr "Comentaris i retroenllaços"
1018
 
1019
- #: lib/classes/class-genesis-admin-settings.php:232
1020
- #: lib/classes/class-genesis-admin-settings.php:278
1021
  #: lib/views/help/genesis-layout.php:15
1022
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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."
1030
 
1031
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1032
- #: lib/classes/class-genesis-admin-settings.php:62
1033
- #: lib/classes/class-genesis-admin.php:131
1034
  msgid "Settings saved."
1035
  msgstr "Configuració desada."
1036
 
1037
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1038
- #: lib/classes/class-genesis-admin-settings.php:63
1039
- #: lib/classes/class-genesis-admin.php:132
1040
  msgid "Settings reset."
1041
  msgstr "Configuració esborrada."
1042
 
1043
- #: lib/classes/class-genesis-admin-import-export.php:100
1044
  msgid "Settings successfully imported."
1045
  msgstr "Configuració importada amb èxit."
1046
 
1047
- #: lib/views/pages/genesis-admin-import-export.php:38
1048
  msgid "Upload File and Import"
1049
  msgstr "Puja l'arxiu i importa"
1050
 
@@ -1053,15 +1252,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1053
  msgstr "Tria l'arxiu corresponent i fes clic a \"Puja l'arxiu i importa\""
1054
 
1055
  #: lib/admin/customizer.php:94
1056
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1073,65 +1272,65 @@ msgstr "enrere"
1073
  msgid "Select / Deselect All"
1074
  msgstr "Selecciona / desselecciona tot"
1075
 
1076
- #: lib/classes/class-genesis-admin-import-export.php:145
1077
  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
 
1089
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1338,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 +1348,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"
@@ -1184,7 +1383,7 @@ msgstr "Mostrar el menú d'administració de Genesis?"
1184
  msgid "Genesis Admin Menus"
1185
  msgstr "Menús d'administració de Genesis"
1186
 
1187
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1188
  msgid "Include the Featured Image?"
1189
  msgstr "Incloure la imatge destacada?"
1190
 
@@ -1222,19 +1421,20 @@ msgstr "URI personalitzada de redirecció"
1222
  msgid "Characters Used: %s"
1223
  msgstr "Caràcters usats: %s"
1224
 
1225
- #: lib/views/pages/genesis-admin-import-export.php:61
1226
  msgid "Download Export File"
1227
  msgstr "Descarrega l'arxiu d'exportar"
1228
 
1229
- #: lib/views/pages/genesis-admin-import-export.php:54
1230
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1231
  msgstr "Un cop hagis desat l'arxiu, pots fer servir la funció d'importar en un altre lloc web per importar-ne les dades."
1232
 
1233
- #: lib/views/pages/genesis-admin-import-export.php:46
1234
  msgid "Export Genesis Settings File"
1235
  msgstr "Exporta l'arxiu de configuració de Genesis"
1236
 
1237
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1238
  msgid "Upload File (Maximum Size: %s): "
1239
  msgstr "Puja l'arxiu: (Mida màxima: %s)"
1240
 
@@ -1298,93 +1498,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,42 +1604,44 @@ 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
 
1442
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1443
  msgid "by"
1444
  msgstr "per"
1445
 
@@ -1451,27 +1653,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 +1686,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
 
@@ -1496,70 +1698,65 @@ msgstr "Sobre"
1496
  msgid "By"
1497
  msgstr "Per"
1498
 
1499
- #: lib/structure/post.php:380
1500
  msgid "[Read more...]"
1501
  msgstr "[Llegeix més...]"
1502
 
1503
- #: lib/structure/menu.php:150
1504
  msgid "Comments"
1505
  msgstr "Comentaris"
1506
 
1507
- #: lib/structure/menu.php:149
1508
  msgid "Posts"
1509
  msgstr "Entrades"
1510
 
1511
- #: lib/init.php:103
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
 
1519
- #: lib/structure/comments.php:495
1520
  msgid "Speak Your Mind"
1521
  msgstr "Digues què en penses"
1522
 
1523
- #: lib/structure/comments.php:486
1524
  msgid "Website"
1525
  msgstr "Pàgina web"
1526
 
1527
- #: lib/structure/comments.php:480
1528
  msgid "Email"
1529
  msgstr "Email"
1530
 
1531
- #: lib/structure/comments.php:474
1532
  msgid "Name"
1533
  msgstr "Nom"
1534
 
1535
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1536
  msgid "Your comment is awaiting moderation."
1537
  msgstr "El teu comentari està pendent de moderació."
1538
 
1539
  #. translators: 1: Comment date, 2: Comment time.
1540
- #: lib/structure/comments.php:265
1541
  msgid "%1$s at %2$s"
1542
  msgstr "%1$s a les %2$s"
1543
 
1544
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1545
  msgid "says"
1546
  msgstr "ha dit"
1547
 
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>"
1555
  msgstr "<h3>Retroenllaços</h3>"
1556
 
1557
- #: lib/structure/comments.php:72
1558
  msgid "<h3>Comments</h3>"
1559
  msgstr "<h3>Comentaris</h3>"
1560
 
1561
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1562
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1563
  msgid "(Edit)"
1564
  msgstr "(Edita)"
1565
 
@@ -1583,11 +1780,11 @@ msgstr "1 comentari"
1583
  msgid "Leave a Comment"
1584
  msgstr "Deixa un comentari"
1585
 
1586
- #: lib/shortcodes/footer.php:309
1587
  msgid "Log out"
1588
  msgstr "Surt"
1589
 
1590
- #: lib/shortcodes/footer.php:307
1591
  msgid "Log in"
1592
  msgstr "Entra"
1593
 
@@ -1596,30 +1793,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 +1824,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 +1905,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,16 +1927,16 @@ 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
1744
  msgid "Breadcrumbs"
1745
  msgstr "Ruta de navegació"
@@ -1748,14 +1945,14 @@ msgstr "Ruta de navegació"
1748
  msgid "Author Box"
1749
  msgstr "Caixa d'autor"
1750
 
1751
- #: lib/classes/class-genesis-admin-settings.php:231
1752
- #: lib/classes/class-genesis-admin-settings.php:272
1753
  #: lib/views/help/genesis-feeds.php:15
1754
  msgid "Custom Feeds"
1755
  msgstr "Fils de subscripció personalitzats"
1756
 
1757
- #: lib/classes/class-genesis-admin-settings.php:230
1758
- #: lib/classes/class-genesis-admin-settings.php:265
1759
  #: lib/views/help/genesis-information.php:15
1760
  msgid "Information"
1761
  msgstr "Informació"
@@ -1836,7 +2033,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,25 +2055,25 @@ 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"
@@ -1885,46 +2082,46 @@ msgstr "Esquerra"
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Segur que ho vols esborrar?"
1887
 
1888
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1889
- #: lib/classes/class-genesis-admin-settings.php:61
1890
- #: lib/classes/class-genesis-admin.php:130
1891
  msgid "Reset Settings"
1892
  msgstr "Esborra la configuració"
1893
 
1894
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1895
  msgid "Genesis - SEO Settings"
1896
  msgstr "Genesis - Configuració del SEO"
1897
 
1898
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1899
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1900
  #: lib/views/help/seo-dochead.php:15
1901
  msgid "Document Head Settings"
1902
  msgstr "Configuració de la capçalera del document"
1903
 
1904
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1905
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1906
  #: lib/views/help/seo-homepage.php:15
1907
  msgid "Homepage Settings"
1908
  msgstr "Configuració de la pàgina d'inici"
1909
 
1910
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1911
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1912
- #: lib/classes/class-genesis-admin-import-export.php:125
1913
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1914
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1915
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1923
- #: lib/classes/class-genesis-admin-settings.php:229
1924
  #: lib/views/help/genesis-theme-settings.php:15
1925
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1926
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1927
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1928
  msgid "Theme Settings"
1929
  msgstr "Configuració del tema"
1930
 
@@ -1937,14 +2134,14 @@ msgstr "Configuració del tema"
1937
  msgid "Apply %s to this post/page"
1938
  msgstr "Aplica %s a aquesta entrada/pàgina"
1939
 
1940
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1941
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1942
  #: lib/views/help/seo-robots.php:15
1943
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2152,27 @@ 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
 
1978
- #: lib/classes/class-genesis-admin-settings.php:244
1979
  msgid "Home Pages"
1980
  msgstr "Pàgines d'inici"
1981
 
@@ -2020,7 +2217,7 @@ msgstr "Com funcionen les pàgines d'inici"
2020
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2021
  msgstr "Aquest apartat t'ofereix dos camps en blanc que van, respectivament, al &lt;head&gt; del teu lloc web i just abans de&lt;&#47;body&gt;."
2022
 
2023
- #: lib/classes/class-genesis-admin-settings.php:242
2024
  #: lib/views/help/genesis-blog.php:15
2025
  msgid "Blog Page"
2026
  msgstr "Pàgina del blog"
@@ -2203,7 +2400,7 @@ msgstr ""
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 ""
2205
 
2206
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2207
  #: lib/views/help/seo-doctitle.php:15
2208
  msgid "Doctitle Settings"
2209
  msgstr "Configuració del Doctitle"
@@ -2228,19 +2425,19 @@ msgstr "Si no veus l'apartat de configuració del SEO a Genesis, probablement é
2228
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2229
  msgstr "El SEO (optimització per a motors de cerca) de Genesis és molt ben educat i es desactivarà quan hi hagi altres extensions actives dedicades al SEO (e.g., All-in-One SEO, WordPress SEO, etc.); així s'evita qualsevol conflicte."
2230
 
2231
- #: lib/classes/class-genesis-admin.php:435
2232
  msgid "Genesis Tutorials"
2233
  msgstr "Tutorials de Genesis"
2234
 
2235
- #: lib/classes/class-genesis-admin.php:434
2236
  msgid "Genesis Snippets"
2237
  msgstr "Snippets de Genesis"
2238
 
2239
- #: lib/classes/class-genesis-admin.php:433
2240
  msgid "Get Support"
2241
  msgstr "Troba suport"
2242
 
2243
- #: lib/classes/class-genesis-admin.php:432
2244
  msgid "For more information:"
2245
  msgstr "Per a més informació:"
2246
 
@@ -2278,15 +2475,9 @@ 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."
2290
  msgstr ""
2291
 
2292
  #: lib/views/help/genesis-navigation.php:23
@@ -2319,12 +2510,7 @@ msgstr ""
2319
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2320
  msgstr ""
2321
 
2322
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2323
- #: lib/structure/sidebar.php:67
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
 
@@ -2372,7 +2558,7 @@ msgid "This works with the Blog Template, which is a page template that shows yo
2372
  msgstr "Això funciona amb la plantilla de la pàgina de blog, que és una plantilla que mostra les darreres entrades. Per defecte, és el que la gent veu quan arriva a la pàgina d'inici."
2373
 
2374
  #. translators: JOSN file extension.
2375
- #: lib/views/pages/genesis-admin-import-export.php:51
2376
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2377
  msgstr "Fent clic al botó de sota, Genesis generarà un arxiu de dades (%s) perquè que el desis al teu ordinador."
2378
 
@@ -2416,17 +2602,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,18 +2627,18 @@ 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 ""
2458
 
@@ -2460,7 +2646,7 @@ msgstr ""
2460
  msgid "Section Headings"
2461
  msgstr ""
2462
 
2463
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2464
  msgid "Site-wide Settings"
2465
  msgstr ""
2466
 
@@ -2469,7 +2655,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
@@ -2477,76 +2663,68 @@ msgstr ""
2477
  msgid "Document Title"
2478
  msgstr ""
2479
 
2480
- #: lib/classes/class-genesis-admin.php:430
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 +2732,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
 
@@ -2583,34 +2761,30 @@ msgstr ""
2583
  msgid "Reader Interactions"
2584
  msgstr ""
2585
 
2586
- #: 404.php:57
2587
- msgid "Sitemap"
2588
- msgstr ""
2589
-
2590
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2603
  msgstr ""
2604
 
2605
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2606
  msgid "Posts per Page"
2607
  msgstr ""
2608
 
2609
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2610
  msgid "Category IDs, comma separated - 1,2,3 for example"
2611
  msgstr ""
2612
 
2613
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2614
  msgid "Exclude Categories"
2615
  msgstr ""
2616
 
@@ -2618,29 +2792,29 @@ msgstr ""
2618
  msgid "Display Category"
2619
  msgstr ""
2620
 
2621
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2622
  msgid "Entry Pagination"
2623
  msgstr ""
2624
 
2625
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2626
  msgid "Image Alignment:"
2627
  msgstr ""
2628
 
2629
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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 ""
2642
 
2643
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2644
  msgid "Display"
2645
  msgstr ""
2646
 
@@ -2677,44 +2851,39 @@ 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
 
2709
- #: lib/classes/class-genesis-cli-command.php:44
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,62 +2904,62 @@ 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
 
2766
- #: lib/structure/header.php:846
2767
  msgid "Skip to footer"
2768
  msgstr ""
2769
 
2770
- #: lib/structure/header.php:840
2771
  msgid "Skip to secondary sidebar"
2772
  msgstr ""
2773
 
2774
- #: lib/structure/header.php:836
2775
  msgid "Skip to primary sidebar"
2776
  msgstr ""
2777
 
2778
- #: lib/structure/header.php:833
2779
  msgid "Skip to content"
2780
  msgstr ""
2781
 
2782
- #: lib/structure/header.php:830
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.10 in Catalan
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 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.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
  msgstr ""
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
 
 
 
 
 
 
 
 
 
 
 
21
  msgstr ""
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
  msgstr ""
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
  msgstr ""
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
  msgstr ""
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
  msgstr ""
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
  msgstr ""
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
  msgstr ""
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
  msgstr ""
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
  msgstr ""
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
  msgstr ""
58
 
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
  msgstr ""
62
 
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr ""
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr ""
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr ""
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr ""
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr ""
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr ""
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr ""
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr ""
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr ""
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr ""
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr ""
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
+ msgstr ""
113
+
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr ""
118
+
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr ""
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr ""
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr ""
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr ""
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr ""
140
+
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr ""
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr ""
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr ""
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr ""
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr ""
163
+
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
+ msgstr ""
168
+
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr ""
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr ""
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr ""
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
+ msgstr ""
185
+
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr ""
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
+ msgstr ""
209
+
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr ""
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr ""
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr ""
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr ""
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr ""
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr ""
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr ""
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr ""
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr ""
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr ""
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr ""
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr ""
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr ""
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr ""
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr ""
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr ""
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
  msgstr ""
284
 
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
+ msgstr ""
289
+
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr ""
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
+ msgid "AdSense publisher ID"
296
  msgstr ""
297
 
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
  msgstr ""
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
  msgstr ""
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
  msgstr ""
317
 
334
  msgstr ""
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
  msgstr ""
340
 
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
  msgstr ""
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
  msgstr ""
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
  msgstr ""
362
 
394
  msgid "Genesis Blue"
395
  msgstr ""
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
  msgstr ""
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
  msgstr ""
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
  msgstr ""
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
  msgstr ""
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
  msgstr ""
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
  msgstr ""
420
 
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
  msgstr ""
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
  msgstr ""
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
  msgstr ""
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
  msgstr ""
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
  msgstr ""
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
  msgstr ""
447
 
449
  msgid "Google Adsense"
450
  msgstr ""
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
  msgstr ""
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
  msgstr ""
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
  msgstr ""
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
  msgstr ""
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
  msgstr ""
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
  msgstr ""
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
  msgstr ""
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
  msgstr ""
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
  msgstr ""
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
  msgstr ""
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
  msgstr ""
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
  msgstr ""
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
  msgstr ""
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
  msgstr ""
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
  msgstr ""
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
  msgstr ""
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
  msgstr ""
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
  msgstr ""
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
  msgstr ""
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
  msgstr ""
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
  msgstr ""
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
  msgstr ""
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
  msgstr ""
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
  msgstr ""
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
  msgstr ""
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
  msgstr ""
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
  msgstr ""
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
  msgstr ""
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
  msgstr ""
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
  msgstr ""
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
  msgstr ""
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
  msgstr ""
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
  msgstr ""
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
  msgstr ""
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
  msgstr ""
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
  msgstr ""
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
  msgstr ""
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
  msgstr ""
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
  msgstr ""
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
  msgstr ""
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
  msgstr ""
729
  msgid "Edit Archive Settings"
730
  msgstr ""
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr ""
741
  msgid "Use for site title/logo"
742
  msgstr ""
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr ""
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr ""
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr ""
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr ""
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr ""
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr "Exclou les entrades que ja hi han sortit?"
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr "Vaja, no hi ha res a mostrar amb aquest criteri."
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  msgstr "En actualitzar Genesis se sobreescriurà la versió actual. Segur que vols actualitzar? \"Cancel·la\" per parar el procés, prem \"OK\" per actualitzar."
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr "Els canvis que has fet es perdran si marxes de la pàgina."
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr "entitats decimals o hexadecimals"
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr "Metaetiquetes Robots"
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr "Paraules clau"
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr "Arxiu"
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
+ msgstr ""
853
 
854
  #: 404.php:36
855
  msgid "Not found, error 404"
863
  msgid "Contributor"
864
  msgstr "Contribuidor"
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr "Contribuidors"
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  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."
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr "Pàgina d'inici"
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
+ msgstr ""
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr "Plantilla de la pàgina de blog"
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr "Navegació"
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr "Encapçalament"
907
  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."
908
  msgstr ""
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  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."
920
  msgid "Site Description (Tagline)"
921
  msgstr "Descripció del lloc web"
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr "Si el títol consisteix en dues parts (títol original i nom del lloc afegit), aleshores el separador anirà emmig dels dos."
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr "Separador del títol del document:"
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr "Determina a quina banda vols que surti el text afegit."
937
 
949
  msgid "Read More"
950
  msgstr "Llegeix més"
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr "Cerca aquest lloc web"
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr "Llegeix més"
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  msgstr "Vés a la Configuració del SEO &rarr;"
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr "Vés a la Configuració del tema &rarr;"
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr "Caps de projecte"
971
 
978
  msgid "Google+"
979
  msgstr "Google+"
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr "Fes servir pel títol/logo:"
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr "a"
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr "Deixa-ho en blanc si no vols que aparegui cap text d'introducció."
993
 
1006
  msgid "Archive Headline"
1007
  msgstr "Títol de l'arxiu"
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr "Error en desar la configuració."
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr "Contingut del text personalitzat"
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr "Menú de navegació secundari"
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr "Capçalera esquerra"
1026
 
1029
  msgstr "Text de l'enllaç"
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr "Àrea de ginys del peu de pàgina %d"
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  msgstr "Aquesta és la barra lateral secundària si fas servir l'estructura de tres columnes."
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  msgstr "Aquesta és la barra lateral primària si fas servir l'estructura de dues o tres columnes."
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr "L'argument, \"context\", s'ha remplaçat per \"theme_location\" al $args."
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr "No pots fer servir %s per crear dos menús a la mateixa subclasse. Fes servir subclasses separades per a cada menú."
1052
 
1058
  msgid "User Permissions"
1059
  msgstr "Permisos d'usuari"
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr "Tria el color que vulguis i desa els canvis."
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr "Colors:"
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr "El hook de %1$s s'executa just abans del tancament de l'etiqueta %2$s en el codi font."
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr "Mida de la imatge:"
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr "Colors"
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr "Segueix-me a Twitter"
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr "Aparença"
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr "Configuració del SEO del tema"
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr "i"
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1134
  msgstr[1] "%s segons"
1135
 
1136
  #. translators: %s: Number of minute(s).
1137
+ #: lib/functions/formatting.php:361
1138
  msgctxt "time difference"
1139
  msgid "%s minute"
1140
  msgid_plural "%s minutes"
1142
  msgstr[1] "%s minuts"
1143
 
1144
  #. translators: %s: Number of hour(s).
1145
+ #: lib/functions/formatting.php:359
1146
  msgctxt "time difference"
1147
  msgid "%s hour"
1148
  msgid_plural "%s hours"
1150
  msgstr[1] "%s hores"
1151
 
1152
  #. translators: %s: Number of day(s).
1153
+ #: lib/functions/formatting.php:357
1154
  msgctxt "time difference"
1155
  msgid "%s day"
1156
  msgid_plural "%s days"
1158
  msgstr[1] "%s dies"
1159
 
1160
  #. translators: %s: Number of week(s).
1161
+ #: lib/functions/formatting.php:355
1162
  msgctxt "time difference"
1163
  msgid "%s week"
1164
  msgid_plural "%s weeks"
1166
  msgstr[1] "%s setmanes"
1167
 
1168
  #. translators: %s: Number of month(s).
1169
+ #: lib/functions/formatting.php:353
1170
  msgctxt "time difference"
1171
  msgid "%s month"
1172
  msgid_plural "%s months"
1174
  msgstr[1] "%s mesos"
1175
 
1176
  #. translators: %s: Number of year(s).
1177
+ #: lib/functions/formatting.php:351
1178
  msgctxt "time difference"
1179
  msgid "%s year"
1180
  msgid_plural "%s years"
1181
  msgstr[0] "%s any"
1182
  msgstr[1] "%s anys"
1183
 
1184
+ #: lib/functions/formatting.php:345
1185
  msgctxt "time difference"
1186
  msgid "seconds"
1187
  msgstr "segons"
1188
 
1189
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1190
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1191
  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."
1192
 
1193
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1194
+ msgid "404 page"
1195
+ msgstr ""
1196
 
1197
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1198
  msgid "Archives"
1202
  msgid "Pages"
1203
  msgstr "Pàgines"
1204
 
1205
+ #: lib/classes/class-genesis-admin-settings.php:246
1206
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1207
  #: lib/views/help/genesis-scripts.php:15
1208
  msgid "Header and Footer Scripts"
1209
  msgstr "Scripts de la capçalera i el peu de pàgina"
1210
 
1211
+ #: config/customizer-theme-settings.php:206
1212
+ #: lib/classes/class-genesis-admin-settings.php:243
1213
+ #: lib/classes/class-genesis-admin-settings.php:296
1214
  #: lib/views/help/genesis-comments.php:15
1215
  msgid "Comments and Trackbacks"
1216
  msgstr "Comentaris i retroenllaços"
1217
 
1218
+ #: lib/classes/class-genesis-admin-settings.php:235
1219
+ #: lib/classes/class-genesis-admin-settings.php:281
1220
  #: lib/views/help/genesis-layout.php:15
1221
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1222
  msgid "Default Layout"
1223
  msgstr "Aparença per defecte"
1224
 
1225
+ #: config/customizer-seo-settings.php:111
1226
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1227
  msgid "Keywords are generally ignored by Search Engines."
1228
  msgstr "Les paraules clau, generalment, són ignorades pels motors de cerca."
1229
 
1230
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1231
+ #: lib/classes/class-genesis-admin-settings.php:65
1232
+ #: lib/classes/class-genesis-admin.php:149
1233
  msgid "Settings saved."
1234
  msgstr "Configuració desada."
1235
 
1236
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1237
+ #: lib/classes/class-genesis-admin-settings.php:66
1238
+ #: lib/classes/class-genesis-admin.php:150
1239
  msgid "Settings reset."
1240
  msgstr "Configuració esborrada."
1241
 
1242
+ #: lib/classes/class-genesis-admin-import-export.php:101
1243
  msgid "Settings successfully imported."
1244
  msgstr "Configuració importada amb èxit."
1245
 
1246
+ #: lib/views/pages/genesis-admin-import-export.php:43
1247
  msgid "Upload File and Import"
1248
  msgstr "Puja l'arxiu i importa"
1249
 
1252
  msgstr "Tria l'arxiu corresponent i fes clic a \"Puja l'arxiu i importa\""
1253
 
1254
  #: lib/admin/customizer.php:94
1255
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1256
  msgid "Default"
1257
  msgstr "Predeterminat"
1258
 
1259
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1260
  msgid "Next Page"
1261
  msgstr "Pàgina següent"
1262
 
1263
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1264
  msgid "Previous Page"
1265
  msgstr "Pàgina anterior"
1266
 
1272
  msgid "Select / Deselect All"
1273
  msgstr "Selecciona / desselecciona tot"
1274
 
1275
+ #: lib/classes/class-genesis-admin-import-export.php:149
1276
  msgid "No export options available."
1277
  msgstr "No hi ha opcions d'exportar disponibles."
1278
 
1279
  #. translators: %d: Footer widget counter.
1280
+ #: lib/functions/widgetize.php:191
1281
  msgid "Footer %d"
1282
  msgstr "Peu de pàgina %d"
1283
 
1284
+ #: lib/functions/layout.php:80
1285
  msgid "No Label Selected"
1286
  msgstr "No s'ha triat un nom"
1287
 
1288
+ #: lib/classes/class-genesis-admin-import-export.php:103
1289
  msgid "There was a problem importing your settings. Please try again."
1290
  msgstr "Hi ha hagut un problema important la teva configuració. Torna a provar-ho."
1291
 
1292
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1293
  msgid "Secondary Sidebar"
1294
  msgstr "Barra lateral secundària"
1295
 
1296
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1297
  msgid "Primary Sidebar"
1298
  msgstr "Barra lateral primària"
1299
 
1300
+ #: lib/functions/widgetize.php:135
1301
  msgid "Header Right"
1302
  msgstr "Capçalera dreta"
1303
 
1304
+ #: config/breadcrumbs.php:50
1305
  msgid "Not found: "
1306
  msgstr "No s'ha trobat:"
1307
 
1308
+ #: lib/widgets/featured-post-widget.php:574
1309
  msgid "No Content"
1310
  msgstr "No contingut"
1311
 
1312
+ #: lib/widgets/featured-post-widget.php:573
1313
  msgid "Show Content Limit"
1314
  msgstr "Mostra el límit de contingut"
1315
 
1316
+ #: lib/widgets/featured-post-widget.php:572
1317
  msgid "Show Excerpt"
1318
  msgstr "Mostra el resum"
1319
 
1320
+ #: lib/widgets/featured-post-widget.php:571
1321
  msgid "Show Content"
1322
  msgstr "Mostra el contingut"
1323
 
1324
+ #: lib/widgets/featured-post-widget.php:569
1325
  msgid "Content Type"
1326
  msgstr "Tipus de contingut"
1327
 
1328
+ #: lib/widgets/featured-post-widget.php:561
1329
  msgid "Show Post Info"
1330
  msgstr "Mostra la informació de l'entrada"
1331
 
1332
+ #: lib/widgets/featured-page-widget.php:318
1333
+ #: lib/widgets/featured-post-widget.php:521
1334
  msgid "Show Featured Image"
1335
  msgstr "Mostra la imatge destacada"
1336
 
1338
  msgid "This text will be the first paragraph, and display on the first page"
1339
  msgstr "Aquest text serà el primer paràgraf, i es mostrarà a la primera pàgina"
1340
 
1341
+ #: lib/admin/privacy-requests.php:193
1342
  #: lib/views/meta-boxes/genesis-user-author.php:33
1343
  msgid "Custom Description Text"
1344
  msgstr "Text de descripció personalitzat"
1348
  msgid "Will display in the %s tag at the top of the first page"
1349
  msgstr "Es mostrarà a l'etiqueta %s a dalt de tot de la pàgina."
1350
 
1351
+ #: lib/admin/privacy-requests.php:192
1352
  #: lib/views/meta-boxes/genesis-user-author.php:20
1353
  msgid "Custom Archive Headline"
1354
  msgstr "Títol de l'arxiu personalitzat"
1383
  msgid "Genesis Admin Menus"
1384
  msgstr "Menús d'administració de Genesis"
1385
 
1386
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1387
  msgid "Include the Featured Image?"
1388
  msgstr "Incloure la imatge destacada?"
1389
 
1421
  msgid "Characters Used: %s"
1422
  msgstr "Caràcters usats: %s"
1423
 
1424
+ #: lib/views/pages/genesis-admin-import-export.php:66
1425
  msgid "Download Export File"
1426
  msgstr "Descarrega l'arxiu d'exportar"
1427
 
1428
+ #: lib/views/pages/genesis-admin-import-export.php:59
1429
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1430
  msgstr "Un cop hagis desat l'arxiu, pots fer servir la funció d'importar en un altre lloc web per importar-ne les dades."
1431
 
1432
+ #: lib/views/pages/genesis-admin-import-export.php:51
1433
  msgid "Export Genesis Settings File"
1434
  msgstr "Exporta l'arxiu de configuració de Genesis"
1435
 
1436
+ #. translators: Maximum size import files can have.
1437
+ #: lib/views/pages/genesis-admin-import-export.php:38
1438
  msgid "Upload File (Maximum Size: %s): "
1439
  msgstr "Puja l'arxiu: (Mida màxima: %s)"
1440
 
1498
  msgid "Displays user profile block with Gravatar"
1499
  msgstr "Mostra el perfil d'usuari amb Gravatar"
1500
 
1501
+ #: lib/widgets/featured-post-widget.php:614
1502
  msgid "Link Text"
1503
  msgstr "Text de l'enllaç"
1504
 
1505
+ #: lib/widgets/featured-post-widget.php:610
1506
  msgid "Show Category Archive Link"
1507
  msgstr "Mostra l'enllaç a l'arxiu de categoria"
1508
 
1509
+ #: lib/widgets/featured-post-widget.php:592
1510
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1511
  msgstr "Per mostrar una llista de més entrades d'aquesta categoria, omple la informació següent"
1512
 
1513
+ #: lib/widgets/featured-post-widget.php:584
1514
  msgid "More Text (if applicable)"
1515
  msgstr "Més text (si s'aplica)"
1516
 
1517
+ #: lib/widgets/featured-post-widget.php:556
1518
  msgid "Show Post Title"
1519
  msgstr "Mostra el títol de l'entrada"
1520
 
1521
+ #: lib/widgets/featured-post-widget.php:507
1522
  #: lib/widgets/user-profile-widget.php:184
1523
  msgid "Gravatar Alignment"
1524
  msgstr "Aliniació del Gravatar"
1525
 
1526
+ #: lib/widgets/featured-post-widget.php:502
1527
  msgid "Extra Large (125px)"
1528
  msgstr "Super gran (125px)"
1529
 
1530
+ #: lib/widgets/featured-post-widget.php:501
1531
  msgid "Large (85px)"
1532
  msgstr "Gran (85px)"
1533
 
1534
+ #: lib/widgets/featured-post-widget.php:500
1535
  msgid "Medium (65px)"
1536
  msgstr "Mitjana (65px)"
1537
 
1538
+ #: lib/widgets/featured-post-widget.php:499
1539
  msgid "Small (45px)"
1540
  msgstr "Petita (45px)"
1541
 
1542
+ #: lib/widgets/featured-post-widget.php:497
1543
  #: lib/widgets/user-profile-widget.php:166
1544
  msgid "Gravatar Size"
1545
  msgstr "Mida del Gravatar"
1546
 
1547
+ #: lib/widgets/featured-post-widget.php:493
1548
  msgid "Show Author Gravatar"
1549
  msgstr "Mostra el Gravatar de l'autor"
1550
 
1551
+ #: lib/widgets/featured-post-widget.php:473
1552
  msgid "Ascending (1, 2, 3)"
1553
  msgstr "Ascendent (1, 2, 3)"
1554
 
1555
+ #: lib/widgets/featured-post-widget.php:472
1556
  msgid "Descending (3, 2, 1)"
1557
  msgstr "Descendent (3, 2, 1)"
1558
 
1559
+ #: lib/widgets/featured-post-widget.php:470
1560
  msgid "Sort Order"
1561
  msgstr "Tria l'ordre"
1562
 
1563
+ #: lib/widgets/featured-post-widget.php:465
1564
  msgid "Random"
1565
  msgstr "Aleatori"
1566
 
1567
+ #: lib/widgets/featured-post-widget.php:464
1568
  msgid "Comment Count"
1569
  msgstr "Nombre de comentaris"
1570
 
1571
+ #: lib/widgets/featured-post-widget.php:463
1572
  msgid "ID"
1573
  msgstr "Identificador (ID)"
1574
 
1575
+ #: lib/widgets/featured-post-widget.php:462
1576
  msgid "Parent"
1577
  msgstr "Parent"
1578
 
1579
+ #: lib/widgets/featured-post-widget.php:457
1580
  msgid "Order By"
1581
  msgstr "Ordena per"
1582
 
1583
+ #: lib/widgets/featured-post-widget.php:452
1584
  msgid "Number of Posts to Offset"
1585
  msgstr "Nombre d'entrades de separació"
1586
 
1587
+ #: lib/widgets/featured-post-widget.php:431
1588
  msgid "Category"
1589
  msgstr "Categoria"
1590
 
1604
  msgid "Displays featured posts with thumbnails"
1605
  msgstr "Mostra entrades destacades amb miniatura"
1606
 
1607
+ #: lib/widgets/featured-page-widget.php:361
1608
  msgid "More Text"
1609
  msgstr "Més text"
1610
 
1611
+ #: lib/widgets/featured-page-widget.php:356
1612
  msgid "Content Character Limit"
1613
  msgstr "Límit de caràcters"
1614
 
1615
+ #: lib/widgets/featured-page-widget.php:352
1616
  msgid "Show Page Content"
1617
  msgstr "Mostra el contingut de la pàgina"
1618
 
1619
+ #: lib/widgets/featured-page-widget.php:347
1620
  msgid "Show Page Title"
1621
  msgstr "Mostra el títol de la pàgina"
1622
 
1623
+ #: config/customizer-seo-settings.php:77
1624
+ #: config/customizer-theme-settings.php:289
1625
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1626
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1627
+ #: lib/widgets/featured-page-widget.php:336
1628
+ #: lib/widgets/featured-post-widget.php:509
1629
+ #: lib/widgets/featured-post-widget.php:539
1630
  #: lib/widgets/user-profile-widget.php:186
1631
  #: lib/widgets/user-profile-widget.php:210
1632
  msgid "None"
1633
  msgstr "Cap"
1634
 
1635
+ #: lib/widgets/featured-page-widget.php:334
1636
+ #: lib/widgets/featured-post-widget.php:537
1637
  msgid "Image Alignment"
1638
  msgstr "Aliniació de la imatge"
1639
 
1640
+ #: lib/widgets/featured-page-widget.php:299
1641
  msgid "Page"
1642
  msgstr "Pàgina"
1643
 
1644
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1645
  msgid "by"
1646
  msgstr "per"
1647
 
1653
  msgid "Displays featured page with thumbnails"
1654
  msgstr "Mostra una pàgina destacada amb miniatura"
1655
 
1656
+ #: lib/widgets/featured-page-widget.php:294
1657
+ #: lib/widgets/featured-post-widget.php:422
1658
+ #: lib/widgets/featured-post-widget.php:461
1659
+ #: lib/widgets/featured-post-widget.php:595
1660
  #: lib/widgets/user-profile-widget.php:148
1661
  msgid "Title"
1662
  msgstr "Títol"
1663
 
1664
+ #: config/breadcrumbs.php:47
1665
  msgid "Search for "
1666
  msgstr "Cerca"
1667
 
1668
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1669
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1670
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1671
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1672
+ #: lib/structure/archive.php:198
1673
  msgid "Archives for "
1674
  msgstr "Arxius de"
1675
 
1676
+ #: config/breadcrumbs.php:42
1677
  msgid "You are here: "
1678
  msgstr "Estàs aquí:"
1679
 
1686
  msgstr "Àrea de ginys de la barra lateral primària"
1687
 
1688
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1689
+ #: searchform.php:49
1690
  msgid "Search"
1691
  msgstr "Cerca"
1692
 
1693
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1694
  msgid "About"
1695
  msgstr "Sobre"
1696
 
1698
  msgid "By"
1699
  msgstr "Per"
1700
 
1701
+ #: lib/structure/post.php:390
1702
  msgid "[Read more...]"
1703
  msgstr "[Llegeix més...]"
1704
 
1705
+ #: lib/structure/menu.php:154
1706
  msgid "Comments"
1707
  msgstr "Comentaris"
1708
 
1709
+ #: lib/structure/menu.php:153
1710
  msgid "Posts"
1711
  msgstr "Entrades"
1712
 
1713
+ #: lib/init.php:104
1714
  msgid "Primary Navigation Menu"
1715
  msgstr "Menú de navegació primari"
1716
 
1717
+ #: lib/structure/footer.php:168
1718
  msgid "Copyright"
1719
  msgstr "Copyright"
1720
 
1721
+ #: lib/structure/comments.php:548
1722
  msgid "Speak Your Mind"
1723
  msgstr "Digues què en penses"
1724
 
1725
+ #: lib/structure/comments.php:539
1726
  msgid "Website"
1727
  msgstr "Pàgina web"
1728
 
1729
+ #: lib/structure/comments.php:533
1730
  msgid "Email"
1731
  msgstr "Email"
1732
 
1733
+ #: lib/structure/comments.php:527
1734
  msgid "Name"
1735
  msgstr "Nom"
1736
 
1737
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1738
  msgid "Your comment is awaiting moderation."
1739
  msgstr "El teu comentari està pendent de moderació."
1740
 
1741
  #. translators: 1: Comment date, 2: Comment time.
1742
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1743
  msgid "%1$s at %2$s"
1744
  msgstr "%1$s a les %2$s"
1745
 
1746
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1747
  msgid "says"
1748
  msgstr "ha dit"
1749
 
1750
+ #: lib/structure/comments.php:170
 
 
 
 
 
1751
  msgid "<h3>Trackbacks</h3>"
1752
  msgstr "<h3>Retroenllaços</h3>"
1753
 
1754
+ #: lib/structure/comments.php:77
1755
  msgid "<h3>Comments</h3>"
1756
  msgstr "<h3>Comentaris</h3>"
1757
 
1758
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1759
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1760
  msgid "(Edit)"
1761
  msgstr "(Edita)"
1762
 
1780
  msgid "Leave a Comment"
1781
  msgstr "Deixa un comentari"
1782
 
1783
+ #: lib/shortcodes/footer.php:312
1784
  msgid "Log out"
1785
  msgstr "Surt"
1786
 
1787
+ #: lib/shortcodes/footer.php:310
1788
  msgid "Log in"
1789
  msgstr "Entra"
1790
 
1793
  msgstr "Retorna a l'inici"
1794
 
1795
  #. translators: %s: Genesis version.
1796
+ #: lib/functions/upgrade.php:921
1797
  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."
1798
  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."
1799
 
1800
  #. translators: 1: Genesis version, 2: URL for current website.
1801
+ #: lib/functions/upgrade.php:918
1802
  msgid "Genesis %1$s is available for %2$s"
1803
  msgstr ""
1804
 
1805
+ #: lib/functions/upgrade.php:830
1806
  msgid "Click here to complete the upgrade"
1807
  msgstr "Fes clic aquí per acabar de fer l'actualització"
1808
 
1809
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1810
  msgid "Home"
1811
  msgstr "Inici"
1812
 
1813
+ #: lib/widgets/featured-post-widget.php:447
1814
+ #: lib/widgets/featured-post-widget.php:600
1815
  msgid "Number of Posts to Show"
1816
  msgstr "Nombre d'entrades per mostrar"
1817
 
1818
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1819
+ #: lib/widgets/featured-post-widget.php:439
1820
  msgid "All Categories"
1821
  msgstr "Totes les categories"
1822
 
1824
  msgid "Display which category"
1825
  msgstr "Categories que vols mostrar:"
1826
 
1827
+ #: config/customizer-theme-settings.php:304
1828
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1829
  msgid "Numeric"
1830
  msgstr "Numèric"
1831
 
1832
+ #: config/customizer-theme-settings.php:303
1833
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1834
  msgid "Previous / Next"
1835
  msgstr "Anterior / Següent"
1836
 
1837
+ #: lib/widgets/featured-page-widget.php:322
1838
+ #: lib/widgets/featured-post-widget.php:525
1839
  msgid "Image Size"
1840
  msgstr "Mida de la imatge"
1841
 
1842
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1843
+ #: lib/widgets/featured-post-widget.php:579
1844
  msgid "characters"
1845
  msgstr "caràcters"
1846
 
1847
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1848
+ #: lib/widgets/featured-post-widget.php:577
1849
  msgid "Limit content to"
1850
  msgstr "Limita el contingut a"
1851
 
1852
+ #: config/customizer-theme-settings.php:248
1853
  msgid "Select one of the following"
1854
  msgstr "Selecciona una opció:"
1855
 
1905
  msgid "Today's date"
1906
  msgstr "La data d'avui"
1907
 
1908
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1909
  #: lib/views/help/genesis-layout.php:25
1910
  msgid "Full Width Content"
1911
  msgstr "Contingut d'amplada total"
1912
 
1913
+ #: config/customizer-theme-settings.php:69
1914
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1915
  msgid "Image logo"
1916
  msgstr "Imatge del logo"
1927
  msgid "Version"
1928
  msgstr "Versió:"
1929
 
1930
+ #: config/customizer-theme-settings.php:244
1931
+ #: lib/classes/class-genesis-admin-settings.php:244
1932
+ #: lib/classes/class-genesis-admin-settings.php:297
1933
  #: lib/views/help/genesis-archives.php:15
1934
  msgid "Content Archives"
1935
  msgstr "Arxius de contingut"
1936
 
1937
+ #: config/customizer-theme-settings.php:132
1938
+ #: lib/classes/class-genesis-admin-settings.php:242
1939
+ #: lib/classes/class-genesis-admin-settings.php:293
1940
  #: lib/views/help/genesis-breadcrumbs.php:15
1941
  msgid "Breadcrumbs"
1942
  msgstr "Ruta de navegació"
1945
  msgid "Author Box"
1946
  msgstr "Caixa d'autor"
1947
 
1948
+ #: lib/classes/class-genesis-admin-settings.php:234
1949
+ #: lib/classes/class-genesis-admin-settings.php:275
1950
  #: lib/views/help/genesis-feeds.php:15
1951
  msgid "Custom Feeds"
1952
  msgstr "Fils de subscripció personalitzats"
1953
 
1954
+ #: lib/classes/class-genesis-admin-settings.php:233
1955
+ #: lib/classes/class-genesis-admin-settings.php:268
1956
  #: lib/views/help/genesis-information.php:15
1957
  msgid "Information"
1958
  msgstr "Informació"
2033
  msgid "Shortlink Tag"
2034
  msgstr "Etiqueta d'enllaç escurçat:"
2035
 
2036
+ #: config/customizer-seo-settings.php:158
2037
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2038
  msgid "Include Windows Live Writer Support Tag?"
2039
  msgstr "Incloure l'etiqueta de suport al Windows Live Writer?"
2055
  msgid "I'll manually wrap my own text on the homepage"
2056
  msgstr "Cap dels dos. Ja ho faré manualment, per a la pàgina d'inici."
2057
 
2058
+ #: config/customizer-seo-settings.php:75
2059
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2060
  msgid "Site Title"
2061
  msgstr "Títol del lloc web"
2062
 
2063
+ #: config/customizer-theme-settings.php:291
2064
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2065
+ #: lib/widgets/featured-page-widget.php:338
2066
+ #: lib/widgets/featured-post-widget.php:511
2067
+ #: lib/widgets/featured-post-widget.php:541
2068
  #: lib/widgets/user-profile-widget.php:188
2069
  msgid "Right"
2070
  msgstr "Dreta"
2071
 
2072
+ #: config/customizer-theme-settings.php:290
2073
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2074
+ #: lib/widgets/featured-page-widget.php:337
2075
+ #: lib/widgets/featured-post-widget.php:510
2076
+ #: lib/widgets/featured-post-widget.php:540
2077
  #: lib/widgets/user-profile-widget.php:187
2078
  msgid "Left"
2079
  msgstr "Esquerra"
2082
  msgid "Are you sure you want to reset?"
2083
  msgstr "Segur que ho vols esborrar?"
2084
 
2085
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2086
+ #: lib/classes/class-genesis-admin-settings.php:64
2087
+ #: lib/classes/class-genesis-admin.php:148
2088
  msgid "Reset Settings"
2089
  msgstr "Esborra la configuració"
2090
 
2091
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2092
  msgid "Genesis - SEO Settings"
2093
  msgstr "Genesis - Configuració del SEO"
2094
 
2095
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2096
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2097
  #: lib/views/help/seo-dochead.php:15
2098
  msgid "Document Head Settings"
2099
  msgstr "Configuració de la capçalera del document"
2100
 
2101
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2102
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2103
  #: lib/views/help/seo-homepage.php:15
2104
  msgid "Homepage Settings"
2105
  msgstr "Configuració de la pàgina d'inici"
2106
 
2107
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2108
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2109
+ #: lib/classes/class-genesis-admin-import-export.php:127
2110
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2111
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2112
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2113
  msgid "SEO Settings"
2114
  msgstr "Configuració del SEO"
2115
 
2116
+ #: config/customizer-theme-settings.php:23
2117
+ #: lib/classes/class-genesis-admin-import-export.php:123
2118
+ #: lib/classes/class-genesis-admin-settings.php:53
2119
+ #: lib/classes/class-genesis-admin-settings.php:54
2120
+ #: lib/classes/class-genesis-admin-settings.php:232
2121
  #: lib/views/help/genesis-theme-settings.php:15
2122
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2123
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2124
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2125
  msgid "Theme Settings"
2126
  msgstr "Configuració del tema"
2127
 
2134
  msgid "Apply %s to this post/page"
2135
  msgstr "Aplica %s a aquesta entrada/pàgina"
2136
 
2137
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2138
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2139
  #: lib/views/help/seo-robots.php:15
2140
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2141
  msgid "Robots Meta Settings"
2142
  msgstr "Configuració meta per a Robots"
2143
 
2144
+ #: lib/admin/privacy-requests.php:194
2145
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2146
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2147
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2152
  msgid "This post is password protected. Enter the password to view comments."
2153
  msgstr "Aquesta entrada està protegida amb contrasenya. Entra-la per veure els comentaris."
2154
 
2155
+ #: lib/functions/general.php:492
2156
  msgid "Recent Posts:"
2157
  msgstr "Entrades recents:"
2158
 
2159
+ #: lib/functions/general.php:489
2160
  msgid "Monthly:"
2161
  msgstr "Mensual:"
2162
 
2163
+ #: lib/functions/general.php:486
2164
  msgid "Authors:"
2165
  msgstr "Autors:"
2166
 
2167
+ #: lib/functions/general.php:483
2168
  msgid "Categories:"
2169
  msgstr "Categories:"
2170
 
2171
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2172
  msgid "Pages:"
2173
  msgstr "Pàgines:"
2174
 
2175
+ #: lib/classes/class-genesis-admin-settings.php:247
2176
  msgid "Home Pages"
2177
  msgstr "Pàgines d'inici"
2178
 
2217
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2218
  msgstr "Aquest apartat t'ofereix dos camps en blanc que van, respectivament, al &lt;head&gt; del teu lloc web i just abans de&lt;&#47;body&gt;."
2219
 
2220
+ #: lib/classes/class-genesis-admin-settings.php:245
2221
  #: lib/views/help/genesis-blog.php:15
2222
  msgid "Blog Page"
2223
  msgstr "Pàgina del blog"
2400
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2401
  msgstr ""
2402
 
2403
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2404
  #: lib/views/help/seo-doctitle.php:15
2405
  msgid "Doctitle Settings"
2406
  msgstr "Configuració del Doctitle"
2425
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2426
  msgstr "El SEO (optimització per a motors de cerca) de Genesis és molt ben educat i es desactivarà quan hi hagi altres extensions actives dedicades al SEO (e.g., All-in-One SEO, WordPress SEO, etc.); així s'evita qualsevol conflicte."
2427
 
2428
+ #: lib/classes/class-genesis-admin.php:495
2429
  msgid "Genesis Tutorials"
2430
  msgstr "Tutorials de Genesis"
2431
 
2432
+ #: lib/classes/class-genesis-admin.php:494
2433
  msgid "Genesis Snippets"
2434
  msgstr "Snippets de Genesis"
2435
 
2436
+ #: lib/classes/class-genesis-admin.php:493
2437
  msgid "Get Support"
2438
  msgstr "Troba suport"
2439
 
2440
+ #: lib/classes/class-genesis-admin.php:492
2441
  msgid "For more information:"
2442
  msgstr "Per a més informació:"
2443
 
2475
  msgid "This allows you to import or export Genesis Settings."
2476
  msgstr "Això et permet importar o exportar la configuració de Genesis."
2477
 
 
 
 
 
 
 
2478
  #. translators: Opening and closing link tags to custom menu editor.
2479
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2480
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2481
  msgstr ""
2482
 
2483
  #: lib/views/help/genesis-navigation.php:23
2510
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2511
  msgstr ""
2512
 
2513
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2514
  msgid "data in style sheet files"
2515
  msgstr "dades en els fulls d'estil"
2516
 
2558
  msgstr "Això funciona amb la plantilla de la pàgina de blog, que és una plantilla que mostra les darreres entrades. Per defecte, és el que la gent veu quan arriva a la pàgina d'inici."
2559
 
2560
  #. translators: JOSN file extension.
2561
+ #: lib/views/pages/genesis-admin-import-export.php:56
2562
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2563
  msgstr "Fent clic al botó de sota, Genesis generarà un arxiu de dades (%s) perquè que el desis al teu ordinador."
2564
 
2602
  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."
2603
  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."
2604
 
2605
+ #: config/customizer-seo-settings.php:278
2606
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2607
  msgid "Directories"
2608
  msgstr ""
2609
 
2610
+ #: config/customizer-seo-settings.php:223
2611
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2612
  msgid "Archiving"
2613
  msgstr ""
2614
 
2615
+ #: config/customizer-seo-settings.php:176
2616
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2617
  msgid "Indexing"
2618
  msgstr ""
2627
  msgid "Primary Title %s"
2628
  msgstr ""
2629
 
2630
+ #: config/customizer-seo-settings.php:58
2631
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2632
  msgid "Additions on right"
2633
  msgstr ""
2634
 
2635
+ #: config/customizer-seo-settings.php:57
2636
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2637
  msgid "Additions on left"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-seo-settings.php:52
2641
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2642
  msgid "Document Title Order"
2643
  msgstr ""
2644
 
2646
  msgid "Section Headings"
2647
  msgstr ""
2648
 
2649
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2650
  msgid "Site-wide Settings"
2651
  msgstr ""
2652
 
2655
  msgid "Canonical URL"
2656
  msgstr ""
2657
 
2658
+ #: config/customizer-seo-settings.php:31
2659
  #: lib/views/help/genesis-inpost-seo.php:16
2660
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2661
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2663
  msgid "Document Title"
2664
  msgstr ""
2665
 
2666
+ #: lib/classes/class-genesis-admin.php:490
2667
  msgid "Link opens in a new window."
2668
  msgstr ""
2669
 
2670
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2671
  msgid "Featured Image Alignment"
2672
  msgstr ""
2673
 
2674
+ #: config/customizer-theme-settings.php:276
2675
  msgid "Featured Image Size"
2676
  msgstr ""
2677
 
2678
+ #: config/customizer-theme-settings.php:268
2679
  msgid "Display the featured image?"
2680
  msgstr ""
2681
 
2682
+ #: config/customizer-theme-settings.php:260
2683
  msgid "Limit content to how many characters? (0 for no limit)"
2684
  msgstr ""
2685
 
2686
+ #: config/customizer-theme-settings.php:234
2687
  msgid "Enable Trackbacks on Pages"
2688
  msgstr ""
2689
 
2690
+ #: config/customizer-theme-settings.php:226
2691
  msgid "Enable Trackbacks on Posts"
2692
  msgstr ""
2693
 
2694
+ #: config/customizer-theme-settings.php:218
2695
  msgid "Enable Comments on Pages"
2696
  msgstr ""
2697
 
2698
+ #: config/customizer-theme-settings.php:210
2699
  msgid "Enable Comments on Posts"
2700
  msgstr ""
2701
 
2702
+ #: config/customizer-theme-settings.php:196
2703
  msgid "Breadcrumbs on Attachment/Media"
2704
  msgstr ""
2705
 
2706
+ #: config/customizer-theme-settings.php:188
2707
+ msgid "Breadcrumbs on 404 page"
2708
  msgstr ""
2709
 
2710
+ #: config/customizer-theme-settings.php:180
2711
  msgid "Breadcrumbs on Archives"
2712
  msgstr ""
2713
 
2714
+ #: config/customizer-theme-settings.php:172
2715
  msgid "Breadcrumbs on Pages"
2716
  msgstr ""
2717
 
2718
+ #: config/customizer-theme-settings.php:164
2719
  msgid "Breadcrumbs on Single Posts"
2720
  msgstr ""
2721
 
2722
+ #: config/customizer-theme-settings.php:156
2723
+ msgid "Breadcrumbs on Posts page"
2724
  msgstr ""
2725
 
2726
+ #: config/customizer-theme-settings.php:138
2727
+ #: config/customizer-theme-settings.php:147
 
 
 
2728
  msgid "Breadcrumbs on Homepage"
2729
  msgstr ""
2730
 
2732
  msgid "Select Default Layout"
2733
  msgstr ""
2734
 
2735
+ #: config/customizer-theme-settings.php:116
2736
  msgid "Site Layout"
2737
  msgstr ""
2738
 
2739
+ #: config/customizer-theme-settings.php:104
2740
  msgid "Select Color Style"
2741
  msgstr ""
2742
 
2743
+ #: config/customizer-theme-settings.php:100
2744
  msgid "Color Scheme"
2745
  msgstr ""
2746
 
2747
+ #: config/customizer-theme-settings.php:68
2748
  msgid "Dynamic Text"
2749
  msgstr ""
2750
 
2761
  msgid "Reader Interactions"
2762
  msgstr ""
2763
 
 
 
 
 
2764
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2765
  msgid "Author Archive SEO Settings"
2766
  msgstr ""
2767
 
2768
+ #: config/customizer-theme-settings.php:327
2769
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2770
  msgid "Footer Scripts"
2771
  msgstr ""
2772
 
2773
+ #: config/customizer-theme-settings.php:317
2774
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2775
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2776
  msgid "Header Scripts"
2777
  msgstr ""
2778
 
2779
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2780
  msgid "Posts per Page"
2781
  msgstr ""
2782
 
2783
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2784
  msgid "Category IDs, comma separated - 1,2,3 for example"
2785
  msgstr ""
2786
 
2787
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2788
  msgid "Exclude Categories"
2789
  msgstr ""
2790
 
2792
  msgid "Display Category"
2793
  msgstr ""
2794
 
2795
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2796
  msgid "Entry Pagination"
2797
  msgstr ""
2798
 
2799
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2800
  msgid "Image Alignment:"
2801
  msgstr ""
2802
 
2803
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2804
  msgid "Featured Image"
2805
  msgstr ""
2806
 
2807
+ #: config/customizer-theme-settings.php:253
2808
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2809
  msgid "Entry excerpts"
2810
  msgstr ""
2811
 
2812
+ #: config/customizer-theme-settings.php:252
2813
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2814
  msgid "Entry content"
2815
  msgstr ""
2816
 
2817
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2818
  msgid "Display"
2819
  msgstr ""
2820
 
2851
  msgid "Email address"
2852
  msgstr ""
2853
 
2854
+ #: config/customizer-theme-settings.php:30
2855
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2856
  msgid "Updates"
2857
  msgstr ""
2858
 
2859
+ #: config/layouts.php:49
2860
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2861
  msgstr ""
2862
 
2863
+ #: config/layouts.php:44
2864
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2865
  msgstr ""
2866
 
2867
+ #: config/layouts.php:39
2868
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2869
  msgstr ""
2870
 
2871
+ #: config/layouts.php:33
2872
  msgid "Primary Sidebar, Content"
2873
  msgstr ""
2874
 
2875
+ #: config/layouts.php:27
2876
  msgid "Content, Primary Sidebar"
2877
  msgstr ""
2878
 
2879
+ #: lib/functions/formatting.php:101
2880
  msgid "about "
2881
  msgstr ""
2882
 
2883
+ #: lib/classes/class-genesis-cli-db-command.php:43
2884
  msgid "Genesis database upgraded."
2885
  msgstr ""
2886
 
 
 
 
 
 
2887
  #. Template Name of the plugin/theme
2888
  msgid "Blog"
2889
  msgstr ""
2904
  msgid "Genesis"
2905
  msgstr ""
2906
 
2907
+ #: lib/widgets/featured-post-widget.php:564
2908
  msgid "Content Post Info"
2909
  msgstr ""
2910
 
2911
+ #: lib/widgets/featured-post-widget.php:484
2912
  msgid "Exclude Sticky Posts?"
2913
  msgstr ""
2914
 
2915
+ #: config/customizer-theme-settings.php:292
2916
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:72
2917
+ #: lib/widgets/featured-page-widget.php:339
2918
+ #: lib/widgets/featured-post-widget.php:542
2919
  msgid "Center"
2920
  msgstr ""
2921
 
2922
+ #: lib/widgets/featured-page-widget.php:134
2923
+ #: lib/widgets/featured-post-widget.php:172
2924
  msgid "(no title)"
2925
  msgstr ""
2926
 
2927
+ #: lib/structure/post.php:862
2928
  msgid "Current page"
2929
  msgstr ""
2930
 
2931
+ #: lib/structure/post.php:425 lib/structure/post.php:835
2932
  msgid "Page "
2933
  msgstr ""
2934
 
2935
+ #: lib/structure/header.php:869
2936
  msgid "Skip to footer"
2937
  msgstr ""
2938
 
2939
+ #: lib/structure/header.php:863
2940
  msgid "Skip to secondary sidebar"
2941
  msgstr ""
2942
 
2943
+ #: lib/structure/header.php:859
2944
  msgid "Skip to primary sidebar"
2945
  msgstr ""
2946
 
2947
+ #: lib/structure/header.php:856
2948
  msgid "Skip to content"
2949
  msgstr ""
2950
 
2951
+ #: lib/structure/header.php:853
2952
  msgid "Skip to primary navigation"
2953
  msgstr ""
2954
 
2955
+ #: lib/functions/widgetize.php:220
2956
  msgid "Widgets in this widget area will display after single entries."
2957
  msgstr ""
2958
 
2959
+ #: lib/functions/widgetize.php:219
2960
  msgid "After Entry"
2961
  msgstr ""
2962
 
2963
+ #: lib/functions/widgetize.php:136
2964
  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."
2965
  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,74 +9,290 @@ 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
75
- msgid "AdSense publisher ID"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  msgstr ""
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
@@ -91,11 +307,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 +334,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 +345,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,27 +394,27 @@ 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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
  msgstr ""
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
  msgstr ""
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
  msgstr ""
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
  msgstr ""
204
 
@@ -207,25 +423,25 @@ 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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
  msgstr ""
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
  msgstr ""
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
  msgstr ""
231
 
@@ -233,167 +449,166 @@ 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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
  msgstr ""
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
  msgstr ""
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
@@ -402,7 +617,7 @@ msgstr ""
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
  msgstr ""
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
@@ -441,11 +656,11 @@ msgstr ""
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
  msgstr ""
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
  msgstr ""
@@ -514,10 +729,6 @@ msgstr ""
514
  msgid "Edit Archive Settings"
515
  msgstr ""
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr ""
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr ""
@@ -530,7 +741,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 ""
@@ -539,9 +750,9 @@ msgstr ""
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr ""
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr ""
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr ""
584
 
585
- #: lib/structure/comments.php:370
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 ""
@@ -594,7 +796,7 @@ msgstr ""
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 +822,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 +832,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
@@ -645,8 +847,8 @@ msgid "Archive"
645
  msgstr ""
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
  msgstr ""
651
 
652
  #: 404.php:36
@@ -661,7 +863,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,28 +875,29 @@ 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"
687
  msgstr "Templed Tudalen Blog "
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr "Pennawd "
@@ -704,7 +907,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,18 +920,18 @@ 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. "
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr "Gadewch hyn yn wag os nad ydych am ddangos testun cyflwyniad. "
790
 
@@ -803,9 +1006,9 @@ msgstr "Gadewch hyn yn wag os nad ydych am ddangos pennawd. "
803
  msgid "Archive Headline"
804
  msgstr "Pennawd Archif "
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr "Gwall wrth gadw'r gosodiadau. "
811
 
@@ -813,11 +1016,11 @@ msgstr "Gwall wrth gadw'r gosodiadau. "
813
  msgid "Custom Text Content"
814
  msgstr "Cynnwys Testun i'w Addasu "
815
 
816
- #: lib/init.php:104
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,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr "Ni allwch ddefnyddio %s i greu dwy ddewislen yn yr un isddosbarth. Defnyddiwch isddosbarthiadau gwahanol ar gyfer pob dewislen. "
849
 
@@ -855,11 +1058,11 @@ msgstr "Gosodiadau Archif Awdur "
855
  msgid "User Permissions"
856
  msgstr "Caniatâd Defnyddwyr "
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr "Dewiswch yr arddull liwiau o'r gwymplen a chadwch eich gosodiadau. "
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr "Arddull Liwiau:"
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr ""
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr "Maint y Ddelwedd: "
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr "Arddull Liwiau "
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr "Dilynwch fi ar Twitter "
888
 
@@ -911,19 +1114,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 +1136,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 +1146,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 +1156,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 +1166,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 +1176,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 +1186,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,18 +1195,18 @@ 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 "
999
 
1000
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
1001
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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"
@@ -1013,52 +1216,48 @@ msgstr "archifau "
1013
  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
1022
  #: lib/views/help/genesis-scripts.php:15
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
1030
  msgid "Comments and Trackbacks"
1031
  msgstr "Sylwadau ac Olrhain "
1032
 
1033
- #: lib/classes/class-genesis-admin-settings.php:232
1034
- #: lib/classes/class-genesis-admin-settings.php:278
1035
  #: lib/views/help/genesis-layout.php:15
1036
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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. "
1044
 
1045
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1046
- #: lib/classes/class-genesis-admin-settings.php:62
1047
- #: lib/classes/class-genesis-admin.php:131
1048
  msgid "Settings saved."
1049
  msgstr "Gosodiadau wedi'u cadw. "
1050
 
1051
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1052
- #: lib/classes/class-genesis-admin-settings.php:63
1053
- #: lib/classes/class-genesis-admin.php:132
1054
  msgid "Settings reset."
1055
  msgstr "Gosodiadau wedi'u hailosod. "
1056
 
1057
- #: lib/classes/class-genesis-admin-import-export.php:100
1058
  msgid "Settings successfully imported."
1059
  msgstr "Gosodiadau wedi'u mewnforio'n llwyddiannus. "
1060
 
1061
- #: lib/views/pages/genesis-admin-import-export.php:38
1062
  msgid "Upload File and Import"
1063
  msgstr "Llwytho Ffeil i Fyny a'i Mewnforio "
1064
 
@@ -1067,15 +1266,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1067
  msgstr "Dewis y ffeil o'ch cyfrifiadur a chliciwch ar \"Llwytho Ffeil i Fyny a'i Mewnforio\" "
1068
 
1069
  #: lib/admin/customizer.php:94
1070
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1087,65 +1286,65 @@ msgstr "yn ôl "
1087
  msgid "Select / Deselect All"
1088
  msgstr "Dewis/Dad-ddewis Pob Un "
1089
 
1090
- #: lib/classes/class-genesis-admin-import-export.php:145
1091
  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
 
1103
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1352,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 +1362,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 "
@@ -1198,7 +1397,7 @@ msgstr "Galluogi Dewislen Weinyddu Genesis? "
1198
  msgid "Genesis Admin Menus"
1199
  msgstr "Dewislenni Gweinyddu Genesis"
1200
 
1201
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1202
  msgid "Include the Featured Image?"
1203
  msgstr "Cynnwys y Ddelwedd a Ddangosir? "
1204
 
@@ -1236,19 +1435,20 @@ msgstr ""
1236
  msgid "Characters Used: %s"
1237
  msgstr "Nodau a Ddefnyddiwyd: %s "
1238
 
1239
- #: lib/views/pages/genesis-admin-import-export.php:61
1240
  msgid "Download Export File"
1241
  msgstr "Lawrlwytho Ffeil Allforio "
1242
 
1243
- #: lib/views/pages/genesis-admin-import-export.php:54
1244
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1245
  msgstr "Ar ôl i chi gadw'r ffeil wedi'i lawrlwytho, gallwch ddefnyddio'r swyddogaeth mewnforio hon ar wefan arall i fewnforio'r data hwn. "
1246
 
1247
- #: lib/views/pages/genesis-admin-import-export.php:46
1248
  msgid "Export Genesis Settings File"
1249
  msgstr "Allforio Ffeil Gosodiadau Genesis "
1250
 
1251
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1252
  msgid "Upload File (Maximum Size: %s): "
1253
  msgstr ""
1254
 
@@ -1312,93 +1512,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,42 +1618,44 @@ 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
 
1456
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1457
  msgid "by"
1458
  msgstr "ger"
1459
 
@@ -1465,27 +1667,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 +1700,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
 
@@ -1510,70 +1712,65 @@ msgstr "Ynghylch "
1510
  msgid "By"
1511
  msgstr "Ger "
1512
 
1513
- #: lib/structure/post.php:380
1514
  msgid "[Read more...]"
1515
  msgstr "[Darllen mwy...] "
1516
 
1517
- #: lib/structure/menu.php:150
1518
  msgid "Comments"
1519
  msgstr "Sylwadau "
1520
 
1521
- #: lib/structure/menu.php:149
1522
  msgid "Posts"
1523
  msgstr "pyst"
1524
 
1525
- #: lib/init.php:103
1526
  msgid "Primary Navigation Menu"
1527
  msgstr "Prif Ddewislen Lywio "
1528
 
1529
- #: lib/structure/footer.php:152
1530
  msgid "Copyright"
1531
  msgstr "Hawlfraint "
1532
 
1533
- #: lib/structure/comments.php:495
1534
  msgid "Speak Your Mind"
1535
  msgstr "Dweud eich Dweud "
1536
 
1537
- #: lib/structure/comments.php:486
1538
  msgid "Website"
1539
  msgstr "Gwefan "
1540
 
1541
- #: lib/structure/comments.php:480
1542
  msgid "Email"
1543
  msgstr "E-bost "
1544
 
1545
- #: lib/structure/comments.php:474
1546
  msgid "Name"
1547
  msgstr "Enw "
1548
 
1549
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1550
  msgid "Your comment is awaiting moderation."
1551
  msgstr "Mae'ch sylw wrthi'n cael ei gymedroli. "
1552
 
1553
  #. translators: 1: Comment date, 2: Comment time.
1554
- #: lib/structure/comments.php:265
1555
  msgid "%1$s at %2$s"
1556
  msgstr "%1$s yn %2$s "
1557
 
1558
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1559
  msgid "says"
1560
  msgstr "yn dweud "
1561
 
1562
- #. translators: 1: get_comment_author_link(), 2: Filtered "says" text.
1563
- #: lib/structure/comments.php:260
1564
- msgid "<cite class=\"fn\">%1$s</cite> <span class=\"says\">%2$s:</span>"
1565
- msgstr ""
1566
-
1567
- #: lib/structure/comments.php:162
1568
  msgid "<h3>Trackbacks</h3>"
1569
  msgstr "<h3>Olrhain</h3> "
1570
 
1571
- #: lib/structure/comments.php:72
1572
  msgid "<h3>Comments</h3>"
1573
  msgstr "<h3>Sylwadau</h3> "
1574
 
1575
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1576
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1577
  msgid "(Edit)"
1578
  msgstr "(Golygu) "
1579
 
@@ -1597,11 +1794,11 @@ msgstr "1 sylw"
1597
  msgid "Leave a Comment"
1598
  msgstr "Gadael Sylw "
1599
 
1600
- #: lib/shortcodes/footer.php:309
1601
  msgid "Log out"
1602
  msgstr "Allgofnodi "
1603
 
1604
- #: lib/shortcodes/footer.php:307
1605
  msgid "Log in"
1606
  msgstr "Mewngofnodi "
1607
 
@@ -1610,30 +1807,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 +1838,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 +1919,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,16 +1941,16 @@ 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
1758
  msgid "Breadcrumbs"
1759
  msgstr "Briwsion Bara"
@@ -1762,14 +1959,14 @@ msgstr "Briwsion Bara"
1762
  msgid "Author Box"
1763
  msgstr "Blwch Awdur "
1764
 
1765
- #: lib/classes/class-genesis-admin-settings.php:231
1766
- #: lib/classes/class-genesis-admin-settings.php:272
1767
  #: lib/views/help/genesis-feeds.php:15
1768
  msgid "Custom Feeds"
1769
  msgstr "Porthiannau i'w Haddasu "
1770
 
1771
- #: lib/classes/class-genesis-admin-settings.php:230
1772
- #: lib/classes/class-genesis-admin-settings.php:265
1773
  #: lib/views/help/genesis-information.php:15
1774
  msgid "Information"
1775
  msgstr "Gwybodaeth "
@@ -1850,7 +2047,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,25 +2069,25 @@ 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 "
@@ -1899,46 +2096,46 @@ msgstr "Chwith "
1899
  msgid "Are you sure you want to reset?"
1900
  msgstr "Ydych chi'n siŵr eich bod am ailosod? "
1901
 
1902
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1903
- #: lib/classes/class-genesis-admin-settings.php:61
1904
- #: lib/classes/class-genesis-admin.php:130
1905
  msgid "Reset Settings"
1906
  msgstr "Ailosod y Gosodiadau "
1907
 
1908
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1909
  msgid "Genesis - SEO Settings"
1910
  msgstr "Genesis - Gosodiadau SEO "
1911
 
1912
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1913
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1914
  #: lib/views/help/seo-dochead.php:15
1915
  msgid "Document Head Settings"
1916
  msgstr "Prif Osodiadau'r Ddogfen "
1917
 
1918
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1919
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1920
  #: lib/views/help/seo-homepage.php:15
1921
  msgid "Homepage Settings"
1922
  msgstr "Gosodiadau'r Dudalen Hafan "
1923
 
1924
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1925
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1926
- #: lib/classes/class-genesis-admin-import-export.php:125
1927
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1928
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1929
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1937
- #: lib/classes/class-genesis-admin-settings.php:229
1938
  #: lib/views/help/genesis-theme-settings.php:15
1939
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1940
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1941
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1942
  msgid "Theme Settings"
1943
  msgstr "Gosodiadau Thema "
1944
 
@@ -1951,14 +2148,14 @@ msgstr "Gosodiadau Thema "
1951
  msgid "Apply %s to this post/page"
1952
  msgstr "Cymhwyso %s i'r post/dudalen hwn/hon "
1953
 
1954
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1955
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1956
  #: lib/views/help/seo-robots.php:15
1957
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2166,27 @@ 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
 
1992
- #: lib/classes/class-genesis-admin-settings.php:244
1993
  msgid "Home Pages"
1994
  msgstr ""
1995
 
@@ -2034,7 +2231,7 @@ msgstr ""
2034
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2035
  msgstr ""
2036
 
2037
- #: lib/classes/class-genesis-admin-settings.php:242
2038
  #: lib/views/help/genesis-blog.php:15
2039
  msgid "Blog Page"
2040
  msgstr ""
@@ -2217,7 +2414,7 @@ msgstr ""
2217
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2218
  msgstr ""
2219
 
2220
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2221
  #: lib/views/help/seo-doctitle.php:15
2222
  msgid "Doctitle Settings"
2223
  msgstr ""
@@ -2242,19 +2439,19 @@ msgstr ""
2242
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2243
  msgstr ""
2244
 
2245
- #: lib/classes/class-genesis-admin.php:435
2246
  msgid "Genesis Tutorials"
2247
  msgstr ""
2248
 
2249
- #: lib/classes/class-genesis-admin.php:434
2250
  msgid "Genesis Snippets"
2251
  msgstr ""
2252
 
2253
- #: lib/classes/class-genesis-admin.php:433
2254
  msgid "Get Support"
2255
  msgstr ""
2256
 
2257
- #: lib/classes/class-genesis-admin.php:432
2258
  msgid "For more information:"
2259
  msgstr ""
2260
 
@@ -2292,15 +2489,9 @@ 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."
2304
  msgstr ""
2305
 
2306
  #: lib/views/help/genesis-navigation.php:23
@@ -2333,12 +2524,7 @@ msgstr ""
2333
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2334
  msgstr ""
2335
 
2336
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2337
- #: lib/structure/sidebar.php:67
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
 
@@ -2386,7 +2572,7 @@ msgid "This works with the Blog Template, which is a page template that shows yo
2386
  msgstr ""
2387
 
2388
  #. translators: JOSN file extension.
2389
- #: lib/views/pages/genesis-admin-import-export.php:51
2390
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2391
  msgstr ""
2392
 
@@ -2430,17 +2616,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,18 +2641,18 @@ 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 ""
2472
 
@@ -2474,7 +2660,7 @@ msgstr ""
2474
  msgid "Section Headings"
2475
  msgstr ""
2476
 
2477
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2478
  msgid "Site-wide Settings"
2479
  msgstr ""
2480
 
@@ -2483,7 +2669,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
@@ -2491,76 +2677,68 @@ msgstr ""
2491
  msgid "Document Title"
2492
  msgstr ""
2493
 
2494
- #: lib/classes/class-genesis-admin.php:430
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 +2746,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
 
@@ -2597,34 +2775,30 @@ msgstr ""
2597
  msgid "Reader Interactions"
2598
  msgstr ""
2599
 
2600
- #: 404.php:57
2601
- msgid "Sitemap"
2602
- msgstr ""
2603
-
2604
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2617
  msgstr ""
2618
 
2619
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2620
  msgid "Posts per Page"
2621
  msgstr ""
2622
 
2623
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2624
  msgid "Category IDs, comma separated - 1,2,3 for example"
2625
  msgstr ""
2626
 
2627
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2628
  msgid "Exclude Categories"
2629
  msgstr ""
2630
 
@@ -2632,29 +2806,29 @@ msgstr ""
2632
  msgid "Display Category"
2633
  msgstr ""
2634
 
2635
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2636
  msgid "Entry Pagination"
2637
  msgstr ""
2638
 
2639
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2640
  msgid "Image Alignment:"
2641
  msgstr ""
2642
 
2643
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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 ""
2656
 
2657
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2658
  msgid "Display"
2659
  msgstr ""
2660
 
@@ -2691,44 +2865,39 @@ 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
 
2723
- #: lib/classes/class-genesis-cli-command.php:44
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,62 +2918,62 @@ 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
 
2780
- #: lib/structure/header.php:846
2781
  msgid "Skip to footer"
2782
  msgstr ""
2783
 
2784
- #: lib/structure/header.php:840
2785
  msgid "Skip to secondary sidebar"
2786
  msgstr ""
2787
 
2788
- #: lib/structure/header.php:836
2789
  msgid "Skip to primary sidebar"
2790
  msgstr ""
2791
 
2792
- #: lib/structure/header.php:833
2793
  msgid "Skip to content"
2794
  msgstr ""
2795
 
2796
- #: lib/structure/header.php:830
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.10 in Welsh
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 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.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
  msgstr ""
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
 
 
 
 
 
 
 
 
 
 
 
21
  msgstr ""
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
  msgstr ""
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
  msgstr ""
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
  msgstr ""
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
  msgstr ""
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
  msgstr ""
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
  msgstr ""
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
  msgstr ""
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
  msgstr ""
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
  msgstr ""
58
 
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
  msgstr ""
62
 
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr ""
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr ""
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr ""
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr ""
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr ""
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr ""
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr ""
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr ""
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr ""
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr ""
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr ""
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
+ msgstr ""
113
+
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr ""
118
+
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr ""
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr ""
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr ""
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr ""
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr ""
140
+
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr ""
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr ""
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr ""
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr ""
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr ""
163
+
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
+ msgstr ""
168
+
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr ""
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr ""
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr ""
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
+ msgstr ""
185
+
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr ""
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
+ msgstr ""
209
+
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr ""
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr ""
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr ""
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr ""
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr ""
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr ""
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr ""
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr ""
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr ""
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr ""
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr ""
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr ""
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr ""
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr ""
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr ""
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr ""
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
  msgstr ""
284
 
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
+ msgstr ""
289
+
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr ""
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
+ msgid "AdSense publisher ID"
296
  msgstr ""
297
 
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
  msgstr ""
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
  msgstr ""
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
  msgstr ""
317
 
334
  msgstr ""
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
  msgstr ""
340
 
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
  msgstr ""
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
  msgstr ""
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
  msgstr ""
362
 
394
  msgid "Genesis Blue"
395
  msgstr ""
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
  msgstr ""
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
  msgstr ""
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
  msgstr ""
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
  msgstr ""
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
  msgstr ""
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
  msgstr ""
420
 
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
  msgstr ""
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
  msgstr ""
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
  msgstr ""
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
  msgstr ""
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
  msgstr ""
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
  msgstr ""
447
 
449
  msgid "Google Adsense"
450
  msgstr ""
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
  msgstr ""
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
  msgstr ""
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
  msgstr ""
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
  msgstr ""
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
  msgstr ""
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
  msgstr ""
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
  msgstr ""
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
  msgstr ""
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
  msgstr ""
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
  msgstr ""
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
  msgstr ""
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
  msgstr ""
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
  msgstr ""
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
  msgstr ""
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
  msgstr ""
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
  msgstr ""
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
  msgstr ""
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
  msgstr ""
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
  msgstr ""
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
  msgstr ""
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
  msgstr ""
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
  msgstr ""
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
  msgstr ""
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
  msgstr ""
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
  msgstr ""
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
  msgstr ""
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
  msgstr ""
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
  msgstr ""
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
  msgstr ""
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
  msgstr ""
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
  msgstr ""
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
  msgstr ""
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
  msgstr ""
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
  msgstr ""
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
  msgstr ""
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
  msgstr ""
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
  msgstr ""
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
  msgstr ""
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
  msgstr ""
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
  msgstr ""
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
  msgstr ""
729
  msgid "Edit Archive Settings"
730
  msgstr ""
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr ""
741
  msgid "Use for site title/logo"
742
  msgstr ""
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr ""
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr ""
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr ""
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr ""
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr ""
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr ""
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr ""
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  msgstr ""
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr ""
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr ""
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr ""
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr ""
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr ""
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
  msgstr ""
853
 
854
  #: 404.php:36
863
  msgid "Contributor"
864
  msgstr "Cyfrannwr "
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr "Cyfranwyr "
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  msgstr "Bydd y gosodiadau hyn yn berthnasol i unrhyw dempled tudalen \"Blog\", nid y dudalen na thudalennau archifau post. "
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr "y dudalen hafan "
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
+ msgstr ""
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr "Templed Tudalen Blog "
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr "Llywio"
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr "Pennawd "
907
  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."
908
  msgstr ""
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  msgstr "Gellir defnyddio'r disgrifiad meta i bennu'r testun a ddefnyddir o dan y teitl ar dudalennau canlyniadau'r peiriant chwilio. "
920
  msgid "Site Description (Tagline)"
921
  msgstr "Disgrifiad o'r Wefan (Llinell Dagiau) "
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr "Os yw'r teitl yn cynnwys dwy ran (y teitl gwreiddiol a'r ychwanegiad opsiynol), bydd y gwahanydd yn mynd rhyngddyn nhw. "
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr "Gwahanwr Teitlau Dogfennau: "
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr "Yn pennu ar ba ochr y bydd testun y teitl yn mynd. "
937
 
949
  msgid "Read More"
950
  msgstr "Darllen mwy "
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr "Chwilio'r wefan hon"
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr "Darllen mwy "
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  msgstr "Ewch i Osodiadau SEO &rarr; "
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr "Ewch i Osodiadau Thema &rarr; "
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr "Prif Swyddogion y Prosiect "
971
 
978
  msgid "Google+"
979
  msgstr "Google+ "
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr "Defnyddiwch ar gyfer teitl/logo'r wefan: "
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr "ar "
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr "Gadewch hyn yn wag os nad ydych am ddangos testun cyflwyniad. "
993
 
1006
  msgid "Archive Headline"
1007
  msgstr "Pennawd Archif "
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr "Gwall wrth gadw'r gosodiadau. "
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr "Cynnwys Testun i'w Addasu "
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr "Dewislen Lywio Eilaidd "
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr "Penynnau Chwith "
1026
 
1029
  msgstr "Testun dolen tudalen estynedig "
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr "Man dyfeisiau %d troedynnau. "
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  msgstr "Dyma'r bar ochr eilaidd os ydych chi'n defnyddio opsiwn cynllun gwefan tair colofn. "
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  msgstr "Dyma'r prif far ochr os ydych chi'n defnyddio opsiwn cynllun gwefan dwy neu dair colofn. "
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr "Mae'r ddadl, \"cyd-destun\", wedi'i disodli gan \"leoliad_thema\" yn yr aräe $args. "
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr "Ni allwch ddefnyddio %s i greu dwy ddewislen yn yr un isddosbarth. Defnyddiwch isddosbarthiadau gwahanol ar gyfer pob dewislen. "
1052
 
1058
  msgid "User Permissions"
1059
  msgstr "Caniatâd Defnyddwyr "
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr "Dewiswch yr arddull liwiau o'r gwymplen a chadwch eich gosodiadau. "
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr "Arddull Liwiau:"
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr ""
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr "Maint y Ddelwedd: "
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr "Arddull Liwiau "
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr "Dilynwch fi ar Twitter "
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr "Gosodiadau'r Cynllun "
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr "Gosodiadau SEO Thema "
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr "a "
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1136
  msgstr[3] "%s eiliad"
1137
 
1138
  #. translators: %s: Number of minute(s).
1139
+ #: lib/functions/formatting.php:361
1140
  msgctxt "time difference"
1141
  msgid "%s minute"
1142
  msgid_plural "%s minutes"
1146
  msgstr[3] "%s munud "
1147
 
1148
  #. translators: %s: Number of hour(s).
1149
+ #: lib/functions/formatting.php:359
1150
  msgctxt "time difference"
1151
  msgid "%s hour"
1152
  msgid_plural "%s hours"
1156
  msgstr[3] "%s awr"
1157
 
1158
  #. translators: %s: Number of day(s).
1159
+ #: lib/functions/formatting.php:357
1160
  msgctxt "time difference"
1161
  msgid "%s day"
1162
  msgid_plural "%s days"
1166
  msgstr[3] "%s dydd"
1167
 
1168
  #. translators: %s: Number of week(s).
1169
+ #: lib/functions/formatting.php:355
1170
  msgctxt "time difference"
1171
  msgid "%s week"
1172
  msgid_plural "%s weeks"
1176
  msgstr[3] "%s wythnos"
1177
 
1178
  #. translators: %s: Number of month(s).
1179
+ #: lib/functions/formatting.php:353
1180
  msgctxt "time difference"
1181
  msgid "%s month"
1182
  msgid_plural "%s months"
1186
  msgstr[3] "%s mis "
1187
 
1188
  #. translators: %s: Number of year(s).
1189
+ #: lib/functions/formatting.php:351
1190
  msgctxt "time difference"
1191
  msgid "%s year"
1192
  msgid_plural "%s years"
1195
  msgstr[2] "%s blwyddyn "
1196
  msgstr[3] "%s blwyddyn "
1197
 
1198
+ #: lib/functions/formatting.php:345
1199
  msgctxt "time difference"
1200
  msgid "seconds"
1201
  msgstr "eiliadau "
1202
 
1203
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1204
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1205
  msgstr "Bydd yr opsiynau hyn yn effeithio ar unrhyw dudalen restriadau blog, gan gynnwys tudalennau archif, awdur, blog, categori, chwiliad, a thudalennau tag."
1206
 
1207
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1208
+ msgid "404 page"
1209
+ msgstr ""
1210
 
1211
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1212
  msgid "Archives"
1216
  msgid "Pages"
1217
  msgstr "tudalennau "
1218
 
1219
+ #: lib/classes/class-genesis-admin-settings.php:246
1220
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1221
  #: lib/views/help/genesis-scripts.php:15
1222
  msgid "Header and Footer Scripts"
1223
  msgstr "Sgriptiau Penynnau a Throedynnau "
1224
 
1225
+ #: config/customizer-theme-settings.php:206
1226
+ #: lib/classes/class-genesis-admin-settings.php:243
1227
+ #: lib/classes/class-genesis-admin-settings.php:296
1228
  #: lib/views/help/genesis-comments.php:15
1229
  msgid "Comments and Trackbacks"
1230
  msgstr "Sylwadau ac Olrhain "
1231
 
1232
+ #: lib/classes/class-genesis-admin-settings.php:235
1233
+ #: lib/classes/class-genesis-admin-settings.php:281
1234
  #: lib/views/help/genesis-layout.php:15
1235
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1236
  msgid "Default Layout"
1237
  msgstr "Cynllun Rhagosodedig "
1238
 
1239
+ #: config/customizer-seo-settings.php:111
1240
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1241
  msgid "Keywords are generally ignored by Search Engines."
1242
  msgstr "Geiriau allweddol a anwybyddir yn gyffredinol gan beiriannau chwilio. "
1243
 
1244
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1245
+ #: lib/classes/class-genesis-admin-settings.php:65
1246
+ #: lib/classes/class-genesis-admin.php:149
1247
  msgid "Settings saved."
1248
  msgstr "Gosodiadau wedi'u cadw. "
1249
 
1250
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1251
+ #: lib/classes/class-genesis-admin-settings.php:66
1252
+ #: lib/classes/class-genesis-admin.php:150
1253
  msgid "Settings reset."
1254
  msgstr "Gosodiadau wedi'u hailosod. "
1255
 
1256
+ #: lib/classes/class-genesis-admin-import-export.php:101
1257
  msgid "Settings successfully imported."
1258
  msgstr "Gosodiadau wedi'u mewnforio'n llwyddiannus. "
1259
 
1260
+ #: lib/views/pages/genesis-admin-import-export.php:43
1261
  msgid "Upload File and Import"
1262
  msgstr "Llwytho Ffeil i Fyny a'i Mewnforio "
1263
 
1266
  msgstr "Dewis y ffeil o'ch cyfrifiadur a chliciwch ar \"Llwytho Ffeil i Fyny a'i Mewnforio\" "
1267
 
1268
  #: lib/admin/customizer.php:94
1269
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1270
  msgid "Default"
1271
  msgstr "Rhagosodiad "
1272
 
1273
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1274
  msgid "Next Page"
1275
  msgstr "Tudalen Nesaf "
1276
 
1277
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1278
  msgid "Previous Page"
1279
  msgstr "Tudalen Flaenorol "
1280
 
1286
  msgid "Select / Deselect All"
1287
  msgstr "Dewis/Dad-ddewis Pob Un "
1288
 
1289
+ #: lib/classes/class-genesis-admin-import-export.php:149
1290
  msgid "No export options available."
1291
  msgstr "Dim opsiynau allforio ar gael. "
1292
 
1293
  #. translators: %d: Footer widget counter.
1294
+ #: lib/functions/widgetize.php:191
1295
  msgid "Footer %d"
1296
  msgstr "Troedyn %d "
1297
 
1298
+ #: lib/functions/layout.php:80
1299
  msgid "No Label Selected"
1300
  msgstr "Dim Label wedi'i Ddewis "
1301
 
1302
+ #: lib/classes/class-genesis-admin-import-export.php:103
1303
  msgid "There was a problem importing your settings. Please try again."
1304
  msgstr "Bu problem wrth fewnforio'ch gosodiadau. Rhowch gynnig arall. "
1305
 
1306
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1307
  msgid "Secondary Sidebar"
1308
  msgstr "Bar Ochr Eilaidd "
1309
 
1310
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1311
  msgid "Primary Sidebar"
1312
  msgstr "Prif Far Ochr "
1313
 
1314
+ #: lib/functions/widgetize.php:135
1315
  msgid "Header Right"
1316
  msgstr "Penynnau De "
1317
 
1318
+ #: config/breadcrumbs.php:50
1319
  msgid "Not found: "
1320
  msgstr "Heb ganfod: "
1321
 
1322
+ #: lib/widgets/featured-post-widget.php:574
1323
  msgid "No Content"
1324
  msgstr "Dim Cynnwys"
1325
 
1326
+ #: lib/widgets/featured-post-widget.php:573
1327
  msgid "Show Content Limit"
1328
  msgstr "Dangos Terfyn y Cynnwys"
1329
 
1330
+ #: lib/widgets/featured-post-widget.php:572
1331
  msgid "Show Excerpt"
1332
  msgstr "Dangos Darn"
1333
 
1334
+ #: lib/widgets/featured-post-widget.php:571
1335
  msgid "Show Content"
1336
  msgstr "Dangos y Cynnwys "
1337
 
1338
+ #: lib/widgets/featured-post-widget.php:569
1339
  msgid "Content Type"
1340
  msgstr "Math o Gynnwys"
1341
 
1342
+ #: lib/widgets/featured-post-widget.php:561
1343
  msgid "Show Post Info"
1344
  msgstr "Dangos Gwybodaeth y Post "
1345
 
1346
+ #: lib/widgets/featured-page-widget.php:318
1347
+ #: lib/widgets/featured-post-widget.php:521
1348
  msgid "Show Featured Image"
1349
  msgstr "Dangos y Ddelwedd a Ddangosir "
1350
 
1352
  msgid "This text will be the first paragraph, and display on the first page"
1353
  msgstr "Y testun hwn fydd y paragraff cyntaf a bydd i'w weld ar y dudalen gyntaf "
1354
 
1355
+ #: lib/admin/privacy-requests.php:193
1356
  #: lib/views/meta-boxes/genesis-user-author.php:33
1357
  msgid "Custom Description Text"
1358
  msgstr "Testun Disgrifiad i'w Addasu "
1362
  msgid "Will display in the %s tag at the top of the first page"
1363
  msgstr "I'w weld yn y tag %s ar ben y dudalen gyntaf "
1364
 
1365
+ #: lib/admin/privacy-requests.php:192
1366
  #: lib/views/meta-boxes/genesis-user-author.php:20
1367
  msgid "Custom Archive Headline"
1368
  msgstr "Pennawd Archif i'w Addasu "
1397
  msgid "Genesis Admin Menus"
1398
  msgstr "Dewislenni Gweinyddu Genesis"
1399
 
1400
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1401
  msgid "Include the Featured Image?"
1402
  msgstr "Cynnwys y Ddelwedd a Ddangosir? "
1403
 
1435
  msgid "Characters Used: %s"
1436
  msgstr "Nodau a Ddefnyddiwyd: %s "
1437
 
1438
+ #: lib/views/pages/genesis-admin-import-export.php:66
1439
  msgid "Download Export File"
1440
  msgstr "Lawrlwytho Ffeil Allforio "
1441
 
1442
+ #: lib/views/pages/genesis-admin-import-export.php:59
1443
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1444
  msgstr "Ar ôl i chi gadw'r ffeil wedi'i lawrlwytho, gallwch ddefnyddio'r swyddogaeth mewnforio hon ar wefan arall i fewnforio'r data hwn. "
1445
 
1446
+ #: lib/views/pages/genesis-admin-import-export.php:51
1447
  msgid "Export Genesis Settings File"
1448
  msgstr "Allforio Ffeil Gosodiadau Genesis "
1449
 
1450
+ #. translators: Maximum size import files can have.
1451
+ #: lib/views/pages/genesis-admin-import-export.php:38
1452
  msgid "Upload File (Maximum Size: %s): "
1453
  msgstr ""
1454
 
1512
  msgid "Displays user profile block with Gravatar"
1513
  msgstr "Dangos bloc proffil defnyddiwr gyda Gravatar "
1514
 
1515
+ #: lib/widgets/featured-post-widget.php:614
1516
  msgid "Link Text"
1517
  msgstr "Cysylltu'r Testun "
1518
 
1519
+ #: lib/widgets/featured-post-widget.php:610
1520
  msgid "Show Category Archive Link"
1521
  msgstr "Dangos Dolen Archifau'r Categori "
1522
 
1523
+ #: lib/widgets/featured-post-widget.php:592
1524
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1525
  msgstr "I ddangos rhestr ddi-drefn o fwy o byst o'r categori hwn, llenwch yr wybodaeth isod "
1526
 
1527
+ #: lib/widgets/featured-post-widget.php:584
1528
  msgid "More Text (if applicable)"
1529
  msgstr "Mwy o Destun (os yw'n berthnasol) "
1530
 
1531
+ #: lib/widgets/featured-post-widget.php:556
1532
  msgid "Show Post Title"
1533
  msgstr "Dangos Teitl y Post "
1534
 
1535
+ #: lib/widgets/featured-post-widget.php:507
1536
  #: lib/widgets/user-profile-widget.php:184
1537
  msgid "Gravatar Alignment"
1538
  msgstr "Alinio'r Gravatar "
1539
 
1540
+ #: lib/widgets/featured-post-widget.php:502
1541
  msgid "Extra Large (125px)"
1542
  msgstr "Mawr Iawn (125px) "
1543
 
1544
+ #: lib/widgets/featured-post-widget.php:501
1545
  msgid "Large (85px)"
1546
  msgstr "Mawr (85px) "
1547
 
1548
+ #: lib/widgets/featured-post-widget.php:500
1549
  msgid "Medium (65px)"
1550
  msgstr "Canolig (65px) "
1551
 
1552
+ #: lib/widgets/featured-post-widget.php:499
1553
  msgid "Small (45px)"
1554
  msgstr "Bach (45px) "
1555
 
1556
+ #: lib/widgets/featured-post-widget.php:497
1557
  #: lib/widgets/user-profile-widget.php:166
1558
  msgid "Gravatar Size"
1559
  msgstr "Maint y Gravatar "
1560
 
1561
+ #: lib/widgets/featured-post-widget.php:493
1562
  msgid "Show Author Gravatar"
1563
  msgstr "Dangos Awdur y Gravatar "
1564
 
1565
+ #: lib/widgets/featured-post-widget.php:473
1566
  msgid "Ascending (1, 2, 3)"
1567
  msgstr "Esgynnol (1, 2, 3) "
1568
 
1569
+ #: lib/widgets/featured-post-widget.php:472
1570
  msgid "Descending (3, 2, 1)"
1571
  msgstr "Disgynnol (3, 2, 1) "
1572
 
1573
+ #: lib/widgets/featured-post-widget.php:470
1574
  msgid "Sort Order"
1575
  msgstr "Rhoi mewn Trefn "
1576
 
1577
+ #: lib/widgets/featured-post-widget.php:465
1578
  msgid "Random"
1579
  msgstr "Hap "
1580
 
1581
+ #: lib/widgets/featured-post-widget.php:464
1582
  msgid "Comment Count"
1583
  msgstr "Nifer y Sylwadau"
1584
 
1585
+ #: lib/widgets/featured-post-widget.php:463
1586
  msgid "ID"
1587
  msgstr "ID"
1588
 
1589
+ #: lib/widgets/featured-post-widget.php:462
1590
  msgid "Parent"
1591
  msgstr "Rhiant "
1592
 
1593
+ #: lib/widgets/featured-post-widget.php:457
1594
  msgid "Order By"
1595
  msgstr "Archebu erbyn "
1596
 
1597
+ #: lib/widgets/featured-post-widget.php:452
1598
  msgid "Number of Posts to Offset"
1599
  msgstr "Nifer y pyst i'w gwrthincio "
1600
 
1601
+ #: lib/widgets/featured-post-widget.php:431
1602
  msgid "Category"
1603
  msgstr "Categori "
1604
 
1618
  msgid "Displays featured posts with thumbnails"
1619
  msgstr "Dangos y pyst a gaiff eu cynnwys â mân-luniau "
1620
 
1621
+ #: lib/widgets/featured-page-widget.php:361
1622
  msgid "More Text"
1623
  msgstr "Mwy o Destun "
1624
 
1625
+ #: lib/widgets/featured-page-widget.php:356
1626
  msgid "Content Character Limit"
1627
  msgstr "Terfyn Nodau'r Cynnwys "
1628
 
1629
+ #: lib/widgets/featured-page-widget.php:352
1630
  msgid "Show Page Content"
1631
  msgstr "Dangos Cynnwys y Dudalen "
1632
 
1633
+ #: lib/widgets/featured-page-widget.php:347
1634
  msgid "Show Page Title"
1635
  msgstr "Dangos Teitl y Dudalen "
1636
 
1637
+ #: config/customizer-seo-settings.php:77
1638
+ #: config/customizer-theme-settings.php:289
1639
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1640
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1641
+ #: lib/widgets/featured-page-widget.php:336
1642
+ #: lib/widgets/featured-post-widget.php:509
1643
+ #: lib/widgets/featured-post-widget.php:539
1644
  #: lib/widgets/user-profile-widget.php:186
1645
  #: lib/widgets/user-profile-widget.php:210
1646
  msgid "None"
1647
  msgstr "Dim "
1648
 
1649
+ #: lib/widgets/featured-page-widget.php:334
1650
+ #: lib/widgets/featured-post-widget.php:537
1651
  msgid "Image Alignment"
1652
  msgstr "Alinio Delweddau "
1653
 
1654
+ #: lib/widgets/featured-page-widget.php:299
1655
  msgid "Page"
1656
  msgstr "Tudalen "
1657
 
1658
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1659
  msgid "by"
1660
  msgstr "ger"
1661
 
1667
  msgid "Displays featured page with thumbnails"
1668
  msgstr "Dangos y dudalen a ddangosir â mân-luniau "
1669
 
1670
+ #: lib/widgets/featured-page-widget.php:294
1671
+ #: lib/widgets/featured-post-widget.php:422
1672
+ #: lib/widgets/featured-post-widget.php:461
1673
+ #: lib/widgets/featured-post-widget.php:595
1674
  #: lib/widgets/user-profile-widget.php:148
1675
  msgid "Title"
1676
  msgstr "Teitl "
1677
 
1678
+ #: config/breadcrumbs.php:47
1679
  msgid "Search for "
1680
  msgstr "Chwiliwch am "
1681
 
1682
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1683
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1684
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1685
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1686
+ #: lib/structure/archive.php:198
1687
  msgid "Archives for "
1688
  msgstr "Archifau ar gyfer "
1689
 
1690
+ #: config/breadcrumbs.php:42
1691
  msgid "You are here: "
1692
  msgstr "Rydych chi yma: "
1693
 
1700
  msgstr "Prif Fan Dyfeisiau Bar Ochr "
1701
 
1702
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1703
+ #: searchform.php:49
1704
  msgid "Search"
1705
  msgstr "Chwilio "
1706
 
1707
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1708
  msgid "About"
1709
  msgstr "Ynghylch "
1710
 
1712
  msgid "By"
1713
  msgstr "Ger "
1714
 
1715
+ #: lib/structure/post.php:390
1716
  msgid "[Read more...]"
1717
  msgstr "[Darllen mwy...] "
1718
 
1719
+ #: lib/structure/menu.php:154
1720
  msgid "Comments"
1721
  msgstr "Sylwadau "
1722
 
1723
+ #: lib/structure/menu.php:153
1724
  msgid "Posts"
1725
  msgstr "pyst"
1726
 
1727
+ #: lib/init.php:104
1728
  msgid "Primary Navigation Menu"
1729
  msgstr "Prif Ddewislen Lywio "
1730
 
1731
+ #: lib/structure/footer.php:168
1732
  msgid "Copyright"
1733
  msgstr "Hawlfraint "
1734
 
1735
+ #: lib/structure/comments.php:548
1736
  msgid "Speak Your Mind"
1737
  msgstr "Dweud eich Dweud "
1738
 
1739
+ #: lib/structure/comments.php:539
1740
  msgid "Website"
1741
  msgstr "Gwefan "
1742
 
1743
+ #: lib/structure/comments.php:533
1744
  msgid "Email"
1745
  msgstr "E-bost "
1746
 
1747
+ #: lib/structure/comments.php:527
1748
  msgid "Name"
1749
  msgstr "Enw "
1750
 
1751
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1752
  msgid "Your comment is awaiting moderation."
1753
  msgstr "Mae'ch sylw wrthi'n cael ei gymedroli. "
1754
 
1755
  #. translators: 1: Comment date, 2: Comment time.
1756
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1757
  msgid "%1$s at %2$s"
1758
  msgstr "%1$s yn %2$s "
1759
 
1760
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1761
  msgid "says"
1762
  msgstr "yn dweud "
1763
 
1764
+ #: lib/structure/comments.php:170
 
 
 
 
 
1765
  msgid "<h3>Trackbacks</h3>"
1766
  msgstr "<h3>Olrhain</h3> "
1767
 
1768
+ #: lib/structure/comments.php:77
1769
  msgid "<h3>Comments</h3>"
1770
  msgstr "<h3>Sylwadau</h3> "
1771
 
1772
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1773
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1774
  msgid "(Edit)"
1775
  msgstr "(Golygu) "
1776
 
1794
  msgid "Leave a Comment"
1795
  msgstr "Gadael Sylw "
1796
 
1797
+ #: lib/shortcodes/footer.php:312
1798
  msgid "Log out"
1799
  msgstr "Allgofnodi "
1800
 
1801
+ #: lib/shortcodes/footer.php:310
1802
  msgid "Log in"
1803
  msgstr "Mewngofnodi "
1804
 
1807
  msgstr "Dychwelyd i frig y dudalen "
1808
 
1809
  #. translators: %s: Genesis version.
1810
+ #: lib/functions/upgrade.php:921
1811
  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."
1812
  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. "
1813
 
1814
  #. translators: 1: Genesis version, 2: URL for current website.
1815
+ #: lib/functions/upgrade.php:918
1816
  msgid "Genesis %1$s is available for %2$s"
1817
  msgstr ""
1818
 
1819
+ #: lib/functions/upgrade.php:830
1820
  msgid "Click here to complete the upgrade"
1821
  msgstr "Cliciwch yma i gwblhau'r gwaith uwchraddio "
1822
 
1823
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1824
  msgid "Home"
1825
  msgstr "Hafan "
1826
 
1827
+ #: lib/widgets/featured-post-widget.php:447
1828
+ #: lib/widgets/featured-post-widget.php:600
1829
  msgid "Number of Posts to Show"
1830
  msgstr "Nifer y pyst i'w dangos"
1831
 
1832
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1833
+ #: lib/widgets/featured-post-widget.php:439
1834
  msgid "All Categories"
1835
  msgstr "Pob Categori"
1836
 
1838
  msgid "Display which category"
1839
  msgstr "Dangos pa gategori: "
1840
 
1841
+ #: config/customizer-theme-settings.php:304
1842
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1843
  msgid "Numeric"
1844
  msgstr "Rhifol "
1845
 
1846
+ #: config/customizer-theme-settings.php:303
1847
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1848
  msgid "Previous / Next"
1849
  msgstr "Blaenorol/Nesaf "
1850
 
1851
+ #: lib/widgets/featured-page-widget.php:322
1852
+ #: lib/widgets/featured-post-widget.php:525
1853
  msgid "Image Size"
1854
  msgstr "Maint y Ddelwedd "
1855
 
1856
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1857
+ #: lib/widgets/featured-post-widget.php:579
1858
  msgid "characters"
1859
  msgstr "o gymeriadau "
1860
 
1861
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1862
+ #: lib/widgets/featured-post-widget.php:577
1863
  msgid "Limit content to"
1864
  msgstr "Cyfyngu cynnwys i "
1865
 
1866
+ #: config/customizer-theme-settings.php:248
1867
  msgid "Select one of the following"
1868
  msgstr ""
1869
 
1919
  msgid "Today's date"
1920
  msgstr "Dyddiad heddiw "
1921
 
1922
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1923
  #: lib/views/help/genesis-layout.php:25
1924
  msgid "Full Width Content"
1925
  msgstr "Cynnwys Lled Llawn"
1926
 
1927
+ #: config/customizer-theme-settings.php:69
1928
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1929
  msgid "Image logo"
1930
  msgstr "Logo delwedd "
1941
  msgid "Version"
1942
  msgstr ""
1943
 
1944
+ #: config/customizer-theme-settings.php:244
1945
+ #: lib/classes/class-genesis-admin-settings.php:244
1946
+ #: lib/classes/class-genesis-admin-settings.php:297
1947
  #: lib/views/help/genesis-archives.php:15
1948
  msgid "Content Archives"
1949
  msgstr "Archifau Cynnwys"
1950
 
1951
+ #: config/customizer-theme-settings.php:132
1952
+ #: lib/classes/class-genesis-admin-settings.php:242
1953
+ #: lib/classes/class-genesis-admin-settings.php:293
1954
  #: lib/views/help/genesis-breadcrumbs.php:15
1955
  msgid "Breadcrumbs"
1956
  msgstr "Briwsion Bara"
1959
  msgid "Author Box"
1960
  msgstr "Blwch Awdur "
1961
 
1962
+ #: lib/classes/class-genesis-admin-settings.php:234
1963
+ #: lib/classes/class-genesis-admin-settings.php:275
1964
  #: lib/views/help/genesis-feeds.php:15
1965
  msgid "Custom Feeds"
1966
  msgstr "Porthiannau i'w Haddasu "
1967
 
1968
+ #: lib/classes/class-genesis-admin-settings.php:233
1969
+ #: lib/classes/class-genesis-admin-settings.php:268
1970
  #: lib/views/help/genesis-information.php:15
1971
  msgid "Information"
1972
  msgstr "Gwybodaeth "
2047
  msgid "Shortlink Tag"
2048
  msgstr ""
2049
 
2050
+ #: config/customizer-seo-settings.php:158
2051
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2052
  msgid "Include Windows Live Writer Support Tag?"
2053
  msgstr "Cynnwys Tag Cefnogi Ysgrifennydd Windows Live? "
2069
  msgid "I'll manually wrap my own text on the homepage"
2070
  msgstr ""
2071
 
2072
+ #: config/customizer-seo-settings.php:75
2073
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2074
  msgid "Site Title"
2075
  msgstr "Teitl y Wefan "
2076
 
2077
+ #: config/customizer-theme-settings.php:291
2078
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2079
+ #: lib/widgets/featured-page-widget.php:338
2080
+ #: lib/widgets/featured-post-widget.php:511
2081
+ #: lib/widgets/featured-post-widget.php:541
2082
  #: lib/widgets/user-profile-widget.php:188
2083
  msgid "Right"
2084
  msgstr "De"
2085
 
2086
+ #: config/customizer-theme-settings.php:290
2087
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2088
+ #: lib/widgets/featured-page-widget.php:337
2089
+ #: lib/widgets/featured-post-widget.php:510
2090
+ #: lib/widgets/featured-post-widget.php:540
2091
  #: lib/widgets/user-profile-widget.php:187
2092
  msgid "Left"
2093
  msgstr "Chwith "
2096
  msgid "Are you sure you want to reset?"
2097
  msgstr "Ydych chi'n siŵr eich bod am ailosod? "
2098
 
2099
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2100
+ #: lib/classes/class-genesis-admin-settings.php:64
2101
+ #: lib/classes/class-genesis-admin.php:148
2102
  msgid "Reset Settings"
2103
  msgstr "Ailosod y Gosodiadau "
2104
 
2105
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2106
  msgid "Genesis - SEO Settings"
2107
  msgstr "Genesis - Gosodiadau SEO "
2108
 
2109
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2110
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2111
  #: lib/views/help/seo-dochead.php:15
2112
  msgid "Document Head Settings"
2113
  msgstr "Prif Osodiadau'r Ddogfen "
2114
 
2115
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2116
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2117
  #: lib/views/help/seo-homepage.php:15
2118
  msgid "Homepage Settings"
2119
  msgstr "Gosodiadau'r Dudalen Hafan "
2120
 
2121
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2122
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2123
+ #: lib/classes/class-genesis-admin-import-export.php:127
2124
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2125
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2126
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2127
  msgid "SEO Settings"
2128
  msgstr "Gosodiadau SEO "
2129
 
2130
+ #: config/customizer-theme-settings.php:23
2131
+ #: lib/classes/class-genesis-admin-import-export.php:123
2132
+ #: lib/classes/class-genesis-admin-settings.php:53
2133
+ #: lib/classes/class-genesis-admin-settings.php:54
2134
+ #: lib/classes/class-genesis-admin-settings.php:232
2135
  #: lib/views/help/genesis-theme-settings.php:15
2136
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2137
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2138
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2139
  msgid "Theme Settings"
2140
  msgstr "Gosodiadau Thema "
2141
 
2148
  msgid "Apply %s to this post/page"
2149
  msgstr "Cymhwyso %s i'r post/dudalen hwn/hon "
2150
 
2151
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2152
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2153
  #: lib/views/help/seo-robots.php:15
2154
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2155
  msgid "Robots Meta Settings"
2156
  msgstr "Gosodiadau Meta Robotiaid "
2157
 
2158
+ #: lib/admin/privacy-requests.php:194
2159
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2160
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2161
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2166
  msgid "This post is password protected. Enter the password to view comments."
2167
  msgstr "Gwarchodir y post hwn gan gyfrinair. Rhowch y cyfrinair i mewn i weld y sylwadau. "
2168
 
2169
+ #: lib/functions/general.php:492
2170
  msgid "Recent Posts:"
2171
  msgstr "Pyst Diweddar: "
2172
 
2173
+ #: lib/functions/general.php:489
2174
  msgid "Monthly:"
2175
  msgstr "Misol: "
2176
 
2177
+ #: lib/functions/general.php:486
2178
  msgid "Authors:"
2179
  msgstr "Awduron: "
2180
 
2181
+ #: lib/functions/general.php:483
2182
  msgid "Categories:"
2183
  msgstr "Categorïau: "
2184
 
2185
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2186
  msgid "Pages:"
2187
  msgstr "Tudalennau:"
2188
 
2189
+ #: lib/classes/class-genesis-admin-settings.php:247
2190
  msgid "Home Pages"
2191
  msgstr ""
2192
 
2231
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2232
  msgstr ""
2233
 
2234
+ #: lib/classes/class-genesis-admin-settings.php:245
2235
  #: lib/views/help/genesis-blog.php:15
2236
  msgid "Blog Page"
2237
  msgstr ""
2414
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2415
  msgstr ""
2416
 
2417
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2418
  #: lib/views/help/seo-doctitle.php:15
2419
  msgid "Doctitle Settings"
2420
  msgstr ""
2439
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2440
  msgstr ""
2441
 
2442
+ #: lib/classes/class-genesis-admin.php:495
2443
  msgid "Genesis Tutorials"
2444
  msgstr ""
2445
 
2446
+ #: lib/classes/class-genesis-admin.php:494
2447
  msgid "Genesis Snippets"
2448
  msgstr ""
2449
 
2450
+ #: lib/classes/class-genesis-admin.php:493
2451
  msgid "Get Support"
2452
  msgstr ""
2453
 
2454
+ #: lib/classes/class-genesis-admin.php:492
2455
  msgid "For more information:"
2456
  msgstr ""
2457
 
2489
  msgid "This allows you to import or export Genesis Settings."
2490
  msgstr ""
2491
 
 
 
 
 
 
 
2492
  #. translators: Opening and closing link tags to custom menu editor.
2493
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2494
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2495
  msgstr ""
2496
 
2497
  #: lib/views/help/genesis-navigation.php:23
2524
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2525
  msgstr ""
2526
 
2527
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2528
  msgid "data in style sheet files"
2529
  msgstr ""
2530
 
2572
  msgstr ""
2573
 
2574
  #. translators: JOSN file extension.
2575
+ #: lib/views/pages/genesis-admin-import-export.php:56
2576
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2577
  msgstr ""
2578
 
2616
  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."
2617
  msgstr ""
2618
 
2619
+ #: config/customizer-seo-settings.php:278
2620
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2621
  msgid "Directories"
2622
  msgstr ""
2623
 
2624
+ #: config/customizer-seo-settings.php:223
2625
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2626
  msgid "Archiving"
2627
  msgstr ""
2628
 
2629
+ #: config/customizer-seo-settings.php:176
2630
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2631
  msgid "Indexing"
2632
  msgstr ""
2641
  msgid "Primary Title %s"
2642
  msgstr ""
2643
 
2644
+ #: config/customizer-seo-settings.php:58
2645
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2646
  msgid "Additions on right"
2647
  msgstr ""
2648
 
2649
+ #: config/customizer-seo-settings.php:57
2650
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2651
  msgid "Additions on left"
2652
  msgstr ""
2653
 
2654
+ #: config/customizer-seo-settings.php:52
2655
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2656
  msgid "Document Title Order"
2657
  msgstr ""
2658
 
2660
  msgid "Section Headings"
2661
  msgstr ""
2662
 
2663
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2664
  msgid "Site-wide Settings"
2665
  msgstr ""
2666
 
2669
  msgid "Canonical URL"
2670
  msgstr ""
2671
 
2672
+ #: config/customizer-seo-settings.php:31
2673
  #: lib/views/help/genesis-inpost-seo.php:16
2674
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2675
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2677
  msgid "Document Title"
2678
  msgstr ""
2679
 
2680
+ #: lib/classes/class-genesis-admin.php:490
2681
  msgid "Link opens in a new window."
2682
  msgstr ""
2683
 
2684
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2685
  msgid "Featured Image Alignment"
2686
  msgstr ""
2687
 
2688
+ #: config/customizer-theme-settings.php:276
2689
  msgid "Featured Image Size"
2690
  msgstr ""
2691
 
2692
+ #: config/customizer-theme-settings.php:268
2693
  msgid "Display the featured image?"
2694
  msgstr ""
2695
 
2696
+ #: config/customizer-theme-settings.php:260
2697
  msgid "Limit content to how many characters? (0 for no limit)"
2698
  msgstr ""
2699
 
2700
+ #: config/customizer-theme-settings.php:234
2701
  msgid "Enable Trackbacks on Pages"
2702
  msgstr ""
2703
 
2704
+ #: config/customizer-theme-settings.php:226
2705
  msgid "Enable Trackbacks on Posts"
2706
  msgstr ""
2707
 
2708
+ #: config/customizer-theme-settings.php:218
2709
  msgid "Enable Comments on Pages"
2710
  msgstr ""
2711
 
2712
+ #: config/customizer-theme-settings.php:210
2713
  msgid "Enable Comments on Posts"
2714
  msgstr ""
2715
 
2716
+ #: config/customizer-theme-settings.php:196
2717
  msgid "Breadcrumbs on Attachment/Media"
2718
  msgstr ""
2719
 
2720
+ #: config/customizer-theme-settings.php:188
2721
+ msgid "Breadcrumbs on 404 page"
2722
  msgstr ""
2723
 
2724
+ #: config/customizer-theme-settings.php:180
2725
  msgid "Breadcrumbs on Archives"
2726
  msgstr ""
2727
 
2728
+ #: config/customizer-theme-settings.php:172
2729
  msgid "Breadcrumbs on Pages"
2730
  msgstr ""
2731
 
2732
+ #: config/customizer-theme-settings.php:164
2733
  msgid "Breadcrumbs on Single Posts"
2734
  msgstr ""
2735
 
2736
+ #: config/customizer-theme-settings.php:156
2737
+ msgid "Breadcrumbs on Posts page"
2738
  msgstr ""
2739
 
2740
+ #: config/customizer-theme-settings.php:138
2741
+ #: config/customizer-theme-settings.php:147
 
 
 
2742
  msgid "Breadcrumbs on Homepage"
2743
  msgstr ""
2744
 
2746
  msgid "Select Default Layout"
2747
  msgstr ""
2748
 
2749
+ #: config/customizer-theme-settings.php:116
2750
  msgid "Site Layout"
2751
  msgstr ""
2752
 
2753
+ #: config/customizer-theme-settings.php:104
2754
  msgid "Select Color Style"
2755
  msgstr ""
2756
 
2757
+ #: config/customizer-theme-settings.php:100
2758
  msgid "Color Scheme"
2759
  msgstr ""
2760
 
2761
+ #: config/customizer-theme-settings.php:68
2762
  msgid "Dynamic Text"
2763
  msgstr ""
2764
 
2775
  msgid "Reader Interactions"
2776
  msgstr ""
2777
 
 
 
 
 
2778
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2779
  msgid "Author Archive SEO Settings"
2780
  msgstr ""
2781
 
2782
+ #: config/customizer-theme-settings.php:327
2783
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2784
  msgid "Footer Scripts"
2785
  msgstr ""
2786
 
2787
+ #: config/customizer-theme-settings.php:317
2788
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2789
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2790
  msgid "Header Scripts"
2791
  msgstr ""
2792
 
2793
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2794
  msgid "Posts per Page"
2795
  msgstr ""
2796
 
2797
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2798
  msgid "Category IDs, comma separated - 1,2,3 for example"
2799
  msgstr ""
2800
 
2801
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2802
  msgid "Exclude Categories"
2803
  msgstr ""
2804
 
2806
  msgid "Display Category"
2807
  msgstr ""
2808
 
2809
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2810
  msgid "Entry Pagination"
2811
  msgstr ""
2812
 
2813
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2814
  msgid "Image Alignment:"
2815
  msgstr ""
2816
 
2817
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2818
  msgid "Featured Image"
2819
  msgstr ""
2820
 
2821
+ #: config/customizer-theme-settings.php:253
2822
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2823
  msgid "Entry excerpts"
2824
  msgstr ""
2825
 
2826
+ #: config/customizer-theme-settings.php:252
2827
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2828
  msgid "Entry content"
2829
  msgstr ""
2830
 
2831
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2832
  msgid "Display"
2833
  msgstr ""
2834
 
2865
  msgid "Email address"
2866
  msgstr ""
2867
 
2868
+ #: config/customizer-theme-settings.php:30
2869
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2870
  msgid "Updates"
2871
  msgstr ""
2872
 
2873
+ #: config/layouts.php:49
2874
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2875
  msgstr ""
2876
 
2877
+ #: config/layouts.php:44
2878
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2879
  msgstr ""
2880
 
2881
+ #: config/layouts.php:39
2882
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2883
  msgstr ""
2884
 
2885
+ #: config/layouts.php:33
2886
  msgid "Primary Sidebar, Content"
2887
  msgstr ""
2888
 
2889
+ #: config/layouts.php:27
2890
  msgid "Content, Primary Sidebar"
2891
  msgstr ""
2892
 
2893
+ #: lib/functions/formatting.php:101
2894
  msgid "about "
2895
  msgstr ""
2896
 
2897
+ #: lib/classes/class-genesis-cli-db-command.php:43
2898
  msgid "Genesis database upgraded."
2899
  msgstr ""
2900
 
 
 
 
 
 
2901
  #. Template Name of the plugin/theme
2902
  msgid "Blog"
2903
  msgstr ""
2918
  msgid "Genesis"
2919
  msgstr ""
2920
 
2921
+ #: lib/widgets/featured-post-widget.php:564
2922
  msgid "Content Post Info"
2923
  msgstr ""
2924
 
2925
+ #: lib/widgets/featured-post-widget.php:484
2926
  msgid "Exclude Sticky Posts?"
2927
  msgstr ""
2928
 
2929
+ #: config/customizer-theme-settings.php:292
2930
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:72
2931
+ #: lib/widgets/featured-page-widget.php:339
2932
+ #: lib/widgets/featured-post-widget.php:542
2933
  msgid "Center"
2934
  msgstr ""
2935
 
2936
+ #: lib/widgets/featured-page-widget.php:134
2937
+ #: lib/widgets/featured-post-widget.php:172
2938
  msgid "(no title)"
2939
  msgstr ""
2940
 
2941
+ #: lib/structure/post.php:862
2942
  msgid "Current page"
2943
  msgstr ""
2944
 
2945
+ #: lib/structure/post.php:425 lib/structure/post.php:835
2946
  msgid "Page "
2947
  msgstr ""
2948
 
2949
+ #: lib/structure/header.php:869
2950
  msgid "Skip to footer"
2951
  msgstr ""
2952
 
2953
+ #: lib/structure/header.php:863
2954
  msgid "Skip to secondary sidebar"
2955
  msgstr ""
2956
 
2957
+ #: lib/structure/header.php:859
2958
  msgid "Skip to primary sidebar"
2959
  msgstr ""
2960
 
2961
+ #: lib/structure/header.php:856
2962
  msgid "Skip to content"
2963
  msgstr ""
2964
 
2965
+ #: lib/structure/header.php:853
2966
  msgid "Skip to primary navigation"
2967
  msgstr ""
2968
 
2969
+ #: lib/functions/widgetize.php:220
2970
  msgid "Widgets in this widget area will display after single entries."
2971
  msgstr ""
2972
 
2973
+ #: lib/functions/widgetize.php:219
2974
  msgid "After Entry"
2975
  msgstr ""
2976
 
2977
+ #: lib/functions/widgetize.php:136
2978
  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."
2979
  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,74 +9,290 @@ 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
75
- msgid "AdSense publisher ID"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  msgstr ""
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
@@ -91,11 +307,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 +334,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 +345,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,27 +394,27 @@ 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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
  msgstr ""
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
  msgstr ""
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
  msgstr ""
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
  msgstr ""
204
 
@@ -207,25 +423,25 @@ 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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
  msgstr ""
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
  msgstr ""
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
  msgstr ""
231
 
@@ -233,167 +449,166 @@ 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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
  msgstr ""
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
  msgstr ""
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
@@ -402,7 +617,7 @@ msgstr ""
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
  msgstr ""
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
@@ -441,11 +656,11 @@ msgstr ""
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
  msgstr ""
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
  msgstr ""
@@ -514,10 +729,6 @@ msgstr "Industristandarden for Premium WordPress-temaer."
514
  msgid "Edit Archive Settings"
515
  msgstr "Redigér arkivindstillinger"
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr "https://www.studiopress.com/genesis-always-use-child-theme/"
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr "Vi har bemærket, at du bruger Genesis Framework alene, uden noget child theme. Vi anbefaler varmt, at du bruger et child theme (vi har tilmed en, du kan bruge helt gratis). "
@@ -530,7 +741,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"
@@ -539,9 +750,9 @@ msgstr "Tjek for opdateringer"
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr "Hvis du indtaster en e-mailadresse, får du en e-mail fra dit site, når du kan opdatere."
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr "Gem ændringer"
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr "Beklager, der var ikke noget indhold der passede til dine kriterier"
584
 
585
- #: lib/structure/comments.php:370
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? "
@@ -594,7 +796,7 @@ msgstr "En opdatering af Genesis vil overskrive den eksisterende installation af
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 +822,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 +832,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
@@ -645,9 +847,9 @@ msgid "Archive"
645
  msgstr "Arkiv"
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
- 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, eller du kan bruge søgeformularen nedenfor. "
651
 
652
  #: 404.php:36
653
  msgid "Not found, error 404"
@@ -661,7 +863,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,28 +875,29 @@ 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"
687
  msgstr "Blog Side Skabelon"
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr "Header"
@@ -704,7 +907,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,18 +920,18 @@ 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."
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr "Skal være blank hvis der ikke skal vises en intro tekst"
790
 
@@ -803,9 +1006,9 @@ msgstr "Skal være blank hvis der ikke skal vises en overskrift"
803
  msgid "Archive Headline"
804
  msgstr "Arkiv overskrift"
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr "Problem med at gemme indstillingerne"
811
 
@@ -813,11 +1016,11 @@ msgstr "Problem med at gemme indstillingerne"
813
  msgid "Custom Text Content"
814
  msgstr "Brugerdefineret indhold"
815
 
816
- #: lib/init.php:104
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,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr "Du kan ikke bruge %s til at lave to menuer i samme subclass. Brug venligsts seperate subclasses til hver menu."
849
 
@@ -855,11 +1058,11 @@ msgstr "Forfatter arkiv indstillinger"
855
  msgid "User Permissions"
856
  msgstr "Brugerrettigheder"
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr "Vælg venligst farve i listen og gem dine indstillinger"
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr "Farve:"
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr "Denne kode vil blive indsat umiddelbart før det afsluttende %s-tag i dokumentets kildekode."
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr "Billedstørrelse:"
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr "Farve"
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr "Følg mig på twitter"
888
 
@@ -911,19 +1114,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 +1134,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 +1142,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 +1150,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 +1158,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 +1166,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,25 +1174,25 @@ 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"
985
 
986
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
987
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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"
@@ -999,52 +1202,48 @@ msgstr "Arkiver"
999
  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
1008
  #: lib/views/help/genesis-scripts.php:15
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
1016
  msgid "Comments and Trackbacks"
1017
  msgstr "Kommentarer og Trackbacks"
1018
 
1019
- #: lib/classes/class-genesis-admin-settings.php:232
1020
- #: lib/classes/class-genesis-admin-settings.php:278
1021
  #: lib/views/help/genesis-layout.php:15
1022
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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."
1030
 
1031
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1032
- #: lib/classes/class-genesis-admin-settings.php:62
1033
- #: lib/classes/class-genesis-admin.php:131
1034
  msgid "Settings saved."
1035
  msgstr "Indstillingerne er gemt"
1036
 
1037
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1038
- #: lib/classes/class-genesis-admin-settings.php:63
1039
- #: lib/classes/class-genesis-admin.php:132
1040
  msgid "Settings reset."
1041
  msgstr "Indstillingerne er nulstillet"
1042
 
1043
- #: lib/classes/class-genesis-admin-import-export.php:100
1044
  msgid "Settings successfully imported."
1045
  msgstr "Indstillingerne er blevet importeret!"
1046
 
1047
- #: lib/views/pages/genesis-admin-import-export.php:38
1048
  msgid "Upload File and Import"
1049
  msgstr "Upload fil og importer"
1050
 
@@ -1053,15 +1252,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1053
  msgstr "Vælg filen fra din computer og klik på \"Upload og Importer\""
1054
 
1055
  #: lib/admin/customizer.php:94
1056
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1073,65 +1272,65 @@ msgstr "siden"
1073
  msgid "Select / Deselect All"
1074
  msgstr "Vælg / fravælg alle"
1075
 
1076
- #: lib/classes/class-genesis-admin-import-export.php:145
1077
  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
 
1089
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1338,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 +1348,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"
@@ -1184,7 +1383,7 @@ msgstr "Aktiver Genesis Admin menu?"
1184
  msgid "Genesis Admin Menus"
1185
  msgstr "Genesis Admin menuer"
1186
 
1187
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1188
  msgid "Include the Featured Image?"
1189
  msgstr "Include the Featured Image?"
1190
 
@@ -1222,19 +1421,20 @@ msgstr "Custom Redirect URI"
1222
  msgid "Characters Used: %s"
1223
  msgstr "Antal anvendte tegn: %s"
1224
 
1225
- #: lib/views/pages/genesis-admin-import-export.php:61
1226
  msgid "Download Export File"
1227
  msgstr "Download Eksport fil"
1228
 
1229
- #: lib/views/pages/genesis-admin-import-export.php:54
1230
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1231
  msgstr "Når du har downloadet filen og gemt den, kan du importere den på et andet site ved hjælp af importfunktionen. "
1232
 
1233
- #: lib/views/pages/genesis-admin-import-export.php:46
1234
  msgid "Export Genesis Settings File"
1235
  msgstr "Eksporter Genesis Indstillingsfil"
1236
 
1237
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1238
  msgid "Upload File (Maximum Size: %s): "
1239
  msgstr "Upload fil: (Maksimal størrelse: %s)"
1240
 
@@ -1298,93 +1498,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,42 +1604,44 @@ 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
 
1442
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1443
  msgid "by"
1444
  msgstr "af"
1445
 
@@ -1451,27 +1653,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 +1686,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
 
@@ -1496,70 +1698,65 @@ msgstr "Om"
1496
  msgid "By"
1497
  msgstr "Af"
1498
 
1499
- #: lib/structure/post.php:380
1500
  msgid "[Read more...]"
1501
  msgstr "[Læs mere...]"
1502
 
1503
- #: lib/structure/menu.php:150
1504
  msgid "Comments"
1505
  msgstr "Kommentarer"
1506
 
1507
- #: lib/structure/menu.php:149
1508
  msgid "Posts"
1509
  msgstr "Indlæg"
1510
 
1511
- #: lib/init.php:103
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
 
1519
- #: lib/structure/comments.php:495
1520
  msgid "Speak Your Mind"
1521
  msgstr "Skriv kommentar"
1522
 
1523
- #: lib/structure/comments.php:486
1524
  msgid "Website"
1525
  msgstr "Websted"
1526
 
1527
- #: lib/structure/comments.php:480
1528
  msgid "Email"
1529
  msgstr "E-mail"
1530
 
1531
- #: lib/structure/comments.php:474
1532
  msgid "Name"
1533
  msgstr "Navn"
1534
 
1535
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1536
  msgid "Your comment is awaiting moderation."
1537
  msgstr "Din kommentar venter på at blive godkendt"
1538
 
1539
  #. translators: 1: Comment date, 2: Comment time.
1540
- #: lib/structure/comments.php:265
1541
  msgid "%1$s at %2$s"
1542
  msgstr "%1$s kl. %2$s"
1543
 
1544
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1545
  msgid "says"
1546
  msgstr "skriver"
1547
 
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>"
1555
  msgstr "<h3>Trackbacks</h3>"
1556
 
1557
- #: lib/structure/comments.php:72
1558
  msgid "<h3>Comments</h3>"
1559
  msgstr "<h3>Kommentarer</h3>"
1560
 
1561
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1562
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1563
  msgid "(Edit)"
1564
  msgstr "(rediger)"
1565
 
@@ -1583,11 +1780,11 @@ msgstr "1 kommentar"
1583
  msgid "Leave a Comment"
1584
  msgstr "Skriv kommentar"
1585
 
1586
- #: lib/shortcodes/footer.php:309
1587
  msgid "Log out"
1588
  msgstr "Log ud"
1589
 
1590
- #: lib/shortcodes/footer.php:307
1591
  msgid "Log in"
1592
  msgstr "Log ind"
1593
 
@@ -1596,30 +1793,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 +1824,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 +1905,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,16 +1927,16 @@ 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
1744
  msgid "Breadcrumbs"
1745
  msgstr "Brødkrummer"
@@ -1748,14 +1945,14 @@ msgstr "Brødkrummer"
1748
  msgid "Author Box"
1749
  msgstr "Forfatter boks"
1750
 
1751
- #: lib/classes/class-genesis-admin-settings.php:231
1752
- #: lib/classes/class-genesis-admin-settings.php:272
1753
  #: lib/views/help/genesis-feeds.php:15
1754
  msgid "Custom Feeds"
1755
  msgstr "Egne Feeds"
1756
 
1757
- #: lib/classes/class-genesis-admin-settings.php:230
1758
- #: lib/classes/class-genesis-admin-settings.php:265
1759
  #: lib/views/help/genesis-information.php:15
1760
  msgid "Information"
1761
  msgstr "Information"
@@ -1836,7 +2033,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,25 +2055,25 @@ 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"
@@ -1885,46 +2082,46 @@ msgstr "venstre"
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Er du sikker på, at du vil nulstille?"
1887
 
1888
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1889
- #: lib/classes/class-genesis-admin-settings.php:61
1890
- #: lib/classes/class-genesis-admin.php:130
1891
  msgid "Reset Settings"
1892
  msgstr "Nulstil indstillingerne"
1893
 
1894
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1895
  msgid "Genesis - SEO Settings"
1896
  msgstr "Genesis - SEO indstillinger"
1897
 
1898
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1899
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1900
  #: lib/views/help/seo-dochead.php:15
1901
  msgid "Document Head Settings"
1902
  msgstr "Dokument Head indstillinger"
1903
 
1904
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1905
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1906
  #: lib/views/help/seo-homepage.php:15
1907
  msgid "Homepage Settings"
1908
  msgstr "Sitets indstillinger"
1909
 
1910
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1911
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1912
- #: lib/classes/class-genesis-admin-import-export.php:125
1913
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1914
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1915
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1923
- #: lib/classes/class-genesis-admin-settings.php:229
1924
  #: lib/views/help/genesis-theme-settings.php:15
1925
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1926
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1927
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1928
  msgid "Theme Settings"
1929
  msgstr "Tema indstillinger"
1930
 
@@ -1937,14 +2134,14 @@ msgstr "Tema indstillinger"
1937
  msgid "Apply %s to this post/page"
1938
  msgstr "Tilføj %s til dette Indlæg/Side"
1939
 
1940
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1941
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1942
  #: lib/views/help/seo-robots.php:15
1943
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2152,27 @@ 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
 
1978
- #: lib/classes/class-genesis-admin-settings.php:244
1979
  msgid "Home Pages"
1980
  msgstr "Forsider"
1981
 
@@ -2020,7 +2217,7 @@ msgstr "Hvordan forsider virker"
2020
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2021
  msgstr "Her har du to felter, som indsættes i %1$s-elementet på dit websted lige før %2$s-tagget. De vises på hver eneste side af dit websted og kan bruges til at tilføje sporingskode og andre skripts. Du kan ikke bruge PHP i disse felter. Hvis du har brug for PHP, bør du tjekke pluginnet Genesis Simple Hooks."
2022
 
2023
- #: lib/classes/class-genesis-admin-settings.php:242
2024
  #: lib/views/help/genesis-blog.php:15
2025
  msgid "Blog Page"
2026
  msgstr "Blogside"
@@ -2203,7 +2400,7 @@ msgstr ""
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 ""
2205
 
2206
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2207
  #: lib/views/help/seo-doctitle.php:15
2208
  msgid "Doctitle Settings"
2209
  msgstr "Dokumenttitel indstillinger"
@@ -2228,19 +2425,19 @@ msgstr "Hvis der ikke er nogen undermenu for SEO indstillinger, har du formodent
2228
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2229
  msgstr "Genesis SEO (søgemaskine optimering) opfører sig venligt, og gør sig selv inaktiv, når du har aktiveret populære SEO værktøjer som f.eks. All-in-One SEO, WordPress SEO etc. "
2230
 
2231
- #: lib/classes/class-genesis-admin.php:435
2232
  msgid "Genesis Tutorials"
2233
  msgstr "Genesis Tutorials"
2234
 
2235
- #: lib/classes/class-genesis-admin.php:434
2236
  msgid "Genesis Snippets"
2237
  msgstr "Genesis Snippets"
2238
 
2239
- #: lib/classes/class-genesis-admin.php:433
2240
  msgid "Get Support"
2241
  msgstr "Få hjælp"
2242
 
2243
- #: lib/classes/class-genesis-admin.php:432
2244
  msgid "For more information:"
2245
  msgstr "Mere information:"
2246
 
@@ -2278,15 +2475,9 @@ 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."
2290
  msgstr ""
2291
 
2292
  #: lib/views/help/genesis-navigation.php:23
@@ -2319,12 +2510,7 @@ msgstr ""
2319
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2320
  msgstr ""
2321
 
2322
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2323
- #: lib/structure/sidebar.php:67
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
 
@@ -2372,7 +2558,7 @@ msgid "This works with the Blog Template, which is a page template that shows yo
2372
  msgstr "Dette fungerer med Blog-skabelonen, som er den skabelon, der viser dine seneste indlæg. Det er, hvad brugerne ser, når de lander på forsiden af dit site. "
2373
 
2374
  #. translators: JOSN file extension.
2375
- #: lib/views/pages/genesis-admin-import-export.php:51
2376
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2377
  msgstr "Når du klikker på knappen herunder, vil Genesis danne en data-fil (%s), som du kan gemme på din computer. "
2378
 
@@ -2416,17 +2602,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,18 +2627,18 @@ 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"
2458
 
@@ -2460,7 +2646,7 @@ msgstr "Dokumenttitelrækkefølge"
2460
  msgid "Section Headings"
2461
  msgstr "Sektionsoverskrifter"
2462
 
2463
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2464
  msgid "Site-wide Settings"
2465
  msgstr ""
2466
 
@@ -2469,7 +2655,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
@@ -2477,76 +2663,68 @@ msgstr "Kanonisk URL"
2477
  msgid "Document Title"
2478
  msgstr "Dokumenttitel"
2479
 
2480
- #: lib/classes/class-genesis-admin.php:430
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 +2732,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
 
@@ -2583,34 +2761,30 @@ msgstr "Vælg layout"
2583
  msgid "Reader Interactions"
2584
  msgstr "Læserinteraktioner"
2585
 
2586
- #: 404.php:57
2587
- msgid "Sitemap"
2588
- msgstr "Sitemap"
2589
-
2590
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2603
  msgstr "Headerscripts"
2604
 
2605
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2606
  msgid "Posts per Page"
2607
  msgstr "Indlæg per side"
2608
 
2609
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2610
  msgid "Category IDs, comma separated - 1,2,3 for example"
2611
  msgstr "Kategori-id'er, komma separeret - 1,2,3 for eksempel"
2612
 
2613
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2614
  msgid "Exclude Categories"
2615
  msgstr "Udeluk kategorier"
2616
 
@@ -2618,29 +2792,29 @@ msgstr "Udeluk kategorier"
2618
  msgid "Display Category"
2619
  msgstr "Kategorivisning"
2620
 
2621
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2622
  msgid "Entry Pagination"
2623
  msgstr "Sideinddeling af indlæg og sider"
2624
 
2625
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2626
  msgid "Image Alignment:"
2627
  msgstr "Billedplacering:"
2628
 
2629
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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"
2642
 
2643
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2644
  msgid "Display"
2645
  msgstr "Visning"
2646
 
@@ -2677,44 +2851,39 @@ 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
 
2709
- #: lib/classes/class-genesis-cli-command.php:44
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,62 +2904,62 @@ 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
 
2766
- #: lib/structure/header.php:846
2767
  msgid "Skip to footer"
2768
  msgstr "Gå direkte til footer"
2769
 
2770
- #: lib/structure/header.php:840
2771
  msgid "Skip to secondary sidebar"
2772
  msgstr "Gå direkte til sekundær sidebar"
2773
 
2774
- #: lib/structure/header.php:836
2775
  msgid "Skip to primary sidebar"
2776
  msgstr "Gå direkte til primær sidebar"
2777
 
2778
- #: lib/structure/header.php:833
2779
  msgid "Skip to content"
2780
  msgstr "Gå direkte til indhold"
2781
 
2782
- #: lib/structure/header.php:830
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.10 in Danish
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 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.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
  msgstr ""
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
 
 
 
 
 
 
 
 
 
 
 
21
  msgstr ""
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
  msgstr ""
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
  msgstr ""
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
  msgstr ""
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
  msgstr ""
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
  msgstr ""
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
  msgstr ""
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
  msgstr ""
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
  msgstr ""
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
  msgstr ""
58
 
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
  msgstr ""
62
 
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr ""
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr ""
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr ""
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr ""
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr ""
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr ""
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr ""
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr ""
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr ""
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr ""
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr ""
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
  msgstr ""
113
 
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr ""
118
+
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr ""
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr ""
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr ""
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr ""
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr ""
140
+
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr ""
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr ""
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr ""
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr ""
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr ""
163
+
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
+ msgstr ""
168
+
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr ""
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr ""
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr ""
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
+ msgstr ""
185
+
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr ""
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
+ msgstr ""
209
+
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr ""
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr ""
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr ""
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr ""
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr ""
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr ""
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr ""
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr ""
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr ""
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr ""
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr ""
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr ""
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr ""
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr ""
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr ""
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr ""
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
+ msgstr ""
284
+
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
+ msgstr ""
289
+
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr ""
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
+ msgid "AdSense publisher ID"
296
  msgstr ""
297
 
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
  msgstr ""
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
  msgstr ""
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
  msgstr ""
317
 
334
  msgstr ""
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
  msgstr ""
340
 
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
  msgstr ""
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
  msgstr ""
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
  msgstr ""
362
 
394
  msgid "Genesis Blue"
395
  msgstr "Genesis Blå"
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
  msgstr "Ændret d."
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
  msgstr "Udgivet d."
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
  msgstr ""
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
  msgstr ""
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
  msgstr ""
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
  msgstr ""
420
 
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
  msgstr ""
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
  msgstr ""
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
  msgstr ""
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
  msgstr ""
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
  msgstr ""
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
  msgstr ""
447
 
449
  msgid "Google Adsense"
450
  msgstr ""
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
  msgstr ""
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
  msgstr ""
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
  msgstr ""
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
  msgstr ""
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
  msgstr ""
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
  msgstr ""
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
  msgstr ""
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
  msgstr ""
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
  msgstr ""
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
  msgstr ""
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
  msgstr ""
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
  msgstr ""
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
  msgstr ""
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
  msgstr ""
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
  msgstr ""
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
  msgstr ""
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
  msgstr ""
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
  msgstr ""
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
  msgstr ""
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
  msgstr ""
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
  msgstr ""
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
  msgstr ""
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
  msgstr ""
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
  msgstr ""
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
  msgstr ""
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
  msgstr ""
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
  msgstr ""
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
  msgstr ""
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
  msgstr ""
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
  msgstr ""
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
  msgstr ""
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
  msgstr ""
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
  msgstr ""
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
  msgstr ""
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
  msgstr ""
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
  msgstr ""
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
  msgstr ""
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
  msgstr ""
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
  msgstr ""
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
  msgstr ""
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
  msgstr ""
729
  msgid "Edit Archive Settings"
730
  msgstr "Redigér arkivindstillinger"
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr "Vi har bemærket, at du bruger Genesis Framework alene, uden noget child theme. Vi anbefaler varmt, at du bruger et child theme (vi har tilmed en, du kan bruge helt gratis). "
741
  msgid "Use for site title/logo"
742
  msgstr "Brug til sitets titel/logo"
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr "Tjek for opdateringer"
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr "Hvis du indtaster en e-mailadresse, får du en e-mail fra dit site, når du kan opdatere."
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr "Gem ændringer"
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr "Læs mere om brugerdefinerede kanoniske URL&#39;er"
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr "Sideinddelingstype for indhold"
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr "Udeluk tidligere viste poster?"
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr "Beklager, der var ikke noget indhold der passede til dine kriterier"
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  msgstr "En opdatering af Genesis vil overskrive den eksisterende installation af Genesis. Er du HELT SIKKER på, at du vil opdatere? "
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr "De ændringer, du har lavet, vil gå tabt, hvis du forlader denne side. "
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr "decimaler eller hexidecimale enheder"
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr "Robots Meta Tags"
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr "Metanøgleord"
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr "Arkiv"
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
+ msgstr ""
853
 
854
  #: 404.php:36
855
  msgid "Not found, error 404"
863
  msgid "Contributor"
864
  msgstr "Bidragyder"
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr "Bidragydere"
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  msgstr "Disse indstillinger gælder for alle sider der benytter \"Blog\" sideskabelonen, ikke forsiden eller arkivsider."
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr "Forside"
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
+ msgstr ""
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr "Blog Side Skabelon"
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr "Navigation"
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr "Header"
907
  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."
908
  msgstr ""
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  msgstr "Metabeskrivelsen kan bruges til, at bestemme teksten der bruges under titlen på søgemaskiners resultatsider."
920
  msgid "Site Description (Tagline)"
921
  msgstr "Hjemmesidebeskrivelse (Tagline)"
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr "Hvis titlen består af to dele (original titel og tilføjelse), vil separatoren blive indsat mellem dem."
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr "Dokumenttitel-separator"
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr "Bestemmer på hvilken side den tilføjede titeltekst bliver paceret."
937
 
949
  msgid "Read More"
950
  msgstr "Læs mere"
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr "Søg på sitet"
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr "Læs mere"
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  msgstr "Gå til SEO indstillinger &rarr;"
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr "Gå til Tema indstillinger &rarr;"
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr "Projektledere"
971
 
978
  msgid "Google+"
979
  msgstr "Google+"
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr "Brug til sidens titel/logo:"
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr "til"
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr "Skal være blank hvis der ikke skal vises en intro tekst"
993
 
1006
  msgid "Archive Headline"
1007
  msgstr "Arkiv overskrift"
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr "Problem med at gemme indstillingerne"
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr "Brugerdefineret indhold"
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr "Sekundær Navigation Menu"
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr "Header venstre"
1026
 
1029
  msgstr "Udvidet sidelinktekst"
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr "Footer %d widget område."
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  msgstr "Dette er den sekundære sidebar hvis du bruger det 3 spaltede sidelayout"
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  msgstr "Dette er den primære Sidebar, hvis du bruger 2 eller 3 spalter som sitelayout"
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr "Argumentet \"context\", er blevet erstattet med \"theme_location\" i $args array'et."
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr "Du kan ikke bruge %s til at lave to menuer i samme subclass. Brug venligsts seperate subclasses til hver menu."
1052
 
1058
  msgid "User Permissions"
1059
  msgstr "Brugerrettigheder"
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr "Vælg venligst farve i listen og gem dine indstillinger"
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr "Farve:"
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr "Denne kode vil blive indsat umiddelbart før det afsluttende %s-tag i dokumentets kildekode."
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr "Billedstørrelse:"
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr "Farve"
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr "Følg mig på twitter"
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr "Layout indstillinger"
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr "Tema SEO indstillinger"
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr "og"
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1134
  msgstr[1] "%s sekunder"
1135
 
1136
  #. translators: %s: Number of minute(s).
1137
+ #: lib/functions/formatting.php:361
1138
  msgctxt "time difference"
1139
  msgid "%s minute"
1140
  msgid_plural "%s minutes"
1142
  msgstr[1] "%s minutter"
1143
 
1144
  #. translators: %s: Number of hour(s).
1145
+ #: lib/functions/formatting.php:359
1146
  msgctxt "time difference"
1147
  msgid "%s hour"
1148
  msgid_plural "%s hours"
1150
  msgstr[1] "%s timer"
1151
 
1152
  #. translators: %s: Number of day(s).
1153
+ #: lib/functions/formatting.php:357
1154
  msgctxt "time difference"
1155
  msgid "%s day"
1156
  msgid_plural "%s days"
1158
  msgstr[1] "%s dage"
1159
 
1160
  #. translators: %s: Number of week(s).
1161
+ #: lib/functions/formatting.php:355
1162
  msgctxt "time difference"
1163
  msgid "%s week"
1164
  msgid_plural "%s weeks"
1166
  msgstr[1] "%s uger"
1167
 
1168
  #. translators: %s: Number of month(s).
1169
+ #: lib/functions/formatting.php:353
1170
  msgctxt "time difference"
1171
  msgid "%s month"
1172
  msgid_plural "%s months"
1174
  msgstr[1] "%s måneder"
1175
 
1176
  #. translators: %s: Number of year(s).
1177
+ #: lib/functions/formatting.php:351
1178
  msgctxt "time difference"
1179
  msgid "%s year"
1180
  msgid_plural "%s years"
1181
  msgstr[0] "%s år"
1182
  msgstr[1] "%s år"
1183
 
1184
+ #: lib/functions/formatting.php:345
1185
  msgctxt "time difference"
1186
  msgid "seconds"
1187
  msgstr "sekunder"
1188
 
1189
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1190
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1191
  msgstr "Disse indstillinger vil påvirke enhver blog liste side, herunder arkiver, forfatter, blog, kategori, søgning og tag sider."
1192
 
1193
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1194
+ msgid "404 page"
1195
+ msgstr ""
1196
 
1197
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1198
  msgid "Archives"
1202
  msgid "Pages"
1203
  msgstr "Sider"
1204
 
1205
+ #: lib/classes/class-genesis-admin-settings.php:246
1206
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1207
  #: lib/views/help/genesis-scripts.php:15
1208
  msgid "Header and Footer Scripts"
1209
  msgstr "Header og Footer Scripts"
1210
 
1211
+ #: config/customizer-theme-settings.php:206
1212
+ #: lib/classes/class-genesis-admin-settings.php:243
1213
+ #: lib/classes/class-genesis-admin-settings.php:296
1214
  #: lib/views/help/genesis-comments.php:15
1215
  msgid "Comments and Trackbacks"
1216
  msgstr "Kommentarer og Trackbacks"
1217
 
1218
+ #: lib/classes/class-genesis-admin-settings.php:235
1219
+ #: lib/classes/class-genesis-admin-settings.php:281
1220
  #: lib/views/help/genesis-layout.php:15
1221
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1222
  msgid "Default Layout"
1223
  msgstr "Standard layout"
1224
 
1225
+ #: config/customizer-seo-settings.php:111
1226
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1227
  msgid "Keywords are generally ignored by Search Engines."
1228
  msgstr "<b>BEMÆRK:</b> Keywords bliver generelt ignoreret af søgemaskiner."
1229
 
1230
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1231
+ #: lib/classes/class-genesis-admin-settings.php:65
1232
+ #: lib/classes/class-genesis-admin.php:149
1233
  msgid "Settings saved."
1234
  msgstr "Indstillingerne er gemt"
1235
 
1236
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1237
+ #: lib/classes/class-genesis-admin-settings.php:66
1238
+ #: lib/classes/class-genesis-admin.php:150
1239
  msgid "Settings reset."
1240
  msgstr "Indstillingerne er nulstillet"
1241
 
1242
+ #: lib/classes/class-genesis-admin-import-export.php:101
1243
  msgid "Settings successfully imported."
1244
  msgstr "Indstillingerne er blevet importeret!"
1245
 
1246
+ #: lib/views/pages/genesis-admin-import-export.php:43
1247
  msgid "Upload File and Import"
1248
  msgstr "Upload fil og importer"
1249
 
1252
  msgstr "Vælg filen fra din computer og klik på \"Upload og Importer\""
1253
 
1254
  #: lib/admin/customizer.php:94
1255
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1256
  msgid "Default"
1257
  msgstr "Standard"
1258
 
1259
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1260
  msgid "Next Page"
1261
  msgstr "Næste side"
1262
 
1263
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1264
  msgid "Previous Page"
1265
  msgstr "Forrige side"
1266
 
1272
  msgid "Select / Deselect All"
1273
  msgstr "Vælg / fravælg alle"
1274
 
1275
+ #: lib/classes/class-genesis-admin-import-export.php:149
1276
  msgid "No export options available."
1277
  msgstr "Der er ingen tilgængelig eksport funktion"
1278
 
1279
  #. translators: %d: Footer widget counter.
1280
+ #: lib/functions/widgetize.php:191
1281
  msgid "Footer %d"
1282
  msgstr "Footer %d"
1283
 
1284
+ #: lib/functions/layout.php:80
1285
  msgid "No Label Selected"
1286
  msgstr "Der ikke valgt nogen label"
1287
 
1288
+ #: lib/classes/class-genesis-admin-import-export.php:103
1289
  msgid "There was a problem importing your settings. Please try again."
1290
  msgstr "Der opstod et problem ved import af dine indstillinger. Prøv venligst igen."
1291
 
1292
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1293
  msgid "Secondary Sidebar"
1294
  msgstr "Sekundær Sidebar"
1295
 
1296
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1297
  msgid "Primary Sidebar"
1298
  msgstr "Primær Sidebar"
1299
 
1300
+ #: lib/functions/widgetize.php:135
1301
  msgid "Header Right"
1302
  msgstr "Header Højre"
1303
 
1304
+ #: config/breadcrumbs.php:50
1305
  msgid "Not found: "
1306
  msgstr "Ikke fundet: "
1307
 
1308
+ #: lib/widgets/featured-post-widget.php:574
1309
  msgid "No Content"
1310
  msgstr "Intet indhold"
1311
 
1312
+ #: lib/widgets/featured-post-widget.php:573
1313
  msgid "Show Content Limit"
1314
  msgstr "Vis begrænset indhold"
1315
 
1316
+ #: lib/widgets/featured-post-widget.php:572
1317
  msgid "Show Excerpt"
1318
  msgstr "Vis uddrag"
1319
 
1320
+ #: lib/widgets/featured-post-widget.php:571
1321
  msgid "Show Content"
1322
  msgstr "Vis indhold"
1323
 
1324
+ #: lib/widgets/featured-post-widget.php:569
1325
  msgid "Content Type"
1326
  msgstr "Indholdstype"
1327
 
1328
+ #: lib/widgets/featured-post-widget.php:561
1329
  msgid "Show Post Info"
1330
  msgstr "Vis Post Info"
1331
 
1332
+ #: lib/widgets/featured-page-widget.php:318
1333
+ #: lib/widgets/featured-post-widget.php:521
1334
  msgid "Show Featured Image"
1335
  msgstr "Vis det udvalgte billed"
1336
 
1338
  msgid "This text will be the first paragraph, and display on the first page"
1339
  msgstr "Denne tekst vil være det første afsnit og vises på den første side"
1340
 
1341
+ #: lib/admin/privacy-requests.php:193
1342
  #: lib/views/meta-boxes/genesis-user-author.php:33
1343
  msgid "Custom Description Text"
1344
  msgstr "Custom beskrivelse tekst"
1348
  msgid "Will display in the %s tag at the top of the first page"
1349
  msgstr "Vises i %s tag i toppen af den første side"
1350
 
1351
+ #: lib/admin/privacy-requests.php:192
1352
  #: lib/views/meta-boxes/genesis-user-author.php:20
1353
  msgid "Custom Archive Headline"
1354
  msgstr "Custom arkiv overskrift"
1383
  msgid "Genesis Admin Menus"
1384
  msgstr "Genesis Admin menuer"
1385
 
1386
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1387
  msgid "Include the Featured Image?"
1388
  msgstr "Include the Featured Image?"
1389
 
1421
  msgid "Characters Used: %s"
1422
  msgstr "Antal anvendte tegn: %s"
1423
 
1424
+ #: lib/views/pages/genesis-admin-import-export.php:66
1425
  msgid "Download Export File"
1426
  msgstr "Download Eksport fil"
1427
 
1428
+ #: lib/views/pages/genesis-admin-import-export.php:59
1429
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1430
  msgstr "Når du har downloadet filen og gemt den, kan du importere den på et andet site ved hjælp af importfunktionen. "
1431
 
1432
+ #: lib/views/pages/genesis-admin-import-export.php:51
1433
  msgid "Export Genesis Settings File"
1434
  msgstr "Eksporter Genesis Indstillingsfil"
1435
 
1436
+ #. translators: Maximum size import files can have.
1437
+ #: lib/views/pages/genesis-admin-import-export.php:38
1438
  msgid "Upload File (Maximum Size: %s): "
1439
  msgstr "Upload fil: (Maksimal størrelse: %s)"
1440
 
1498
  msgid "Displays user profile block with Gravatar"
1499
  msgstr "Vis bruger profil boks med Gravatar"
1500
 
1501
+ #: lib/widgets/featured-post-widget.php:614
1502
  msgid "Link Text"
1503
  msgstr "Link Tekst"
1504
 
1505
+ #: lib/widgets/featured-post-widget.php:610
1506
  msgid "Show Category Archive Link"
1507
  msgstr "Vis Kategori Arkiv Links"
1508
 
1509
+ #: lib/widgets/featured-post-widget.php:592
1510
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1511
  msgstr "For at vise en usorteret liste af indlæg fra denne kategori, bedes du udfylde nedenstående oplysninger"
1512
 
1513
+ #: lib/widgets/featured-post-widget.php:584
1514
  msgid "More Text (if applicable)"
1515
  msgstr "Mere Tekst (hvis relevant)"
1516
 
1517
+ #: lib/widgets/featured-post-widget.php:556
1518
  msgid "Show Post Title"
1519
  msgstr "Vis Indlæggets Titel"
1520
 
1521
+ #: lib/widgets/featured-post-widget.php:507
1522
  #: lib/widgets/user-profile-widget.php:184
1523
  msgid "Gravatar Alignment"
1524
  msgstr "Gravatar justering"
1525
 
1526
+ #: lib/widgets/featured-post-widget.php:502
1527
  msgid "Extra Large (125px)"
1528
  msgstr "Ekstra stor (125px)"
1529
 
1530
+ #: lib/widgets/featured-post-widget.php:501
1531
  msgid "Large (85px)"
1532
  msgstr "Stor (85px)"
1533
 
1534
+ #: lib/widgets/featured-post-widget.php:500
1535
  msgid "Medium (65px)"
1536
  msgstr "Mellem (65px)"
1537
 
1538
+ #: lib/widgets/featured-post-widget.php:499
1539
  msgid "Small (45px)"
1540
  msgstr "Lille (45px)"
1541
 
1542
+ #: lib/widgets/featured-post-widget.php:497
1543
  #: lib/widgets/user-profile-widget.php:166
1544
  msgid "Gravatar Size"
1545
  msgstr "Gravatar størrelse"
1546
 
1547
+ #: lib/widgets/featured-post-widget.php:493
1548
  msgid "Show Author Gravatar"
1549
  msgstr "Vis forfatter Gravatar"
1550
 
1551
+ #: lib/widgets/featured-post-widget.php:473
1552
  msgid "Ascending (1, 2, 3)"
1553
  msgstr "Stigende (1, 2, 3)"
1554
 
1555
+ #: lib/widgets/featured-post-widget.php:472
1556
  msgid "Descending (3, 2, 1)"
1557
  msgstr "Faldende (3, 2, 1)"
1558
 
1559
+ #: lib/widgets/featured-post-widget.php:470
1560
  msgid "Sort Order"
1561
  msgstr "Sorteringsrækkefølge"
1562
 
1563
+ #: lib/widgets/featured-post-widget.php:465
1564
  msgid "Random"
1565
  msgstr "Tilfældig"
1566
 
1567
+ #: lib/widgets/featured-post-widget.php:464
1568
  msgid "Comment Count"
1569
  msgstr "Antal kommentarer"
1570
 
1571
+ #: lib/widgets/featured-post-widget.php:463
1572
  msgid "ID"
1573
  msgstr "ID"
1574
 
1575
+ #: lib/widgets/featured-post-widget.php:462
1576
  msgid "Parent"
1577
  msgstr "Forældre"
1578
 
1579
+ #: lib/widgets/featured-post-widget.php:457
1580
  msgid "Order By"
1581
  msgstr "Sorteres efter"
1582
 
1583
+ #: lib/widgets/featured-post-widget.php:452
1584
  msgid "Number of Posts to Offset"
1585
  msgstr "Forskyd start med antal indlæg"
1586
 
1587
+ #: lib/widgets/featured-post-widget.php:431
1588
  msgid "Category"
1589
  msgstr "Kategori"
1590
 
1604
  msgid "Displays featured posts with thumbnails"
1605
  msgstr "Vis feature-indlæg med thumbnails"
1606
 
1607
+ #: lib/widgets/featured-page-widget.php:361
1608
  msgid "More Text"
1609
  msgstr "Mere tekst"
1610
 
1611
+ #: lib/widgets/featured-page-widget.php:356
1612
  msgid "Content Character Limit"
1613
  msgstr "Grænse for antal tegn"
1614
 
1615
+ #: lib/widgets/featured-page-widget.php:352
1616
  msgid "Show Page Content"
1617
  msgstr "Vis Side Indhold"
1618
 
1619
+ #: lib/widgets/featured-page-widget.php:347
1620
  msgid "Show Page Title"
1621
  msgstr "Vis side titel"
1622
 
1623
+ #: config/customizer-seo-settings.php:77
1624
+ #: config/customizer-theme-settings.php:289
1625
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1626
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1627
+ #: lib/widgets/featured-page-widget.php:336
1628
+ #: lib/widgets/featured-post-widget.php:509
1629
+ #: lib/widgets/featured-post-widget.php:539
1630
  #: lib/widgets/user-profile-widget.php:186
1631
  #: lib/widgets/user-profile-widget.php:210
1632
  msgid "None"
1633
  msgstr "Ingen"
1634
 
1635
+ #: lib/widgets/featured-page-widget.php:334
1636
+ #: lib/widgets/featured-post-widget.php:537
1637
  msgid "Image Alignment"
1638
  msgstr "Billedjustering"
1639
 
1640
+ #: lib/widgets/featured-page-widget.php:299
1641
  msgid "Page"
1642
  msgstr "Side"
1643
 
1644
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1645
  msgid "by"
1646
  msgstr "af"
1647
 
1653
  msgid "Displays featured page with thumbnails"
1654
  msgstr "Vis feature-side med thumbnails"
1655
 
1656
+ #: lib/widgets/featured-page-widget.php:294
1657
+ #: lib/widgets/featured-post-widget.php:422
1658
+ #: lib/widgets/featured-post-widget.php:461
1659
+ #: lib/widgets/featured-post-widget.php:595
1660
  #: lib/widgets/user-profile-widget.php:148
1661
  msgid "Title"
1662
  msgstr "Titel"
1663
 
1664
+ #: config/breadcrumbs.php:47
1665
  msgid "Search for "
1666
  msgstr "Søg efter "
1667
 
1668
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1669
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1670
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1671
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1672
+ #: lib/structure/archive.php:198
1673
  msgid "Archives for "
1674
  msgstr "Arkiv for "
1675
 
1676
+ #: config/breadcrumbs.php:42
1677
  msgid "You are here: "
1678
  msgstr "Du er her: "
1679
 
1686
  msgstr "Hoved-sidebar Widget område"
1687
 
1688
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1689
+ #: searchform.php:49
1690
  msgid "Search"
1691
  msgstr "Søg"
1692
 
1693
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1694
  msgid "About"
1695
  msgstr "Om"
1696
 
1698
  msgid "By"
1699
  msgstr "Af"
1700
 
1701
+ #: lib/structure/post.php:390
1702
  msgid "[Read more...]"
1703
  msgstr "[Læs mere...]"
1704
 
1705
+ #: lib/structure/menu.php:154
1706
  msgid "Comments"
1707
  msgstr "Kommentarer"
1708
 
1709
+ #: lib/structure/menu.php:153
1710
  msgid "Posts"
1711
  msgstr "Indlæg"
1712
 
1713
+ #: lib/init.php:104
1714
  msgid "Primary Navigation Menu"
1715
  msgstr "Primær Navigation Menu"
1716
 
1717
+ #: lib/structure/footer.php:168
1718
  msgid "Copyright"
1719
  msgstr "Copyright"
1720
 
1721
+ #: lib/structure/comments.php:548
1722
  msgid "Speak Your Mind"
1723
  msgstr "Skriv kommentar"
1724
 
1725
+ #: lib/structure/comments.php:539
1726
  msgid "Website"
1727
  msgstr "Websted"
1728
 
1729
+ #: lib/structure/comments.php:533
1730
  msgid "Email"
1731
  msgstr "E-mail"
1732
 
1733
+ #: lib/structure/comments.php:527
1734
  msgid "Name"
1735
  msgstr "Navn"
1736
 
1737
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1738
  msgid "Your comment is awaiting moderation."
1739
  msgstr "Din kommentar venter på at blive godkendt"
1740
 
1741
  #. translators: 1: Comment date, 2: Comment time.
1742
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1743
  msgid "%1$s at %2$s"
1744
  msgstr "%1$s kl. %2$s"
1745
 
1746
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1747
  msgid "says"
1748
  msgstr "skriver"
1749
 
1750
+ #: lib/structure/comments.php:170
 
 
 
 
 
1751
  msgid "<h3>Trackbacks</h3>"
1752
  msgstr "<h3>Trackbacks</h3>"
1753
 
1754
+ #: lib/structure/comments.php:77
1755
  msgid "<h3>Comments</h3>"
1756
  msgstr "<h3>Kommentarer</h3>"
1757
 
1758
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1759
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1760
  msgid "(Edit)"
1761
  msgstr "(rediger)"
1762
 
1780
  msgid "Leave a Comment"
1781
  msgstr "Skriv kommentar"
1782
 
1783
+ #: lib/shortcodes/footer.php:312
1784
  msgid "Log out"
1785
  msgstr "Log ud"
1786
 
1787
+ #: lib/shortcodes/footer.php:310
1788
  msgid "Log in"
1789
  msgstr "Log ind"
1790
 
1793
  msgstr "Tilbage til toppen"
1794
 
1795
  #. translators: %s: Genesis version.
1796
+ #: lib/functions/upgrade.php:921
1797
  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."
1798
  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"
1799
 
1800
  #. translators: 1: Genesis version, 2: URL for current website.
1801
+ #: lib/functions/upgrade.php:918
1802
  msgid "Genesis %1$s is available for %2$s"
1803
  msgstr ""
1804
 
1805
+ #: lib/functions/upgrade.php:830
1806
  msgid "Click here to complete the upgrade"
1807
  msgstr "Klik her får at afslutte opdateringen"
1808
 
1809
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1810
  msgid "Home"
1811
  msgstr "Forside"
1812
 
1813
+ #: lib/widgets/featured-post-widget.php:447
1814
+ #: lib/widgets/featured-post-widget.php:600
1815
  msgid "Number of Posts to Show"
1816
  msgstr "Antal indlæg som vises"
1817
 
1818
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1819
+ #: lib/widgets/featured-post-widget.php:439
1820
  msgid "All Categories"
1821
  msgstr "Alle kategorier"
1822
 
1824
  msgid "Display which category"
1825
  msgstr "Vis hvilken katagori"
1826
 
1827
+ #: config/customizer-theme-settings.php:304
1828
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1829
  msgid "Numeric"
1830
  msgstr "Numre"
1831
 
1832
+ #: config/customizer-theme-settings.php:303
1833
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1834
  msgid "Previous / Next"
1835
  msgstr "Forrige / Næste"
1836
 
1837
+ #: lib/widgets/featured-page-widget.php:322
1838
+ #: lib/widgets/featured-post-widget.php:525
1839
  msgid "Image Size"
1840
  msgstr "Billedstørrelse"
1841
 
1842
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1843
+ #: lib/widgets/featured-post-widget.php:579
1844
  msgid "characters"
1845
  msgstr "tegn"
1846
 
1847
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1848
+ #: lib/widgets/featured-post-widget.php:577
1849
  msgid "Limit content to"
1850
  msgstr "Længde af uddrag"
1851
 
1852
+ #: config/customizer-theme-settings.php:248
1853
  msgid "Select one of the following"
1854
  msgstr "Vælg en af følgende:"
1855
 
1905
  msgid "Today's date"
1906
  msgstr "Dags dato"
1907
 
1908
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1909
  #: lib/views/help/genesis-layout.php:25
1910
  msgid "Full Width Content"
1911
  msgstr "Indhold i fuld bredde"
1912
 
1913
+ #: config/customizer-theme-settings.php:69
1914
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1915
  msgid "Image logo"
1916
  msgstr "Billed/Grafik logo"
1927
  msgid "Version"
1928
  msgstr "Version:"
1929
 
1930
+ #: config/customizer-theme-settings.php:244
1931
+ #: lib/classes/class-genesis-admin-settings.php:244
1932
+ #: lib/classes/class-genesis-admin-settings.php:297
1933
  #: lib/views/help/genesis-archives.php:15
1934
  msgid "Content Archives"
1935
  msgstr "Præsentation af ældre Arkiv indhold"
1936
 
1937
+ #: config/customizer-theme-settings.php:132
1938
+ #: lib/classes/class-genesis-admin-settings.php:242
1939
+ #: lib/classes/class-genesis-admin-settings.php:293
1940
  #: lib/views/help/genesis-breadcrumbs.php:15
1941
  msgid "Breadcrumbs"
1942
  msgstr "Brødkrummer"
1945
  msgid "Author Box"
1946
  msgstr "Forfatter boks"
1947
 
1948
+ #: lib/classes/class-genesis-admin-settings.php:234
1949
+ #: lib/classes/class-genesis-admin-settings.php:275
1950
  #: lib/views/help/genesis-feeds.php:15
1951
  msgid "Custom Feeds"
1952
  msgstr "Egne Feeds"
1953
 
1954
+ #: lib/classes/class-genesis-admin-settings.php:233
1955
+ #: lib/classes/class-genesis-admin-settings.php:268
1956
  #: lib/views/help/genesis-information.php:15
1957
  msgid "Information"
1958
  msgstr "Information"
2033
  msgid "Shortlink Tag"
2034
  msgstr "Shortlink Tag:"
2035
 
2036
+ #: config/customizer-seo-settings.php:158
2037
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2038
  msgid "Include Windows Live Writer Support Tag?"
2039
  msgstr "Anvend Windows Live Writer Support Tag?"
2055
  msgid "I'll manually wrap my own text on the homepage"
2056
  msgstr "Ingen af delene. Jeg pakker selv teksten manuelt til hjemmesiden"
2057
 
2058
+ #: config/customizer-seo-settings.php:75
2059
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2060
  msgid "Site Title"
2061
  msgstr "Site titel"
2062
 
2063
+ #: config/customizer-theme-settings.php:291
2064
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2065
+ #: lib/widgets/featured-page-widget.php:338
2066
+ #: lib/widgets/featured-post-widget.php:511
2067
+ #: lib/widgets/featured-post-widget.php:541
2068
  #: lib/widgets/user-profile-widget.php:188
2069
  msgid "Right"
2070
  msgstr "højre"
2071
 
2072
+ #: config/customizer-theme-settings.php:290
2073
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2074
+ #: lib/widgets/featured-page-widget.php:337
2075
+ #: lib/widgets/featured-post-widget.php:510
2076
+ #: lib/widgets/featured-post-widget.php:540
2077
  #: lib/widgets/user-profile-widget.php:187
2078
  msgid "Left"
2079
  msgstr "venstre"
2082
  msgid "Are you sure you want to reset?"
2083
  msgstr "Er du sikker på, at du vil nulstille?"
2084
 
2085
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2086
+ #: lib/classes/class-genesis-admin-settings.php:64
2087
+ #: lib/classes/class-genesis-admin.php:148
2088
  msgid "Reset Settings"
2089
  msgstr "Nulstil indstillingerne"
2090
 
2091
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2092
  msgid "Genesis - SEO Settings"
2093
  msgstr "Genesis - SEO indstillinger"
2094
 
2095
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2096
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2097
  #: lib/views/help/seo-dochead.php:15
2098
  msgid "Document Head Settings"
2099
  msgstr "Dokument Head indstillinger"
2100
 
2101
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2102
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2103
  #: lib/views/help/seo-homepage.php:15
2104
  msgid "Homepage Settings"
2105
  msgstr "Sitets indstillinger"
2106
 
2107
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2108
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2109
+ #: lib/classes/class-genesis-admin-import-export.php:127
2110
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2111
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2112
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2113
  msgid "SEO Settings"
2114
  msgstr "SEO indstillinger"
2115
 
2116
+ #: config/customizer-theme-settings.php:23
2117
+ #: lib/classes/class-genesis-admin-import-export.php:123
2118
+ #: lib/classes/class-genesis-admin-settings.php:53
2119
+ #: lib/classes/class-genesis-admin-settings.php:54
2120
+ #: lib/classes/class-genesis-admin-settings.php:232
2121
  #: lib/views/help/genesis-theme-settings.php:15
2122
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2123
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2124
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2125
  msgid "Theme Settings"
2126
  msgstr "Tema indstillinger"
2127
 
2134
  msgid "Apply %s to this post/page"
2135
  msgstr "Tilføj %s til dette Indlæg/Side"
2136
 
2137
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2138
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2139
  #: lib/views/help/seo-robots.php:15
2140
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2141
  msgid "Robots Meta Settings"
2142
  msgstr "Robot Meta Indstillinger"
2143
 
2144
+ #: lib/admin/privacy-requests.php:194
2145
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2146
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2147
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2152
  msgid "This post is password protected. Enter the password to view comments."
2153
  msgstr "Dette indlæg er beskyttet med et kodeord. Skriv kodeordet for at se kommentarer."
2154
 
2155
+ #: lib/functions/general.php:492
2156
  msgid "Recent Posts:"
2157
  msgstr "Seneste indlæg:"
2158
 
2159
+ #: lib/functions/general.php:489
2160
  msgid "Monthly:"
2161
  msgstr "Måneder:"
2162
 
2163
+ #: lib/functions/general.php:486
2164
  msgid "Authors:"
2165
  msgstr "Forfattere:"
2166
 
2167
+ #: lib/functions/general.php:483
2168
  msgid "Categories:"
2169
  msgstr "Kategorier:"
2170
 
2171
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2172
  msgid "Pages:"
2173
  msgstr "Sider:"
2174
 
2175
+ #: lib/classes/class-genesis-admin-settings.php:247
2176
  msgid "Home Pages"
2177
  msgstr "Forsider"
2178
 
2217
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2218
  msgstr "Her har du to felter, som indsættes i %1$s-elementet på dit websted lige før %2$s-tagget. De vises på hver eneste side af dit websted og kan bruges til at tilføje sporingskode og andre skripts. Du kan ikke bruge PHP i disse felter. Hvis du har brug for PHP, bør du tjekke pluginnet Genesis Simple Hooks."
2219
 
2220
+ #: lib/classes/class-genesis-admin-settings.php:245
2221
  #: lib/views/help/genesis-blog.php:15
2222
  msgid "Blog Page"
2223
  msgstr "Blogside"
2400
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2401
  msgstr ""
2402
 
2403
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2404
  #: lib/views/help/seo-doctitle.php:15
2405
  msgid "Doctitle Settings"
2406
  msgstr "Dokumenttitel indstillinger"
2425
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2426
  msgstr "Genesis SEO (søgemaskine optimering) opfører sig venligt, og gør sig selv inaktiv, når du har aktiveret populære SEO værktøjer som f.eks. All-in-One SEO, WordPress SEO etc. "
2427
 
2428
+ #: lib/classes/class-genesis-admin.php:495
2429
  msgid "Genesis Tutorials"
2430
  msgstr "Genesis Tutorials"
2431
 
2432
+ #: lib/classes/class-genesis-admin.php:494
2433
  msgid "Genesis Snippets"
2434
  msgstr "Genesis Snippets"
2435
 
2436
+ #: lib/classes/class-genesis-admin.php:493
2437
  msgid "Get Support"
2438
  msgstr "Få hjælp"
2439
 
2440
+ #: lib/classes/class-genesis-admin.php:492
2441
  msgid "For more information:"
2442
  msgstr "Mere information:"
2443
 
2475
  msgid "This allows you to import or export Genesis Settings."
2476
  msgstr "Her har du mulighed for at importere eller eksportere Genesis indstillinger"
2477
 
 
 
 
 
 
 
2478
  #. translators: Opening and closing link tags to custom menu editor.
2479
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2480
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2481
  msgstr ""
2482
 
2483
  #: lib/views/help/genesis-navigation.php:23
2510
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2511
  msgstr ""
2512
 
2513
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2514
  msgid "data in style sheet files"
2515
  msgstr "data i stylesheet filer"
2516
 
2558
  msgstr "Dette fungerer med Blog-skabelonen, som er den skabelon, der viser dine seneste indlæg. Det er, hvad brugerne ser, når de lander på forsiden af dit site. "
2559
 
2560
  #. translators: JOSN file extension.
2561
+ #: lib/views/pages/genesis-admin-import-export.php:56
2562
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2563
  msgstr "Når du klikker på knappen herunder, vil Genesis danne en data-fil (%s), som du kan gemme på din computer. "
2564
 
2602
  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."
2603
  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"
2604
 
2605
+ #: config/customizer-seo-settings.php:278
2606
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2607
  msgid "Directories"
2608
  msgstr "Mapper"
2609
 
2610
+ #: config/customizer-seo-settings.php:223
2611
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2612
  msgid "Archiving"
2613
  msgstr "Arkivering"
2614
 
2615
+ #: config/customizer-seo-settings.php:176
2616
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2617
  msgid "Indexing"
2618
  msgstr "Indeksering"
2627
  msgid "Primary Title %s"
2628
  msgstr "Primær Titel %s"
2629
 
2630
+ #: config/customizer-seo-settings.php:58
2631
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2632
  msgid "Additions on right"
2633
  msgstr "Tilføjelser til højre"
2634
 
2635
+ #: config/customizer-seo-settings.php:57
2636
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2637
  msgid "Additions on left"
2638
  msgstr "Tilføjelser til venstre"
2639
 
2640
+ #: config/customizer-seo-settings.php:52
2641
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2642
  msgid "Document Title Order"
2643
  msgstr "Dokumenttitelrækkefølge"
2644
 
2646
  msgid "Section Headings"
2647
  msgstr "Sektionsoverskrifter"
2648
 
2649
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2650
  msgid "Site-wide Settings"
2651
  msgstr ""
2652
 
2655
  msgid "Canonical URL"
2656
  msgstr "Kanonisk URL"
2657
 
2658
+ #: config/customizer-seo-settings.php:31
2659
  #: lib/views/help/genesis-inpost-seo.php:16
2660
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2661
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2663
  msgid "Document Title"
2664
  msgstr "Dokumenttitel"
2665
 
2666
+ #: lib/classes/class-genesis-admin.php:490
2667
  msgid "Link opens in a new window."
2668
  msgstr "Link åbnes i et nyt vindue"
2669
 
2670
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2671
  msgid "Featured Image Alignment"
2672
  msgstr ""
2673
 
2674
+ #: config/customizer-theme-settings.php:276
2675
  msgid "Featured Image Size"
2676
  msgstr ""
2677
 
2678
+ #: config/customizer-theme-settings.php:268
2679
  msgid "Display the featured image?"
2680
  msgstr "Vis udvalgt billede?"
2681
 
2682
+ #: config/customizer-theme-settings.php:260
2683
  msgid "Limit content to how many characters? (0 for no limit)"
2684
  msgstr "Begræns indhold til hvor mange tegn? (0 for ingen begrænsning)"
2685
 
2686
+ #: config/customizer-theme-settings.php:234
2687
  msgid "Enable Trackbacks on Pages"
2688
  msgstr ""
2689
 
2690
+ #: config/customizer-theme-settings.php:226
2691
  msgid "Enable Trackbacks on Posts"
2692
  msgstr ""
2693
 
2694
+ #: config/customizer-theme-settings.php:218
2695
  msgid "Enable Comments on Pages"
2696
  msgstr ""
2697
 
2698
+ #: config/customizer-theme-settings.php:210
2699
  msgid "Enable Comments on Posts"
2700
  msgstr ""
2701
 
2702
+ #: config/customizer-theme-settings.php:196
2703
  msgid "Breadcrumbs on Attachment/Media"
2704
  msgstr "Brødkrummer på sider med vedhæftede filer/medier"
2705
 
2706
+ #: config/customizer-theme-settings.php:188
2707
+ msgid "Breadcrumbs on 404 page"
2708
+ msgstr ""
2709
 
2710
+ #: config/customizer-theme-settings.php:180
2711
  msgid "Breadcrumbs on Archives"
2712
  msgstr "Brødkrummer på arkivsider"
2713
 
2714
+ #: config/customizer-theme-settings.php:172
2715
  msgid "Breadcrumbs on Pages"
2716
  msgstr "Brødkrummer på sider"
2717
 
2718
+ #: config/customizer-theme-settings.php:164
2719
  msgid "Breadcrumbs on Single Posts"
2720
  msgstr "Brødkrummer på enkeltindlæg"
2721
 
2722
+ #: config/customizer-theme-settings.php:156
2723
+ msgid "Breadcrumbs on Posts page"
2724
+ msgstr ""
 
 
 
 
2725
 
2726
+ #: config/customizer-theme-settings.php:138
2727
+ #: config/customizer-theme-settings.php:147
2728
  msgid "Breadcrumbs on Homepage"
2729
  msgstr "Brødkrummer på hjem-siden"
2730
 
2732
  msgid "Select Default Layout"
2733
  msgstr "Vælg standardlayout"
2734
 
2735
+ #: config/customizer-theme-settings.php:116
2736
  msgid "Site Layout"
2737
  msgstr "Sitelayout"
2738
 
2739
+ #: config/customizer-theme-settings.php:104
2740
  msgid "Select Color Style"
2741
  msgstr "Vælg farvestil"
2742
 
2743
+ #: config/customizer-theme-settings.php:100
2744
  msgid "Color Scheme"
2745
  msgstr "Farveskema"
2746
 
2747
+ #: config/customizer-theme-settings.php:68
2748
  msgid "Dynamic Text"
2749
  msgstr "Dynamisk tekst"
2750
 
2761
  msgid "Reader Interactions"
2762
  msgstr "Læserinteraktioner"
2763
 
 
 
 
 
2764
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2765
  msgid "Author Archive SEO Settings"
2766
  msgstr "SEO-indstillinger for forfatterarkiv"
2767
 
2768
+ #: config/customizer-theme-settings.php:327
2769
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2770
  msgid "Footer Scripts"
2771
  msgstr "Footerscripts"
2772
 
2773
+ #: config/customizer-theme-settings.php:317
2774
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2775
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2776
  msgid "Header Scripts"
2777
  msgstr "Headerscripts"
2778
 
2779
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2780
  msgid "Posts per Page"
2781
  msgstr "Indlæg per side"
2782
 
2783
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2784
  msgid "Category IDs, comma separated - 1,2,3 for example"
2785
  msgstr "Kategori-id'er, komma separeret - 1,2,3 for eksempel"
2786
 
2787
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2788
  msgid "Exclude Categories"
2789
  msgstr "Udeluk kategorier"
2790
 
2792
  msgid "Display Category"
2793
  msgstr "Kategorivisning"
2794
 
2795
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2796
  msgid "Entry Pagination"
2797
  msgstr "Sideinddeling af indlæg og sider"
2798
 
2799
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2800
  msgid "Image Alignment:"
2801
  msgstr "Billedplacering:"
2802
 
2803
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2804
  msgid "Featured Image"
2805
  msgstr "Udvalgt billede"
2806
 
2807
+ #: config/customizer-theme-settings.php:253
2808
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2809
  msgid "Entry excerpts"
2810
  msgstr "Indlægsuddrag"
2811
 
2812
+ #: config/customizer-theme-settings.php:252
2813
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2814
  msgid "Entry content"
2815
  msgstr "Selve indlægsindholdet"
2816
 
2817
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2818
  msgid "Display"
2819
  msgstr "Visning"
2820
 
2851
  msgid "Email address"
2852
  msgstr "E-mailadresse"
2853
 
2854
+ #: config/customizer-theme-settings.php:30
2855
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2856
  msgid "Updates"
2857
  msgstr "Opdateringer"
2858
 
2859
+ #: config/layouts.php:49
2860
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2861
  msgstr "Sekundær sidebar, Indhold, Primær sidebar"
2862
 
2863
+ #: config/layouts.php:44
2864
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2865
  msgstr "Sekundær sidebar, Primær sidebar, Indhold"
2866
 
2867
+ #: config/layouts.php:39
2868
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2869
  msgstr "Indhold, Primær sidebar, sekundær sidebar"
2870
 
2871
+ #: config/layouts.php:33
2872
  msgid "Primary Sidebar, Content"
2873
  msgstr "Primær sidebar, Indhold"
2874
 
2875
+ #: config/layouts.php:27
2876
  msgid "Content, Primary Sidebar"
2877
  msgstr "Indhold, Primær sidebar"
2878
 
2879
+ #: lib/functions/formatting.php:101
2880
  msgid "about "
2881
  msgstr "om "
2882
 
2883
+ #: lib/classes/class-genesis-cli-db-command.php:43
2884
  msgid "Genesis database upgraded."
2885
  msgstr "Genesis-database opdateret."
2886
 
 
 
 
 
 
2887
  #. Template Name of the plugin/theme
2888
  msgid "Blog"
2889
  msgstr "Blog"
2904
  msgid "Genesis"
2905
  msgstr "Genesis"
2906
 
2907
+ #: lib/widgets/featured-post-widget.php:564
2908
  msgid "Content Post Info"
2909
  msgstr "Indhold Indlægsinfo"
2910
 
2911
+ #: lib/widgets/featured-post-widget.php:484
2912
  msgid "Exclude Sticky Posts?"
2913
  msgstr "Udelad fastgjorte indlæg?"
2914
 
2915
+ #: config/customizer-theme-settings.php:292
2916
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:72
2917
+ #: lib/widgets/featured-page-widget.php:339
2918
+ #: lib/widgets/featured-post-widget.php:542
2919
  msgid "Center"
2920
  msgstr "Midt"
2921
 
2922
+ #: lib/widgets/featured-page-widget.php:134
2923
+ #: lib/widgets/featured-post-widget.php:172
2924
  msgid "(no title)"
2925
  msgstr "(ingen titel)"
2926
 
2927
+ #: lib/structure/post.php:862
2928
  msgid "Current page"
2929
  msgstr "Aktuel side"
2930
 
2931
+ #: lib/structure/post.php:425 lib/structure/post.php:835
2932
  msgid "Page "
2933
  msgstr "Side"
2934
 
2935
+ #: lib/structure/header.php:869
2936
  msgid "Skip to footer"
2937
  msgstr "Gå direkte til footer"
2938
 
2939
+ #: lib/structure/header.php:863
2940
  msgid "Skip to secondary sidebar"
2941
  msgstr "Gå direkte til sekundær sidebar"
2942
 
2943
+ #: lib/structure/header.php:859
2944
  msgid "Skip to primary sidebar"
2945
  msgstr "Gå direkte til primær sidebar"
2946
 
2947
+ #: lib/structure/header.php:856
2948
  msgid "Skip to content"
2949
  msgstr "Gå direkte til indhold"
2950
 
2951
+ #: lib/structure/header.php:853
2952
  msgid "Skip to primary navigation"
2953
  msgstr "Gå direkte til primær navigation"
2954
 
2955
+ #: lib/functions/widgetize.php:220
2956
  msgid "Widgets in this widget area will display after single entries."
2957
  msgstr "Widgets i dette widgetområde vises efter enkeltståede indlæg, sider osv."
2958
 
2959
+ #: lib/functions/widgetize.php:219
2960
  msgid "After Entry"
2961
  msgstr "Efter selve indholdet"
2962
 
2963
+ #: lib/functions/widgetize.php:136
2964
  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."
2965
  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,84 +1,300 @@
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: 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.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 "Die Details"
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 "Warum?"
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 benötigt PHP 5.3 oder höher, um richtig zu funktionieren."
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 "Auch wenn Genesis 2.7 keine Features beinhaltet, die direkt auf WordPress 5.0 oder den Gutenberg Editor angewiesen sind, haben wir viel Zeit darauf verwendet, die Codestruktur von Genesis auf die neuen Features vorzubereiten, die mit WordPress 5.0 kommen."
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 ""
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
84
  #: lib/views/meta-boxes/genesis-user-seo.php:39
@@ -91,11 +307,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 "Nächster Post:"
97
 
98
- #: lib/structure/post.php:882
99
  msgid "Previous Post:"
100
  msgstr "Vorheriger Post:"
101
 
@@ -105,42 +321,42 @@ msgstr "Seite durchsuchen"
105
 
106
  #: lib/admin/privacy-requests.php:105
107
  msgid "Update Notification Email Address removed."
108
- msgstr ""
109
 
110
  #. translators: %s: One of Custom Archive Headline, Custom Description Text,
111
  #. Custom Document Title, Meta Description, Meta Keywords
112
  #: lib/admin/privacy-requests.php:77
113
  msgid "Your %s data was unable to be removed at this time."
114
- msgstr ""
115
 
116
  #: lib/admin/privacy-requests.php:31
117
  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
 
125
  #. translators: %s: Genesis theme version
126
  #: lib/admin/dashboard.php:26
127
  msgid " Using Genesis %s."
128
- 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 "Du hast kein AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Klicke hier</a> um dich anzumelden!"
146
 
@@ -178,27 +394,27 @@ 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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
  msgstr "AdSense Publisher-ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) eingeben, um AdSense zu aktivieren."
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
  msgstr "Google AdSense Publisher ID"
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
  msgstr "AdSense-Ausgabe für diesen Beitrag deaktivieren?"
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
  msgstr "AdSense-Ausgabe"
204
 
@@ -207,25 +423,25 @@ 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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
  msgstr "Hallo! Wusstest du schon, dass Theme-Einstellungen nun mit einer Live-Vorschau im Customizer konfiguriert werden können?"
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
  msgstr "Irgendwann werden Einstellungs-Seiten wie diese hier nicht länger verfügbar sein und alles wird im Customizer konfiguriert - also leg los und <a href=\"%s\">beginne jetzt mit der Nutzung</a>!"
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
  msgstr "Hallo! Wusstest du schon, dass SEO-Einstellungen nun mit einer Live-Vorschau im Customizer konfiguriert werden können?"
231
 
@@ -233,168 +449,167 @@ 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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
  msgstr "Für weitere Informationen lies unseren Artikel auf %s."
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
- msgstr "Dies kann hilfreich sein, um Probleme mit deinem Theme aufzuspüren, wenn du Hilfe auf der %shelp page%s suchst."
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
400
  msgid "This setting has been deprecated because it is no longer recommended. If you uncheck this box, the setting will disappear."
@@ -402,8 +617,8 @@ msgstr "Diese Einstellung ist veraltet, da sie nicht länger empfohlen wird. Wen
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
- msgstr "%sNotiz:%s Der Shortlink-Tag könnte nützlich für externe Service-Entdeckbarkeit haben, er hat aber keinen %s Wert o.ä.."
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
409
  msgid "SEO"
@@ -441,11 +656,11 @@ msgstr ""
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
  msgstr "Standard-Layout festgelegt in %s"
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
  msgstr "Das %1$s%3$s Archive%2$s ansehen."
@@ -514,10 +729,6 @@ msgstr "Der Industrie-Standard für Premium WordPress Themes."
514
  msgid "Edit Archive Settings"
515
  msgstr "Archiv-Einstellungen bearbeiten"
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr "https://www.studiopress.com/genesis-always-use-child-theme/"
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr "Wir haben bemerkt, dass du das Genesis-Framework-Haupttheme allein verwendest. Wir empfehlen dir dringend, es mit einem Genesis-Childtheme zu verwenden. Wir haben sogar kostenlose Themes, die du verwenden kannst!"
@@ -530,7 +741,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"
@@ -539,9 +750,9 @@ msgstr "Auf Updates prüfen"
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr "Wenn du eine E-Mail-Adresse angibst, wirst du per E-Mail benachrichtigt, sobald das Update ausgeführt werden kann."
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr "Änderungen speichern"
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr "Entschuldigung - es wurden keine Inhalte gefunden, welche Deinen Kriterien entsprechen."
584
 
585
- #: lib/structure/comments.php:370
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."
@@ -594,7 +796,7 @@ msgstr "Eine Aktualisierung von Genesis überschreibt die aktuell installierte G
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 +822,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 +832,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
@@ -645,9 +847,9 @@ msgid "Archive"
645
  msgstr "Archiv"
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
- 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 findest es mithilfe der Suchmöglichkeit unterhalb."
651
 
652
  #: 404.php:36
653
  msgid "Not found, error 404"
@@ -661,7 +863,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,28 +875,29 @@ 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"
687
  msgstr "Vorlage für die Blog-Seite"
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr "Kopfzeile"
@@ -704,7 +907,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,18 +920,18 @@ 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."
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr "Leer lassen, wenn Du keinen Einführungstext anzeigen willst."
790
 
@@ -803,9 +1006,9 @@ msgstr "Leer lassen, wenn Du keine Überschrift anzeigen willst."
803
  msgid "Archive Headline"
804
  msgstr "Archivüberschrift"
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr "Fehler beim Speichern der Einstellungen."
811
 
@@ -813,11 +1016,11 @@ msgstr "Fehler beim Speichern der Einstellungen."
813
  msgid "Custom Text Content"
814
  msgstr "Benutzerdefinierter Textinhalt"
815
 
816
- #: lib/init.php:104
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,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr "Du kannst %s nicht verwenden, um zwei Menüs in derselben Unterklasse (subclass) zu erstellen. Bitte benutze getrennte Unterklassen (subclasses) für jedes Menü."
849
 
@@ -855,11 +1058,11 @@ msgstr "Autorenarchiv-Einstellungen"
855
  msgid "User Permissions"
856
  msgstr "Benutzer-Berechtigungen"
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr "Bitte wähle das Farbschema aus dem Aufklappmenü und speichere Deine Einstellungen."
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr "Farbschema:"
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr "Die in eingefügten Skripte werden unmittelbar vor dem schließenden %s-Tag ausgeführt."
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr "Bildgröße:"
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr "Farbschema"
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr "Folge mir auf Twitter"
888
 
@@ -911,19 +1114,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 +1134,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 +1142,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 +1150,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 +1158,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 +1166,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,25 +1174,25 @@ 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"
985
 
986
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
987
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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"
@@ -999,52 +1202,48 @@ msgstr "Archiv-Seiten"
999
  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
1008
  #: lib/views/help/genesis-scripts.php:15
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
1016
  msgid "Comments and Trackbacks"
1017
  msgstr "Kommentare und Trackbacks"
1018
 
1019
- #: lib/classes/class-genesis-admin-settings.php:232
1020
- #: lib/classes/class-genesis-admin-settings.php:278
1021
  #: lib/views/help/genesis-layout.php:15
1022
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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."
1030
 
1031
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1032
- #: lib/classes/class-genesis-admin-settings.php:62
1033
- #: lib/classes/class-genesis-admin.php:131
1034
  msgid "Settings saved."
1035
  msgstr "Einstellungen gespeichert."
1036
 
1037
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1038
- #: lib/classes/class-genesis-admin-settings.php:63
1039
- #: lib/classes/class-genesis-admin.php:132
1040
  msgid "Settings reset."
1041
  msgstr "Einstellungen zurückgesetzt."
1042
 
1043
- #: lib/classes/class-genesis-admin-import-export.php:100
1044
  msgid "Settings successfully imported."
1045
  msgstr "Einstellungen erfolgreich importiert."
1046
 
1047
- #: lib/views/pages/genesis-admin-import-export.php:38
1048
  msgid "Upload File and Import"
1049
  msgstr "Datei hochladen und importieren"
1050
 
@@ -1053,15 +1252,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1053
  msgstr "Wähle die Datei von Deinem Computer und klicke \"Hochladen und importieren\""
1054
 
1055
  #: lib/admin/customizer.php:94
1056
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1073,65 +1272,65 @@ msgstr "vor"
1073
  msgid "Select / Deselect All"
1074
  msgstr "Alles auswählen / nicht auswählen"
1075
 
1076
- #: lib/classes/class-genesis-admin-import-export.php:145
1077
  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
 
1089
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1338,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 +1348,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"
@@ -1184,7 +1383,7 @@ msgstr "Genesis Administratoren-Menüs aktivieren?"
1184
  msgid "Genesis Admin Menus"
1185
  msgstr "Genesis Administratoren-Menüs"
1186
 
1187
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1188
  msgid "Include the Featured Image?"
1189
  msgstr "Featured-Bild einschließen?"
1190
 
@@ -1222,19 +1421,20 @@ msgstr "Benutzerdefinierte Umleitungs-URL"
1222
  msgid "Characters Used: %s"
1223
  msgstr "Bis jetzt benutzte Zeichenanzahl: %s"
1224
 
1225
- #: lib/views/pages/genesis-admin-import-export.php:61
1226
  msgid "Download Export File"
1227
  msgstr "Export-Datei herunterladen"
1228
 
1229
- #: lib/views/pages/genesis-admin-import-export.php:54
1230
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1231
  msgstr "Wenn Du einmal die Einstellungen-Datei erzeugt und gesichert hast, kannst Du die Importfunktion bei einer anderen (Genesis-) Webseite verwenden, um diese Daten zu importieren."
1232
 
1233
- #: lib/views/pages/genesis-admin-import-export.php:46
1234
  msgid "Export Genesis Settings File"
1235
  msgstr "Genesis Einstellungen-Datei exportieren"
1236
 
1237
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1238
  msgid "Upload File (Maximum Size: %s): "
1239
  msgstr "Datei hochladen (Maximalgröße: %s):"
1240
 
@@ -1298,93 +1498,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,42 +1604,44 @@ 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
 
1442
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1443
  msgid "by"
1444
  msgstr "von"
1445
 
@@ -1451,27 +1653,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 +1686,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
 
@@ -1496,70 +1698,65 @@ msgstr "Über"
1496
  msgid "By"
1497
  msgstr "von"
1498
 
1499
- #: lib/structure/post.php:380
1500
  msgid "[Read more...]"
1501
  msgstr "[Weiterlesen...]"
1502
 
1503
- #: lib/structure/menu.php:150
1504
  msgid "Comments"
1505
  msgstr "Kommentare"
1506
 
1507
- #: lib/structure/menu.php:149
1508
  msgid "Posts"
1509
  msgstr "Beiträge"
1510
 
1511
- #: lib/init.php:103
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Haupt-Navigations-Menü"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Urheberrecht"
1518
 
1519
- #: lib/structure/comments.php:495
1520
  msgid "Speak Your Mind"
1521
  msgstr "Deine Meinung ist uns wichtig"
1522
 
1523
- #: lib/structure/comments.php:486
1524
  msgid "Website"
1525
  msgstr "Webseite"
1526
 
1527
- #: lib/structure/comments.php:480
1528
  msgid "Email"
1529
  msgstr "E-Mail"
1530
 
1531
- #: lib/structure/comments.php:474
1532
  msgid "Name"
1533
  msgstr "Name"
1534
 
1535
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1536
  msgid "Your comment is awaiting moderation."
1537
  msgstr "Dein Kommentar muss noch moderiert werden."
1538
 
1539
  #. translators: 1: Comment date, 2: Comment time.
1540
- #: lib/structure/comments.php:265
1541
  msgid "%1$s at %2$s"
1542
  msgstr "%1$s um %2$s"
1543
 
1544
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1545
  msgid "says"
1546
  msgstr "meint"
1547
 
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>"
1555
  msgstr "<h3>Trackbacks/ Pingbacks</h3>"
1556
 
1557
- #: lib/structure/comments.php:72
1558
  msgid "<h3>Comments</h3>"
1559
  msgstr "<h3>Kommentare</h3>"
1560
 
1561
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1562
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1563
  msgid "(Edit)"
1564
  msgstr "(Bearbeiten)"
1565
 
@@ -1583,11 +1780,11 @@ msgstr "1 Kommentar"
1583
  msgid "Leave a Comment"
1584
  msgstr "Kommentar verfassen"
1585
 
1586
- #: lib/shortcodes/footer.php:309
1587
  msgid "Log out"
1588
  msgstr "Abmelden"
1589
 
1590
- #: lib/shortcodes/footer.php:307
1591
  msgid "Log in"
1592
  msgstr "Anmelden"
1593
 
@@ -1596,30 +1793,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 +1824,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 +1905,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,16 +1927,16 @@ 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
1744
  msgid "Breadcrumbs"
1745
  msgstr "Breadcrumbs"
@@ -1748,14 +1945,14 @@ msgstr "Breadcrumbs"
1748
  msgid "Author Box"
1749
  msgstr "Autoren-Box"
1750
 
1751
- #: lib/classes/class-genesis-admin-settings.php:231
1752
- #: lib/classes/class-genesis-admin-settings.php:272
1753
  #: lib/views/help/genesis-feeds.php:15
1754
  msgid "Custom Feeds"
1755
  msgstr "Nutzerspezifische Feeds"
1756
 
1757
- #: lib/classes/class-genesis-admin-settings.php:230
1758
- #: lib/classes/class-genesis-admin-settings.php:265
1759
  #: lib/views/help/genesis-information.php:15
1760
  msgid "Information"
1761
  msgstr "Information"
@@ -1836,7 +2033,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,25 +2055,25 @@ 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"
@@ -1885,46 +2082,46 @@ msgstr "Links"
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Bist Du sicher, dass Du die Einstellungen zurücksetzen möchtest?"
1887
 
1888
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1889
- #: lib/classes/class-genesis-admin-settings.php:61
1890
- #: lib/classes/class-genesis-admin.php:130
1891
  msgid "Reset Settings"
1892
  msgstr "Einstellungen zurücksetzen"
1893
 
1894
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1895
  msgid "Genesis - SEO Settings"
1896
  msgstr "Genesis - SEO Einstellungen"
1897
 
1898
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1899
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1900
  #: lib/views/help/seo-dochead.php:15
1901
  msgid "Document Head Settings"
1902
  msgstr "Dokumenten-Kopf-Einstellungen"
1903
 
1904
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1905
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1906
  #: lib/views/help/seo-homepage.php:15
1907
  msgid "Homepage Settings"
1908
  msgstr "Startseite-Einstellungen"
1909
 
1910
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1911
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1912
- #: lib/classes/class-genesis-admin-import-export.php:125
1913
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1914
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1915
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1923
- #: lib/classes/class-genesis-admin-settings.php:229
1924
  #: lib/views/help/genesis-theme-settings.php:15
1925
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1926
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1927
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1928
  msgid "Theme Settings"
1929
  msgstr "Theme-Einstellungen"
1930
 
@@ -1937,14 +2134,14 @@ msgstr "Theme-Einstellungen"
1937
  msgid "Apply %s to this post/page"
1938
  msgstr "%s diesen Beiträgen/ Seiten zuweisen"
1939
 
1940
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1941
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1942
  #: lib/views/help/seo-robots.php:15
1943
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2152,27 @@ 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
 
1978
- #: lib/classes/class-genesis-admin-settings.php:244
1979
  msgid "Home Pages"
1980
  msgstr "Startseiten-Info"
1981
 
@@ -2020,7 +2217,7 @@ msgstr "Wie Startseiten (Homepages) funktionieren"
2020
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2021
  msgstr "Dabei werden Dir zwei Felder angeboten, die das %1$s-Element auf Deiner Webseite ausgeben und dies genau vor dem %2$s-Tag. Diese erscheinen dann auf jeder Seite der Webseite und sind gut geeignet für Tracking-Codes und andere Skripte. PHP-Code kann in diesen Feldern nicht ausgeführt werden! Dafür solltest Du Dich besser an Deinen Webmaster wenden oder ggf. das Genesis Simple Hooks Plugin verwenden, welches eine bestimmte Bandbreite abdeckt."
2022
 
2023
- #: lib/classes/class-genesis-admin-settings.php:242
2024
  #: lib/views/help/genesis-blog.php:15
2025
  msgid "Blog Page"
2026
  msgstr "Blog Seitenvorlage (Template)"
@@ -2203,7 +2400,7 @@ msgstr ""
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 ""
2205
 
2206
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2207
  #: lib/views/help/seo-doctitle.php:15
2208
  msgid "Doctitle Settings"
2209
  msgstr "Dokumententitel-Einstellungen"
@@ -2228,19 +2425,19 @@ msgstr "Falls Du kein Untermenü 'SEO Einstellungen' bei <em>Genesis</em> siehst
2228
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2229
  msgstr "Genesis SEO (engl. Abkürzung - Suchmaschinenoptimierung) ist höflich und deaktiviert sich automatisch, falls eines der populären SEO Plugins für WordPress aktiv ist (z.B. All In One SEO, WordPress SEO von Yoast etc.)."
2230
 
2231
- #: lib/classes/class-genesis-admin.php:435
2232
  msgid "Genesis Tutorials"
2233
  msgstr "Genesis Anleitungen (Tutorials) (Engl.)"
2234
 
2235
- #: lib/classes/class-genesis-admin.php:434
2236
  msgid "Genesis Snippets"
2237
  msgstr "Genesis Codeschnipsel (Engl.)"
2238
 
2239
- #: lib/classes/class-genesis-admin.php:433
2240
  msgid "Get Support"
2241
  msgstr "Support erhalten (Engl.)"
2242
 
2243
- #: lib/classes/class-genesis-admin.php:432
2244
  msgid "For more information:"
2245
  msgstr "Für weitere Informationen:"
2246
 
@@ -2278,15 +2475,9 @@ 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."
2290
  msgstr ""
2291
 
2292
  #: lib/views/help/genesis-navigation.php:23
@@ -2317,14 +2508,9 @@ msgstr ""
2317
  #. translators: 1: Open strong tag, 2: Close strong tag.
2318
  #: lib/views/help/genesis-header.php:19
2319
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2320
- msgstr ""
2321
 
2322
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2323
- #: lib/structure/sidebar.php:67
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
 
@@ -2365,14 +2551,14 @@ msgstr "Diese Optionen können von Child Themes sowie Plugins erweitert oder bes
2365
 
2366
  #: lib/views/help/cpt-archive-seo.php:20
2367
  msgid "The Meta description and keywords fill in the meta tags for the archive page. The Meta description is the short text blurb that appears in search engine results."
2368
- msgstr ""
2369
 
2370
  #: lib/views/help/genesis-blog.php:17
2371
  msgid "This works with the Blog Template, which is a page template that shows your latest posts. It's what people see when they land on your homepage."
2372
  msgstr "Dies funktioniert mit der 'Blog' Seitenvorlage (Template), welches eine Seitenvorlage ist, die Deine neuesten Beiträge anzeigt (Aktuellste oben). Das sehen die Besucher in der Regel, wenn diese Deine Startseite aufrufen."
2373
 
2374
  #. translators: JOSN file extension.
2375
- #: lib/views/pages/genesis-admin-import-export.php:51
2376
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2377
  msgstr "Wenn Du den Button hier darunter klickst, wird Genesis eine Daten-Datei (%s) für Dich erzeugen, die Du auf Deinem Rechner abspeichern kannst."
2378
 
@@ -2386,7 +2572,7 @@ msgstr "Die Robots Meta-Tags teilen Suchmaschinen mit, wie mit der Archivseite z
2386
 
2387
  #: lib/views/help/cpt-archive-archive.php:17
2388
  msgid "The Archive Headline sets the title seen on the archive page."
2389
- msgstr ""
2390
 
2391
  #: lib/views/help/genesis-layout.php:28
2392
  msgid "These options can be extended or limited by the child theme. Additionally, many of the child themes do not allow different layouts on the home page as they have been designed for a specific home page layout."
@@ -2416,17 +2602,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,18 +2627,18 @@ 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"
2458
 
@@ -2460,7 +2646,7 @@ msgstr "Titelreihenfolge des Dokuments"
2460
  msgid "Section Headings"
2461
  msgstr "Sektionsüberschriften"
2462
 
2463
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2464
  msgid "Site-wide Settings"
2465
  msgstr ""
2466
 
@@ -2469,7 +2655,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
@@ -2477,76 +2663,68 @@ msgstr "Kanonische URL"
2477
  msgid "Document Title"
2478
  msgstr "Dokumenten-Titel"
2479
 
2480
- #: lib/classes/class-genesis-admin.php:430
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 +2732,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
 
@@ -2583,34 +2761,30 @@ msgstr "Layout auswählen"
2583
  msgid "Reader Interactions"
2584
  msgstr "Leser-Interaktionen"
2585
 
2586
- #: 404.php:57
2587
- msgid "Sitemap"
2588
- msgstr "Sitemap"
2589
-
2590
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2603
  msgstr "Kopfzeilen-Skripte"
2604
 
2605
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2606
  msgid "Posts per Page"
2607
  msgstr "Beiträge pro Seite"
2608
 
2609
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2610
  msgid "Category IDs, comma separated - 1,2,3 for example"
2611
  msgstr "Kategorie-IDs, kommagetrennt - z.B. 1,2,3"
2612
 
2613
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2614
  msgid "Exclude Categories"
2615
  msgstr "Kategorien ausschließen"
2616
 
@@ -2618,29 +2792,29 @@ msgstr "Kategorien ausschließen"
2618
  msgid "Display Category"
2619
  msgstr "Angezeigte Kategorie"
2620
 
2621
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2622
  msgid "Entry Pagination"
2623
  msgstr "Beitragspaginierung"
2624
 
2625
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2626
  msgid "Image Alignment:"
2627
  msgstr "Bildausrichtung:"
2628
 
2629
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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"
2642
 
2643
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2644
  msgid "Display"
2645
  msgstr "Anzeige"
2646
 
@@ -2677,44 +2851,39 @@ 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
 
2709
- #: lib/classes/class-genesis-cli-command.php:44
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,62 +2904,62 @@ 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
 
2766
- #: lib/structure/header.php:846
2767
  msgid "Skip to footer"
2768
  msgstr "Zur Fußzeile springen"
2769
 
2770
- #: lib/structure/header.php:840
2771
  msgid "Skip to secondary sidebar"
2772
  msgstr "Zur Zweit-Sidebar springen"
2773
 
2774
- #: lib/structure/header.php:836
2775
  msgid "Skip to primary sidebar"
2776
  msgstr "Zur Haupt-Sidebar springen"
2777
 
2778
- #: lib/structure/header.php:833
2779
  msgid "Skip to content"
2780
  msgstr "Zum Inhalt springen"
2781
 
2782
- #: lib/structure/header.php:830
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.10 in German
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-05-07 08:27:47+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.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
  msgstr ""
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
 
 
 
 
 
 
 
 
 
 
 
21
  msgstr ""
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
  msgstr ""
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
  msgstr ""
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
  msgstr ""
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
+ msgstr ""
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
+ msgstr ""
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
+ msgstr ""
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
+ msgstr ""
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
  msgstr ""
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
  msgstr ""
58
 
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
  msgstr ""
62
 
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr ""
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr ""
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr ""
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr ""
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr ""
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr ""
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr ""
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr ""
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr ""
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr "Webseite einrichten"
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr "Benutze den \"Webseite einrichten\" Button um anzufangen. Keine der bestehenden Inhalte geht verloren."
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
+ msgstr "%s unterstützt die automatische Einrichtung und den Import von Beispielinhalten und empfohlenen Plugins"
113
+
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr "Mit %s durchstarten."
118
+
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr "Klicke hier"
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr "Du hast kein AdSense? %s um dich anzumelden!"
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr "Klicke hier zum aktivieren."
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr "Auto Ads müssen in deinem AdSense Account aktiviert sein damit das Feature richtig funktioniert. %s"
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr ""
140
+
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr ""
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr "Benutze stattdessen `genesis_get_author_box()`."
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr ""
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr ""
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr ""
163
+
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
+ msgstr ""
168
+
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr ""
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr "Ein Schritt der Einrichtung wurde abgeschlossen."
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr "Ein Schritt der Einrichtung wurde gestartet."
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
+ msgstr "Der Einrichtungsvorgang der Webseite wurde abgeschlossen"
185
+
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr "Der Einrichtungsvorgang der Webseite wurde gestartet."
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr "Atomic Blocks"
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr "Gutenberg News"
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr "StudioPress Blog"
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr "Gutenberg Einführung"
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
  msgstr ""
209
 
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr "Hilfreiche Links"
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr "Startseite bearbeiten"
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr "Startseite ansehen"
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr "Die Einrichtung deiner Webseite ist abgeschlossen! Schaue oder bearbeite deine Startseite mit den Buttons unten."
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr "Alles erledigt!"
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr "Beispiel Inhalt"
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr "Empfohlene Plugins"
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr "Oder gehe zu dem Theme Einstellungen"
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr "jetzt aktualisieren"
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr "Schau Dir an was es neues gibt"
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr "Genesis %1$s ist verfügbar. %2$s oder %3$s."
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr "Schau dir an was es neues gibt in"
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr "Glückwunsch, du rockst jetzt Genesis %1$s! %2$s"
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr "Benutze stattdessen `genesis_get_structural_wrap()`."
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr ""
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr ""
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
+ msgstr ""
284
+
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
  msgstr ""
289
 
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr "Die Details"
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
+ msgid "AdSense publisher ID"
296
+ msgstr "AdSense Publisher-ID"
297
+
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
299
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:38
300
  #: lib/views/meta-boxes/genesis-user-seo.php:39
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
  msgstr ""
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
  msgstr "Nächster Post:"
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
  msgstr "Vorheriger Post:"
317
 
321
 
322
  #: lib/admin/privacy-requests.php:105
323
  msgid "Update Notification Email Address removed."
324
+ msgstr "E-Mail Adresse für Benachrichtigungen entfernt"
325
 
326
  #. translators: %s: One of Custom Archive Headline, Custom Description Text,
327
  #. Custom Document Title, Meta Description, Meta Keywords
328
  #: lib/admin/privacy-requests.php:77
329
  msgid "Your %s data was unable to be removed at this time."
330
+ msgstr "Deine %s Daten konnten zur Zeit nicht entfernt werden."
331
 
332
  #: lib/admin/privacy-requests.php:31
333
  msgid "Update Notification Email Address"
334
+ msgstr "E-Mail Adresse für Benachrichtigungen aktualisieren"
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
+ msgstr "Genesis Autor Archiv Daten"
340
 
341
  #. translators: %s: Genesis theme version
342
  #: lib/admin/dashboard.php:26
343
  msgid " Using Genesis %s."
344
+ msgstr " Benutze Genesis %s."
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
+ msgstr "Genesis benütigt PHP Version %1$s oder höher. Du benutzt Version %2$s. Bitte <a href=\"%3$s\">aktualisiere PHP</a> um Genesis zu benutzen."
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
+ msgstr "Genesis benötigt WordPress Version %1$s oder höher. Du benutzt Version %2$s.Bitte aktualisiere WordPress um Genesis zu benutzen."
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
  msgstr "Du hast kein AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Klicke hier</a> um dich anzumelden!"
362
 
394
  msgid "Genesis Blue"
395
  msgstr "Genesis Blau"
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
  msgstr "Datum der Bearbeitung"
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
  msgstr "Datum der Veröffentlichung"
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
  msgstr "AdSense Publisher-ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) eingeben, um AdSense zu aktivieren."
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
  msgstr "Google AdSense Publisher ID"
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
  msgstr "AdSense-Ausgabe für diesen Beitrag deaktivieren?"
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
  msgstr "AdSense-Ausgabe"
420
 
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
  msgstr "Dein Childtheme nutzt barrierefreie Überschriften. Falls du hier nichts einträgst, wird die barrierefreie Standard-Überschrift verwendet."
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
  msgstr "Sekundär"
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
  msgstr "Haupt"
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
  msgstr "Hallo! Wusstest du schon, dass Theme-Einstellungen nun mit einer Live-Vorschau im Customizer konfiguriert werden können?"
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
  msgstr "Irgendwann werden Einstellungs-Seiten wie diese hier nicht länger verfügbar sein und alles wird im Customizer konfiguriert - also leg los und <a href=\"%s\">beginne jetzt mit der Nutzung</a>!"
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
  msgstr "Hallo! Wusstest du schon, dass SEO-Einstellungen nun mit einer Live-Vorschau im Customizer konfiguriert werden können?"
447
 
449
  msgid "Google Adsense"
450
  msgstr "Google AdSense"
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
  msgstr "Header-/Footer-Scripts"
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
  msgstr "Wähle die Seiten aus, auf denen Breadcrumbs angezeigt werden sollen."
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
  msgstr "Seiten-Layout auswählen"
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
  msgstr "Gebe deine AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) ein, um AdSense Auto Ads zu aktivieren."
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
  msgstr "Publisher ID"
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
  msgstr "Auto Ads müssen in denem AdSense-Account aktiviert sein, damit diese Funktion richtig funktioniert. <a href=\"%s\">Hier zum Aktivieren klicken.</a>"
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
  msgstr "Google AdSense"
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
  msgstr "Gebe unten eine E-Mail-Adresse an, um eine Benachrichtigung zu erhalten, sobald eine neue Genesis-Version verfügbar ist."
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
  msgstr "E-Mail-Adresse"
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
  msgstr "Hake diese Box an, um Genesis zu erlauben, regelmäßig auf Updates zu prüfen."
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
  msgstr "Passe die verschiedenen Theme-Einstellungen an."
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
  msgstr "noydir auf gesamte Seite anwenden?"
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
  msgstr "noodp auf gesamte Seite anwenden?"
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
  msgstr "Gesamte Seite"
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
  msgstr "noarchive auf die unten stehenden Seiten anwenden."
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
  msgstr "Suchergebnisse"
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
  msgstr "Datums-Archive"
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
  msgstr "Autor-Archive"
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
  msgstr "Schlagwort-Archive"
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
  msgstr "Kategorie-Archive"
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
  msgstr "noindex auf die unten stehenden Archiv-Seiten anwenden."
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
  msgstr "Shortlink-Tag einbnden?"
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
  msgstr "rel link tags für benachbarte Beiträge"
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
  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."
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
  msgstr "Dokumenten-Kopf"
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
  msgstr "noarchive zur Startseite hinzufügen."
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
  msgstr "nofollow zur Startseite hinzufügen."
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
  msgstr "noindex zur Startseite hinzufügen."
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
  msgstr "Seiten-Beschreibung (Untertitel) zum Dokumenten-Titel auf der Startseite hinzufügen?"
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
  msgstr "Wenn du das Feld für den Dokumenten-Titel leer lässt, wird stattdessen der Titel deiner Seite verwendet."
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
  msgstr "Dokumenten-Titel für die Startseite"
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
  msgstr "Seiten-Beschreibung (Untertitel)"
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
  msgstr "Haupt-Titel H1"
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
  msgstr "Seitentitel zum Dokumententitel auf Unterseiten hinzufügen?"
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
  msgstr "Passe die zahlreichen SEO-Einstellungen des Themes an."
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
  msgstr "Änderungen"
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
  msgstr "Für weitere Informationen lies unseren Artikel auf %s."
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
+ msgstr ""
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
615
  msgid "This setting has been deprecated because it is no longer recommended. If you uncheck this box, the setting will disappear."
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
+ msgstr ""
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
624
  msgid "SEO"
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
  msgstr "Standard-Layout festgelegt in %s"
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
  msgstr "Das %1$s%3$s Archive%2$s ansehen."
729
  msgid "Edit Archive Settings"
730
  msgstr "Archiv-Einstellungen bearbeiten"
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr "Wir haben bemerkt, dass du das Genesis-Framework-Haupttheme allein verwendest. Wir empfehlen dir dringend, es mit einem Genesis-Childtheme zu verwenden. Wir haben sogar kostenlose Themes, die du verwenden kannst!"
741
  msgid "Use for site title/logo"
742
  msgstr "Für Seitentitel/Logo verwenden"
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr "Auf Updates prüfen"
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr "Wenn du eine E-Mail-Adresse angibst, wirst du per E-Mail benachrichtigt, sobald das Update ausgeführt werden kann."
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr "Änderungen speichern"
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr ""
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr "Art von Beitrags-Seitennummerierung"
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr "Zuvor angezeigte Beiträge ausschließen?"
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr "Entschuldigung - es wurden keine Inhalte gefunden, welche Deinen Kriterien entsprechen."
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  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."
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr "Deine Änderungen werden verlorengehen, wenn du diese Seite verlässt."
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr "dezimale oder hexadezimale Entitäten"
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr "Robots Meta-Tags:"
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr "Meta-Schlüsselwörter"
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr "Archiv"
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
+ msgstr ""
853
 
854
  #: 404.php:36
855
  msgid "Not found, error 404"
863
  msgid "Contributor"
864
  msgstr "Entwickler (Community)"
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr "Beitragende Entwickler"
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  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."
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr "Startseite"
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
+ msgstr ""
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr "Vorlage für die Blog-Seite"
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr "Navigation"
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr "Kopfzeile"
907
  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."
908
  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."
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  msgstr "Die META-Beschreibung wird in der Regel dazu verwendet, um auf den Ergebnisseiten von Suchmaschinen den Text unterhalb des Titels zu festzulegen."
920
  msgid "Site Description (Tagline)"
921
  msgstr "Webseiten-Beschreibung (Untertitel)"
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr "Wenn der Dokumententitel aus zwei Zeilen besteht (Titel und angefügter Text), wird das Trennzeichen dazwischen eingefügt."
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr "Dokumententitel Trennzeichen:"
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr "Legt fest, auf welche Seite der hinzugefügte Text angefügt wird."
937
 
949
  msgid "Read More"
950
  msgstr "Weiterlesen"
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr "Webseite durchsuchen"
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr "Weiterlesen"
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  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>"
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr "Zu den Theme-Einstellungen &rarr;"
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr "Leitende Entwickler/ Herausgeber"
971
 
978
  msgid "Google+"
979
  msgstr "Google+"
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr "Verwende für Webseitentitel/ -Logo:"
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr "An"
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr "Leer lassen, wenn Du keinen Einführungstext anzeigen willst."
993
 
1006
  msgid "Archive Headline"
1007
  msgstr "Archivüberschrift"
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr "Fehler beim Speichern der Einstellungen."
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr "Benutzerdefinierter Textinhalt"
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr "Zweit-Navigations-Menü"
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr "Kopfzeile links"
1026
 
1029
  msgstr "Linktext für weiterführende Seite"
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr "%d. Widget-Bereich in der Fußzeile (Footer)."
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  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."
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  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."
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr "Das Argument \"context\" wurde mit \"theme_location\" im $args-Array ersetzt."
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr "Du kannst %s nicht verwenden, um zwei Menüs in derselben Unterklasse (subclass) zu erstellen. Bitte benutze getrennte Unterklassen (subclasses) für jedes Menü."
1052
 
1058
  msgid "User Permissions"
1059
  msgstr "Benutzer-Berechtigungen"
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr "Bitte wähle das Farbschema aus dem Aufklappmenü und speichere Deine Einstellungen."
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr "Farbschema:"
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr "Die in eingefügten Skripte werden unmittelbar vor dem schließenden %s-Tag ausgeführt."
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr "Bildgröße:"
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr "Farbschema"
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr "Folge mir auf Twitter"
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr "Layout-Einstellungen"
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr "Theme SEO-Einstellungen"
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr "und"
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1134
  msgstr[1] "%s Sekunden"
1135
 
1136
  #. translators: %s: Number of minute(s).
1137
+ #: lib/functions/formatting.php:361
1138
  msgctxt "time difference"
1139
  msgid "%s minute"
1140
  msgid_plural "%s minutes"
1142
  msgstr[1] "%s Minuten"
1143
 
1144
  #. translators: %s: Number of hour(s).
1145
+ #: lib/functions/formatting.php:359
1146
  msgctxt "time difference"
1147
  msgid "%s hour"
1148
  msgid_plural "%s hours"
1150
  msgstr[1] "%s Stunden"
1151
 
1152
  #. translators: %s: Number of day(s).
1153
+ #: lib/functions/formatting.php:357
1154
  msgctxt "time difference"
1155
  msgid "%s day"
1156
  msgid_plural "%s days"
1158
  msgstr[1] "%s Tagen"
1159
 
1160
  #. translators: %s: Number of week(s).
1161
+ #: lib/functions/formatting.php:355
1162
  msgctxt "time difference"
1163
  msgid "%s week"
1164
  msgid_plural "%s weeks"
1166
  msgstr[1] "%s Woche"
1167
 
1168
  #. translators: %s: Number of month(s).
1169
+ #: lib/functions/formatting.php:353
1170
  msgctxt "time difference"
1171
  msgid "%s month"
1172
  msgid_plural "%s months"
1174
  msgstr[1] "%s Monate"
1175
 
1176
  #. translators: %s: Number of year(s).
1177
+ #: lib/functions/formatting.php:351
1178
  msgctxt "time difference"
1179
  msgid "%s year"
1180
  msgid_plural "%s years"
1181
  msgstr[0] "%s Jahr"
1182
  msgstr[1] "%s Jahre"
1183
 
1184
+ #: lib/functions/formatting.php:345
1185
  msgctxt "time difference"
1186
  msgid "seconds"
1187
  msgstr "Sekunden"
1188
 
1189
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1190
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1191
  msgstr "Diese Archiv-Optionen beeinflussen alle Blogauflistungen Deiner Webseite, einschließlich der Archiv-, Blog-, Kategorien-, Such- und Tag-Seiten."
1192
 
1193
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1194
+ msgid "404 page"
1195
+ msgstr ""
1196
 
1197
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1198
  msgid "Archives"
1202
  msgid "Pages"
1203
  msgstr "Seiten"
1204
 
1205
+ #: lib/classes/class-genesis-admin-settings.php:246
1206
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1207
  #: lib/views/help/genesis-scripts.php:15
1208
  msgid "Header and Footer Scripts"
1209
  msgstr "Header- und Footer-Scripte"
1210
 
1211
+ #: config/customizer-theme-settings.php:206
1212
+ #: lib/classes/class-genesis-admin-settings.php:243
1213
+ #: lib/classes/class-genesis-admin-settings.php:296
1214
  #: lib/views/help/genesis-comments.php:15
1215
  msgid "Comments and Trackbacks"
1216
  msgstr "Kommentare und Trackbacks"
1217
 
1218
+ #: lib/classes/class-genesis-admin-settings.php:235
1219
+ #: lib/classes/class-genesis-admin-settings.php:281
1220
  #: lib/views/help/genesis-layout.php:15
1221
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1222
  msgid "Default Layout"
1223
  msgstr "Standard-Layout"
1224
 
1225
+ #: config/customizer-seo-settings.php:111
1226
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1227
  msgid "Keywords are generally ignored by Search Engines."
1228
  msgstr "Schlüsselwörter (Keywords) werden allgemein ignoriert von Suchmaschinen."
1229
 
1230
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1231
+ #: lib/classes/class-genesis-admin-settings.php:65
1232
+ #: lib/classes/class-genesis-admin.php:149
1233
  msgid "Settings saved."
1234
  msgstr "Einstellungen gespeichert."
1235
 
1236
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1237
+ #: lib/classes/class-genesis-admin-settings.php:66
1238
+ #: lib/classes/class-genesis-admin.php:150
1239
  msgid "Settings reset."
1240
  msgstr "Einstellungen zurückgesetzt."
1241
 
1242
+ #: lib/classes/class-genesis-admin-import-export.php:101
1243
  msgid "Settings successfully imported."
1244
  msgstr "Einstellungen erfolgreich importiert."
1245
 
1246
+ #: lib/views/pages/genesis-admin-import-export.php:43
1247
  msgid "Upload File and Import"
1248
  msgstr "Datei hochladen und importieren"
1249
 
1252
  msgstr "Wähle die Datei von Deinem Computer und klicke \"Hochladen und importieren\""
1253
 
1254
  #: lib/admin/customizer.php:94
1255
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1256
  msgid "Default"
1257
  msgstr "Standard"
1258
 
1259
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1260
  msgid "Next Page"
1261
  msgstr "Nächste Seite"
1262
 
1263
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1264
  msgid "Previous Page"
1265
  msgstr "Vorherige Seite"
1266
 
1272
  msgid "Select / Deselect All"
1273
  msgstr "Alles auswählen / nicht auswählen"
1274
 
1275
+ #: lib/classes/class-genesis-admin-import-export.php:149
1276
  msgid "No export options available."
1277
  msgstr "Keine Export-Einstellungen verfügbar."
1278
 
1279
  #. translators: %d: Footer widget counter.
1280
+ #: lib/functions/widgetize.php:191
1281
  msgid "Footer %d"
1282
  msgstr "Fußzeile (Footer) %d"
1283
 
1284
+ #: lib/functions/layout.php:80
1285
  msgid "No Label Selected"
1286
  msgstr "Kein Label ausgewählt"
1287
 
1288
+ #: lib/classes/class-genesis-admin-import-export.php:103
1289
  msgid "There was a problem importing your settings. Please try again."
1290
  msgstr "Es gab ein Problem beim Importieren Deiner Einstellungen. Bitte versuche es noch einmal."
1291
 
1292
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1293
  msgid "Secondary Sidebar"
1294
  msgstr "Zweit-Sidebar (Secondary)"
1295
 
1296
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1297
  msgid "Primary Sidebar"
1298
  msgstr "Haupt-Sidebar (Primary)"
1299
 
1300
+ #: lib/functions/widgetize.php:135
1301
  msgid "Header Right"
1302
  msgstr "Kopfzeile rechts"
1303
 
1304
+ #: config/breadcrumbs.php:50
1305
  msgid "Not found: "
1306
  msgstr "Nicht gefunden: "
1307
 
1308
+ #: lib/widgets/featured-post-widget.php:574
1309
  msgid "No Content"
1310
  msgstr "Kein Inhalt"
1311
 
1312
+ #: lib/widgets/featured-post-widget.php:573
1313
  msgid "Show Content Limit"
1314
  msgstr "Inhaltslimit anzeigen"
1315
 
1316
+ #: lib/widgets/featured-post-widget.php:572
1317
  msgid "Show Excerpt"
1318
  msgstr "Auszug anzeigen"
1319
 
1320
+ #: lib/widgets/featured-post-widget.php:571
1321
  msgid "Show Content"
1322
  msgstr "Inhalt anzeigen"
1323
 
1324
+ #: lib/widgets/featured-post-widget.php:569
1325
  msgid "Content Type"
1326
  msgstr "Inhaltstyp"
1327
 
1328
+ #: lib/widgets/featured-post-widget.php:561
1329
  msgid "Show Post Info"
1330
  msgstr "Beitrags-Info anzeigen (Byline)"
1331
 
1332
+ #: lib/widgets/featured-page-widget.php:318
1333
+ #: lib/widgets/featured-post-widget.php:521
1334
  msgid "Show Featured Image"
1335
  msgstr "Featured-Bild anzeigen"
1336
 
1338
  msgid "This text will be the first paragraph, and display on the first page"
1339
  msgstr "Dieser Text wird der erste Absatz sein und auf der ersten Seite angezeigt werden"
1340
 
1341
+ #: lib/admin/privacy-requests.php:193
1342
  #: lib/views/meta-boxes/genesis-user-author.php:33
1343
  msgid "Custom Description Text"
1344
  msgstr "Nutzerspezifischer Beschreibungstext"
1348
  msgid "Will display in the %s tag at the top of the first page"
1349
  msgstr "Wird angezeigt beim %s-Stichwort, zu Beginn der ersten Seite"
1350
 
1351
+ #: lib/admin/privacy-requests.php:192
1352
  #: lib/views/meta-boxes/genesis-user-author.php:20
1353
  msgid "Custom Archive Headline"
1354
  msgstr "Nutzerspezifische Archivseiten-Überschrift"
1383
  msgid "Genesis Admin Menus"
1384
  msgstr "Genesis Administratoren-Menüs"
1385
 
1386
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1387
  msgid "Include the Featured Image?"
1388
  msgstr "Featured-Bild einschließen?"
1389
 
1421
  msgid "Characters Used: %s"
1422
  msgstr "Bis jetzt benutzte Zeichenanzahl: %s"
1423
 
1424
+ #: lib/views/pages/genesis-admin-import-export.php:66
1425
  msgid "Download Export File"
1426
  msgstr "Export-Datei herunterladen"
1427
 
1428
+ #: lib/views/pages/genesis-admin-import-export.php:59
1429
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1430
  msgstr "Wenn Du einmal die Einstellungen-Datei erzeugt und gesichert hast, kannst Du die Importfunktion bei einer anderen (Genesis-) Webseite verwenden, um diese Daten zu importieren."
1431
 
1432
+ #: lib/views/pages/genesis-admin-import-export.php:51
1433
  msgid "Export Genesis Settings File"
1434
  msgstr "Genesis Einstellungen-Datei exportieren"
1435
 
1436
+ #. translators: Maximum size import files can have.
1437
+ #: lib/views/pages/genesis-admin-import-export.php:38
1438
  msgid "Upload File (Maximum Size: %s): "
1439
  msgstr "Datei hochladen (Maximalgröße: %s):"
1440
 
1498
  msgid "Displays user profile block with Gravatar"
1499
  msgstr "Zeigt Benutzerprofile mit Gravatar an"
1500
 
1501
+ #: lib/widgets/featured-post-widget.php:614
1502
  msgid "Link Text"
1503
  msgstr "Link-Text"
1504
 
1505
+ #: lib/widgets/featured-post-widget.php:610
1506
  msgid "Show Category Archive Link"
1507
  msgstr "Kategorie-Archiv-Link anzeigen"
1508
 
1509
+ #: lib/widgets/featured-post-widget.php:592
1510
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1511
  msgstr "Um eine ungeordnete Liste aus dieser Kategorie anzuzeigen, fülle bitte die unten angegebenen Informationen aus"
1512
 
1513
+ #: lib/widgets/featured-post-widget.php:584
1514
  msgid "More Text (if applicable)"
1515
  msgstr "Mehr-Text (falls vorhanden)"
1516
 
1517
+ #: lib/widgets/featured-post-widget.php:556
1518
  msgid "Show Post Title"
1519
  msgstr "Titel des Beitrags anzeigen"
1520
 
1521
+ #: lib/widgets/featured-post-widget.php:507
1522
  #: lib/widgets/user-profile-widget.php:184
1523
  msgid "Gravatar Alignment"
1524
  msgstr "Gravatar-Ausrichtung"
1525
 
1526
+ #: lib/widgets/featured-post-widget.php:502
1527
  msgid "Extra Large (125px)"
1528
  msgstr "Extra Large (125px) - extragroß"
1529
 
1530
+ #: lib/widgets/featured-post-widget.php:501
1531
  msgid "Large (85px)"
1532
  msgstr "Large (85px) - groß"
1533
 
1534
+ #: lib/widgets/featured-post-widget.php:500
1535
  msgid "Medium (65px)"
1536
  msgstr "Medium (65px) - mittel"
1537
 
1538
+ #: lib/widgets/featured-post-widget.php:499
1539
  msgid "Small (45px)"
1540
  msgstr "Small (45px) - klein"
1541
 
1542
+ #: lib/widgets/featured-post-widget.php:497
1543
  #: lib/widgets/user-profile-widget.php:166
1544
  msgid "Gravatar Size"
1545
  msgstr "Gravatar-Größe"
1546
 
1547
+ #: lib/widgets/featured-post-widget.php:493
1548
  msgid "Show Author Gravatar"
1549
  msgstr "Autor-Gravatar anzeigen"
1550
 
1551
+ #: lib/widgets/featured-post-widget.php:473
1552
  msgid "Ascending (1, 2, 3)"
1553
  msgstr "Aufsteigend (1, 2, 3)"
1554
 
1555
+ #: lib/widgets/featured-post-widget.php:472
1556
  msgid "Descending (3, 2, 1)"
1557
  msgstr "Absteigend (3, 2, 1)"
1558
 
1559
+ #: lib/widgets/featured-post-widget.php:470
1560
  msgid "Sort Order"
1561
  msgstr "Sortierung"
1562
 
1563
+ #: lib/widgets/featured-post-widget.php:465
1564
  msgid "Random"
1565
  msgstr "Zufallsauswahl"
1566
 
1567
+ #: lib/widgets/featured-post-widget.php:464
1568
  msgid "Comment Count"
1569
  msgstr "Anzahl Kommentare"
1570
 
1571
+ #: lib/widgets/featured-post-widget.php:463
1572
  msgid "ID"
1573
  msgstr "ID"
1574
 
1575
+ #: lib/widgets/featured-post-widget.php:462
1576
  msgid "Parent"
1577
  msgstr "Übergeordn."
1578
 
1579
+ #: lib/widgets/featured-post-widget.php:457
1580
  msgid "Order By"
1581
  msgstr "Sortieren nach"
1582
 
1583
+ #: lib/widgets/featured-post-widget.php:452
1584
  msgid "Number of Posts to Offset"
1585
  msgstr "Offset (Abstand) für Beitragsanzeige"
1586
 
1587
+ #: lib/widgets/featured-post-widget.php:431
1588
  msgid "Category"
1589
  msgstr "Kategorie"
1590
 
1604
  msgid "Displays featured posts with thumbnails"
1605
  msgstr "Zeigt \"Featured\"-Beiträge mit Thumbnails"
1606
 
1607
+ #: lib/widgets/featured-page-widget.php:361
1608
  msgid "More Text"
1609
  msgstr "Mehr-Text"
1610
 
1611
+ #: lib/widgets/featured-page-widget.php:356
1612
  msgid "Content Character Limit"
1613
  msgstr "Maximale Zeichenanzahl"
1614
 
1615
+ #: lib/widgets/featured-page-widget.php:352
1616
  msgid "Show Page Content"
1617
  msgstr "Seiteninhalt anzeigen"
1618
 
1619
+ #: lib/widgets/featured-page-widget.php:347
1620
  msgid "Show Page Title"
1621
  msgstr "Seitentitel anzeigen"
1622
 
1623
+ #: config/customizer-seo-settings.php:77
1624
+ #: config/customizer-theme-settings.php:289
1625
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1626
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1627
+ #: lib/widgets/featured-page-widget.php:336
1628
+ #: lib/widgets/featured-post-widget.php:509
1629
+ #: lib/widgets/featured-post-widget.php:539
1630
  #: lib/widgets/user-profile-widget.php:186
1631
  #: lib/widgets/user-profile-widget.php:210
1632
  msgid "None"
1633
  msgstr "Keine"
1634
 
1635
+ #: lib/widgets/featured-page-widget.php:334
1636
+ #: lib/widgets/featured-post-widget.php:537
1637
  msgid "Image Alignment"
1638
  msgstr "Bildausrichtung"
1639
 
1640
+ #: lib/widgets/featured-page-widget.php:299
1641
  msgid "Page"
1642
  msgstr "Seite"
1643
 
1644
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1645
  msgid "by"
1646
  msgstr "von"
1647
 
1653
  msgid "Displays featured page with thumbnails"
1654
  msgstr "Zeigt \"Featured\"-Beiträge mit Thumbnails"
1655
 
1656
+ #: lib/widgets/featured-page-widget.php:294
1657
+ #: lib/widgets/featured-post-widget.php:422
1658
+ #: lib/widgets/featured-post-widget.php:461
1659
+ #: lib/widgets/featured-post-widget.php:595
1660
  #: lib/widgets/user-profile-widget.php:148
1661
  msgid "Title"
1662
  msgstr "Titel"
1663
 
1664
+ #: config/breadcrumbs.php:47
1665
  msgid "Search for "
1666
  msgstr "Suche nach "
1667
 
1668
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1669
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1670
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1671
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1672
+ #: lib/structure/archive.php:198
1673
  msgid "Archives for "
1674
  msgstr "Archiv für "
1675
 
1676
+ #: config/breadcrumbs.php:42
1677
  msgid "You are here: "
1678
  msgstr "Aktuelle Seite: "
1679
 
1686
  msgstr "Erste Sidebar Widget-Area (Primary)"
1687
 
1688
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1689
+ #: searchform.php:49
1690
  msgid "Search"
1691
  msgstr "Suche"
1692
 
1693
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1694
  msgid "About"
1695
  msgstr "Über"
1696
 
1698
  msgid "By"
1699
  msgstr "von"
1700
 
1701
+ #: lib/structure/post.php:390
1702
  msgid "[Read more...]"
1703
  msgstr "[Weiterlesen...]"
1704
 
1705
+ #: lib/structure/menu.php:154
1706
  msgid "Comments"
1707
  msgstr "Kommentare"
1708
 
1709
+ #: lib/structure/menu.php:153
1710
  msgid "Posts"
1711
  msgstr "Beiträge"
1712
 
1713
+ #: lib/init.php:104
1714
  msgid "Primary Navigation Menu"
1715
  msgstr "Haupt-Navigations-Menü"
1716
 
1717
+ #: lib/structure/footer.php:168
1718
  msgid "Copyright"
1719
  msgstr "Urheberrecht"
1720
 
1721
+ #: lib/structure/comments.php:548
1722
  msgid "Speak Your Mind"
1723
  msgstr "Deine Meinung ist uns wichtig"
1724
 
1725
+ #: lib/structure/comments.php:539
1726
  msgid "Website"
1727
  msgstr "Webseite"
1728
 
1729
+ #: lib/structure/comments.php:533
1730
  msgid "Email"
1731
  msgstr "E-Mail"
1732
 
1733
+ #: lib/structure/comments.php:527
1734
  msgid "Name"
1735
  msgstr "Name"
1736
 
1737
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1738
  msgid "Your comment is awaiting moderation."
1739
  msgstr "Dein Kommentar muss noch moderiert werden."
1740
 
1741
  #. translators: 1: Comment date, 2: Comment time.
1742
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1743
  msgid "%1$s at %2$s"
1744
  msgstr "%1$s um %2$s"
1745
 
1746
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1747
  msgid "says"
1748
  msgstr "meint"
1749
 
1750
+ #: lib/structure/comments.php:170
 
 
 
 
 
1751
  msgid "<h3>Trackbacks</h3>"
1752
  msgstr "<h3>Trackbacks/ Pingbacks</h3>"
1753
 
1754
+ #: lib/structure/comments.php:77
1755
  msgid "<h3>Comments</h3>"
1756
  msgstr "<h3>Kommentare</h3>"
1757
 
1758
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1759
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1760
  msgid "(Edit)"
1761
  msgstr "(Bearbeiten)"
1762
 
1780
  msgid "Leave a Comment"
1781
  msgstr "Kommentar verfassen"
1782
 
1783
+ #: lib/shortcodes/footer.php:312
1784
  msgid "Log out"
1785
  msgstr "Abmelden"
1786
 
1787
+ #: lib/shortcodes/footer.php:310
1788
  msgid "Log in"
1789
  msgstr "Anmelden"
1790
 
1793
  msgstr "Nach oben"
1794
 
1795
  #. translators: %s: Genesis version.
1796
+ #: lib/functions/upgrade.php:921
1797
  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."
1798
  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."
1799
 
1800
  #. translators: 1: Genesis version, 2: URL for current website.
1801
+ #: lib/functions/upgrade.php:918
1802
  msgid "Genesis %1$s is available for %2$s"
1803
  msgstr ""
1804
 
1805
+ #: lib/functions/upgrade.php:830
1806
  msgid "Click here to complete the upgrade"
1807
  msgstr "Klicke hier, um die Aktualisierung abzuschließen"
1808
 
1809
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1810
  msgid "Home"
1811
  msgstr "Start"
1812
 
1813
+ #: lib/widgets/featured-post-widget.php:447
1814
+ #: lib/widgets/featured-post-widget.php:600
1815
  msgid "Number of Posts to Show"
1816
  msgstr "Anzahl der anzuzeigenden Beiträge"
1817
 
1818
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1819
+ #: lib/widgets/featured-post-widget.php:439
1820
  msgid "All Categories"
1821
  msgstr "Alle Kategorien"
1822
 
1824
  msgid "Display which category"
1825
  msgstr "Welche Kategorien sollen angezeigt werden:"
1826
 
1827
+ #: config/customizer-theme-settings.php:304
1828
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1829
  msgid "Numeric"
1830
  msgstr "Numerisch"
1831
 
1832
+ #: config/customizer-theme-settings.php:303
1833
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1834
  msgid "Previous / Next"
1835
  msgstr "Zurück / Weiter"
1836
 
1837
+ #: lib/widgets/featured-page-widget.php:322
1838
+ #: lib/widgets/featured-post-widget.php:525
1839
  msgid "Image Size"
1840
  msgstr "Bildgröße"
1841
 
1842
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1843
+ #: lib/widgets/featured-post-widget.php:579
1844
  msgid "characters"
1845
  msgstr "Zeichen"
1846
 
1847
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1848
+ #: lib/widgets/featured-post-widget.php:577
1849
  msgid "Limit content to"
1850
  msgstr "Inhalt begrenzen auf"
1851
 
1852
+ #: config/customizer-theme-settings.php:248
1853
  msgid "Select one of the following"
1854
  msgstr "Wähle eine der folgenden Möglichkeiten"
1855
 
1905
  msgid "Today's date"
1906
  msgstr "Das heutige Datum"
1907
 
1908
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1909
  #: lib/views/help/genesis-layout.php:25
1910
  msgid "Full Width Content"
1911
  msgstr "Inhalt in voller Breite"
1912
 
1913
+ #: config/customizer-theme-settings.php:69
1914
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1915
  msgid "Image logo"
1916
  msgstr "Bild als Logo"
1927
  msgid "Version"
1928
  msgstr "Version:"
1929
 
1930
+ #: config/customizer-theme-settings.php:244
1931
+ #: lib/classes/class-genesis-admin-settings.php:244
1932
+ #: lib/classes/class-genesis-admin-settings.php:297
1933
  #: lib/views/help/genesis-archives.php:15
1934
  msgid "Content Archives"
1935
  msgstr "Inhaltsarchive"
1936
 
1937
+ #: config/customizer-theme-settings.php:132
1938
+ #: lib/classes/class-genesis-admin-settings.php:242
1939
+ #: lib/classes/class-genesis-admin-settings.php:293
1940
  #: lib/views/help/genesis-breadcrumbs.php:15
1941
  msgid "Breadcrumbs"
1942
  msgstr "Breadcrumbs"
1945
  msgid "Author Box"
1946
  msgstr "Autoren-Box"
1947
 
1948
+ #: lib/classes/class-genesis-admin-settings.php:234
1949
+ #: lib/classes/class-genesis-admin-settings.php:275
1950
  #: lib/views/help/genesis-feeds.php:15
1951
  msgid "Custom Feeds"
1952
  msgstr "Nutzerspezifische Feeds"
1953
 
1954
+ #: lib/classes/class-genesis-admin-settings.php:233
1955
+ #: lib/classes/class-genesis-admin-settings.php:268
1956
  #: lib/views/help/genesis-information.php:15
1957
  msgid "Information"
1958
  msgstr "Information"
2033
  msgid "Shortlink Tag"
2034
  msgstr "Kurz-URL Tag (Shortlink):"
2035
 
2036
+ #: config/customizer-seo-settings.php:158
2037
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2038
  msgid "Include Windows Live Writer Support Tag?"
2039
  msgstr "Windows Live Writer (WLW) Support Tag hinzufügen?"
2055
  msgid "I'll manually wrap my own text on the homepage"
2056
  msgstr "Ich werde meinen eigenen Text auf der Homepage einbinden."
2057
 
2058
+ #: config/customizer-seo-settings.php:75
2059
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2060
  msgid "Site Title"
2061
  msgstr "Seitentitel"
2062
 
2063
+ #: config/customizer-theme-settings.php:291
2064
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2065
+ #: lib/widgets/featured-page-widget.php:338
2066
+ #: lib/widgets/featured-post-widget.php:511
2067
+ #: lib/widgets/featured-post-widget.php:541
2068
  #: lib/widgets/user-profile-widget.php:188
2069
  msgid "Right"
2070
  msgstr "Rechts"
2071
 
2072
+ #: config/customizer-theme-settings.php:290
2073
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2074
+ #: lib/widgets/featured-page-widget.php:337
2075
+ #: lib/widgets/featured-post-widget.php:510
2076
+ #: lib/widgets/featured-post-widget.php:540
2077
  #: lib/widgets/user-profile-widget.php:187
2078
  msgid "Left"
2079
  msgstr "Links"
2082
  msgid "Are you sure you want to reset?"
2083
  msgstr "Bist Du sicher, dass Du die Einstellungen zurücksetzen möchtest?"
2084
 
2085
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2086
+ #: lib/classes/class-genesis-admin-settings.php:64
2087
+ #: lib/classes/class-genesis-admin.php:148
2088
  msgid "Reset Settings"
2089
  msgstr "Einstellungen zurücksetzen"
2090
 
2091
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2092
  msgid "Genesis - SEO Settings"
2093
  msgstr "Genesis - SEO Einstellungen"
2094
 
2095
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2096
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2097
  #: lib/views/help/seo-dochead.php:15
2098
  msgid "Document Head Settings"
2099
  msgstr "Dokumenten-Kopf-Einstellungen"
2100
 
2101
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2102
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2103
  #: lib/views/help/seo-homepage.php:15
2104
  msgid "Homepage Settings"
2105
  msgstr "Startseite-Einstellungen"
2106
 
2107
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2108
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2109
+ #: lib/classes/class-genesis-admin-import-export.php:127
2110
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2111
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2112
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2113
  msgid "SEO Settings"
2114
  msgstr "SEO-Einstellungen"
2115
 
2116
+ #: config/customizer-theme-settings.php:23
2117
+ #: lib/classes/class-genesis-admin-import-export.php:123
2118
+ #: lib/classes/class-genesis-admin-settings.php:53
2119
+ #: lib/classes/class-genesis-admin-settings.php:54
2120
+ #: lib/classes/class-genesis-admin-settings.php:232
2121
  #: lib/views/help/genesis-theme-settings.php:15
2122
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2123
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2124
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2125
  msgid "Theme Settings"
2126
  msgstr "Theme-Einstellungen"
2127
 
2134
  msgid "Apply %s to this post/page"
2135
  msgstr "%s diesen Beiträgen/ Seiten zuweisen"
2136
 
2137
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2138
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2139
  #: lib/views/help/seo-robots.php:15
2140
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2141
  msgid "Robots Meta Settings"
2142
  msgstr "Robots Meta-Einstellungen"
2143
 
2144
+ #: lib/admin/privacy-requests.php:194
2145
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2146
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2147
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2152
  msgid "This post is password protected. Enter the password to view comments."
2153
  msgstr "Dieser Beitrag ist durch ein Passwort geschützt. Gib das Kennwort ein, um die Kommentare zu sehen."
2154
 
2155
+ #: lib/functions/general.php:492
2156
  msgid "Recent Posts:"
2157
  msgstr "Neueste Beiträge:"
2158
 
2159
+ #: lib/functions/general.php:489
2160
  msgid "Monthly:"
2161
  msgstr "Monatlich:"
2162
 
2163
+ #: lib/functions/general.php:486
2164
  msgid "Authors:"
2165
  msgstr "Autoren:"
2166
 
2167
+ #: lib/functions/general.php:483
2168
  msgid "Categories:"
2169
  msgstr "Kategorien:"
2170
 
2171
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2172
  msgid "Pages:"
2173
  msgstr "Seiten:"
2174
 
2175
+ #: lib/classes/class-genesis-admin-settings.php:247
2176
  msgid "Home Pages"
2177
  msgstr "Startseiten-Info"
2178
 
2217
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2218
  msgstr "Dabei werden Dir zwei Felder angeboten, die das %1$s-Element auf Deiner Webseite ausgeben und dies genau vor dem %2$s-Tag. Diese erscheinen dann auf jeder Seite der Webseite und sind gut geeignet für Tracking-Codes und andere Skripte. PHP-Code kann in diesen Feldern nicht ausgeführt werden! Dafür solltest Du Dich besser an Deinen Webmaster wenden oder ggf. das Genesis Simple Hooks Plugin verwenden, welches eine bestimmte Bandbreite abdeckt."
2219
 
2220
+ #: lib/classes/class-genesis-admin-settings.php:245
2221
  #: lib/views/help/genesis-blog.php:15
2222
  msgid "Blog Page"
2223
  msgstr "Blog Seitenvorlage (Template)"
2400
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2401
  msgstr ""
2402
 
2403
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2404
  #: lib/views/help/seo-doctitle.php:15
2405
  msgid "Doctitle Settings"
2406
  msgstr "Dokumententitel-Einstellungen"
2425
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2426
  msgstr "Genesis SEO (engl. Abkürzung - Suchmaschinenoptimierung) ist höflich und deaktiviert sich automatisch, falls eines der populären SEO Plugins für WordPress aktiv ist (z.B. All In One SEO, WordPress SEO von Yoast etc.)."
2427
 
2428
+ #: lib/classes/class-genesis-admin.php:495
2429
  msgid "Genesis Tutorials"
2430
  msgstr "Genesis Anleitungen (Tutorials) (Engl.)"
2431
 
2432
+ #: lib/classes/class-genesis-admin.php:494
2433
  msgid "Genesis Snippets"
2434
  msgstr "Genesis Codeschnipsel (Engl.)"
2435
 
2436
+ #: lib/classes/class-genesis-admin.php:493
2437
  msgid "Get Support"
2438
  msgstr "Support erhalten (Engl.)"
2439
 
2440
+ #: lib/classes/class-genesis-admin.php:492
2441
  msgid "For more information:"
2442
  msgstr "Für weitere Informationen:"
2443
 
2475
  msgid "This allows you to import or export Genesis Settings."
2476
  msgstr "Dies erlaubt es Dir, die Genesis Einstellungen zu exportieren und importieren."
2477
 
 
 
 
 
 
 
2478
  #. translators: Opening and closing link tags to custom menu editor.
2479
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2480
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2481
  msgstr ""
2482
 
2483
  #: lib/views/help/genesis-navigation.php:23
2508
  #. translators: 1: Open strong tag, 2: Close strong tag.
2509
  #: lib/views/help/genesis-header.php:19
2510
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2511
+ msgstr "Die Option %1$sDynamischer Text%2$s wird den Webseiten-Titel/ -Name und die Webseiten-Beschreibung (von den Einstellungen Deiner Webseite) für die Kopfzeile verwenden."
2512
 
2513
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2514
  msgid "data in style sheet files"
2515
  msgstr "Daten in Stylesheet-Dateien"
2516
 
2551
 
2552
  #: lib/views/help/cpt-archive-seo.php:20
2553
  msgid "The Meta description and keywords fill in the meta tags for the archive page. The Meta description is the short text blurb that appears in search engine results."
2554
+ msgstr "Die Meta Beschreibung und Schlüsselwörter füllen die sogenannten Meta-Tags für die Archivseite aus. Die Meta Beschreibung ist der kurze Textblock der in den Ergebnissen von Suchmaschinen erscheint. "
2555
 
2556
  #: lib/views/help/genesis-blog.php:17
2557
  msgid "This works with the Blog Template, which is a page template that shows your latest posts. It's what people see when they land on your homepage."
2558
  msgstr "Dies funktioniert mit der 'Blog' Seitenvorlage (Template), welches eine Seitenvorlage ist, die Deine neuesten Beiträge anzeigt (Aktuellste oben). Das sehen die Besucher in der Regel, wenn diese Deine Startseite aufrufen."
2559
 
2560
  #. translators: JOSN file extension.
2561
+ #: lib/views/pages/genesis-admin-import-export.php:56
2562
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2563
  msgstr "Wenn Du den Button hier darunter klickst, wird Genesis eine Daten-Datei (%s) für Dich erzeugen, die Du auf Deinem Rechner abspeichern kannst."
2564
 
2572
 
2573
  #: lib/views/help/cpt-archive-archive.php:17
2574
  msgid "The Archive Headline sets the title seen on the archive page."
2575
+ msgstr "Die Archiv-Überschrift legt den Titel fest, welcher auf der Archivseite erscheint."
2576
 
2577
  #: lib/views/help/genesis-layout.php:28
2578
  msgid "These options can be extended or limited by the child theme. Additionally, many of the child themes do not allow different layouts on the home page as they have been designed for a specific home page layout."
2602
  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."
2603
  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."
2604
 
2605
+ #: config/customizer-seo-settings.php:278
2606
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2607
  msgid "Directories"
2608
  msgstr "Verzeichnisse"
2609
 
2610
+ #: config/customizer-seo-settings.php:223
2611
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2612
  msgid "Archiving"
2613
  msgstr "Archivierung"
2614
 
2615
+ #: config/customizer-seo-settings.php:176
2616
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2617
  msgid "Indexing"
2618
  msgstr "Indexierung"
2627
  msgid "Primary Title %s"
2628
  msgstr "Haupt-Titel %s"
2629
 
2630
+ #: config/customizer-seo-settings.php:58
2631
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2632
  msgid "Additions on right"
2633
  msgstr "Zusätze auf rechter Seite"
2634
 
2635
+ #: config/customizer-seo-settings.php:57
2636
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2637
  msgid "Additions on left"
2638
  msgstr "Zusätze auf linker Seite"
2639
 
2640
+ #: config/customizer-seo-settings.php:52
2641
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2642
  msgid "Document Title Order"
2643
  msgstr "Titelreihenfolge des Dokuments"
2644
 
2646
  msgid "Section Headings"
2647
  msgstr "Sektionsüberschriften"
2648
 
2649
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2650
  msgid "Site-wide Settings"
2651
  msgstr ""
2652
 
2655
  msgid "Canonical URL"
2656
  msgstr "Kanonische URL"
2657
 
2658
+ #: config/customizer-seo-settings.php:31
2659
  #: lib/views/help/genesis-inpost-seo.php:16
2660
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2661
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2663
  msgid "Document Title"
2664
  msgstr "Dokumenten-Titel"
2665
 
2666
+ #: lib/classes/class-genesis-admin.php:490
2667
  msgid "Link opens in a new window."
2668
  msgstr "Link öffnet in neuem Tab/ Fenster."
2669
 
2670
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2671
  msgid "Featured Image Alignment"
2672
+ msgstr "Ausrichtung des Beitragbilds"
2673
 
2674
+ #: config/customizer-theme-settings.php:276
2675
  msgid "Featured Image Size"
2676
+ msgstr "Größe des Beitragbildes"
2677
 
2678
+ #: config/customizer-theme-settings.php:268
2679
  msgid "Display the featured image?"
2680
+ msgstr "Das Beitragbild anzeigen?"
2681
 
2682
+ #: config/customizer-theme-settings.php:260
2683
  msgid "Limit content to how many characters? (0 for no limit)"
2684
  msgstr "Inhalt begrenzen auf wieviele Zeichen? (0 für keine Begrenzung)"
2685
 
2686
+ #: config/customizer-theme-settings.php:234
2687
  msgid "Enable Trackbacks on Pages"
2688
+ msgstr "Aktiviere Trackbacks für Seiten"
2689
 
2690
+ #: config/customizer-theme-settings.php:226
2691
  msgid "Enable Trackbacks on Posts"
2692
+ msgstr "Aktiviere Trackbacks für Beiträge"
2693
 
2694
+ #: config/customizer-theme-settings.php:218
2695
  msgid "Enable Comments on Pages"
2696
+ msgstr "Aktiviere Kommentare für Seiten"
2697
 
2698
+ #: config/customizer-theme-settings.php:210
2699
  msgid "Enable Comments on Posts"
2700
+ msgstr "Aktiviere Kommentare für Beiträge"
2701
 
2702
+ #: config/customizer-theme-settings.php:196
2703
  msgid "Breadcrumbs on Attachment/Media"
2704
  msgstr "Breadcrumbs auf Seiten für Anhänge/ Medien"
2705
 
2706
+ #: config/customizer-theme-settings.php:188
2707
+ msgid "Breadcrumbs on 404 page"
2708
+ msgstr "Breadcrumbs auf der 404 Seite"
2709
 
2710
+ #: config/customizer-theme-settings.php:180
2711
  msgid "Breadcrumbs on Archives"
2712
  msgstr "Breadcrumbs bei Inhaltsarchiven"
2713
 
2714
+ #: config/customizer-theme-settings.php:172
2715
  msgid "Breadcrumbs on Pages"
2716
  msgstr "Breadcrumbs auf Seiten"
2717
 
2718
+ #: config/customizer-theme-settings.php:164
2719
  msgid "Breadcrumbs on Single Posts"
2720
  msgstr "Breadcrumbs bei Einzelbeiträgen"
2721
 
2722
+ #: config/customizer-theme-settings.php:156
2723
+ msgid "Breadcrumbs on Posts page"
2724
+ msgstr "Breadcrumbs auf der Beitragsseite"
 
 
 
 
2725
 
2726
+ #: config/customizer-theme-settings.php:138
2727
+ #: config/customizer-theme-settings.php:147
2728
  msgid "Breadcrumbs on Homepage"
2729
  msgstr "Breadcrumbs auf der Startseite"
2730
 
2732
  msgid "Select Default Layout"
2733
  msgstr "Standardlayout auswählen"
2734
 
2735
+ #: config/customizer-theme-settings.php:116
2736
  msgid "Site Layout"
2737
  msgstr "Webseiten-Layout"
2738
 
2739
+ #: config/customizer-theme-settings.php:104
2740
  msgid "Select Color Style"
2741
  msgstr "Farbstil auswählen"
2742
 
2743
+ #: config/customizer-theme-settings.php:100
2744
  msgid "Color Scheme"
2745
  msgstr "Farbschema"
2746
 
2747
+ #: config/customizer-theme-settings.php:68
2748
  msgid "Dynamic Text"
2749
  msgstr "Dynamischer Text"
2750
 
2761
  msgid "Reader Interactions"
2762
  msgstr "Leser-Interaktionen"
2763
 
 
 
 
 
2764
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2765
  msgid "Author Archive SEO Settings"
2766
  msgstr "Autorenarchiv SEO-Einstellungen"
2767
 
2768
+ #: config/customizer-theme-settings.php:327
2769
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2770
  msgid "Footer Scripts"
2771
  msgstr "Fußzeilen-Skripte"
2772
 
2773
+ #: config/customizer-theme-settings.php:317
2774
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2775
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2776
  msgid "Header Scripts"
2777
  msgstr "Kopfzeilen-Skripte"
2778
 
2779
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2780
  msgid "Posts per Page"
2781
  msgstr "Beiträge pro Seite"
2782
 
2783
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2784
  msgid "Category IDs, comma separated - 1,2,3 for example"
2785
  msgstr "Kategorie-IDs, kommagetrennt - z.B. 1,2,3"
2786
 
2787
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2788
  msgid "Exclude Categories"
2789
  msgstr "Kategorien ausschließen"
2790
 
2792
  msgid "Display Category"
2793
  msgstr "Angezeigte Kategorie"
2794
 
2795
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2796
  msgid "Entry Pagination"
2797
  msgstr "Beitragspaginierung"
2798
 
2799
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2800
  msgid "Image Alignment:"
2801
  msgstr "Bildausrichtung:"
2802
 
2803
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2804
  msgid "Featured Image"
2805
  msgstr "Empfohlenes Bild"
2806
 
2807
+ #: config/customizer-theme-settings.php:253
2808
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2809
  msgid "Entry excerpts"
2810
  msgstr "Beitragstextauszüge"
2811
 
2812
+ #: config/customizer-theme-settings.php:252
2813
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2814
  msgid "Entry content"
2815
  msgstr "Beitragsinhalt"
2816
 
2817
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2818
  msgid "Display"
2819
  msgstr "Anzeige"
2820
 
2851
  msgid "Email address"
2852
  msgstr "E-Mail-Adresse"
2853
 
2854
+ #: config/customizer-theme-settings.php:30
2855
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2856
  msgid "Updates"
2857
  msgstr "Updates"
2858
 
2859
+ #: config/layouts.php:49
2860
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2861
  msgstr "Zweit-Sidebar, Inhalt, Haupt-Sidebar"
2862
 
2863
+ #: config/layouts.php:44
2864
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2865
  msgstr "Zweit-Sidebar, Haupt-Sidebar, Inhalt"
2866
 
2867
+ #: config/layouts.php:39
2868
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2869
  msgstr "Inhalt, Haupt-Sidebar, Zweit-Sidebar"
2870
 
2871
+ #: config/layouts.php:33
2872
  msgid "Primary Sidebar, Content"
2873
  msgstr "Haupt-Sidebar, Inhalt"
2874
 
2875
+ #: config/layouts.php:27
2876
  msgid "Content, Primary Sidebar"
2877
  msgstr "Inhalt, Haupt-Sidebar"
2878
 
2879
+ #: lib/functions/formatting.php:101
2880
  msgid "about "
2881
  msgstr "Über"
2882
 
2883
+ #: lib/classes/class-genesis-cli-db-command.php:43
2884
  msgid "Genesis database upgraded."
2885
  msgstr "Die Genesis-Datenbank wurde aktualisiert."
2886
 
 
 
 
 
 
2887
  #. Template Name of the plugin/theme
2888
  msgid "Blog"
2889
  msgstr "Blog-Seite"
2904
  msgid "Genesis"
2905
  msgstr "Genesis"
2906
 
2907
+ #: lib/widgets/featured-post-widget.php:564
2908
  msgid "Content Post Info"
2909
  msgstr "Inhalts-Beitragsinfo"
2910
 
2911
+ #: lib/widgets/featured-post-widget.php:484
2912
  msgid "Exclude Sticky Posts?"
2913
  msgstr "Fixierte Beiträge ausschließen?"
2914
 
2915
+ #: config/customizer-theme-settings.php:292
2916
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:72
2917
+ #: lib/widgets/featured-page-widget.php:339
2918
+ #: lib/widgets/featured-post-widget.php:542
2919
  msgid "Center"
2920
  msgstr "Zentriert"
2921
 
2922
+ #: lib/widgets/featured-page-widget.php:134
2923
+ #: lib/widgets/featured-post-widget.php:172
2924
  msgid "(no title)"
2925
  msgstr "(kein Titel)"
2926
 
2927
+ #: lib/structure/post.php:862
2928
  msgid "Current page"
2929
  msgstr "Aktuelle Seite"
2930
 
2931
+ #: lib/structure/post.php:425 lib/structure/post.php:835
2932
  msgid "Page "
2933
  msgstr "Seite"
2934
 
2935
+ #: lib/structure/header.php:869
2936
  msgid "Skip to footer"
2937
  msgstr "Zur Fußzeile springen"
2938
 
2939
+ #: lib/structure/header.php:863
2940
  msgid "Skip to secondary sidebar"
2941
  msgstr "Zur Zweit-Sidebar springen"
2942
 
2943
+ #: lib/structure/header.php:859
2944
  msgid "Skip to primary sidebar"
2945
  msgstr "Zur Haupt-Sidebar springen"
2946
 
2947
+ #: lib/structure/header.php:856
2948
  msgid "Skip to content"
2949
  msgstr "Zum Inhalt springen"
2950
 
2951
+ #: lib/structure/header.php:853
2952
  msgid "Skip to primary navigation"
2953
  msgstr "Zur Hauptnavigation springen"
2954
 
2955
+ #: lib/functions/widgetize.php:220
2956
  msgid "Widgets in this widget area will display after single entries."
2957
  msgstr "Widgets in diesem Widgetbereich werden nach dem Inhalt von Einzelbeiträgen angezeigt."
2958
 
2959
+ #: lib/functions/widgetize.php:219
2960
  msgid "After Entry"
2961
  msgstr "Nach Beitragsinhalt"
2962
 
2963
+ #: lib/functions/widgetize.php:136
2964
  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."
2965
  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,74 +9,290 @@ 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
75
- msgid "AdSense publisher ID"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  msgstr ""
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
@@ -91,11 +307,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 +334,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 +345,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,27 +394,27 @@ 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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
  msgstr ""
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
  msgstr ""
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
  msgstr ""
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
  msgstr ""
204
 
@@ -207,25 +423,25 @@ 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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
  msgstr ""
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
  msgstr ""
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
  msgstr ""
231
 
@@ -233,167 +449,166 @@ 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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
  msgstr ""
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
  msgstr ""
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
@@ -402,7 +617,7 @@ msgstr ""
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
  msgstr ""
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
@@ -441,11 +656,11 @@ msgstr ""
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
  msgstr ""
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
  msgstr ""
@@ -514,10 +729,6 @@ msgstr ""
514
  msgid "Edit Archive Settings"
515
  msgstr ""
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr ""
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr ""
@@ -530,7 +741,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 ""
@@ -539,9 +750,9 @@ msgstr ""
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr ""
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr ""
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr ""
584
 
585
- #: lib/structure/comments.php:370
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 ""
@@ -594,7 +796,7 @@ msgstr ""
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 +822,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 +832,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
@@ -645,8 +847,8 @@ msgid "Archive"
645
  msgstr ""
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
  msgstr ""
651
 
652
  #: 404.php:36
@@ -661,7 +863,7 @@ msgstr ""
661
  msgid "Contributor"
662
  msgstr ""
663
 
664
- #: lib/views/pages/genesis-admin-upgraded.php:81
665
  msgid "Contributors"
666
  msgstr ""
667
 
@@ -673,28 +875,29 @@ 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"
687
  msgstr ""
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr ""
@@ -704,7 +907,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,18 +920,18 @@ 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 ""
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr ""
790
 
@@ -803,9 +1006,9 @@ msgstr ""
803
  msgid "Archive Headline"
804
  msgstr ""
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr ""
811
 
@@ -813,11 +1016,11 @@ msgstr ""
813
  msgid "Custom Text Content"
814
  msgstr ""
815
 
816
- #: lib/init.php:104
817
  msgid "Secondary Navigation Menu"
818
  msgstr "Δευτερεύον μενού "
819
 
820
- #: lib/functions/widgetize.php:125
821
  msgid "Header Left"
822
  msgstr ""
823
 
@@ -826,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr ""
849
 
@@ -855,11 +1058,11 @@ msgstr ""
855
  msgid "User Permissions"
856
  msgstr ""
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr ""
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr ""
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr ""
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr ""
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr ""
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr ""
888
 
@@ -911,19 +1114,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 +1134,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 +1142,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 +1150,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 +1158,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 +1166,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,25 +1174,25 @@ 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 ""
985
 
986
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
987
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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"
@@ -999,52 +1202,48 @@ msgstr "Αρχεία"
999
  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
1008
  #: lib/views/help/genesis-scripts.php:15
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
1016
  msgid "Comments and Trackbacks"
1017
  msgstr "σχόλια και τράκμπακ"
1018
 
1019
- #: lib/classes/class-genesis-admin-settings.php:232
1020
- #: lib/classes/class-genesis-admin-settings.php:278
1021
  #: lib/views/help/genesis-layout.php:15
1022
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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 "Οι μηχανές αναζήτησης γενικά παραβλέπουν/ αγνοούν τις λέξεις κλειδιά."
1030
 
1031
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1032
- #: lib/classes/class-genesis-admin-settings.php:62
1033
- #: lib/classes/class-genesis-admin.php:131
1034
  msgid "Settings saved."
1035
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
1036
 
1037
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1038
- #: lib/classes/class-genesis-admin-settings.php:63
1039
- #: lib/classes/class-genesis-admin.php:132
1040
  msgid "Settings reset."
1041
  msgstr "Επαναφορά Ρυθμίσεων "
1042
 
1043
- #: lib/classes/class-genesis-admin-import-export.php:100
1044
  msgid "Settings successfully imported."
1045
  msgstr "Ρυθμίσεις που εισάγονται με επιτυχία."
1046
 
1047
- #: lib/views/pages/genesis-admin-import-export.php:38
1048
  msgid "Upload File and Import"
1049
  msgstr "Μεταφόρτωση αρχείου και εισαγωγή"
1050
 
@@ -1053,15 +1252,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1053
  msgstr "Επιλέξτε το αρχείο από τον υπολογιστή σας και κάντε κλικ στο κουμπί \"Ανεβάστε το αρχείο και εισαγωγή\""
1054
 
1055
  #: lib/admin/customizer.php:94
1056
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1073,65 +1272,65 @@ msgstr "πριν"
1073
  msgid "Select / Deselect All"
1074
  msgstr "Select / Deselect All"
1075
 
1076
- #: lib/classes/class-genesis-admin-import-export.php:145
1077
  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
 
1089
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1338,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 +1348,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"
@@ -1184,7 +1383,7 @@ msgstr "Ενεργοποίηση Genesis Αdmin Μενού;"
1184
  msgid "Genesis Admin Menus"
1185
  msgstr "Genesis Admin Mενου"
1186
 
1187
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1188
  msgid "Include the Featured Image?"
1189
  msgstr "Συμπεριέλαβε την εικόνα άρθρου;"
1190
 
@@ -1222,19 +1421,20 @@ msgstr "Προσαρμοσμένη Ανακατεύθυνση URI"
1222
  msgid "Characters Used: %s"
1223
  msgstr "Χαρακτήρες που χρησιμοποιούνται:%s"
1224
 
1225
- #: lib/views/pages/genesis-admin-import-export.php:61
1226
  msgid "Download Export File"
1227
  msgstr "Κατεβάστε το αρχείο εξαγωγής"
1228
 
1229
- #: lib/views/pages/genesis-admin-import-export.php:54
1230
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1231
  msgstr "Μόλις έχετε αποθηκεύσει το αρχείο λήψης, μπορείτε να χρησιμοποιήσετε τη λειτουργία εισαγωγής σε άλλη τοποθεσία για την εισαγωγή αυτών των δεδομένων."
1232
 
1233
- #: lib/views/pages/genesis-admin-import-export.php:46
1234
  msgid "Export Genesis Settings File"
1235
  msgstr "Εξαγωγή Genesis Ρυθμίσεις αρχείου"
1236
 
1237
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1238
  msgid "Upload File (Maximum Size: %s): "
1239
  msgstr "Προσθήκη αρχείου: (μέγιστο μέγεθος:%s)"
1240
 
@@ -1298,93 +1498,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,42 +1604,44 @@ 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
 
1442
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1443
  msgid "by"
1444
  msgstr "από"
1445
 
@@ -1451,27 +1653,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 +1686,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
 
@@ -1496,70 +1698,65 @@ msgstr "Σχετικά"
1496
  msgid "By"
1497
  msgstr "από"
1498
 
1499
- #: lib/structure/post.php:380
1500
  msgid "[Read more...]"
1501
  msgstr "Διαβάστε Περισσότερα..."
1502
 
1503
- #: lib/structure/menu.php:150
1504
  msgid "Comments"
1505
  msgstr "Σχόλια"
1506
 
1507
- #: lib/structure/menu.php:149
1508
  msgid "Posts"
1509
  msgstr "Άρθρα"
1510
 
1511
- #: lib/init.php:103
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Αρχικό Μενού"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
1519
- #: lib/structure/comments.php:495
1520
  msgid "Speak Your Mind"
1521
  msgstr "Πείτε τη γνώμη σας"
1522
 
1523
- #: lib/structure/comments.php:486
1524
  msgid "Website"
1525
  msgstr "Ιστοσελίδα"
1526
 
1527
- #: lib/structure/comments.php:480
1528
  msgid "Email"
1529
  msgstr "Email"
1530
 
1531
- #: lib/structure/comments.php:474
1532
  msgid "Name"
1533
  msgstr "Όνομα"
1534
 
1535
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1536
  msgid "Your comment is awaiting moderation."
1537
  msgstr "Το σχόλιο σας είναι προς έγκριση."
1538
 
1539
  #. translators: 1: Comment date, 2: Comment time.
1540
- #: lib/structure/comments.php:265
1541
  msgid "%1$s at %2$s"
1542
  msgstr "%1$s at %2$s"
1543
 
1544
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1545
  msgid "says"
1546
  msgstr "αναφέρει:"
1547
 
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>"
1555
  msgstr "<h3>Trackbacks</h3>"
1556
 
1557
- #: lib/structure/comments.php:72
1558
  msgid "<h3>Comments</h3>"
1559
  msgstr "<h3>Σχολια</h3>"
1560
 
1561
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1562
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1563
  msgid "(Edit)"
1564
  msgstr "Τροποποίηση"
1565
 
@@ -1583,11 +1780,11 @@ msgstr "1 σχόλιο"
1583
  msgid "Leave a Comment"
1584
  msgstr "Αφηστε σχολιο"
1585
 
1586
- #: lib/shortcodes/footer.php:309
1587
  msgid "Log out"
1588
  msgstr "Εξοδος"
1589
 
1590
- #: lib/shortcodes/footer.php:307
1591
  msgid "Log in"
1592
  msgstr "Εισοδος"
1593
 
@@ -1596,30 +1793,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 +1824,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 +1905,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,16 +1927,16 @@ 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
1744
  msgid "Breadcrumbs"
1745
  msgstr "Breadcrumbs"
@@ -1748,14 +1945,14 @@ msgstr "Breadcrumbs"
1748
  msgid "Author Box"
1749
  msgstr "Κουτί Συγγραφέα"
1750
 
1751
- #: lib/classes/class-genesis-admin-settings.php:231
1752
- #: lib/classes/class-genesis-admin-settings.php:272
1753
  #: lib/views/help/genesis-feeds.php:15
1754
  msgid "Custom Feeds"
1755
  msgstr "Custom Feeds"
1756
 
1757
- #: lib/classes/class-genesis-admin-settings.php:230
1758
- #: lib/classes/class-genesis-admin-settings.php:265
1759
  #: lib/views/help/genesis-information.php:15
1760
  msgid "Information"
1761
  msgstr "Πληροφορίες"
@@ -1836,7 +2033,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,25 +2055,25 @@ 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 "Αριστερά"
@@ -1885,46 +2082,46 @@ msgstr "Αριστερά"
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Είστε βέβαιοι ότι θέλετε να επαναφέρετε αρχικές ρυθμίσεις;"
1887
 
1888
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1889
- #: lib/classes/class-genesis-admin-settings.php:61
1890
- #: lib/classes/class-genesis-admin.php:130
1891
  msgid "Reset Settings"
1892
  msgstr "Επαναφορά ρυθμίσεων"
1893
 
1894
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1895
  msgid "Genesis - SEO Settings"
1896
  msgstr "Genesis - Ρυθμίσεις SEO"
1897
 
1898
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1899
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1900
  #: lib/views/help/seo-dochead.php:15
1901
  msgid "Document Head Settings"
1902
  msgstr "Ρυθμίσεις Εγγράφου Κεφαλίδας"
1903
 
1904
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1905
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1906
  #: lib/views/help/seo-homepage.php:15
1907
  msgid "Homepage Settings"
1908
  msgstr "Ρυθμίσεις Αρχικής Σελίδας"
1909
 
1910
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1911
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1912
- #: lib/classes/class-genesis-admin-import-export.php:125
1913
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1914
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1915
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1923
- #: lib/classes/class-genesis-admin-settings.php:229
1924
  #: lib/views/help/genesis-theme-settings.php:15
1925
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1926
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1927
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1928
  msgid "Theme Settings"
1929
  msgstr "Ρυθμίσεις θέματος"
1930
 
@@ -1937,14 +2134,14 @@ msgstr "Ρυθμίσεις θέματος"
1937
  msgid "Apply %s to this post/page"
1938
  msgstr "Εφαρμόστε %s σε αυτήν την ανάρτηση/σελίδα"
1939
 
1940
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1941
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1942
  #: lib/views/help/seo-robots.php:15
1943
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2152,27 @@ 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
 
1978
- #: lib/classes/class-genesis-admin-settings.php:244
1979
  msgid "Home Pages"
1980
  msgstr ""
1981
 
@@ -2020,7 +2217,7 @@ msgstr ""
2020
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2021
  msgstr ""
2022
 
2023
- #: lib/classes/class-genesis-admin-settings.php:242
2024
  #: lib/views/help/genesis-blog.php:15
2025
  msgid "Blog Page"
2026
  msgstr ""
@@ -2203,7 +2400,7 @@ msgstr ""
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 ""
2205
 
2206
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2207
  #: lib/views/help/seo-doctitle.php:15
2208
  msgid "Doctitle Settings"
2209
  msgstr ""
@@ -2228,19 +2425,19 @@ msgstr ""
2228
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2229
  msgstr ""
2230
 
2231
- #: lib/classes/class-genesis-admin.php:435
2232
  msgid "Genesis Tutorials"
2233
  msgstr ""
2234
 
2235
- #: lib/classes/class-genesis-admin.php:434
2236
  msgid "Genesis Snippets"
2237
  msgstr ""
2238
 
2239
- #: lib/classes/class-genesis-admin.php:433
2240
  msgid "Get Support"
2241
  msgstr ""
2242
 
2243
- #: lib/classes/class-genesis-admin.php:432
2244
  msgid "For more information:"
2245
  msgstr ""
2246
 
@@ -2278,15 +2475,9 @@ 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."
2290
  msgstr ""
2291
 
2292
  #: lib/views/help/genesis-navigation.php:23
@@ -2319,12 +2510,7 @@ msgstr ""
2319
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2320
  msgstr ""
2321
 
2322
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2323
- #: lib/structure/sidebar.php:67
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
 
@@ -2372,7 +2558,7 @@ msgid "This works with the Blog Template, which is a page template that shows yo
2372
  msgstr ""
2373
 
2374
  #. translators: JOSN file extension.
2375
- #: lib/views/pages/genesis-admin-import-export.php:51
2376
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2377
  msgstr ""
2378
 
@@ -2416,17 +2602,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,18 +2627,18 @@ 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 ""
2458
 
@@ -2460,7 +2646,7 @@ msgstr ""
2460
  msgid "Section Headings"
2461
  msgstr ""
2462
 
2463
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2464
  msgid "Site-wide Settings"
2465
  msgstr ""
2466
 
@@ -2469,7 +2655,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
@@ -2477,76 +2663,68 @@ msgstr ""
2477
  msgid "Document Title"
2478
  msgstr ""
2479
 
2480
- #: lib/classes/class-genesis-admin.php:430
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 +2732,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
 
@@ -2583,34 +2761,30 @@ msgstr ""
2583
  msgid "Reader Interactions"
2584
  msgstr ""
2585
 
2586
- #: 404.php:57
2587
- msgid "Sitemap"
2588
- msgstr ""
2589
-
2590
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2603
  msgstr ""
2604
 
2605
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2606
  msgid "Posts per Page"
2607
  msgstr ""
2608
 
2609
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2610
  msgid "Category IDs, comma separated - 1,2,3 for example"
2611
  msgstr ""
2612
 
2613
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2614
  msgid "Exclude Categories"
2615
  msgstr ""
2616
 
@@ -2618,29 +2792,29 @@ msgstr ""
2618
  msgid "Display Category"
2619
  msgstr ""
2620
 
2621
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2622
  msgid "Entry Pagination"
2623
  msgstr ""
2624
 
2625
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2626
  msgid "Image Alignment:"
2627
  msgstr ""
2628
 
2629
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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 ""
2642
 
2643
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2644
  msgid "Display"
2645
  msgstr ""
2646
 
@@ -2677,44 +2851,39 @@ 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
 
2709
- #: lib/classes/class-genesis-cli-command.php:44
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,62 +2904,62 @@ 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
 
2766
- #: lib/structure/header.php:846
2767
  msgid "Skip to footer"
2768
  msgstr ""
2769
 
2770
- #: lib/structure/header.php:840
2771
  msgid "Skip to secondary sidebar"
2772
  msgstr ""
2773
 
2774
- #: lib/structure/header.php:836
2775
  msgid "Skip to primary sidebar"
2776
  msgstr ""
2777
 
2778
- #: lib/structure/header.php:833
2779
  msgid "Skip to content"
2780
  msgstr ""
2781
 
2782
- #: lib/structure/header.php:830
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.10 in Greek
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 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.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
  msgstr ""
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
 
 
 
 
 
 
 
 
 
 
 
21
  msgstr ""
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
  msgstr ""
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
  msgstr ""
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
  msgstr ""
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
  msgstr ""
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
  msgstr ""
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
  msgstr ""
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
  msgstr ""
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
  msgstr ""
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
  msgstr ""
58
 
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
  msgstr ""
62
 
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr ""
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr ""
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr ""
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr ""
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr ""
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr ""
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr ""
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr ""
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr ""
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr ""
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr ""
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
  msgstr ""
113
 
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr ""
118
+
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr ""
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr ""
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr ""
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr ""
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr ""
140
+
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr ""
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr ""
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr ""
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr ""
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr ""
163
+
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
+ msgstr ""
168
+
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr ""
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr ""
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr ""
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
+ msgstr ""
185
+
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr ""
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
+ msgstr ""
209
+
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr ""
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr ""
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr ""
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr ""
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr ""
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr ""
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr ""
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr ""
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr ""
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr ""
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr ""
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr ""
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr ""
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr ""
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr ""
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr ""
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
+ msgstr ""
284
+
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
+ msgstr ""
289
+
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr ""
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
+ msgid "AdSense publisher ID"
296
  msgstr ""
297
 
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
  msgstr ""
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
  msgstr ""
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
  msgstr ""
317
 
334
  msgstr ""
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
  msgstr ""
340
 
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
  msgstr ""
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
  msgstr ""
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
  msgstr ""
362
 
394
  msgid "Genesis Blue"
395
  msgstr ""
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
  msgstr ""
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
  msgstr ""
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
  msgstr ""
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
  msgstr ""
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
  msgstr ""
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
  msgstr ""
420
 
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
  msgstr ""
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
  msgstr ""
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
  msgstr ""
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
  msgstr ""
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
  msgstr ""
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
  msgstr ""
447
 
449
  msgid "Google Adsense"
450
  msgstr ""
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
  msgstr ""
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
  msgstr ""
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
  msgstr ""
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
  msgstr ""
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
  msgstr ""
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
  msgstr ""
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
  msgstr ""
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
  msgstr ""
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
  msgstr ""
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
  msgstr ""
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
  msgstr ""
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
  msgstr ""
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
  msgstr ""
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
  msgstr ""
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
  msgstr ""
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
  msgstr ""
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
  msgstr ""
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
  msgstr ""
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
  msgstr ""
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
  msgstr ""
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
  msgstr ""
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
  msgstr ""
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
  msgstr ""
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
  msgstr ""
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
  msgstr ""
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
  msgstr ""
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
  msgstr ""
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
  msgstr ""
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
  msgstr ""
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
  msgstr ""
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
  msgstr ""
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
  msgstr ""
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
  msgstr ""
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
  msgstr ""
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
  msgstr ""
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
  msgstr ""
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
  msgstr ""
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
  msgstr ""
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
  msgstr ""
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
  msgstr ""
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
  msgstr ""
729
  msgid "Edit Archive Settings"
730
  msgstr ""
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr ""
741
  msgid "Use for site title/logo"
742
  msgstr ""
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr ""
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr ""
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr ""
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr ""
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr ""
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr ""
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr ""
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  msgstr ""
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr ""
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr ""
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr ""
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr ""
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr ""
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
  msgstr ""
853
 
854
  #: 404.php:36
863
  msgid "Contributor"
864
  msgstr ""
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr ""
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  msgstr ""
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr ""
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
  msgstr ""
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr ""
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr ""
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr ""
907
  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."
908
  msgstr ""
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  msgstr ""
920
  msgid "Site Description (Tagline)"
921
  msgstr ""
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr ""
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr ""
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr ""
937
 
949
  msgid "Read More"
950
  msgstr ""
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr ""
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr ""
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  msgstr ""
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr ""
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr ""
971
 
978
  msgid "Google+"
979
  msgstr ""
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr ""
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr "σε"
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr ""
993
 
1006
  msgid "Archive Headline"
1007
  msgstr ""
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr ""
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr ""
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr "Δευτερεύον μενού "
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr ""
1026
 
1029
  msgstr ""
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr ""
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  msgstr ""
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  msgstr ""
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr ""
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr ""
1052
 
1058
  msgid "User Permissions"
1059
  msgstr ""
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr ""
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr ""
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr ""
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr ""
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr ""
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr ""
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr ""
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr ""
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr ""
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1134
  msgstr[1] ""
1135
 
1136
  #. translators: %s: Number of minute(s).
1137
+ #: lib/functions/formatting.php:361
1138
  msgctxt "time difference"
1139
  msgid "%s minute"
1140
  msgid_plural "%s minutes"
1142
  msgstr[1] ""
1143
 
1144
  #. translators: %s: Number of hour(s).
1145
+ #: lib/functions/formatting.php:359
1146
  msgctxt "time difference"
1147
  msgid "%s hour"
1148
  msgid_plural "%s hours"
1150
  msgstr[1] ""
1151
 
1152
  #. translators: %s: Number of day(s).
1153
+ #: lib/functions/formatting.php:357
1154
  msgctxt "time difference"
1155
  msgid "%s day"
1156
  msgid_plural "%s days"
1158
  msgstr[1] ""
1159
 
1160
  #. translators: %s: Number of week(s).
1161
+ #: lib/functions/formatting.php:355
1162
  msgctxt "time difference"
1163
  msgid "%s week"
1164
  msgid_plural "%s weeks"
1166
  msgstr[1] ""
1167
 
1168
  #. translators: %s: Number of month(s).
1169
+ #: lib/functions/formatting.php:353
1170
  msgctxt "time difference"
1171
  msgid "%s month"
1172
  msgid_plural "%s months"
1174
  msgstr[1] ""
1175
 
1176
  #. translators: %s: Number of year(s).
1177
+ #: lib/functions/formatting.php:351
1178
  msgctxt "time difference"
1179
  msgid "%s year"
1180
  msgid_plural "%s years"
1181
  msgstr[0] ""
1182
  msgstr[1] ""
1183
 
1184
+ #: lib/functions/formatting.php:345
1185
  msgctxt "time difference"
1186
  msgid "seconds"
1187
  msgstr ""
1188
 
1189
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1190
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1191
  msgstr "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1192
 
1193
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1194
+ msgid "404 page"
1195
+ msgstr ""
1196
 
1197
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1198
  msgid "Archives"
1202
  msgid "Pages"
1203
  msgstr "Σελίδες"
1204
 
1205
+ #: lib/classes/class-genesis-admin-settings.php:246
1206
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1207
  #: lib/views/help/genesis-scripts.php:15
1208
  msgid "Header and Footer Scripts"
1209
  msgstr "σκριπτ για κεφαλίδα και υποσέλιδο"
1210
 
1211
+ #: config/customizer-theme-settings.php:206
1212
+ #: lib/classes/class-genesis-admin-settings.php:243
1213
+ #: lib/classes/class-genesis-admin-settings.php:296
1214
  #: lib/views/help/genesis-comments.php:15
1215
  msgid "Comments and Trackbacks"
1216
  msgstr "σχόλια και τράκμπακ"
1217
 
1218
+ #: lib/classes/class-genesis-admin-settings.php:235
1219
+ #: lib/classes/class-genesis-admin-settings.php:281
1220
  #: lib/views/help/genesis-layout.php:15
1221
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1222
  msgid "Default Layout"
1223
  msgstr "Αρχική μορφή"
1224
 
1225
+ #: config/customizer-seo-settings.php:111
1226
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1227
  msgid "Keywords are generally ignored by Search Engines."
1228
  msgstr "Οι μηχανές αναζήτησης γενικά παραβλέπουν/ αγνοούν τις λέξεις κλειδιά."
1229
 
1230
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1231
+ #: lib/classes/class-genesis-admin-settings.php:65
1232
+ #: lib/classes/class-genesis-admin.php:149
1233
  msgid "Settings saved."
1234
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
1235
 
1236
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1237
+ #: lib/classes/class-genesis-admin-settings.php:66
1238
+ #: lib/classes/class-genesis-admin.php:150
1239
  msgid "Settings reset."
1240
  msgstr "Επαναφορά Ρυθμίσεων "
1241
 
1242
+ #: lib/classes/class-genesis-admin-import-export.php:101
1243
  msgid "Settings successfully imported."
1244
  msgstr "Ρυθμίσεις που εισάγονται με επιτυχία."
1245
 
1246
+ #: lib/views/pages/genesis-admin-import-export.php:43
1247
  msgid "Upload File and Import"
1248
  msgstr "Μεταφόρτωση αρχείου και εισαγωγή"
1249
 
1252
  msgstr "Επιλέξτε το αρχείο από τον υπολογιστή σας και κάντε κλικ στο κουμπί \"Ανεβάστε το αρχείο και εισαγωγή\""
1253
 
1254
  #: lib/admin/customizer.php:94
1255
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1256
  msgid "Default"
1257
  msgstr "Default"
1258
 
1259
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1260
  msgid "Next Page"
1261
  msgstr "Επόμενη σελίδα"
1262
 
1263
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1264
  msgid "Previous Page"
1265
  msgstr "Προηγούμενη σελίδα"
1266
 
1272
  msgid "Select / Deselect All"
1273
  msgstr "Select / Deselect All"
1274
 
1275
+ #: lib/classes/class-genesis-admin-import-export.php:149
1276
  msgid "No export options available."
1277
  msgstr "Δεν επιλογές εξαγωγής διαθέσιμες."
1278
 
1279
  #. translators: %d: Footer widget counter.
1280
+ #: lib/functions/widgetize.php:191
1281
  msgid "Footer %d"
1282
  msgstr "Υποσέλιδο %d"
1283
 
1284
+ #: lib/functions/layout.php:80
1285
  msgid "No Label Selected"
1286
  msgstr "Καμία ετικέτα δεν έχει επιλεχθεί"
1287
 
1288
+ #: lib/classes/class-genesis-admin-import-export.php:103
1289
  msgid "There was a problem importing your settings. Please try again."
1290
  msgstr "Υπήρξε ένα πρόβλημα κατά την εισαγωγή των ρυθμίσεων σας. Παρακαλώ δοκιμάστε ξανά."
1291
 
1292
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1293
  msgid "Secondary Sidebar"
1294
  msgstr "Δευτερεύουσα πλευρική στήλη"
1295
 
1296
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1297
  msgid "Primary Sidebar"
1298
  msgstr "Αρχική Πλευρική Στήλη"
1299
 
1300
+ #: lib/functions/widgetize.php:135
1301
  msgid "Header Right"
1302
  msgstr "Κεφαλίδα Δεξιά"
1303
 
1304
+ #: config/breadcrumbs.php:50
1305
  msgid "Not found: "
1306
  msgstr "Δεν βρέθηκε:"
1307
 
1308
+ #: lib/widgets/featured-post-widget.php:574
1309
  msgid "No Content"
1310
  msgstr "No Content"
1311
 
1312
+ #: lib/widgets/featured-post-widget.php:573
1313
  msgid "Show Content Limit"
1314
  msgstr "Show Content Limit"
1315
 
1316
+ #: lib/widgets/featured-post-widget.php:572
1317
  msgid "Show Excerpt"
1318
  msgstr "Show Excerpt"
1319
 
1320
+ #: lib/widgets/featured-post-widget.php:571
1321
  msgid "Show Content"
1322
  msgstr "Show Content"
1323
 
1324
+ #: lib/widgets/featured-post-widget.php:569
1325
  msgid "Content Type"
1326
  msgstr "Content Type"
1327
 
1328
+ #: lib/widgets/featured-post-widget.php:561
1329
  msgid "Show Post Info"
1330
  msgstr "Show Post Info"
1331
 
1332
+ #: lib/widgets/featured-page-widget.php:318
1333
+ #: lib/widgets/featured-post-widget.php:521
1334
  msgid "Show Featured Image"
1335
  msgstr "Δείξε εικόνα"
1336
 
1338
  msgid "This text will be the first paragraph, and display on the first page"
1339
  msgstr "Αυτό το κείμενο θα είνα η πρώτη παράγραφος και θα εμφανίζεται στην αρχική σελίδα."
1340
 
1341
+ #: lib/admin/privacy-requests.php:193
1342
  #: lib/views/meta-boxes/genesis-user-author.php:33
1343
  msgid "Custom Description Text"
1344
  msgstr "Τροποποιημένο κείμενο περιγραφής"
1348
  msgid "Will display in the %s tag at the top of the first page"
1349
  msgstr "Will display in the %s tag at the top of the first page"
1350
 
1351
+ #: lib/admin/privacy-requests.php:192
1352
  #: lib/views/meta-boxes/genesis-user-author.php:20
1353
  msgid "Custom Archive Headline"
1354
  msgstr "Custom Archive Headline"
1383
  msgid "Genesis Admin Menus"
1384
  msgstr "Genesis Admin Mενου"
1385
 
1386
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1387
  msgid "Include the Featured Image?"
1388
  msgstr "Συμπεριέλαβε την εικόνα άρθρου;"
1389
 
1421
  msgid "Characters Used: %s"
1422
  msgstr "Χαρακτήρες που χρησιμοποιούνται:%s"
1423
 
1424
+ #: lib/views/pages/genesis-admin-import-export.php:66
1425
  msgid "Download Export File"
1426
  msgstr "Κατεβάστε το αρχείο εξαγωγής"
1427
 
1428
+ #: lib/views/pages/genesis-admin-import-export.php:59
1429
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1430
  msgstr "Μόλις έχετε αποθηκεύσει το αρχείο λήψης, μπορείτε να χρησιμοποιήσετε τη λειτουργία εισαγωγής σε άλλη τοποθεσία για την εισαγωγή αυτών των δεδομένων."
1431
 
1432
+ #: lib/views/pages/genesis-admin-import-export.php:51
1433
  msgid "Export Genesis Settings File"
1434
  msgstr "Εξαγωγή Genesis Ρυθμίσεις αρχείου"
1435
 
1436
+ #. translators: Maximum size import files can have.
1437
+ #: lib/views/pages/genesis-admin-import-export.php:38
1438
  msgid "Upload File (Maximum Size: %s): "
1439
  msgstr "Προσθήκη αρχείου: (μέγιστο μέγεθος:%s)"
1440
 
1498
  msgid "Displays user profile block with Gravatar"
1499
  msgstr "Displays user profile block with Gravatar"
1500
 
1501
+ #: lib/widgets/featured-post-widget.php:614
1502
  msgid "Link Text"
1503
  msgstr "Link Text"
1504
 
1505
+ #: lib/widgets/featured-post-widget.php:610
1506
  msgid "Show Category Archive Link"
1507
  msgstr "Show Category Archive Link"
1508
 
1509
+ #: lib/widgets/featured-post-widget.php:592
1510
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1511
  msgstr "To display an unordered list of more posts from this category, please fill out the information below"
1512
 
1513
+ #: lib/widgets/featured-post-widget.php:584
1514
  msgid "More Text (if applicable)"
1515
  msgstr "More Text (if applicable)"
1516
 
1517
+ #: lib/widgets/featured-post-widget.php:556
1518
  msgid "Show Post Title"
1519
  msgstr "Δειξε Τιτλο Αρθρου"
1520
 
1521
+ #: lib/widgets/featured-post-widget.php:507
1522
  #: lib/widgets/user-profile-widget.php:184
1523
  msgid "Gravatar Alignment"
1524
  msgstr "Στοίχιση Gravatar"
1525
 
1526
+ #: lib/widgets/featured-post-widget.php:502
1527
  msgid "Extra Large (125px)"
1528
  msgstr "Πολύ Μεγάλο (125px)"
1529
 
1530
+ #: lib/widgets/featured-post-widget.php:501
1531
  msgid "Large (85px)"
1532
  msgstr "Μεγάλο (85px)"
1533
 
1534
+ #: lib/widgets/featured-post-widget.php:500
1535
  msgid "Medium (65px)"
1536
  msgstr "Μέτριο (65px)"
1537
 
1538
+ #: lib/widgets/featured-post-widget.php:499
1539
  msgid "Small (45px)"
1540
  msgstr "Μικρό (45px)"
1541
 
1542
+ #: lib/widgets/featured-post-widget.php:497
1543
  #: lib/widgets/user-profile-widget.php:166
1544
  msgid "Gravatar Size"
1545
  msgstr "Μέγεθος Gravatar"
1546
 
1547
+ #: lib/widgets/featured-post-widget.php:493
1548
  msgid "Show Author Gravatar"
1549
  msgstr "Δείξε το gravatar συντάκτη"
1550
 
1551
+ #: lib/widgets/featured-post-widget.php:473
1552
  msgid "Ascending (1, 2, 3)"
1553
  msgstr "Ανεβαίνοντας (1,2,3)"
1554
 
1555
+ #: lib/widgets/featured-post-widget.php:472
1556
  msgid "Descending (3, 2, 1)"
1557
  msgstr "Κατεβαίνοντας (3,2,1)"
1558
 
1559
+ #: lib/widgets/featured-post-widget.php:470
1560
  msgid "Sort Order"
1561
  msgstr "Σειρά Ταξινόμησης"
1562
 
1563
+ #: lib/widgets/featured-post-widget.php:465
1564
  msgid "Random"
1565
  msgstr "Τυχαία"
1566
 
1567
+ #: lib/widgets/featured-post-widget.php:464
1568
  msgid "Comment Count"
1569
  msgstr "Μετρητής Σχολίων"
1570
 
1571
+ #: lib/widgets/featured-post-widget.php:463
1572
  msgid "ID"
1573
  msgstr "ID"
1574
 
1575
+ #: lib/widgets/featured-post-widget.php:462
1576
  msgid "Parent"
1577
  msgstr "Γονικό"
1578
 
1579
+ #: lib/widgets/featured-post-widget.php:457
1580
  msgid "Order By"
1581
  msgstr "Ταξινόμηση κατά"
1582
 
1583
+ #: lib/widgets/featured-post-widget.php:452
1584
  msgid "Number of Posts to Offset"
1585
  msgstr "Number of Posts to Offset"
1586
 
1587
+ #: lib/widgets/featured-post-widget.php:431
1588
  msgid "Category"
1589
  msgstr "Κατηγορία"
1590
 
1604
  msgid "Displays featured posts with thumbnails"
1605
  msgstr "Displays featured posts with thumbnails"
1606
 
1607
+ #: lib/widgets/featured-page-widget.php:361
1608
  msgid "More Text"
1609
  msgstr "More Text"
1610
 
1611
+ #: lib/widgets/featured-page-widget.php:356
1612
  msgid "Content Character Limit"
1613
  msgstr "Content Character Limit"
1614
 
1615
+ #: lib/widgets/featured-page-widget.php:352
1616
  msgid "Show Page Content"
1617
  msgstr "Show Page Content"
1618
 
1619
+ #: lib/widgets/featured-page-widget.php:347
1620
  msgid "Show Page Title"
1621
  msgstr "Δείξε τίτλο σελίδας"
1622
 
1623
+ #: config/customizer-seo-settings.php:77
1624
+ #: config/customizer-theme-settings.php:289
1625
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1626
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1627
+ #: lib/widgets/featured-page-widget.php:336
1628
+ #: lib/widgets/featured-post-widget.php:509
1629
+ #: lib/widgets/featured-post-widget.php:539
1630
  #: lib/widgets/user-profile-widget.php:186
1631
  #: lib/widgets/user-profile-widget.php:210
1632
  msgid "None"
1633
  msgstr "Καμία"
1634
 
1635
+ #: lib/widgets/featured-page-widget.php:334
1636
+ #: lib/widgets/featured-post-widget.php:537
1637
  msgid "Image Alignment"
1638
  msgstr "Στοίχιση Εικόνας"
1639
 
1640
+ #: lib/widgets/featured-page-widget.php:299
1641
  msgid "Page"
1642
  msgstr "Σελίδα"
1643
 
1644
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1645
  msgid "by"
1646
  msgstr "από"
1647
 
1653
  msgid "Displays featured page with thumbnails"
1654
  msgstr "Displays featured page with thumbnails"
1655
 
1656
+ #: lib/widgets/featured-page-widget.php:294
1657
+ #: lib/widgets/featured-post-widget.php:422
1658
+ #: lib/widgets/featured-post-widget.php:461
1659
+ #: lib/widgets/featured-post-widget.php:595
1660
  #: lib/widgets/user-profile-widget.php:148
1661
  msgid "Title"
1662
  msgstr "Τίτλος"
1663
 
1664
+ #: config/breadcrumbs.php:47
1665
  msgid "Search for "
1666
  msgstr "Aναζήτηση για:"
1667
 
1668
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1669
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1670
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1671
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1672
+ #: lib/structure/archive.php:198
1673
  msgid "Archives for "
1674
  msgstr "Αρχεία για:"
1675
 
1676
+ #: config/breadcrumbs.php:42
1677
  msgid "You are here: "
1678
  msgstr "Βρίσκεστε εδώ:"
1679
 
1686
  msgstr "Primary Sidebar Widget Area"
1687
 
1688
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1689
+ #: searchform.php:49
1690
  msgid "Search"
1691
  msgstr "Αναζήτηση"
1692
 
1693
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1694
  msgid "About"
1695
  msgstr "Σχετικά"
1696
 
1698
  msgid "By"
1699
  msgstr "από"
1700
 
1701
+ #: lib/structure/post.php:390
1702
  msgid "[Read more...]"
1703
  msgstr "Διαβάστε Περισσότερα..."
1704
 
1705
+ #: lib/structure/menu.php:154
1706
  msgid "Comments"
1707
  msgstr "Σχόλια"
1708
 
1709
+ #: lib/structure/menu.php:153
1710
  msgid "Posts"
1711
  msgstr "Άρθρα"
1712
 
1713
+ #: lib/init.php:104
1714
  msgid "Primary Navigation Menu"
1715
  msgstr "Αρχικό Μενού"
1716
 
1717
+ #: lib/structure/footer.php:168
1718
  msgid "Copyright"
1719
  msgstr "Copyright"
1720
 
1721
+ #: lib/structure/comments.php:548
1722
  msgid "Speak Your Mind"
1723
  msgstr "Πείτε τη γνώμη σας"
1724
 
1725
+ #: lib/structure/comments.php:539
1726
  msgid "Website"
1727
  msgstr "Ιστοσελίδα"
1728
 
1729
+ #: lib/structure/comments.php:533
1730
  msgid "Email"
1731
  msgstr "Email"
1732
 
1733
+ #: lib/structure/comments.php:527
1734
  msgid "Name"
1735
  msgstr "Όνομα"
1736
 
1737
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1738
  msgid "Your comment is awaiting moderation."
1739
  msgstr "Το σχόλιο σας είναι προς έγκριση."
1740
 
1741
  #. translators: 1: Comment date, 2: Comment time.
1742
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1743
  msgid "%1$s at %2$s"
1744
  msgstr "%1$s at %2$s"
1745
 
1746
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1747
  msgid "says"
1748
  msgstr "αναφέρει:"
1749
 
1750
+ #: lib/structure/comments.php:170
 
 
 
 
 
1751
  msgid "<h3>Trackbacks</h3>"
1752
  msgstr "<h3>Trackbacks</h3>"
1753
 
1754
+ #: lib/structure/comments.php:77
1755
  msgid "<h3>Comments</h3>"
1756
  msgstr "<h3>Σχολια</h3>"
1757
 
1758
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1759
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1760
  msgid "(Edit)"
1761
  msgstr "Τροποποίηση"
1762
 
1780
  msgid "Leave a Comment"
1781
  msgstr "Αφηστε σχολιο"
1782
 
1783
+ #: lib/shortcodes/footer.php:312
1784
  msgid "Log out"
1785
  msgstr "Εξοδος"
1786
 
1787
+ #: lib/shortcodes/footer.php:310
1788
  msgid "Log in"
1789
  msgstr "Εισοδος"
1790
 
1793
  msgstr "Επιστροφή στην κορυφή της σελίδας"
1794
 
1795
  #. translators: %s: Genesis version.
1796
+ #: lib/functions/upgrade.php:921
1797
  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."
1798
  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."
1799
 
1800
  #. translators: 1: Genesis version, 2: URL for current website.
1801
+ #: lib/functions/upgrade.php:918
1802
  msgid "Genesis %1$s is available for %2$s"
1803
  msgstr ""
1804
 
1805
+ #: lib/functions/upgrade.php:830
1806
  msgid "Click here to complete the upgrade"
1807
  msgstr "Κάντε κλικ εδώ για να ολοκληρώσετε την αναβάθμιση"
1808
 
1809
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1810
  msgid "Home"
1811
  msgstr "Αρχική"
1812
 
1813
+ #: lib/widgets/featured-post-widget.php:447
1814
+ #: lib/widgets/featured-post-widget.php:600
1815
  msgid "Number of Posts to Show"
1816
  msgstr "Αριθμός εμφανιζόμενων άρθρων"
1817
 
1818
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1819
+ #: lib/widgets/featured-post-widget.php:439
1820
  msgid "All Categories"
1821
  msgstr "Όλες οι κατηγορίες"
1822
 
1824
  msgid "Display which category"
1825
  msgstr "Εμφάνιση κατηγορίας:"
1826
 
1827
+ #: config/customizer-theme-settings.php:304
1828
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1829
  msgid "Numeric"
1830
  msgstr "Αριθμητικά"
1831
 
1832
+ #: config/customizer-theme-settings.php:303
1833
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1834
  msgid "Previous / Next"
1835
  msgstr "Προηγούμενο/Επόμενο"
1836
 
1837
+ #: lib/widgets/featured-page-widget.php:322
1838
+ #: lib/widgets/featured-post-widget.php:525
1839
  msgid "Image Size"
1840
  msgstr "μέγεθος εικόνας"
1841
 
1842
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1843
+ #: lib/widgets/featured-post-widget.php:579
1844
  msgid "characters"
1845
  msgstr "χαρακτήρες"
1846
 
1847
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1848
+ #: lib/widgets/featured-post-widget.php:577
1849
  msgid "Limit content to"
1850
  msgstr "Περιορισμός περιεχομένου σε"
1851
 
1852
+ #: config/customizer-theme-settings.php:248
1853
  msgid "Select one of the following"
1854
  msgstr "Επιλέξτε ένα από τα παρακάτω:"
1855
 
1905
  msgid "Today's date"
1906
  msgstr "Σημερινή ημερομηνία"
1907
 
1908
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1909
  #: lib/views/help/genesis-layout.php:25
1910
  msgid "Full Width Content"
1911
  msgstr "Full Width Περιεχόμενο"
1912
 
1913
+ #: config/customizer-theme-settings.php:69
1914
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1915
  msgid "Image logo"
1916
  msgstr "Λογότυπο (Εικόνα)"
1927
  msgid "Version"
1928
  msgstr "Έκδοση:"
1929
 
1930
+ #: config/customizer-theme-settings.php:244
1931
+ #: lib/classes/class-genesis-admin-settings.php:244
1932
+ #: lib/classes/class-genesis-admin-settings.php:297
1933
  #: lib/views/help/genesis-archives.php:15
1934
  msgid "Content Archives"
1935
  msgstr "αρχείο περιεχομένου"
1936
 
1937
+ #: config/customizer-theme-settings.php:132
1938
+ #: lib/classes/class-genesis-admin-settings.php:242
1939
+ #: lib/classes/class-genesis-admin-settings.php:293
1940
  #: lib/views/help/genesis-breadcrumbs.php:15
1941
  msgid "Breadcrumbs"
1942
  msgstr "Breadcrumbs"
1945
  msgid "Author Box"
1946
  msgstr "Κουτί Συγγραφέα"
1947
 
1948
+ #: lib/classes/class-genesis-admin-settings.php:234
1949
+ #: lib/classes/class-genesis-admin-settings.php:275
1950
  #: lib/views/help/genesis-feeds.php:15
1951
  msgid "Custom Feeds"
1952
  msgstr "Custom Feeds"
1953
 
1954
+ #: lib/classes/class-genesis-admin-settings.php:233
1955
+ #: lib/classes/class-genesis-admin-settings.php:268
1956
  #: lib/views/help/genesis-information.php:15
1957
  msgid "Information"
1958
  msgstr "Πληροφορίες"
2033
  msgid "Shortlink Tag"
2034
  msgstr "Ετικέτα σύντομου λινκ:"
2035
 
2036
+ #: config/customizer-seo-settings.php:158
2037
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2038
  msgid "Include Windows Live Writer Support Tag?"
2039
  msgstr "Να συμπεριληφθεί η υποστήριξη ετικετών του Windows Liver Writer;"
2055
  msgid "I'll manually wrap my own text on the homepage"
2056
  msgstr "Ούτε. Θα βάλω το δικό μου κείμενο χειροκίνητα στην αρχική σελίδα."
2057
 
2058
+ #: config/customizer-seo-settings.php:75
2059
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2060
  msgid "Site Title"
2061
  msgstr "Τίτλος Ιστοσελίδας"
2062
 
2063
+ #: config/customizer-theme-settings.php:291
2064
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2065
+ #: lib/widgets/featured-page-widget.php:338
2066
+ #: lib/widgets/featured-post-widget.php:511
2067
+ #: lib/widgets/featured-post-widget.php:541
2068
  #: lib/widgets/user-profile-widget.php:188
2069
  msgid "Right"
2070
  msgstr "Δεξιά"
2071
 
2072
+ #: config/customizer-theme-settings.php:290
2073
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2074
+ #: lib/widgets/featured-page-widget.php:337
2075
+ #: lib/widgets/featured-post-widget.php:510
2076
+ #: lib/widgets/featured-post-widget.php:540
2077
  #: lib/widgets/user-profile-widget.php:187
2078
  msgid "Left"
2079
  msgstr "Αριστερά"
2082
  msgid "Are you sure you want to reset?"
2083
  msgstr "Είστε βέβαιοι ότι θέλετε να επαναφέρετε αρχικές ρυθμίσεις;"
2084
 
2085
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2086
+ #: lib/classes/class-genesis-admin-settings.php:64
2087
+ #: lib/classes/class-genesis-admin.php:148
2088
  msgid "Reset Settings"
2089
  msgstr "Επαναφορά ρυθμίσεων"
2090
 
2091
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2092
  msgid "Genesis - SEO Settings"
2093
  msgstr "Genesis - Ρυθμίσεις SEO"
2094
 
2095
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2096
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2097
  #: lib/views/help/seo-dochead.php:15
2098
  msgid "Document Head Settings"
2099
  msgstr "Ρυθμίσεις Εγγράφου Κεφαλίδας"
2100
 
2101
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2102
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2103
  #: lib/views/help/seo-homepage.php:15
2104
  msgid "Homepage Settings"
2105
  msgstr "Ρυθμίσεις Αρχικής Σελίδας"
2106
 
2107
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2108
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2109
+ #: lib/classes/class-genesis-admin-import-export.php:127
2110
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2111
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2112
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2113
  msgid "SEO Settings"
2114
  msgstr "SEO Ρυθμίσεις"
2115
 
2116
+ #: config/customizer-theme-settings.php:23
2117
+ #: lib/classes/class-genesis-admin-import-export.php:123
2118
+ #: lib/classes/class-genesis-admin-settings.php:53
2119
+ #: lib/classes/class-genesis-admin-settings.php:54
2120
+ #: lib/classes/class-genesis-admin-settings.php:232
2121
  #: lib/views/help/genesis-theme-settings.php:15
2122
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2123
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2124
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2125
  msgid "Theme Settings"
2126
  msgstr "Ρυθμίσεις θέματος"
2127
 
2134
  msgid "Apply %s to this post/page"
2135
  msgstr "Εφαρμόστε %s σε αυτήν την ανάρτηση/σελίδα"
2136
 
2137
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2138
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2139
  #: lib/views/help/seo-robots.php:15
2140
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2141
  msgid "Robots Meta Settings"
2142
  msgstr "Ρομπότ Ρυθμίσεις Meta"
2143
 
2144
+ #: lib/admin/privacy-requests.php:194
2145
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2146
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2147
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2152
  msgid "This post is password protected. Enter the password to view comments."
2153
  msgstr "Το άρθρο προστατεύεται με κωδικό πρόσβασης. Εισάγετε τον κωδικό πρόσβασης για να δείτε τα σχόλια."
2154
 
2155
+ #: lib/functions/general.php:492
2156
  msgid "Recent Posts:"
2157
  msgstr "Πρόσφατες δημοσιεύσεις:"
2158
 
2159
+ #: lib/functions/general.php:489
2160
  msgid "Monthly:"
2161
  msgstr "Μηνιαία:"
2162
 
2163
+ #: lib/functions/general.php:486
2164
  msgid "Authors:"
2165
  msgstr "Συγγραφείς:"
2166
 
2167
+ #: lib/functions/general.php:483
2168
  msgid "Categories:"
2169
  msgstr "Κατηγορίες:"
2170
 
2171
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2172
  msgid "Pages:"
2173
  msgstr "Σελίδες:"
2174
 
2175
+ #: lib/classes/class-genesis-admin-settings.php:247
2176
  msgid "Home Pages"
2177
  msgstr ""
2178
 
2217
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2218
  msgstr ""
2219
 
2220
+ #: lib/classes/class-genesis-admin-settings.php:245
2221
  #: lib/views/help/genesis-blog.php:15
2222
  msgid "Blog Page"
2223
  msgstr ""
2400
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2401
  msgstr ""
2402
 
2403
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2404
  #: lib/views/help/seo-doctitle.php:15
2405
  msgid "Doctitle Settings"
2406
  msgstr ""
2425
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2426
  msgstr ""
2427
 
2428
+ #: lib/classes/class-genesis-admin.php:495
2429
  msgid "Genesis Tutorials"
2430
  msgstr ""
2431
 
2432
+ #: lib/classes/class-genesis-admin.php:494
2433
  msgid "Genesis Snippets"
2434
  msgstr ""
2435
 
2436
+ #: lib/classes/class-genesis-admin.php:493
2437
  msgid "Get Support"
2438
  msgstr ""
2439
 
2440
+ #: lib/classes/class-genesis-admin.php:492
2441
  msgid "For more information:"
2442
  msgstr ""
2443
 
2475
  msgid "This allows you to import or export Genesis Settings."
2476
  msgstr ""
2477
 
 
 
 
 
 
 
2478
  #. translators: Opening and closing link tags to custom menu editor.
2479
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2480
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2481
  msgstr ""
2482
 
2483
  #: lib/views/help/genesis-navigation.php:23
2510
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2511
  msgstr ""
2512
 
2513
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2514
  msgid "data in style sheet files"
2515
  msgstr ""
2516
 
2558
  msgstr ""
2559
 
2560
  #. translators: JOSN file extension.
2561
+ #: lib/views/pages/genesis-admin-import-export.php:56
2562
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2563
  msgstr ""
2564
 
2602
  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."
2603
  msgstr ""
2604
 
2605
+ #: config/customizer-seo-settings.php:278
2606
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2607
  msgid "Directories"
2608
  msgstr ""
2609
 
2610
+ #: config/customizer-seo-settings.php:223
2611
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2612
  msgid "Archiving"
2613
  msgstr ""
2614
 
2615
+ #: config/customizer-seo-settings.php:176
2616
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2617
  msgid "Indexing"
2618
  msgstr ""
2627
  msgid "Primary Title %s"
2628
  msgstr ""
2629
 
2630
+ #: config/customizer-seo-settings.php:58
2631
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2632
  msgid "Additions on right"
2633
  msgstr ""
2634
 
2635
+ #: config/customizer-seo-settings.php:57
2636
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2637
  msgid "Additions on left"
2638
  msgstr ""
2639
 
2640
+ #: config/customizer-seo-settings.php:52
2641
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2642
  msgid "Document Title Order"
2643
  msgstr ""
2644
 
2646
  msgid "Section Headings"
2647
  msgstr ""
2648
 
2649
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2650
  msgid "Site-wide Settings"
2651
  msgstr ""
2652
 
2655
  msgid "Canonical URL"
2656
  msgstr ""
2657
 
2658
+ #: config/customizer-seo-settings.php:31
2659
  #: lib/views/help/genesis-inpost-seo.php:16
2660
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2661
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2663
  msgid "Document Title"
2664
  msgstr ""
2665
 
2666
+ #: lib/classes/class-genesis-admin.php:490
2667
  msgid "Link opens in a new window."
2668
  msgstr ""
2669
 
2670
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2671
  msgid "Featured Image Alignment"
2672
  msgstr ""
2673
 
2674
+ #: config/customizer-theme-settings.php:276
2675
  msgid "Featured Image Size"
2676
  msgstr ""
2677
 
2678
+ #: config/customizer-theme-settings.php:268
2679
  msgid "Display the featured image?"
2680
  msgstr ""
2681
 
2682
+ #: config/customizer-theme-settings.php:260
2683
  msgid "Limit content to how many characters? (0 for no limit)"
2684
  msgstr ""
2685
 
2686
+ #: config/customizer-theme-settings.php:234
2687
  msgid "Enable Trackbacks on Pages"
2688
  msgstr ""
2689
 
2690
+ #: config/customizer-theme-settings.php:226
2691
  msgid "Enable Trackbacks on Posts"
2692
  msgstr ""
2693
 
2694
+ #: config/customizer-theme-settings.php:218
2695
  msgid "Enable Comments on Pages"
2696
  msgstr ""
2697
 
2698
+ #: config/customizer-theme-settings.php:210
2699
  msgid "Enable Comments on Posts"
2700
  msgstr ""
2701
 
2702
+ #: config/customizer-theme-settings.php:196
2703
  msgid "Breadcrumbs on Attachment/Media"
2704
  msgstr ""
2705
 
2706
+ #: config/customizer-theme-settings.php:188
2707
+ msgid "Breadcrumbs on 404 page"
2708
  msgstr ""
2709
 
2710
+ #: config/customizer-theme-settings.php:180
2711
  msgid "Breadcrumbs on Archives"
2712
  msgstr ""
2713
 
2714
+ #: config/customizer-theme-settings.php:172
2715
  msgid "Breadcrumbs on Pages"
2716
  msgstr ""
2717
 
2718
+ #: config/customizer-theme-settings.php:164
2719
  msgid "Breadcrumbs on Single Posts"
2720
  msgstr ""
2721
 
2722
+ #: config/customizer-theme-settings.php:156
2723
+ msgid "Breadcrumbs on Posts page"
2724
  msgstr ""
2725
 
2726
+ #: config/customizer-theme-settings.php:138
2727
+ #: config/customizer-theme-settings.php:147
 
 
 
2728
  msgid "Breadcrumbs on Homepage"
2729
  msgstr ""
2730
 
2732
  msgid "Select Default Layout"
2733
  msgstr ""
2734
 
2735
+ #: config/customizer-theme-settings.php:116
2736
  msgid "Site Layout"
2737
  msgstr ""
2738
 
2739
+ #: config/customizer-theme-settings.php:104
2740
  msgid "Select Color Style"
2741
  msgstr ""
2742
 
2743
+ #: config/customizer-theme-settings.php:100
2744
  msgid "Color Scheme"
2745
  msgstr ""
2746
 
2747
+ #: config/customizer-theme-settings.php:68
2748
  msgid "Dynamic Text"
2749
  msgstr ""
2750
 
2761
  msgid "Reader Interactions"
2762
  msgstr ""
2763
 
 
 
 
 
2764
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2765
  msgid "Author Archive SEO Settings"
2766
  msgstr ""
2767
 
2768
+ #: config/customizer-theme-settings.php:327
2769
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2770
  msgid "Footer Scripts"
2771
  msgstr ""
2772
 
2773
+ #: config/customizer-theme-settings.php:317
2774
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2775
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2776
  msgid "Header Scripts"
2777
  msgstr ""
2778
 
2779
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2780
  msgid "Posts per Page"
2781
  msgstr ""
2782
 
2783
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2784
  msgid "Category IDs, comma separated - 1,2,3 for example"
2785
  msgstr ""
2786
 
2787
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2788
  msgid "Exclude Categories"
2789
  msgstr ""
2790
 
2792
  msgid "Display Category"
2793
  msgstr ""
2794
 
2795
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2796
  msgid "Entry Pagination"
2797
  msgstr ""
2798
 
2799
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2800
  msgid "Image Alignment:"
2801
  msgstr ""
2802
 
2803
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2804
  msgid "Featured Image"
2805
  msgstr ""
2806
 
2807
+ #: config/customizer-theme-settings.php:253
2808
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2809
  msgid "Entry excerpts"
2810
  msgstr ""
2811
 
2812
+ #: config/customizer-theme-settings.php:252
2813
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2814
  msgid "Entry content"
2815
  msgstr ""
2816
 
2817
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2818
  msgid "Display"
2819
  msgstr ""
2820
 
2851
  msgid "Email address"
2852
  msgstr ""
2853
 
2854
+ #: config/customizer-theme-settings.php:30
2855
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2856
  msgid "Updates"
2857
  msgstr ""
2858
 
2859
+ #: config/layouts.php:49
2860
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2861
  msgstr ""
2862
 
2863
+ #: config/layouts.php:44
2864
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2865
  msgstr ""
2866
 
2867
+ #: config/layouts.php:39
2868
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2869
  msgstr ""
2870
 
2871
+ #: config/layouts.php:33
2872
  msgid "Primary Sidebar, Content"
2873
  msgstr ""
2874
 
2875
+ #: config/layouts.php:27
2876
  msgid "Content, Primary Sidebar"
2877
  msgstr ""
2878
 
2879
+ #: lib/functions/formatting.php:101
2880
  msgid "about "
2881
  msgstr ""
2882
 
2883
+ #: lib/classes/class-genesis-cli-db-command.php:43
2884
  msgid "Genesis database upgraded."
2885
  msgstr ""
2886
 
 
 
 
 
 
2887
  #. Template Name of the plugin/theme
2888
  msgid "Blog"
2889
  msgstr ""
2904
  msgid "Genesis"
2905
  msgstr ""
2906
 
2907
+ #: lib/widgets/featured-post-widget.php:564
2908
  msgid "Content Post Info"
2909
  msgstr ""
2910
 
2911
+ #: lib/widgets/featured-post-widget.php:484
2912
  msgid "Exclude Sticky Posts?"
2913
  msgstr ""
2914
 
2915
+ #: config/customizer-theme-settings.php:292
2916
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:72
2917
+ #: lib/widgets/featured-page-widget.php:339
2918
+ #: lib/widgets/featured-post-widget.php:542
2919
  msgid "Center"
2920
  msgstr ""
2921
 
2922
+ #: lib/widgets/featured-page-widget.php:134
2923
+ #: lib/widgets/featured-post-widget.php:172
2924
  msgid "(no title)"
2925
  msgstr ""
2926
 
2927
+ #: lib/structure/post.php:862
2928
  msgid "Current page"
2929
  msgstr ""
2930
 
2931
+ #: lib/structure/post.php:425 lib/structure/post.php:835
2932
  msgid "Page "
2933
  msgstr ""
2934
 
2935
+ #: lib/structure/header.php:869
2936
  msgid "Skip to footer"
2937
  msgstr ""
2938
 
2939
+ #: lib/structure/header.php:863
2940
  msgid "Skip to secondary sidebar"
2941
  msgstr ""
2942
 
2943
+ #: lib/structure/header.php:859
2944
  msgid "Skip to primary sidebar"
2945
  msgstr ""
2946
 
2947
+ #: lib/structure/header.php:856
2948
  msgid "Skip to content"
2949
  msgstr ""
2950
 
2951
+ #: lib/structure/header.php:853
2952
  msgid "Skip to primary navigation"
2953
  msgstr ""
2954
 
2955
+ #: lib/functions/widgetize.php:220
2956
  msgid "Widgets in this widget area will display after single entries."
2957
  msgstr ""
2958
 
2959
+ #: lib/functions/widgetize.php:219
2960
  msgid "After Entry"
2961
  msgstr ""
2962
 
2963
+ #: lib/functions/widgetize.php:136
2964
  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."
2965
  msgstr ""
translations/en_GB.mo CHANGED
Binary file
translations/en_GB.po CHANGED
@@ -1,510 +1,725 @@
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"
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: 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
75
- msgid "AdSense publisher ID"
76
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
84
  #: lib/views/meta-boxes/genesis-user-seo.php:39
85
  msgid "A comma-separated list of keywords relevant to the page can be entered in the Meta Keywords field. Keywords are generally ignored by Search Engines."
86
- msgstr ""
87
 
88
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:38
89
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:30
90
  #: lib/views/meta-boxes/genesis-user-seo.php:31
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."
108
- msgstr ""
109
 
110
  #. translators: %s: One of Custom Archive Headline, Custom Description Text,
111
  #. Custom Document Title, Meta Description, Meta Keywords
112
  #: lib/admin/privacy-requests.php:77
113
  msgid "Your %s data was unable to be removed at this time."
114
- msgstr ""
115
 
116
  #: lib/admin/privacy-requests.php:31
117
  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
 
125
  #. translators: %s: Genesis theme version
126
  #: lib/admin/dashboard.php:26
127
  msgid " Using Genesis %s."
128
- 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? "
149
- msgstr ""
150
 
151
  #: tests/fixtures/config-array-for-customizer-tests.php:42
152
  msgid "Genesis Can Be Better"
153
- msgstr ""
154
 
155
  #: tests/fixtures/config-array-for-customizer-tests.php:32
156
  msgid "Is this the best Genesis ever? "
157
- msgstr ""
158
 
159
  #: tests/fixtures/config-array-for-customizer-tests.php:28
160
  msgid "Best Genesis Title"
161
- msgstr ""
162
 
163
  #: tests/fixtures/config-array-for-customizer-tests.php:22
164
  msgid "Genesis is the best."
165
- msgstr ""
166
 
167
  #: tests/fixtures/config-array-for-customizer-tests.php:21
168
  msgid "Genesis is the best"
169
- msgstr ""
170
 
171
  #: tests/System/lib/admin/customizer.php:189
172
  #: tests/System/lib/admin/customizer.php:230
173
  msgid "Genesis Custom"
174
- msgstr ""
175
 
176
  #: tests/System/lib/admin/customizer.php:188
177
  #: tests/System/lib/admin/customizer.php:229
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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
- msgstr ""
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
- msgstr ""
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
- msgstr ""
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
- msgstr ""
204
 
205
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:33
206
  #: lib/views/meta-boxes/genesis-term-meta-settings.php:26
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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
- msgstr ""
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
- msgstr ""
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
- msgstr ""
231
 
232
  #: lib/admin/inpost-metaboxes.php:283
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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
- msgstr ""
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
- msgstr ""
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
400
  msgid "This setting has been deprecated because it is no longer recommended. If you uncheck this box, the setting will disappear."
401
- msgstr ""
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
- msgstr ""
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
409
  msgid "SEO"
410
- msgstr ""
411
 
412
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
413
  msgid "Search engine optimization"
414
- msgstr ""
415
 
416
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:62
417
  msgid "301 Redirect."
418
- msgstr ""
419
 
420
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:54
421
  msgid "Top: after opening body tag"
422
- msgstr ""
423
 
424
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:53
425
  msgid "Bottom: before closing body tag"
426
- msgstr ""
427
 
428
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:49
429
  msgid "Body Scripts Position"
430
- msgstr ""
431
 
432
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:38
433
  msgid "Body Scripts"
434
- msgstr ""
435
 
436
  #. translators: %s: Name of head tag.
437
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:30
438
  msgid "Output before the closing %s tag, after sitewide header scripts."
439
- msgstr ""
440
 
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
- msgstr ""
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
- msgstr ""
452
 
453
  #. translators: 1: Open anchor tag to theme settings, 2: Close anchor tag to
454
  #. theme settings.
455
  #: lib/views/meta-boxes/genesis-cpt-archives-layout-settings.php:29
456
  msgid "Default Layout set in %1$sTheme Settings%2$s"
457
- msgstr ""
458
 
459
  #. translators: %s: Reference link.
460
  #: lib/views/help/genesis-inpost-seo.php:59
461
  msgid " &mdash; Output in the document <meta name=\"robots\" />. %s."
462
- msgstr ""
463
 
464
  #: lib/views/help/genesis-inpost-seo.php:56
465
  msgid "Apply noarchive to this post/page"
466
- msgstr ""
467
 
468
  #: lib/views/help/genesis-inpost-seo.php:49
469
  msgid "Apply nofollow to this post/page"
470
- msgstr ""
471
 
472
  #. translators: %s: Reference link.
473
  #: lib/views/help/genesis-inpost-seo.php:45
474
  #: lib/views/help/genesis-inpost-seo.php:52
475
  msgid " &mdash; Output in the document <meta name=\"robots\" />. %s"
476
- msgstr ""
477
 
478
  #: lib/views/help/genesis-inpost-seo.php:42
479
  msgid "Apply noindex to this post/page"
480
- msgstr ""
481
 
482
  #. translators: %s: Reference link.
483
  #: lib/views/help/genesis-inpost-seo.php:38
484
  msgid " &mdash; Redirect this post/page to this URL. %s."
485
- msgstr ""
486
 
487
  #. translators: %s: Reference link.
488
  #: lib/views/help/genesis-inpost-seo.php:31
489
  msgid " &mdash; Output in the document <link rel=\"canonical\" />. %s"
490
- msgstr ""
491
 
492
  #: lib/views/help/genesis-inpost-seo.php:25
493
  msgid " &mdash; Output in the document <meta name=\"keywords\" /> Tag."
494
- msgstr ""
495
 
496
  #: lib/views/help/genesis-inpost-seo.php:21
497
  msgid " &mdash; Output in the document <meta name=\"description\" /> Tag."
498
- msgstr ""
499
 
500
  #: lib/views/help/genesis-inpost-seo.php:17
501
  msgid " &mdash; Output in the document <title> Tag."
502
- msgstr ""
503
 
504
  #. translators: 1: Open anchor tag, 2: Close anchor tag.
505
  #: lib/views/help/genesis-blog.php:28
506
  msgid "You can find more on this feature in the %1$sHow to Add a Post Category Page tutorial.%2$s"
507
- msgstr ""
508
 
509
  #. Description of the plugin/theme
510
  msgid "The industry standard for Premium WordPress Themes."
@@ -514,10 +729,6 @@ msgstr "The industry standard for Premium WordPress Themes."
514
  msgid "Edit Archive Settings"
515
  msgstr "Edit Archive Settings"
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr "https://www.studiopress.com/genesis-always-use-child-theme/"
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
@@ -530,7 +741,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"
@@ -539,9 +750,9 @@ msgstr "Check For Updates"
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr "If you provide an email address, your site will email you when the update can be performed."
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr "Save Changes"
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr "Sorry, no content matched your criteria."
584
 
585
- #: lib/structure/comments.php:370
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."
@@ -594,7 +796,7 @@ msgstr "Updating Genesis will overwrite the current installed version of Genesis
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 +822,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 +832,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
@@ -645,9 +847,9 @@ msgid "Archive"
645
  msgstr "Archive"
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
- 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 by using the search form below."
651
 
652
  #: 404.php:36
653
  msgid "Not found, error 404"
@@ -661,7 +863,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,28 +875,29 @@ 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"
687
  msgstr "Blog Page Template"
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr "Header"
@@ -702,9 +905,9 @@ msgstr "Header"
702
  #. translators: Escaped HTML head tag, abbreviation expansion for SEO.
703
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:20
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,18 +920,18 @@ 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."
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr "Leave empty if you do not want to display any intro text."
790
 
@@ -803,9 +1006,9 @@ msgstr "Leave empty if you do not want to display a headline."
803
  msgid "Archive Headline"
804
  msgstr "Archive Headline"
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr "Error saving settings."
811
 
@@ -813,11 +1016,11 @@ msgstr "Error saving settings."
813
  msgid "Custom Text Content"
814
  msgstr "Custom Text Content"
815
 
816
- #: lib/init.php:104
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,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
849
 
@@ -855,11 +1058,11 @@ msgstr "Author Archive Settings"
855
  msgid "User Permissions"
856
  msgstr "User Permissions"
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr "Please select the colour style from the drop down list and save your settings."
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr "Colour Style:"
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr "This code will output immediately before the closing %s tag in the document source."
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr "Image Size:"
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr "Colour Style"
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr "Follow me on Twitter"
888
 
@@ -911,19 +1114,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 +1134,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 +1142,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 +1150,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 +1158,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 +1166,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,25 +1174,25 @@ 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"
985
 
986
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
987
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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"
@@ -999,52 +1202,48 @@ msgstr "Archives"
999
  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
1008
  #: lib/views/help/genesis-scripts.php:15
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
1016
  msgid "Comments and Trackbacks"
1017
  msgstr "Comments and Trackbacks"
1018
 
1019
- #: lib/classes/class-genesis-admin-settings.php:232
1020
- #: lib/classes/class-genesis-admin-settings.php:278
1021
  #: lib/views/help/genesis-layout.php:15
1022
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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."
1030
 
1031
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1032
- #: lib/classes/class-genesis-admin-settings.php:62
1033
- #: lib/classes/class-genesis-admin.php:131
1034
  msgid "Settings saved."
1035
  msgstr "Settings saved."
1036
 
1037
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1038
- #: lib/classes/class-genesis-admin-settings.php:63
1039
- #: lib/classes/class-genesis-admin.php:132
1040
  msgid "Settings reset."
1041
  msgstr "Settings reset."
1042
 
1043
- #: lib/classes/class-genesis-admin-import-export.php:100
1044
  msgid "Settings successfully imported."
1045
  msgstr "Settings successfully imported."
1046
 
1047
- #: lib/views/pages/genesis-admin-import-export.php:38
1048
  msgid "Upload File and Import"
1049
  msgstr "Upload File and Import"
1050
 
@@ -1053,15 +1252,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1053
  msgstr "Choose the file from your computer and click \"Upload file and Import\""
1054
 
1055
  #: lib/admin/customizer.php:94
1056
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1073,65 +1272,65 @@ msgstr "ago"
1073
  msgid "Select / Deselect All"
1074
  msgstr "Select / Deselect All"
1075
 
1076
- #: lib/classes/class-genesis-admin-import-export.php:145
1077
  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
 
1089
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1338,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 +1348,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"
@@ -1184,7 +1383,7 @@ msgstr "Enable Genesis Admin Menu?"
1184
  msgid "Genesis Admin Menus"
1185
  msgstr "Genesis Admin Menus"
1186
 
1187
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1188
  msgid "Include the Featured Image?"
1189
  msgstr "Include the Featured Image?"
1190
 
@@ -1222,19 +1421,20 @@ msgstr "Custom Redirect URL"
1222
  msgid "Characters Used: %s"
1223
  msgstr "Characters Used: %s"
1224
 
1225
- #: lib/views/pages/genesis-admin-import-export.php:61
1226
  msgid "Download Export File"
1227
  msgstr "Download Export File"
1228
 
1229
- #: lib/views/pages/genesis-admin-import-export.php:54
1230
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1231
  msgstr "Once you have saved the download file, you can use the import function on another site to import this data."
1232
 
1233
- #: lib/views/pages/genesis-admin-import-export.php:46
1234
  msgid "Export Genesis Settings File"
1235
  msgstr "Export Genesis Settings File"
1236
 
1237
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1238
  msgid "Upload File (Maximum Size: %s): "
1239
  msgstr "Upload File (Maximum Size: %s): "
1240
 
@@ -1298,93 +1498,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,42 +1604,44 @@ 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
 
1442
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1443
  msgid "by"
1444
  msgstr "by"
1445
 
@@ -1451,27 +1653,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 +1686,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
 
@@ -1496,70 +1698,65 @@ msgstr "About"
1496
  msgid "By"
1497
  msgstr "By"
1498
 
1499
- #: lib/structure/post.php:380
1500
  msgid "[Read more...]"
1501
  msgstr "[Read more...]"
1502
 
1503
- #: lib/structure/menu.php:150
1504
  msgid "Comments"
1505
  msgstr "Comments"
1506
 
1507
- #: lib/structure/menu.php:149
1508
  msgid "Posts"
1509
  msgstr "Posts"
1510
 
1511
- #: lib/init.php:103
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Primary Navigation Menu"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
1519
- #: lib/structure/comments.php:495
1520
  msgid "Speak Your Mind"
1521
  msgstr "Speak Your Mind"
1522
 
1523
- #: lib/structure/comments.php:486
1524
  msgid "Website"
1525
  msgstr "Website"
1526
 
1527
- #: lib/structure/comments.php:480
1528
  msgid "Email"
1529
  msgstr "Email"
1530
 
1531
- #: lib/structure/comments.php:474
1532
  msgid "Name"
1533
  msgstr "Name"
1534
 
1535
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1536
  msgid "Your comment is awaiting moderation."
1537
  msgstr "Your comment is awaiting moderation."
1538
 
1539
  #. translators: 1: Comment date, 2: Comment time.
1540
- #: lib/structure/comments.php:265
1541
  msgid "%1$s at %2$s"
1542
  msgstr "%1$s at %2$s"
1543
 
1544
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1545
  msgid "says"
1546
  msgstr "says"
1547
 
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>"
1555
  msgstr "<h3>Trackbacks</h3>"
1556
 
1557
- #: lib/structure/comments.php:72
1558
  msgid "<h3>Comments</h3>"
1559
  msgstr "<h3>Comments</h3>"
1560
 
1561
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1562
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1563
  msgid "(Edit)"
1564
  msgstr "(Edit)"
1565
 
@@ -1583,11 +1780,11 @@ msgstr "1 Comment"
1583
  msgid "Leave a Comment"
1584
  msgstr "Leave a Comment"
1585
 
1586
- #: lib/shortcodes/footer.php:309
1587
  msgid "Log out"
1588
  msgstr "Log out"
1589
 
1590
- #: lib/shortcodes/footer.php:307
1591
  msgid "Log in"
1592
  msgstr "Log in"
1593
 
@@ -1596,30 +1793,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 +1824,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 +1905,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,16 +1927,16 @@ 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
1744
  msgid "Breadcrumbs"
1745
  msgstr "Breadcrumbs"
@@ -1748,14 +1945,14 @@ msgstr "Breadcrumbs"
1748
  msgid "Author Box"
1749
  msgstr "Author Box"
1750
 
1751
- #: lib/classes/class-genesis-admin-settings.php:231
1752
- #: lib/classes/class-genesis-admin-settings.php:272
1753
  #: lib/views/help/genesis-feeds.php:15
1754
  msgid "Custom Feeds"
1755
  msgstr "Custom Feeds"
1756
 
1757
- #: lib/classes/class-genesis-admin-settings.php:230
1758
- #: lib/classes/class-genesis-admin-settings.php:265
1759
  #: lib/views/help/genesis-information.php:15
1760
  msgid "Information"
1761
  msgstr "Information"
@@ -1836,7 +2033,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,25 +2055,25 @@ 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"
@@ -1885,46 +2082,46 @@ msgstr "Left"
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Are you sure you want to reset?"
1887
 
1888
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1889
- #: lib/classes/class-genesis-admin-settings.php:61
1890
- #: lib/classes/class-genesis-admin.php:130
1891
  msgid "Reset Settings"
1892
  msgstr "Reset Settings"
1893
 
1894
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1895
  msgid "Genesis - SEO Settings"
1896
  msgstr "Genesis - SEO Settings"
1897
 
1898
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1899
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1900
  #: lib/views/help/seo-dochead.php:15
1901
  msgid "Document Head Settings"
1902
  msgstr "Document Head Settings"
1903
 
1904
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1905
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1906
  #: lib/views/help/seo-homepage.php:15
1907
  msgid "Homepage Settings"
1908
  msgstr "Homepage Settings"
1909
 
1910
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1911
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1912
- #: lib/classes/class-genesis-admin-import-export.php:125
1913
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1914
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1915
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1923
- #: lib/classes/class-genesis-admin-settings.php:229
1924
  #: lib/views/help/genesis-theme-settings.php:15
1925
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1926
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1927
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1928
  msgid "Theme Settings"
1929
  msgstr "Theme Settings"
1930
 
@@ -1937,14 +2134,14 @@ msgstr "Theme Settings"
1937
  msgid "Apply %s to this post/page"
1938
  msgstr "Apply %s to this post/page"
1939
 
1940
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1941
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1942
  #: lib/views/help/seo-robots.php:15
1943
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2152,27 @@ 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
 
1978
- #: lib/classes/class-genesis-admin-settings.php:244
1979
  msgid "Home Pages"
1980
  msgstr "Home Pages"
1981
 
@@ -2020,7 +2217,7 @@ msgstr "How Home Pages Work"
2020
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2021
  msgstr "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2022
 
2023
- #: lib/classes/class-genesis-admin-settings.php:242
2024
  #: lib/views/help/genesis-blog.php:15
2025
  msgid "Blog Page"
2026
  msgstr "Blog Page"
@@ -2177,7 +2374,7 @@ msgstr "To add custom text you'll have to either edit a php file, or use a text
2177
 
2178
  #: lib/views/help/seo-homepage.php:20
2179
  msgid "You can also specify if the Site Title, Description, or your own custom text should be wrapped in an <h1>; tag (the primary heading in HTML)."
2180
- msgstr ""
2181
 
2182
  #: lib/views/help/seo-homepage.php:17
2183
  msgid "These are the homepage specific SEO settings. Note: these settings will not apply if a static page is set as the front page. If you're using a static WordPress page as your hompage, you'll need to set the SEO settings on that particular page."
@@ -2186,24 +2383,24 @@ msgstr "These are the home page specific SEO settings. Note: these settings will
2186
  #. translators: 1: Open strong tag, 2: Close strong tag.
2187
  #: lib/views/help/seo-doctitle.php:37
2188
  msgid "The %1$sDoctitle Separator%2$s is the character that will go between the title and appended text."
2189
- msgstr ""
2190
 
2191
  #. translators: 1: Open strong tag, 2: Close strong tag.
2192
  #: lib/views/help/seo-doctitle.php:31
2193
  msgid "%1$sDoctitle Append Location%2$s determines which side of the title to add the previously mentioned items."
2194
- msgstr ""
2195
 
2196
  #. translators: 1: Open strong tag, 2: Close strong tag.
2197
  #: lib/views/help/seo-doctitle.php:25
2198
  msgid "%1$sAppend Site Name%2$s will put the site name from the General Settings after the title on inner page."
2199
- msgstr ""
2200
 
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 ""
2205
 
2206
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2207
  #: lib/views/help/seo-doctitle.php:15
2208
  msgid "Doctitle Settings"
2209
  msgstr "Doctitle Settings"
@@ -2228,19 +2425,19 @@ msgstr "If you don’t see an SEO Settings sub menu, then you probably have anot
2228
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2229
  msgstr "Genesis SEO (search engine optimisation) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2230
 
2231
- #: lib/classes/class-genesis-admin.php:435
2232
  msgid "Genesis Tutorials"
2233
  msgstr "Genesis Tutorials"
2234
 
2235
- #: lib/classes/class-genesis-admin.php:434
2236
  msgid "Genesis Snippets"
2237
  msgstr "Genesis Snippets"
2238
 
2239
- #: lib/classes/class-genesis-admin.php:433
2240
  msgid "Get Support"
2241
  msgstr "Get Support"
2242
 
2243
- #: lib/classes/class-genesis-admin.php:432
2244
  msgid "For more information:"
2245
  msgstr "For more information:"
2246
 
@@ -2278,16 +2475,10 @@ 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."
2290
- msgstr ""
2291
 
2292
  #: lib/views/help/genesis-navigation.php:23
2293
  msgid "Twitter link displays a link to your Twitter profile, as indicated in Twitter ID setting. Enter only your user name in this setting."
@@ -2312,19 +2503,14 @@ msgstr "The Primary Navigation Extras typically display on the right side of you
2312
  #. translators: 1: Open strong tag, 2: Close strong tag.
2313
  #: lib/views/help/genesis-header.php:25
2314
  msgid "The %1$sImage logo%2$s option will use a logo image file in the header instead of the site's title and description. This setting adds a .header-image class to your site, allowing you to specify the header image in your child theme's style.css. By default, the logo can be saved as logo.png and saved to the images folder of your child theme."
2315
- msgstr ""
2316
 
2317
  #. translators: 1: Open strong tag, 2: Close strong tag.
2318
  #: lib/views/help/genesis-header.php:19
2319
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2320
- msgstr ""
2321
 
2322
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2323
- #: lib/structure/sidebar.php:67
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
 
@@ -2365,14 +2551,14 @@ msgstr "These options can be extended or limited by the child theme."
2365
 
2366
  #: lib/views/help/cpt-archive-seo.php:20
2367
  msgid "The Meta description and keywords fill in the meta tags for the archive page. The Meta description is the short text blurb that appears in search engine results."
2368
- msgstr ""
2369
 
2370
  #: lib/views/help/genesis-blog.php:17
2371
  msgid "This works with the Blog Template, which is a page template that shows your latest posts. It's what people see when they land on your homepage."
2372
  msgstr "This works with the Blog Template, which is a page template that shows your latest posts. It's what people see when they land on your home page."
2373
 
2374
  #. translators: JOSN file extension.
2375
- #: lib/views/pages/genesis-admin-import-export.php:51
2376
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2377
  msgstr "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2378
 
@@ -2386,7 +2572,7 @@ msgstr "The Robots Meta Tags tell search engines how to handle the archive page.
2386
 
2387
  #: lib/views/help/cpt-archive-archive.php:17
2388
  msgid "The Archive Headline sets the title seen on the archive page."
2389
- msgstr ""
2390
 
2391
  #: lib/views/help/genesis-layout.php:28
2392
  msgid "These options can be extended or limited by the child theme. Additionally, many of the child themes do not allow different layouts on the home page as they have been designed for a specific home page layout."
@@ -2416,17 +2602,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,18 +2627,18 @@ 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"
2458
 
@@ -2460,16 +2646,16 @@ msgstr "Document Title Order"
2460
  msgid "Section Headings"
2461
  msgstr "Section Headings"
2462
 
2463
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2464
  msgid "Site-wide Settings"
2465
- msgstr ""
2466
 
2467
  #: lib/views/help/genesis-inpost-seo.php:28
2468
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:57
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
@@ -2477,76 +2663,68 @@ msgstr "Canonical URL"
2477
  msgid "Document Title"
2478
  msgstr "Document Title"
2479
 
2480
- #: lib/classes/class-genesis-admin.php:430
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 +2732,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
 
@@ -2583,34 +2761,30 @@ msgstr "Select Layout"
2583
  msgid "Reader Interactions"
2584
  msgstr "Reader Interactions"
2585
 
2586
- #: 404.php:57
2587
- msgid "Sitemap"
2588
- msgstr "Sitemap"
2589
-
2590
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2603
  msgstr "Header Scripts"
2604
 
2605
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2606
  msgid "Posts per Page"
2607
  msgstr "Posts per Page"
2608
 
2609
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2610
  msgid "Category IDs, comma separated - 1,2,3 for example"
2611
  msgstr "Category IDs, comma separated - 1,2,3 for example"
2612
 
2613
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2614
  msgid "Exclude Categories"
2615
  msgstr "Exclude Categories"
2616
 
@@ -2618,29 +2792,29 @@ msgstr "Exclude Categories"
2618
  msgid "Display Category"
2619
  msgstr "Display Category"
2620
 
2621
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2622
  msgid "Entry Pagination"
2623
  msgstr "Entry Pagination"
2624
 
2625
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2626
  msgid "Image Alignment:"
2627
  msgstr "Image Alignment:"
2628
 
2629
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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"
2642
 
2643
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2644
  msgid "Display"
2645
  msgstr "Display"
2646
 
@@ -2677,51 +2851,46 @@ 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
 
2709
- #: lib/classes/class-genesis-cli-command.php:44
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"
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,62 +2904,62 @@ 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
 
2766
- #: lib/structure/header.php:846
2767
  msgid "Skip to footer"
2768
  msgstr "Skip to footer"
2769
 
2770
- #: lib/structure/header.php:840
2771
  msgid "Skip to secondary sidebar"
2772
  msgstr "Skip to secondary sidebar"
2773
 
2774
- #: lib/structure/header.php:836
2775
  msgid "Skip to primary sidebar"
2776
  msgstr "Skip to primary sidebar"
2777
 
2778
- #: lib/structure/header.php:833
2779
  msgid "Skip to content"
2780
  msgstr "Skip to content"
2781
 
2782
- #: lib/structure/header.php:830
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.10 in English (UK)
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-04-26 12:03:11+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: en_GB\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
  msgstr ""
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
21
+ msgstr "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
+ msgstr "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
  msgstr ""
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
+ msgstr "Moving to the Customiser"
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
+ msgstr "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
+ msgstr "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
+ msgstr "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
+ msgstr "Install Genesis Plugins"
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
+ msgstr "For a list of new commands, see the updated documentation."
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
+ msgstr "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
58
 
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
+ msgstr "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
62
 
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr "New WP-CLI Commands"
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr "This will change your default homepage."
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr "Sample content for the theme will be added to make your theme look like the demo."
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr "The following plugins will be automatically installed and activated with this theme (links open in new window):"
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr "Could not read the file: %1$s."
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr "new window"
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr "It appears something went wrong. Please check your command and try again."
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr "Setting saved."
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr "Genesis Plugins"
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr "Set up your website"
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
+ msgstr "%s supports automatic set up and import of demo content and/or recommended plugins."
113
+
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr "Get started with %s."
118
+
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr "Click here"
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr "Don't have AdSense? %s to sign up!"
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr "Click here to enable."
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr "Widgets Panel"
140
 
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr "Use `genesis_get_author_box()` instead."
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr "The default is true, so remove the second argument."
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr "There was an error importing the %1$s image. Error: %2$s"
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr "There was an error downloading the featured image from %1$s. Error: %2$s"
163
+
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
+ msgstr "There was an error creating the %1$s menu item. Error: %2$s"
168
+
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr "There was an error creating the %1$s menu. Error: %2$s"
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr "A setup step has completed."
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr "A setup step has started."
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
+ msgstr "The website setup process has completed."
185
+
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr "The website setup process has started."
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr "Atomic Blocks"
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr "Gutenberg News"
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr "StudioPress Blog"
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr "Gutenberg Intro"
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
+ msgstr "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
209
+
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr "Helpful Links"
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr "Edit your homepage"
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr "View your homepage"
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr "Your website setup is complete! View or edit your homepage using the buttons below."
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr "All done!"
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr "Demo content"
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr "Recommended plugins"
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr "Or go to Theme Settings"
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr "update now"
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr "Check out what's new"
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr "Genesis %1$s is available. %2$s or %3$s."
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr "See what's new in"
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr "Congratulations, you are now rocking Genesis %1$s! %2$s"
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr "Use `genesis_get_structural_wrap()` instead."
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr "The default is true, so remove the third argument."
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr "Getting Started"
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
+ msgstr "Genesis - Getting Started"
284
+
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
+ msgstr "There was an error importing the %1$s page. Error: %2$s"
289
+
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr "The Details"
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
+ msgid "AdSense publisher ID"
296
+ msgstr "AdSense publisher ID"
297
 
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
299
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:38
300
  #: lib/views/meta-boxes/genesis-user-seo.php:39
301
  msgid "A comma-separated list of keywords relevant to the page can be entered in the Meta Keywords field. Keywords are generally ignored by Search Engines."
302
+ msgstr "A comma-separated list of keywords relevant to the page can be entered in the Meta Keywords field. Keywords are generally ignored by Search Engines."
303
 
304
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:38
305
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:30
306
  #: lib/views/meta-boxes/genesis-user-seo.php:31
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
+ msgstr "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
+ msgstr "Next Post:"
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
+ msgstr "Previous Post:"
317
 
318
  #: lib/classes/class-genesis-search-form.php:48
319
  msgid "Search site"
320
+ msgstr "Search site"
321
 
322
  #: lib/admin/privacy-requests.php:105
323
  msgid "Update Notification Email Address removed."
324
+ msgstr "Update Notification Email Address removed."
325
 
326
  #. translators: %s: One of Custom Archive Headline, Custom Description Text,
327
  #. Custom Document Title, Meta Description, Meta Keywords
328
  #: lib/admin/privacy-requests.php:77
329
  msgid "Your %s data was unable to be removed at this time."
330
+ msgstr "Your %s data was unable to be removed at this time."
331
 
332
  #: lib/admin/privacy-requests.php:31
333
  msgid "Update Notification Email Address"
334
+ msgstr "Update Notification Email Address"
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
+ msgstr "Genesis Author Archive Data"
340
 
341
  #. translators: %s: Genesis theme version
342
  #: lib/admin/dashboard.php:26
343
  msgid " Using Genesis %s."
344
+ msgstr " Using Genesis %s."
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
+ msgstr "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."
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
+ msgstr "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
+ msgstr "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
362
 
363
  #: tests/fixtures/config-array-for-customizer-tests.php:46
364
  msgid "Can Genesis be better? "
365
+ msgstr "Can Genesis be better? "
366
 
367
  #: tests/fixtures/config-array-for-customizer-tests.php:42
368
  msgid "Genesis Can Be Better"
369
+ msgstr "Genesis Can Be Better"
370
 
371
  #: tests/fixtures/config-array-for-customizer-tests.php:32
372
  msgid "Is this the best Genesis ever? "
373
+ msgstr "Is this the best Genesis ever? "
374
 
375
  #: tests/fixtures/config-array-for-customizer-tests.php:28
376
  msgid "Best Genesis Title"
377
+ msgstr "Best Genesis Title"
378
 
379
  #: tests/fixtures/config-array-for-customizer-tests.php:22
380
  msgid "Genesis is the best."
381
+ msgstr "Genesis is the best."
382
 
383
  #: tests/fixtures/config-array-for-customizer-tests.php:21
384
  msgid "Genesis is the best"
385
+ msgstr "Genesis is the best"
386
 
387
  #: tests/System/lib/admin/customizer.php:189
388
  #: tests/System/lib/admin/customizer.php:230
389
  msgid "Genesis Custom"
390
+ msgstr "Genesis Custom"
391
 
392
  #: tests/System/lib/admin/customizer.php:188
393
  #: tests/System/lib/admin/customizer.php:229
394
  msgid "Genesis Blue"
395
+ msgstr "Genesis Blue"
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
+ msgstr "Date Modified"
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
+ msgstr "Date Published"
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
+ msgstr "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
+ msgstr "Google AdSense Publisher ID"
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
+ msgstr "Disable AdSense output for this entry?"
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
+ msgstr "AdSense Output"
420
 
421
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:33
422
  #: lib/views/meta-boxes/genesis-term-meta-settings.php:26
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
+ msgstr "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
+ msgstr "Secondary"
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
+ msgstr "Main"
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
+ msgstr "Hey there! Did you know that theme settings can now be configured with a live preview in the Customiser?"
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
+ msgstr "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customiser, so go ahead and <a href=\"%s\">start using it now</a>!"
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
+ msgstr "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customiser?"
447
 
448
  #: lib/admin/inpost-metaboxes.php:283
449
  msgid "Google Adsense"
450
+ msgstr "Google Adsense"
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
+ msgstr "Header/Footer Scripts"
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
+ msgstr "Select the pages which should display breadcrumbs."
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
+ msgstr "Select Site Layout"
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
+ msgstr "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
+ msgstr "Publisher ID"
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
+ msgstr "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
+ msgstr "Google AdSense"
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
+ msgstr "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
+ msgstr "Email Address"
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
+ msgstr "By checking this box, you allow Genesis to periodically check for updates."
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
+ msgstr "Customise the various theme settings."
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
+ msgstr "Apply noydir to entire site?"
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
+ msgstr "Apply noodp to entire site?"
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
+ msgstr "Entire Site"
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
+ msgstr "Apply noarchive to the pages below."
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
+ msgstr "Search Results"
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
+ msgstr "Date Archives"
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
+ msgstr "Author Archives"
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
+ msgstr "Tag Archives"
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
+ msgstr "Category Archives"
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
+ msgstr "Apply noindex to the archive pages below."
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
+ msgstr "Include Shortlink Tag?"
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
+ msgstr "Adjacent Posts rel link tags"
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
+ msgstr "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."
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
+ msgstr "Document Head"
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
+ msgstr "Apply noarchive to the homepage"
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
+ msgstr "Apply nofollow to the homepage"
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
+ msgstr "Apply noindex to the homepage"
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
+ msgstr "Add site description (tagline) to document title on home page? "
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
+ msgstr "If you leave the document title field blank, your site’s title will be used instead."
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
+ msgstr "Homepage Document Title"
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
+ msgstr "Site Description (tagline)"
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
+ msgstr "Primary Title H1"
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
+ msgstr "Add site name to document title on inner pages? "
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
+ msgstr "Customise the various theme SEO settings."
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
+ msgstr "Changes"
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
+ msgstr "For more information, see our article at %s"
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
+ msgstr "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
615
  msgid "This setting has been deprecated because it is no longer recommended. If you uncheck this box, the setting will disappear."
616
+ msgstr "This setting has been deprecated because it is no longer recommended. If you uncheck this box, the setting will disappear."
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
+ msgstr "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
624
  msgid "SEO"
625
+ msgstr "SEO"
626
 
627
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
628
  msgid "Search engine optimization"
629
+ msgstr "Search engine optimisation"
630
 
631
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:62
632
  msgid "301 Redirect."
633
+ msgstr "301 Redirect."
634
 
635
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:54
636
  msgid "Top: after opening body tag"
637
+ msgstr "Top: after opening body tag"
638
 
639
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:53
640
  msgid "Bottom: before closing body tag"
641
+ msgstr "Bottom: before closing body tag"
642
 
643
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:49
644
  msgid "Body Scripts Position"
645
+ msgstr "Body Scripts Position"
646
 
647
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:38
648
  msgid "Body Scripts"
649
+ msgstr "Body Scripts"
650
 
651
  #. translators: %s: Name of head tag.
652
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:30
653
  msgid "Output before the closing %s tag, after sitewide header scripts."
654
+ msgstr "Output before the closing %s tag, after sitewide header scripts."
655
 
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
+ msgstr "Default Layout set in %s"
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
+ msgstr "View the %1$s%3$s archive%2$s."
667
 
668
  #. translators: 1: Open anchor tag to theme settings, 2: Close anchor tag to
669
  #. theme settings.
670
  #: lib/views/meta-boxes/genesis-cpt-archives-layout-settings.php:29
671
  msgid "Default Layout set in %1$sTheme Settings%2$s"
672
+ msgstr "Default Layout set in %1$sTheme Settings%2$s"
673
 
674
  #. translators: %s: Reference link.
675
  #: lib/views/help/genesis-inpost-seo.php:59
676
  msgid " &mdash; Output in the document <meta name=\"robots\" />. %s."
677
+ msgstr " &mdash; Output in the document <meta name=\"robots\" />. %s."
678
 
679
  #: lib/views/help/genesis-inpost-seo.php:56
680
  msgid "Apply noarchive to this post/page"
681
+ msgstr "Apply noarchive to this post/page"
682
 
683
  #: lib/views/help/genesis-inpost-seo.php:49
684
  msgid "Apply nofollow to this post/page"
685
+ msgstr "Apply nofollow to this post/page"
686
 
687
  #. translators: %s: Reference link.
688
  #: lib/views/help/genesis-inpost-seo.php:45
689
  #: lib/views/help/genesis-inpost-seo.php:52
690
  msgid " &mdash; Output in the document <meta name=\"robots\" />. %s"
691
+ msgstr " &mdash; Output in the document <meta name=\"robots\" />. %s"
692
 
693
  #: lib/views/help/genesis-inpost-seo.php:42
694
  msgid "Apply noindex to this post/page"
695
+ msgstr "Apply noindex to this post/page"
696
 
697
  #. translators: %s: Reference link.
698
  #: lib/views/help/genesis-inpost-seo.php:38
699
  msgid " &mdash; Redirect this post/page to this URL. %s."
700
+ msgstr " &mdash; Redirect this post/page to this URL. %s."
701
 
702
  #. translators: %s: Reference link.
703
  #: lib/views/help/genesis-inpost-seo.php:31
704
  msgid " &mdash; Output in the document <link rel=\"canonical\" />. %s"
705
+ msgstr " &mdash; Output in the document <link rel=\"canonical\" />. %s"
706
 
707
  #: lib/views/help/genesis-inpost-seo.php:25
708
  msgid " &mdash; Output in the document <meta name=\"keywords\" /> Tag."
709
+ msgstr " &mdash; Output in the document <meta name=\"keywords\" /> Tag."
710
 
711
  #: lib/views/help/genesis-inpost-seo.php:21
712
  msgid " &mdash; Output in the document <meta name=\"description\" /> Tag."
713
+ msgstr " &mdash; Output in the document <meta name=\"description\" /> Tag."
714
 
715
  #: lib/views/help/genesis-inpost-seo.php:17
716
  msgid " &mdash; Output in the document <title> Tag."
717
+ msgstr " &mdash; Output in the document <title> Tag."
718
 
719
  #. translators: 1: Open anchor tag, 2: Close anchor tag.
720
  #: lib/views/help/genesis-blog.php:28
721
  msgid "You can find more on this feature in the %1$sHow to Add a Post Category Page tutorial.%2$s"
722
+ msgstr "You can find more on this feature in the %1$sHow to Add a Post Category Page tutorial.%2$s"
723
 
724
  #. Description of the plugin/theme
725
  msgid "The industry standard for Premium WordPress Themes."
729
  msgid "Edit Archive Settings"
730
  msgstr "Edit Archive Settings"
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
741
  msgid "Use for site title/logo"
742
  msgstr "Use for site title/logo"
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr "Check For Updates"
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr "If you provide an email address, your site will email you when the update can be performed."
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr "Save Changes"
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr "Read more about Custom Canonical URL"
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr "Entry Pagination Type"
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr "Exclude Previously Displayed Posts?"
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr "Sorry, no content matched your criteria."
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  msgstr "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr "The changes you made will be lost if you navigate away from this page."
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr "decimal or hexidecimal entities"
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr "Robots Meta Tags"
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr "Meta Keywords"
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr "Archive"
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
+ msgstr "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
853
 
854
  #: 404.php:36
855
  msgid "Not found, error 404"
863
  msgid "Contributor"
864
  msgstr "Contributor"
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr "Contributors"
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  msgstr "These settings apply to any page given the \"Blog\" page template, not the home page or post archive pages."
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr "Homepage"
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
+ msgstr "Posts page"
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr "Blog Page Template"
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr "Navigation"
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr "Header"
905
  #. translators: Escaped HTML head tag, abbreviation expansion for SEO.
906
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:20
907
  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."
908
+ 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."
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  msgstr "The meta description can be used to determine the text used under the title on search engine result pages."
920
  msgid "Site Description (Tagline)"
921
  msgstr "Site Description (Tagline)"
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr "If the title consists of two parts (original title and optional addition), then the separator will go in-between them."
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr "Document Title Separator"
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr "Determines which side the added title text will go on."
937
 
949
  msgid "Read More"
950
  msgstr "Read More"
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr "Search this website"
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr "Read more"
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  msgstr "Go to SEO Settings &rarr;"
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr "Go to Theme Settings &rarr;"
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr "Project Leads"
971
 
978
  msgid "Google+"
979
  msgstr "Google+"
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr "Use for site title/logo:"
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr "on"
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr "Leave empty if you do not want to display any intro text."
993
 
1006
  msgid "Archive Headline"
1007
  msgstr "Archive Headline"
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr "Error saving settings."
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr "Custom Text Content"
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr "Secondary Navigation Menu"
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr "Header Left"
1026
 
1029
  msgstr "Extended page link text"
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr "Footer %d widget area."
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  msgstr "This is the secondary sidebar if you are using a three column site layout option."
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  msgstr "This is the primary sidebar if you are using a two or three column site layout option."
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1052
 
1058
  msgid "User Permissions"
1059
  msgstr "User Permissions"
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr "Please select the colour style from the drop down list and save your settings."
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr "Colour Style:"
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr "This code will output immediately before the closing %s tag in the document source."
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr "Image Size:"
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr "Colour Style"
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr "Follow me on Twitter"
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr "Layout Settings"
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr "Theme SEO Settings"
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr "and"
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1134
  msgstr[1] "%s seconds"
1135
 
1136
  #. translators: %s: Number of minute(s).
1137
+ #: lib/functions/formatting.php:361
1138
  msgctxt "time difference"
1139
  msgid "%s minute"
1140
  msgid_plural "%s minutes"
1142
  msgstr[1] "%s minutes"
1143
 
1144
  #. translators: %s: Number of hour(s).
1145
+ #: lib/functions/formatting.php:359
1146
  msgctxt "time difference"
1147
  msgid "%s hour"
1148
  msgid_plural "%s hours"
1150
  msgstr[1] "%s hours"
1151
 
1152
  #. translators: %s: Number of day(s).
1153
+ #: lib/functions/formatting.php:357
1154
  msgctxt "time difference"
1155
  msgid "%s day"
1156
  msgid_plural "%s days"
1158
  msgstr[1] "%s days"
1159
 
1160
  #. translators: %s: Number of week(s).
1161
+ #: lib/functions/formatting.php:355
1162
  msgctxt "time difference"
1163
  msgid "%s week"
1164
  msgid_plural "%s weeks"
1166
  msgstr[1] "%s weeks"
1167
 
1168
  #. translators: %s: Number of month(s).
1169
+ #: lib/functions/formatting.php:353
1170
  msgctxt "time difference"
1171
  msgid "%s month"
1172
  msgid_plural "%s months"
1174
  msgstr[1] "%s months"
1175
 
1176
  #. translators: %s: Number of year(s).
1177
+ #: lib/functions/formatting.php:351
1178
  msgctxt "time difference"
1179
  msgid "%s year"
1180
  msgid_plural "%s years"
1181
  msgstr[0] "%s year"
1182
  msgstr[1] "%s years"
1183
 
1184
+ #: lib/functions/formatting.php:345
1185
  msgctxt "time difference"
1186
  msgid "seconds"
1187
  msgstr "seconds"
1188
 
1189
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1190
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1191
  msgstr "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1192
 
1193
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1194
+ msgid "404 page"
1195
+ msgstr "404 page"
1196
 
1197
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1198
  msgid "Archives"
1202
  msgid "Pages"
1203
  msgstr "Pages"
1204
 
1205
+ #: lib/classes/class-genesis-admin-settings.php:246
1206
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1207
  #: lib/views/help/genesis-scripts.php:15
1208
  msgid "Header and Footer Scripts"
1209
  msgstr "Header and Footer Scripts"
1210
 
1211
+ #: config/customizer-theme-settings.php:206
1212
+ #: lib/classes/class-genesis-admin-settings.php:243
1213
+ #: lib/classes/class-genesis-admin-settings.php:296
1214
  #: lib/views/help/genesis-comments.php:15
1215
  msgid "Comments and Trackbacks"
1216
  msgstr "Comments and Trackbacks"
1217
 
1218
+ #: lib/classes/class-genesis-admin-settings.php:235
1219
+ #: lib/classes/class-genesis-admin-settings.php:281
1220
  #: lib/views/help/genesis-layout.php:15
1221
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1222
  msgid "Default Layout"
1223
  msgstr "Default Layout"
1224
 
1225
+ #: config/customizer-seo-settings.php:111
1226
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1227
  msgid "Keywords are generally ignored by Search Engines."
1228
  msgstr "Keywords are generally ignored by Search Engines."
1229
 
1230
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1231
+ #: lib/classes/class-genesis-admin-settings.php:65
1232
+ #: lib/classes/class-genesis-admin.php:149
1233
  msgid "Settings saved."
1234
  msgstr "Settings saved."
1235
 
1236
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1237
+ #: lib/classes/class-genesis-admin-settings.php:66
1238
+ #: lib/classes/class-genesis-admin.php:150
1239
  msgid "Settings reset."
1240
  msgstr "Settings reset."
1241
 
1242
+ #: lib/classes/class-genesis-admin-import-export.php:101
1243
  msgid "Settings successfully imported."
1244
  msgstr "Settings successfully imported."
1245
 
1246
+ #: lib/views/pages/genesis-admin-import-export.php:43
1247
  msgid "Upload File and Import"
1248
  msgstr "Upload File and Import"
1249
 
1252
  msgstr "Choose the file from your computer and click \"Upload file and Import\""
1253
 
1254
  #: lib/admin/customizer.php:94
1255
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1256
  msgid "Default"
1257
  msgstr "Default"
1258
 
1259
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1260
  msgid "Next Page"
1261
  msgstr "Next Page"
1262
 
1263
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1264
  msgid "Previous Page"
1265
  msgstr "Previous Page"
1266
 
1272
  msgid "Select / Deselect All"
1273
  msgstr "Select / Deselect All"
1274
 
1275
+ #: lib/classes/class-genesis-admin-import-export.php:149
1276
  msgid "No export options available."
1277
  msgstr "No export options available."
1278
 
1279
  #. translators: %d: Footer widget counter.
1280
+ #: lib/functions/widgetize.php:191
1281
  msgid "Footer %d"
1282
  msgstr "Footer %d"
1283
 
1284
+ #: lib/functions/layout.php:80
1285
  msgid "No Label Selected"
1286
  msgstr "No Label Selected"
1287
 
1288
+ #: lib/classes/class-genesis-admin-import-export.php:103
1289
  msgid "There was a problem importing your settings. Please try again."
1290
  msgstr "There was a problem importing your settings. Please try again."
1291
 
1292
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1293
  msgid "Secondary Sidebar"
1294
  msgstr "Secondary Sidebar"
1295
 
1296
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1297
  msgid "Primary Sidebar"
1298
  msgstr "Primary Sidebar"
1299
 
1300
+ #: lib/functions/widgetize.php:135
1301
  msgid "Header Right"
1302
  msgstr "Header Right"
1303
 
1304
+ #: config/breadcrumbs.php:50
1305
  msgid "Not found: "
1306
  msgstr "Not found: "
1307
 
1308
+ #: lib/widgets/featured-post-widget.php:574
1309
  msgid "No Content"
1310
  msgstr "No Content"
1311
 
1312
+ #: lib/widgets/featured-post-widget.php:573
1313
  msgid "Show Content Limit"
1314
  msgstr "Show Content Limit"
1315
 
1316
+ #: lib/widgets/featured-post-widget.php:572
1317
  msgid "Show Excerpt"
1318
  msgstr "Show Excerpt"
1319
 
1320
+ #: lib/widgets/featured-post-widget.php:571
1321
  msgid "Show Content"
1322
  msgstr "Show Content"
1323
 
1324
+ #: lib/widgets/featured-post-widget.php:569
1325
  msgid "Content Type"
1326
  msgstr "Content Type"
1327
 
1328
+ #: lib/widgets/featured-post-widget.php:561
1329
  msgid "Show Post Info"
1330
  msgstr "Show Post Info"
1331
 
1332
+ #: lib/widgets/featured-page-widget.php:318
1333
+ #: lib/widgets/featured-post-widget.php:521
1334
  msgid "Show Featured Image"
1335
  msgstr "Show Featured Image"
1336
 
1338
  msgid "This text will be the first paragraph, and display on the first page"
1339
  msgstr "This text will be the first paragraph, and display on the first page"
1340
 
1341
+ #: lib/admin/privacy-requests.php:193
1342
  #: lib/views/meta-boxes/genesis-user-author.php:33
1343
  msgid "Custom Description Text"
1344
  msgstr "Custom Description Text"
1348
  msgid "Will display in the %s tag at the top of the first page"
1349
  msgstr "Will display in the %s tag at the top of the first page"
1350
 
1351
+ #: lib/admin/privacy-requests.php:192
1352
  #: lib/views/meta-boxes/genesis-user-author.php:20
1353
  msgid "Custom Archive Headline"
1354
  msgstr "Custom Archive Headline"
1383
  msgid "Genesis Admin Menus"
1384
  msgstr "Genesis Admin Menus"
1385
 
1386
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1387
  msgid "Include the Featured Image?"
1388
  msgstr "Include the Featured Image?"
1389
 
1421
  msgid "Characters Used: %s"
1422
  msgstr "Characters Used: %s"
1423
 
1424
+ #: lib/views/pages/genesis-admin-import-export.php:66
1425
  msgid "Download Export File"
1426
  msgstr "Download Export File"
1427
 
1428
+ #: lib/views/pages/genesis-admin-import-export.php:59
1429
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1430
  msgstr "Once you have saved the download file, you can use the import function on another site to import this data."
1431
 
1432
+ #: lib/views/pages/genesis-admin-import-export.php:51
1433
  msgid "Export Genesis Settings File"
1434
  msgstr "Export Genesis Settings File"
1435
 
1436
+ #. translators: Maximum size import files can have.
1437
+ #: lib/views/pages/genesis-admin-import-export.php:38
1438
  msgid "Upload File (Maximum Size: %s): "
1439
  msgstr "Upload File (Maximum Size: %s): "
1440
 
1498
  msgid "Displays user profile block with Gravatar"
1499
  msgstr "Displays user profile block with Gravatar"
1500
 
1501
+ #: lib/widgets/featured-post-widget.php:614
1502
  msgid "Link Text"
1503
  msgstr "Link Text"
1504
 
1505
+ #: lib/widgets/featured-post-widget.php:610
1506
  msgid "Show Category Archive Link"
1507
  msgstr "Show Category Archive Link"
1508
 
1509
+ #: lib/widgets/featured-post-widget.php:592
1510
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1511
  msgstr "To display an unordered list of more posts from this category, please fill out the information below"
1512
 
1513
+ #: lib/widgets/featured-post-widget.php:584
1514
  msgid "More Text (if applicable)"
1515
  msgstr "More Text (if applicable)"
1516
 
1517
+ #: lib/widgets/featured-post-widget.php:556
1518
  msgid "Show Post Title"
1519
  msgstr "Show Post Title"
1520
 
1521
+ #: lib/widgets/featured-post-widget.php:507
1522
  #: lib/widgets/user-profile-widget.php:184
1523
  msgid "Gravatar Alignment"
1524
  msgstr "Gravatar Alignment"
1525
 
1526
+ #: lib/widgets/featured-post-widget.php:502
1527
  msgid "Extra Large (125px)"
1528
  msgstr "Extra Large (125px)"
1529
 
1530
+ #: lib/widgets/featured-post-widget.php:501
1531
  msgid "Large (85px)"
1532
  msgstr "Large (85px)"
1533
 
1534
+ #: lib/widgets/featured-post-widget.php:500
1535
  msgid "Medium (65px)"
1536
  msgstr "Medium (65px)"
1537
 
1538
+ #: lib/widgets/featured-post-widget.php:499
1539
  msgid "Small (45px)"
1540
  msgstr "Small (45px)"
1541
 
1542
+ #: lib/widgets/featured-post-widget.php:497
1543
  #: lib/widgets/user-profile-widget.php:166
1544
  msgid "Gravatar Size"
1545
  msgstr "Gravatar Size"
1546
 
1547
+ #: lib/widgets/featured-post-widget.php:493
1548
  msgid "Show Author Gravatar"
1549
  msgstr "Show Author Gravatar"
1550
 
1551
+ #: lib/widgets/featured-post-widget.php:473
1552
  msgid "Ascending (1, 2, 3)"
1553
  msgstr "Ascending (1, 2, 3)"
1554
 
1555
+ #: lib/widgets/featured-post-widget.php:472
1556
  msgid "Descending (3, 2, 1)"
1557
  msgstr "Descending (3, 2, 1)"
1558
 
1559
+ #: lib/widgets/featured-post-widget.php:470
1560
  msgid "Sort Order"
1561
  msgstr "Sort Order"
1562
 
1563
+ #: lib/widgets/featured-post-widget.php:465
1564
  msgid "Random"
1565
  msgstr "Random"
1566
 
1567
+ #: lib/widgets/featured-post-widget.php:464
1568
  msgid "Comment Count"
1569
  msgstr "Comment Count"
1570
 
1571
+ #: lib/widgets/featured-post-widget.php:463
1572
  msgid "ID"
1573
  msgstr "ID"
1574
 
1575
+ #: lib/widgets/featured-post-widget.php:462
1576
  msgid "Parent"
1577
  msgstr "Parent"
1578
 
1579
+ #: lib/widgets/featured-post-widget.php:457
1580
  msgid "Order By"
1581
  msgstr "Order By"
1582
 
1583
+ #: lib/widgets/featured-post-widget.php:452
1584
  msgid "Number of Posts to Offset"
1585
  msgstr "Number of Posts to Offset"
1586
 
1587
+ #: lib/widgets/featured-post-widget.php:431
1588
  msgid "Category"
1589
  msgstr "Category"
1590
 
1604
  msgid "Displays featured posts with thumbnails"
1605
  msgstr "Displays featured posts with thumbnails"
1606
 
1607
+ #: lib/widgets/featured-page-widget.php:361
1608
  msgid "More Text"
1609
  msgstr "More Text"
1610
 
1611
+ #: lib/widgets/featured-page-widget.php:356
1612
  msgid "Content Character Limit"
1613
  msgstr "Content Character Limit"
1614
 
1615
+ #: lib/widgets/featured-page-widget.php:352
1616
  msgid "Show Page Content"
1617
  msgstr "Show Page Content"
1618
 
1619
+ #: lib/widgets/featured-page-widget.php:347
1620
  msgid "Show Page Title"
1621
  msgstr "Show Page Title"
1622
 
1623
+ #: config/customizer-seo-settings.php:77
1624
+ #: config/customizer-theme-settings.php:289
1625
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1626
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1627
+ #: lib/widgets/featured-page-widget.php:336
1628
+ #: lib/widgets/featured-post-widget.php:509
1629
+ #: lib/widgets/featured-post-widget.php:539
1630
  #: lib/widgets/user-profile-widget.php:186
1631
  #: lib/widgets/user-profile-widget.php:210
1632
  msgid "None"
1633
  msgstr "None"
1634
 
1635
+ #: lib/widgets/featured-page-widget.php:334
1636
+ #: lib/widgets/featured-post-widget.php:537
1637
  msgid "Image Alignment"
1638
  msgstr "Image Alignment"
1639
 
1640
+ #: lib/widgets/featured-page-widget.php:299
1641
  msgid "Page"
1642
  msgstr "Page"
1643
 
1644
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1645
  msgid "by"
1646
  msgstr "by"
1647
 
1653
  msgid "Displays featured page with thumbnails"
1654
  msgstr "Displays featured page with thumbnails"
1655
 
1656
+ #: lib/widgets/featured-page-widget.php:294
1657
+ #: lib/widgets/featured-post-widget.php:422
1658
+ #: lib/widgets/featured-post-widget.php:461
1659
+ #: lib/widgets/featured-post-widget.php:595
1660
  #: lib/widgets/user-profile-widget.php:148
1661
  msgid "Title"
1662
  msgstr "Title"
1663
 
1664
+ #: config/breadcrumbs.php:47
1665
  msgid "Search for "
1666
  msgstr "Search for "
1667
 
1668
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1669
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1670
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1671
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1672
+ #: lib/structure/archive.php:198
1673
  msgid "Archives for "
1674
  msgstr "Archives for "
1675
 
1676
+ #: config/breadcrumbs.php:42
1677
  msgid "You are here: "
1678
  msgstr "You are here: "
1679
 
1686
  msgstr "Primary Sidebar Widget Area"
1687
 
1688
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1689
+ #: searchform.php:49
1690
  msgid "Search"
1691
  msgstr "Search"
1692
 
1693
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1694
  msgid "About"
1695
  msgstr "About"
1696
 
1698
  msgid "By"
1699
  msgstr "By"
1700
 
1701
+ #: lib/structure/post.php:390
1702
  msgid "[Read more...]"
1703
  msgstr "[Read more...]"
1704
 
1705
+ #: lib/structure/menu.php:154
1706
  msgid "Comments"
1707
  msgstr "Comments"
1708
 
1709
+ #: lib/structure/menu.php:153
1710
  msgid "Posts"
1711
  msgstr "Posts"
1712
 
1713
+ #: lib/init.php:104
1714
  msgid "Primary Navigation Menu"
1715
  msgstr "Primary Navigation Menu"
1716
 
1717
+ #: lib/structure/footer.php:168
1718
  msgid "Copyright"
1719
  msgstr "Copyright"
1720
 
1721
+ #: lib/structure/comments.php:548
1722
  msgid "Speak Your Mind"
1723
  msgstr "Speak Your Mind"
1724
 
1725
+ #: lib/structure/comments.php:539
1726
  msgid "Website"
1727
  msgstr "Website"
1728
 
1729
+ #: lib/structure/comments.php:533
1730
  msgid "Email"
1731
  msgstr "Email"
1732
 
1733
+ #: lib/structure/comments.php:527
1734
  msgid "Name"
1735
  msgstr "Name"
1736
 
1737
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1738
  msgid "Your comment is awaiting moderation."
1739
  msgstr "Your comment is awaiting moderation."
1740
 
1741
  #. translators: 1: Comment date, 2: Comment time.
1742
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1743
  msgid "%1$s at %2$s"
1744
  msgstr "%1$s at %2$s"
1745
 
1746
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1747
  msgid "says"
1748
  msgstr "says"
1749
 
1750
+ #: lib/structure/comments.php:170
 
 
 
 
 
1751
  msgid "<h3>Trackbacks</h3>"
1752
  msgstr "<h3>Trackbacks</h3>"
1753
 
1754
+ #: lib/structure/comments.php:77
1755
  msgid "<h3>Comments</h3>"
1756
  msgstr "<h3>Comments</h3>"
1757
 
1758
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1759
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1760
  msgid "(Edit)"
1761
  msgstr "(Edit)"
1762
 
1780
  msgid "Leave a Comment"
1781
  msgstr "Leave a Comment"
1782
 
1783
+ #: lib/shortcodes/footer.php:312
1784
  msgid "Log out"
1785
  msgstr "Log out"
1786
 
1787
+ #: lib/shortcodes/footer.php:310
1788
  msgid "Log in"
1789
  msgstr "Log in"
1790
 
1793
  msgstr "Return to top of page"
1794
 
1795
  #. translators: %s: Genesis version.
1796
+ #: lib/functions/upgrade.php:921
1797
  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."
1798
  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."
1799
 
1800
  #. translators: 1: Genesis version, 2: URL for current website.
1801
+ #: lib/functions/upgrade.php:918
1802
  msgid "Genesis %1$s is available for %2$s"
1803
+ msgstr "Genesis %1$s is available for %2$s"
1804
 
1805
+ #: lib/functions/upgrade.php:830
1806
  msgid "Click here to complete the upgrade"
1807
  msgstr "Click here to complete the upgrade"
1808
 
1809
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1810
  msgid "Home"
1811
  msgstr "Home"
1812
 
1813
+ #: lib/widgets/featured-post-widget.php:447
1814
+ #: lib/widgets/featured-post-widget.php:600
1815
  msgid "Number of Posts to Show"
1816
  msgstr "Number of Posts to Show"
1817
 
1818
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1819
+ #: lib/widgets/featured-post-widget.php:439
1820
  msgid "All Categories"
1821
  msgstr "All Categories"
1822
 
1824
  msgid "Display which category"
1825
  msgstr "Display which category"
1826
 
1827
+ #: config/customizer-theme-settings.php:304
1828
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1829
  msgid "Numeric"
1830
  msgstr "Numeric"
1831
 
1832
+ #: config/customizer-theme-settings.php:303
1833
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1834
  msgid "Previous / Next"
1835
  msgstr "Previous / Next"
1836
 
1837
+ #: lib/widgets/featured-page-widget.php:322
1838
+ #: lib/widgets/featured-post-widget.php:525
1839
  msgid "Image Size"
1840
  msgstr "Image Size"
1841
 
1842
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1843
+ #: lib/widgets/featured-post-widget.php:579
1844
  msgid "characters"
1845
  msgstr "characters"
1846
 
1847
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1848
+ #: lib/widgets/featured-post-widget.php:577
1849
  msgid "Limit content to"
1850
  msgstr "Limit content to"
1851
 
1852
+ #: config/customizer-theme-settings.php:248
1853
  msgid "Select one of the following"
1854
  msgstr "Select one of the following"
1855
 
1905
  msgid "Today's date"
1906
  msgstr "Today's date"
1907
 
1908
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1909
  #: lib/views/help/genesis-layout.php:25
1910
  msgid "Full Width Content"
1911
  msgstr "Full Width Content"
1912
 
1913
+ #: config/customizer-theme-settings.php:69
1914
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1915
  msgid "Image logo"
1916
  msgstr "Image logo"
1927
  msgid "Version"
1928
  msgstr "Version"
1929
 
1930
+ #: config/customizer-theme-settings.php:244
1931
+ #: lib/classes/class-genesis-admin-settings.php:244
1932
+ #: lib/classes/class-genesis-admin-settings.php:297
1933
  #: lib/views/help/genesis-archives.php:15
1934
  msgid "Content Archives"
1935
  msgstr "Content Archives"
1936
 
1937
+ #: config/customizer-theme-settings.php:132
1938
+ #: lib/classes/class-genesis-admin-settings.php:242
1939
+ #: lib/classes/class-genesis-admin-settings.php:293
1940
  #: lib/views/help/genesis-breadcrumbs.php:15
1941
  msgid "Breadcrumbs"
1942
  msgstr "Breadcrumbs"
1945
  msgid "Author Box"
1946
  msgstr "Author Box"
1947
 
1948
+ #: lib/classes/class-genesis-admin-settings.php:234
1949
+ #: lib/classes/class-genesis-admin-settings.php:275
1950
  #: lib/views/help/genesis-feeds.php:15
1951
  msgid "Custom Feeds"
1952
  msgstr "Custom Feeds"
1953
 
1954
+ #: lib/classes/class-genesis-admin-settings.php:233
1955
+ #: lib/classes/class-genesis-admin-settings.php:268
1956
  #: lib/views/help/genesis-information.php:15
1957
  msgid "Information"
1958
  msgstr "Information"
2033
  msgid "Shortlink Tag"
2034
  msgstr "Shortlink Tag"
2035
 
2036
+ #: config/customizer-seo-settings.php:158
2037
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2038
  msgid "Include Windows Live Writer Support Tag?"
2039
  msgstr "Include Windows Live Writer Support Tag?"
2055
  msgid "I'll manually wrap my own text on the homepage"
2056
  msgstr "I'll manually wrap my own text on the home page"
2057
 
2058
+ #: config/customizer-seo-settings.php:75
2059
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2060
  msgid "Site Title"
2061
  msgstr "Site Title"
2062
 
2063
+ #: config/customizer-theme-settings.php:291
2064
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2065
+ #: lib/widgets/featured-page-widget.php:338
2066
+ #: lib/widgets/featured-post-widget.php:511
2067
+ #: lib/widgets/featured-post-widget.php:541
2068
  #: lib/widgets/user-profile-widget.php:188
2069
  msgid "Right"
2070
  msgstr "Right"
2071
 
2072
+ #: config/customizer-theme-settings.php:290
2073
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2074
+ #: lib/widgets/featured-page-widget.php:337
2075
+ #: lib/widgets/featured-post-widget.php:510
2076
+ #: lib/widgets/featured-post-widget.php:540
2077
  #: lib/widgets/user-profile-widget.php:187
2078
  msgid "Left"
2079
  msgstr "Left"
2082
  msgid "Are you sure you want to reset?"
2083
  msgstr "Are you sure you want to reset?"
2084
 
2085
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2086
+ #: lib/classes/class-genesis-admin-settings.php:64
2087
+ #: lib/classes/class-genesis-admin.php:148
2088
  msgid "Reset Settings"
2089
  msgstr "Reset Settings"
2090
 
2091
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2092
  msgid "Genesis - SEO Settings"
2093
  msgstr "Genesis - SEO Settings"
2094
 
2095
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2096
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2097
  #: lib/views/help/seo-dochead.php:15
2098
  msgid "Document Head Settings"
2099
  msgstr "Document Head Settings"
2100
 
2101
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2102
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2103
  #: lib/views/help/seo-homepage.php:15
2104
  msgid "Homepage Settings"
2105
  msgstr "Homepage Settings"
2106
 
2107
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2108
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2109
+ #: lib/classes/class-genesis-admin-import-export.php:127
2110
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2111
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2112
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2113
  msgid "SEO Settings"
2114
  msgstr "SEO Settings"
2115
 
2116
+ #: config/customizer-theme-settings.php:23
2117
+ #: lib/classes/class-genesis-admin-import-export.php:123
2118
+ #: lib/classes/class-genesis-admin-settings.php:53
2119
+ #: lib/classes/class-genesis-admin-settings.php:54
2120
+ #: lib/classes/class-genesis-admin-settings.php:232
2121
  #: lib/views/help/genesis-theme-settings.php:15
2122
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2123
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2124
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2125
  msgid "Theme Settings"
2126
  msgstr "Theme Settings"
2127
 
2134
  msgid "Apply %s to this post/page"
2135
  msgstr "Apply %s to this post/page"
2136
 
2137
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2138
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2139
  #: lib/views/help/seo-robots.php:15
2140
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2141
  msgid "Robots Meta Settings"
2142
  msgstr "Robots Meta Settings"
2143
 
2144
+ #: lib/admin/privacy-requests.php:194
2145
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2146
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2147
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2152
  msgid "This post is password protected. Enter the password to view comments."
2153
  msgstr "This post is password protected. Enter the password to view comments."
2154
 
2155
+ #: lib/functions/general.php:492
2156
  msgid "Recent Posts:"
2157
  msgstr "Recent Posts:"
2158
 
2159
+ #: lib/functions/general.php:489
2160
  msgid "Monthly:"
2161
  msgstr "Monthly:"
2162
 
2163
+ #: lib/functions/general.php:486
2164
  msgid "Authors:"
2165
  msgstr "Authors:"
2166
 
2167
+ #: lib/functions/general.php:483
2168
  msgid "Categories:"
2169
  msgstr "Categories:"
2170
 
2171
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2172
  msgid "Pages:"
2173
  msgstr "Pages:"
2174
 
2175
+ #: lib/classes/class-genesis-admin-settings.php:247
2176
  msgid "Home Pages"
2177
  msgstr "Home Pages"
2178
 
2217
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2218
  msgstr "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2219
 
2220
+ #: lib/classes/class-genesis-admin-settings.php:245
2221
  #: lib/views/help/genesis-blog.php:15
2222
  msgid "Blog Page"
2223
  msgstr "Blog Page"
2374
 
2375
  #: lib/views/help/seo-homepage.php:20
2376
  msgid "You can also specify if the Site Title, Description, or your own custom text should be wrapped in an <h1>; tag (the primary heading in HTML)."
2377
+ msgstr "You can also specify if the Site Title, Description, or your own custom text should be wrapped in an <h1>; tag (the primary heading in HTML)."
2378
 
2379
  #: lib/views/help/seo-homepage.php:17
2380
  msgid "These are the homepage specific SEO settings. Note: these settings will not apply if a static page is set as the front page. If you're using a static WordPress page as your hompage, you'll need to set the SEO settings on that particular page."
2383
  #. translators: 1: Open strong tag, 2: Close strong tag.
2384
  #: lib/views/help/seo-doctitle.php:37
2385
  msgid "The %1$sDoctitle Separator%2$s is the character that will go between the title and appended text."
2386
+ msgstr "The %1$sDoctitle Separator%2$s is the character that will go between the title and appended text."
2387
 
2388
  #. translators: 1: Open strong tag, 2: Close strong tag.
2389
  #: lib/views/help/seo-doctitle.php:31
2390
  msgid "%1$sDoctitle Append Location%2$s determines which side of the title to add the previously mentioned items."
2391
+ msgstr "%1$sDoctitle Append Location%2$s determines which side of the title to add the previously mentioned items."
2392
 
2393
  #. translators: 1: Open strong tag, 2: Close strong tag.
2394
  #: lib/views/help/seo-doctitle.php:25
2395
  msgid "%1$sAppend Site Name%2$s will put the site name from the General Settings after the title on inner page."
2396
+ msgstr "%1$sAppend Site Name%2$s will put the site name from the General Settings after the title on inner page."
2397
 
2398
  #. translators: 1: Open strong tag, 2: Close strong tag.
2399
  #: lib/views/help/seo-doctitle.php:19
2400
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2401
+ msgstr "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2402
 
2403
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2404
  #: lib/views/help/seo-doctitle.php:15
2405
  msgid "Doctitle Settings"
2406
  msgstr "Doctitle Settings"
2425
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2426
  msgstr "Genesis SEO (search engine optimisation) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2427
 
2428
+ #: lib/classes/class-genesis-admin.php:495
2429
  msgid "Genesis Tutorials"
2430
  msgstr "Genesis Tutorials"
2431
 
2432
+ #: lib/classes/class-genesis-admin.php:494
2433
  msgid "Genesis Snippets"
2434
  msgstr "Genesis Snippets"
2435
 
2436
+ #: lib/classes/class-genesis-admin.php:493
2437
  msgid "Get Support"
2438
  msgstr "Get Support"
2439
 
2440
+ #: lib/classes/class-genesis-admin.php:492
2441
  msgid "For more information:"
2442
  msgstr "For more information:"
2443
 
2475
  msgid "This allows you to import or export Genesis Settings."
2476
  msgstr "This allows you to import or export Genesis Settings."
2477
 
 
 
 
 
 
 
2478
  #. translators: Opening and closing link tags to custom menu editor.
2479
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2480
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2481
+ msgstr "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2482
 
2483
  #: lib/views/help/genesis-navigation.php:23
2484
  msgid "Twitter link displays a link to your Twitter profile, as indicated in Twitter ID setting. Enter only your user name in this setting."
2503
  #. translators: 1: Open strong tag, 2: Close strong tag.
2504
  #: lib/views/help/genesis-header.php:25
2505
  msgid "The %1$sImage logo%2$s option will use a logo image file in the header instead of the site's title and description. This setting adds a .header-image class to your site, allowing you to specify the header image in your child theme's style.css. By default, the logo can be saved as logo.png and saved to the images folder of your child theme."
2506
+ msgstr "The %1$sImage logo%2$s option will use a logo image file in the header instead of the site's title and description. This setting adds a .header-image class to your site, allowing you to specify the header image in your child theme's style.css. By default, the logo can be saved as logo.png and saved to the images folder of your child theme."
2507
 
2508
  #. translators: 1: Open strong tag, 2: Close strong tag.
2509
  #: lib/views/help/genesis-header.php:19
2510
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2511
+ msgstr "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2512
 
2513
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2514
  msgid "data in style sheet files"
2515
  msgstr "data in style sheet files"
2516
 
2551
 
2552
  #: lib/views/help/cpt-archive-seo.php:20
2553
  msgid "The Meta description and keywords fill in the meta tags for the archive page. The Meta description is the short text blurb that appears in search engine results."
2554
+ msgstr "The Meta description and keywords fill in the meta tags for the archive page. The Meta description is the short text blurb that appears in search engine results."
2555
 
2556
  #: lib/views/help/genesis-blog.php:17
2557
  msgid "This works with the Blog Template, which is a page template that shows your latest posts. It's what people see when they land on your homepage."
2558
  msgstr "This works with the Blog Template, which is a page template that shows your latest posts. It's what people see when they land on your home page."
2559
 
2560
  #. translators: JOSN file extension.
2561
+ #: lib/views/pages/genesis-admin-import-export.php:56
2562
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2563
  msgstr "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2564
 
2572
 
2573
  #: lib/views/help/cpt-archive-archive.php:17
2574
  msgid "The Archive Headline sets the title seen on the archive page."
2575
+ msgstr "The Archive Headline sets the title seen on the archive page."
2576
 
2577
  #: lib/views/help/genesis-layout.php:28
2578
  msgid "These options can be extended or limited by the child theme. Additionally, many of the child themes do not allow different layouts on the home page as they have been designed for a specific home page layout."
2602
  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."
2603
  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."
2604
 
2605
+ #: config/customizer-seo-settings.php:278
2606
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2607
  msgid "Directories"
2608
  msgstr "Directories"
2609
 
2610
+ #: config/customizer-seo-settings.php:223
2611
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2612
  msgid "Archiving"
2613
  msgstr "Archiving"
2614
 
2615
+ #: config/customizer-seo-settings.php:176
2616
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2617
  msgid "Indexing"
2618
  msgstr "Indexing"
2627
  msgid "Primary Title %s"
2628
  msgstr "Primary Title %s"
2629
 
2630
+ #: config/customizer-seo-settings.php:58
2631
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2632
  msgid "Additions on right"
2633
  msgstr "Additions on right"
2634
 
2635
+ #: config/customizer-seo-settings.php:57
2636
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2637
  msgid "Additions on left"
2638
  msgstr "Additions on left"
2639
 
2640
+ #: config/customizer-seo-settings.php:52
2641
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2642
  msgid "Document Title Order"
2643
  msgstr "Document Title Order"
2644
 
2646
  msgid "Section Headings"
2647
  msgstr "Section Headings"
2648
 
2649
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2650
  msgid "Site-wide Settings"
2651
+ msgstr "Site-wide Settings"
2652
 
2653
  #: lib/views/help/genesis-inpost-seo.php:28
2654
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:57
2655
  msgid "Canonical URL"
2656
  msgstr "Canonical URL"
2657
 
2658
+ #: config/customizer-seo-settings.php:31
2659
  #: lib/views/help/genesis-inpost-seo.php:16
2660
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2661
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2663
  msgid "Document Title"
2664
  msgstr "Document Title"
2665
 
2666
+ #: lib/classes/class-genesis-admin.php:490
2667
  msgid "Link opens in a new window."
2668
  msgstr "Link opens in a new window."
2669
 
2670
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2671
  msgid "Featured Image Alignment"
2672
+ msgstr "Featured Image Alignment"
2673
 
2674
+ #: config/customizer-theme-settings.php:276
2675
  msgid "Featured Image Size"
2676
+ msgstr "Featured Image Size"
2677
 
2678
+ #: config/customizer-theme-settings.php:268
2679
  msgid "Display the featured image?"
2680
  msgstr "Display the featured image?"
2681
 
2682
+ #: config/customizer-theme-settings.php:260
2683
  msgid "Limit content to how many characters? (0 for no limit)"
2684
  msgstr "Limit content to how many characters? (0 for no limit)"
2685
 
2686
+ #: config/customizer-theme-settings.php:234
2687
  msgid "Enable Trackbacks on Pages"
2688
+ msgstr "Enable Trackbacks on Pages"
2689
 
2690
+ #: config/customizer-theme-settings.php:226
2691
  msgid "Enable Trackbacks on Posts"
2692
+ msgstr "Enable Trackbacks on Posts"
2693
 
2694
+ #: config/customizer-theme-settings.php:218
2695
  msgid "Enable Comments on Pages"
2696
+ msgstr "Enable Comments on Pages"
2697
 
2698
+ #: config/customizer-theme-settings.php:210
2699
  msgid "Enable Comments on Posts"
2700
+ msgstr "Enable Comments on Posts"
2701
 
2702
+ #: config/customizer-theme-settings.php:196
2703
  msgid "Breadcrumbs on Attachment/Media"
2704
  msgstr "Breadcrumbs on Attachment/Media"
2705
 
2706
+ #: config/customizer-theme-settings.php:188
2707
+ msgid "Breadcrumbs on 404 page"
2708
+ msgstr "Breadcrumbs on 404 page"
2709
 
2710
+ #: config/customizer-theme-settings.php:180
2711
  msgid "Breadcrumbs on Archives"
2712
  msgstr "Breadcrumbs on Archives"
2713
 
2714
+ #: config/customizer-theme-settings.php:172
2715
  msgid "Breadcrumbs on Pages"
2716
  msgstr "Breadcrumbs on Pages"
2717
 
2718
+ #: config/customizer-theme-settings.php:164
2719
  msgid "Breadcrumbs on Single Posts"
2720
  msgstr "Breadcrumbs on Single Posts"
2721
 
2722
+ #: config/customizer-theme-settings.php:156
2723
+ msgid "Breadcrumbs on Posts page"
2724
+ msgstr "Breadcrumbs on Posts page"
2725
 
2726
+ #: config/customizer-theme-settings.php:138
2727
+ #: config/customizer-theme-settings.php:147
 
 
 
2728
  msgid "Breadcrumbs on Homepage"
2729
  msgstr "Breadcrumbs on Home Page"
2730
 
2732
  msgid "Select Default Layout"
2733
  msgstr "Select Default Layout"
2734
 
2735
+ #: config/customizer-theme-settings.php:116
2736
  msgid "Site Layout"
2737
  msgstr "Site Layout"
2738
 
2739
+ #: config/customizer-theme-settings.php:104
2740
  msgid "Select Color Style"
2741
  msgstr "Select Colour Style"
2742
 
2743
+ #: config/customizer-theme-settings.php:100
2744
  msgid "Color Scheme"
2745
  msgstr "Colour Scheme"
2746
 
2747
+ #: config/customizer-theme-settings.php:68
2748
  msgid "Dynamic Text"
2749
  msgstr "Dynamic Text"
2750
 
2761
  msgid "Reader Interactions"
2762
  msgstr "Reader Interactions"
2763
 
 
 
 
 
2764
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2765
  msgid "Author Archive SEO Settings"
2766
  msgstr "Author Archive SEO Settings"
2767
 
2768
+ #: config/customizer-theme-settings.php:327
2769
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2770
  msgid "Footer Scripts"
2771
  msgstr "Footer Scripts"
2772
 
2773
+ #: config/customizer-theme-settings.php:317
2774
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2775
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2776
  msgid "Header Scripts"
2777
  msgstr "Header Scripts"
2778
 
2779
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2780
  msgid "Posts per Page"
2781
  msgstr "Posts per Page"
2782
 
2783
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2784
  msgid "Category IDs, comma separated - 1,2,3 for example"
2785
  msgstr "Category IDs, comma separated - 1,2,3 for example"
2786
 
2787
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2788
  msgid "Exclude Categories"
2789
  msgstr "Exclude Categories"
2790
 
2792
  msgid "Display Category"
2793
  msgstr "Display Category"
2794
 
2795
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2796
  msgid "Entry Pagination"
2797
  msgstr "Entry Pagination"
2798
 
2799
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2800
  msgid "Image Alignment:"
2801
  msgstr "Image Alignment:"
2802
 
2803
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2804
  msgid "Featured Image"
2805
  msgstr "Featured Image"
2806
 
2807
+ #: config/customizer-theme-settings.php:253
2808
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2809
  msgid "Entry excerpts"
2810
  msgstr "Entry excerpts"
2811
 
2812
+ #: config/customizer-theme-settings.php:252
2813
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2814
  msgid "Entry content"
2815
  msgstr "Entry content"
2816
 
2817
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2818
  msgid "Display"
2819
  msgstr "Display"
2820
 
2851
  msgid "Email address"
2852
  msgstr "Email address"
2853
 
2854
+ #: config/customizer-theme-settings.php:30
2855
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2856
  msgid "Updates"
2857
  msgstr "Updates"
2858
 
2859
+ #: config/layouts.php:49
2860
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2861
  msgstr "Secondary Sidebar, Content, Primary Sidebar"
2862
 
2863
+ #: config/layouts.php:44
2864
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2865
  msgstr "Secondary Sidebar, Primary Sidebar, Content"
2866
 
2867
+ #: config/layouts.php:39
2868
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2869
  msgstr "Content, Primary Sidebar, Secondary Sidebar"
2870
 
2871
+ #: config/layouts.php:33
2872
  msgid "Primary Sidebar, Content"
2873
  msgstr "Primary Sidebar, Content"
2874
 
2875
+ #: config/layouts.php:27
2876
  msgid "Content, Primary Sidebar"
2877
  msgstr "Content, Primary Sidebar"
2878
 
2879
+ #: lib/functions/formatting.php:101
2880
  msgid "about "
2881
  msgstr "about "
2882
 
2883
+ #: lib/classes/class-genesis-cli-db-command.php:43
2884
  msgid "Genesis database upgraded."
2885
  msgstr "Genesis database upgraded."
2886
 
 
 
 
 
 
2887
  #. Template Name of the plugin/theme
2888
  msgid "Blog"
2889
  msgstr "Blog"
2890
 
2891
  #. Author URI of the plugin/theme
2892
  msgid "https://www.studiopress.com/"
2893
+ msgstr "https://www.studiopress.com/"
2894
 
2895
  #. Author of the plugin/theme
2896
  msgid "StudioPress"
2904
  msgid "Genesis"
2905
  msgstr "Genesis"
2906
 
2907
+ #: lib/widgets/featured-post-widget.php:564
2908
  msgid "Content Post Info"
2909
  msgstr "Content Post Info"
2910
 
2911
+ #: lib/widgets/featured-post-widget.php:484
2912
  msgid "Exclude Sticky Posts?"
2913
  msgstr "Exclude Sticky Posts?"
2914
 
2915
+ #: config/customizer-theme-settings.php:292
2916
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:72
2917
+ #: lib/widgets/featured-page-widget.php:339
2918
+ #: lib/widgets/featured-post-widget.php:542
2919
  msgid "Center"
2920
  msgstr "Centre"
2921
 
2922
+ #: lib/widgets/featured-page-widget.php:134
2923
+ #: lib/widgets/featured-post-widget.php:172
2924
  msgid "(no title)"
2925
  msgstr "(no title)"
2926
 
2927
+ #: lib/structure/post.php:862
2928
  msgid "Current page"
2929
  msgstr "Current page"
2930
 
2931
+ #: lib/structure/post.php:425 lib/structure/post.php:835
2932
  msgid "Page "
2933
  msgstr "Page "
2934
 
2935
+ #: lib/structure/header.php:869
2936
  msgid "Skip to footer"
2937
  msgstr "Skip to footer"
2938
 
2939
+ #: lib/structure/header.php:863
2940
  msgid "Skip to secondary sidebar"
2941
  msgstr "Skip to secondary sidebar"
2942
 
2943
+ #: lib/structure/header.php:859
2944
  msgid "Skip to primary sidebar"
2945
  msgstr "Skip to primary sidebar"
2946
 
2947
+ #: lib/structure/header.php:856
2948
  msgid "Skip to content"
2949
  msgstr "Skip to content"
2950
 
2951
+ #: lib/structure/header.php:853
2952
  msgid "Skip to primary navigation"
2953
  msgstr "Skip to primary navigation"
2954
 
2955
+ #: lib/functions/widgetize.php:220
2956
  msgid "Widgets in this widget area will display after single entries."
2957
  msgstr "Widgets in this widget area will display after single entries."
2958
 
2959
+ #: lib/functions/widgetize.php:219
2960
  msgid "After Entry"
2961
  msgstr "After Entry"
2962
 
2963
+ #: lib/functions/widgetize.php:136
2964
  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."
2965
  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,84 +1,300 @@
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"
76
  msgstr "ID de editor de 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 "¿No tienes AdSense? <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">¡Haz clic aquí</a> para unirte!"
81
-
82
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
83
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:38
84
  #: lib/views/meta-boxes/genesis-user-seo.php:39
@@ -91,11 +307,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 +334,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 +345,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,27 +394,27 @@ 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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
  msgstr "Introduce tu ID de editor de AdSense (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) para activar AdSense."
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
  msgstr "ID de editor de Google AdSense"
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
  msgstr "¿Deshabilitar la salida de AdSense para esta entrada?"
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
  msgstr "Salida de AdSense"
204
 
@@ -207,25 +423,25 @@ 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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
  msgstr "¡Hola! ¿Sabías que ahora puedes configurar los ajustes de del tema con la vista previa en vivo del Personalizador?"
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
  msgstr "En algún momento estas páginas dejarán de estar disponibles y todo se configurará desde el Personalizador, así que ¡<a href=\"%s\">Empieza a usarlo ya</a>!"
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
  msgstr "¡Hola! ¿Sabías que ahora puedes configurar los ajustes de SEO con la vista previa en vivo del Personalizador?"
231
 
@@ -233,168 +449,167 @@ 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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
  msgstr "Para obtener más información, consulta nuestro artículo en %s"
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
- msgstr "Esto puede ser útil para diagnosticar problemas con el tema cuando solicitas asistencia en la %spágina de ayuda%s"
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
400
  msgid "This setting has been deprecated because it is no longer recommended. If you uncheck this box, the setting will disappear."
@@ -402,8 +617,8 @@ msgstr "Este ajuste ha quedado obsoleto porque ya no se recomienda. Si desmarcas
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
- msgstr "%sNota:%s La etiqueta shortlink puede tener alguna utilidad para servicios de terceros, pero no tiene ningún valor para %s ."
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
409
  msgid "SEO"
@@ -441,11 +656,11 @@ msgstr "Mostrar antes de la etiqueta %s de cierre, después de todos los scripts
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
  msgstr "Estructura predeterminada establecida en los %s"
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
  msgstr "Ver el %1$sarchivo de %3$s%2$s."
@@ -514,10 +729,6 @@ msgstr "El estándar para los temas premium de WordPress."
514
  msgid "Edit Archive Settings"
515
  msgstr "Editar los ajustes de los archivos"
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr "https://www.studiopress.com/genesis-always-use-child-theme/"
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr "Hemos notado que estás usando directamente el tema padre Genesis Framework. ¡Te recomendamos enérgicamente que utilices un tema hijo! (incluso tenemos un tema hijo gratuito que puedes usar). "
@@ -530,7 +741,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"
@@ -539,9 +750,9 @@ msgstr "Buscar actualizaciones"
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr "Si proporcionas una dirección de correo electrónico, tu sitio le enviará un mensaje cuando haya una actualización."
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr "Guardar cambios"
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr "Lo siento, ningún contenido coincide con tu búsqueda."
584
 
585
- #: lib/structure/comments.php:370
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."
@@ -594,7 +796,7 @@ msgstr "Si actualizas Genesis sobrescribirás la versión que tienes instalada.
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 +822,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 +832,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
@@ -645,9 +847,9 @@ msgid "Archive"
645
  msgstr "Archivo"
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
- msgstr "La página que estas buscando ya no existe. Posiblemente quieras volver a la <a href=\"%s\">portada</a> y ver si puedes encontrar lo que estás buscando. O puedes intentar encontrarlo usando este formulario de búsqueda."
651
 
652
  #: 404.php:36
653
  msgid "Not found, error 404"
@@ -661,7 +863,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,28 +875,29 @@ 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
686
  msgid "Blog Page Template"
687
  msgstr "Estructura de página del blog"
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr "Cabecera"
@@ -704,7 +907,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,18 +920,18 @@ 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."
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr "Déjalo en blanco si no quieres mostrar ningún texto introductorio."
790
 
@@ -803,9 +1006,9 @@ msgstr "Déjalo en blanco si no quieres mostrar un encabezado."
803
  msgid "Archive Headline"
804
  msgstr "Encabezado del archivo"
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr "Error guardando los ajustes."
811
 
@@ -813,11 +1016,11 @@ msgstr "Error guardando los ajustes."
813
  msgid "Custom Text Content"
814
  msgstr "Contenido de texto personalizado"
815
 
816
- #: lib/init.php:104
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,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr "No puedes utilizar %s para crear dos menús en la misma subclase. Utiliza subclases diferentes para cada menú."
849
 
@@ -855,11 +1058,11 @@ msgstr "Opciones del archivo de autor"
855
  msgid "User Permissions"
856
  msgstr "Permisos de usuario"
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr "Por favor, selecciona el estilo de color que quieras en la lista desplegable y guarda tus ajustes."
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr "Estilo de color:"
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr "Este código se incluye inmediatamente antes de cerrar la etiqueta %s en el código fuente del documento."
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr "Tamaño de imagen:"
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr "Estilo de color"
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr "Sígueme en Twitter"
888
 
@@ -911,19 +1114,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 +1134,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 +1142,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 +1150,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 +1158,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 +1166,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,24 +1174,24 @@ 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"
985
 
986
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
987
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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
@@ -999,52 +1202,48 @@ msgstr "Archivos"
999
  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
1007
- #: lib/classes/class-genesis-admin-settings.php:298
1008
  #: lib/views/help/genesis-scripts.php:15
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
1016
  msgid "Comments and Trackbacks"
1017
  msgstr "Comentarios y trackbacks"
1018
 
1019
- #: lib/classes/class-genesis-admin-settings.php:232
1020
- #: lib/classes/class-genesis-admin-settings.php:278
1021
  #: lib/views/help/genesis-layout.php:15
1022
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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."
1030
 
1031
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1032
- #: lib/classes/class-genesis-admin-settings.php:62
1033
- #: lib/classes/class-genesis-admin.php:131
1034
  msgid "Settings saved."
1035
  msgstr "Ajustes guardados."
1036
 
1037
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1038
- #: lib/classes/class-genesis-admin-settings.php:63
1039
- #: lib/classes/class-genesis-admin.php:132
1040
  msgid "Settings reset."
1041
  msgstr "Ajustes restablecidos."
1042
 
1043
- #: lib/classes/class-genesis-admin-import-export.php:100
1044
  msgid "Settings successfully imported."
1045
  msgstr "Ajustes importados correctamente."
1046
 
1047
- #: lib/views/pages/genesis-admin-import-export.php:38
1048
  msgid "Upload File and Import"
1049
  msgstr "Subir archivo e importar"
1050
 
@@ -1053,15 +1252,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1053
  msgstr "Selecciona el archivo en tu ordenador y haz clic en \"Subir archivo e importar\""
1054
 
1055
  #: lib/admin/customizer.php:94
1056
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1073,65 +1272,65 @@ msgstr "atrás"
1073
  msgid "Select / Deselect All"
1074
  msgstr "Seleccionar / Deseleccionar todo"
1075
 
1076
- #: lib/classes/class-genesis-admin-import-export.php:145
1077
  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
 
1089
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1338,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 +1348,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"
@@ -1184,7 +1383,7 @@ msgstr "¿Activar el menú de administración de Genesis?"
1184
  msgid "Genesis Admin Menus"
1185
  msgstr "Menús de administración de Genesis"
1186
 
1187
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1188
  msgid "Include the Featured Image?"
1189
  msgstr "¿Incluir la imagen destacada?"
1190
 
@@ -1222,19 +1421,20 @@ msgstr "URL de redirección personalizada"
1222
  msgid "Characters Used: %s"
1223
  msgstr "Carácteres utilizados: %s"
1224
 
1225
- #: lib/views/pages/genesis-admin-import-export.php:61
1226
  msgid "Download Export File"
1227
  msgstr "Descargar archivo exportado"
1228
 
1229
- #: lib/views/pages/genesis-admin-import-export.php:54
1230
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1231
  msgstr "Una vez que hayas guardado el archivo descargado, puedes utilizar la función \"Importar archivo de ajustes de Genesis\" en otro sitio para importar esos datos."
1232
 
1233
- #: lib/views/pages/genesis-admin-import-export.php:46
1234
  msgid "Export Genesis Settings File"
1235
  msgstr "Exportar archivo de ajustes de Genesis"
1236
 
1237
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1238
  msgid "Upload File (Maximum Size: %s): "
1239
  msgstr "Subir archivo (Tamaño máximo: %s): "
1240
 
@@ -1298,93 +1498,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,42 +1604,44 @@ 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
 
1442
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1443
  msgid "by"
1444
  msgstr "por"
1445
 
@@ -1451,27 +1653,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 +1686,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
 
@@ -1496,70 +1698,65 @@ msgstr "Acerca de"
1496
  msgid "By"
1497
  msgstr "Por"
1498
 
1499
- #: lib/structure/post.php:380
1500
  msgid "[Read more...]"
1501
  msgstr "[Leer más...]"
1502
 
1503
- #: lib/structure/menu.php:150
1504
  msgid "Comments"
1505
  msgstr "Comentarios"
1506
 
1507
- #: lib/structure/menu.php:149
1508
  msgid "Posts"
1509
  msgstr "Entradas"
1510
 
1511
- #: lib/init.php:103
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
 
1519
- #: lib/structure/comments.php:495
1520
  msgid "Speak Your Mind"
1521
  msgstr "Deja tu opinión"
1522
 
1523
- #: lib/structure/comments.php:486
1524
  msgid "Website"
1525
  msgstr "Web"
1526
 
1527
- #: lib/structure/comments.php:480
1528
  msgid "Email"
1529
  msgstr "Correo electrónico"
1530
 
1531
- #: lib/structure/comments.php:474
1532
  msgid "Name"
1533
  msgstr "Nombre"
1534
 
1535
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1536
  msgid "Your comment is awaiting moderation."
1537
  msgstr "Tu comentario está en espera para ser revisado."
1538
 
1539
  #. translators: 1: Comment date, 2: Comment time.
1540
- #: lib/structure/comments.php:265
1541
  msgid "%1$s at %2$s"
1542
  msgstr "%1$s al %2$s"
1543
 
1544
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1545
  msgid "says"
1546
  msgstr "dice"
1547
 
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 "<cite class=\"fn\">%1$s</cite> <span class=\"says\">%2$s:</span>"
1552
-
1553
- #: lib/structure/comments.php:162
1554
  msgid "<h3>Trackbacks</h3>"
1555
  msgstr "<h3>Trackbacks</h3>"
1556
 
1557
- #: lib/structure/comments.php:72
1558
  msgid "<h3>Comments</h3>"
1559
  msgstr "<h3>Comentarios </h3>"
1560
 
1561
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1562
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1563
  msgid "(Edit)"
1564
  msgstr "(Editar)"
1565
 
@@ -1583,11 +1780,11 @@ msgstr "1 comentario"
1583
  msgid "Leave a Comment"
1584
  msgstr "Deja un comentario"
1585
 
1586
- #: lib/shortcodes/footer.php:309
1587
  msgid "Log out"
1588
  msgstr "Cerrar sesión"
1589
 
1590
- #: lib/shortcodes/footer.php:307
1591
  msgid "Log in"
1592
  msgstr "Iniciar sesión"
1593
 
@@ -1596,30 +1793,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 +1824,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 +1905,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,16 +1927,16 @@ 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
1744
  msgid "Breadcrumbs"
1745
  msgstr "Migas de pan"
@@ -1748,14 +1945,14 @@ msgstr "Migas de pan"
1748
  msgid "Author Box"
1749
  msgstr "Caja de autor"
1750
 
1751
- #: lib/classes/class-genesis-admin-settings.php:231
1752
- #: lib/classes/class-genesis-admin-settings.php:272
1753
  #: lib/views/help/genesis-feeds.php:15
1754
  msgid "Custom Feeds"
1755
  msgstr "Feeds personalizados"
1756
 
1757
- #: lib/classes/class-genesis-admin-settings.php:230
1758
- #: lib/classes/class-genesis-admin-settings.php:265
1759
  #: lib/views/help/genesis-information.php:15
1760
  msgid "Information"
1761
  msgstr "Información"
@@ -1836,7 +2033,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,25 +2055,25 @@ 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"
@@ -1885,46 +2082,46 @@ msgstr "Izquierda"
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "¿Estás seguro de que quieres restablecer?"
1887
 
1888
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1889
- #: lib/classes/class-genesis-admin-settings.php:61
1890
- #: lib/classes/class-genesis-admin.php:130
1891
  msgid "Reset Settings"
1892
  msgstr "Restablecer ajustes"
1893
 
1894
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1895
  msgid "Genesis - SEO Settings"
1896
  msgstr "Genesis - Ajustes de SEO"
1897
 
1898
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1899
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1900
  #: lib/views/help/seo-dochead.php:15
1901
  msgid "Document Head Settings"
1902
  msgstr "Opciones de cabecera de documento"
1903
 
1904
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1905
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1906
  #: lib/views/help/seo-homepage.php:15
1907
  msgid "Homepage Settings"
1908
  msgstr "Ajustes de la Página Inicial"
1909
 
1910
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1911
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1912
- #: lib/classes/class-genesis-admin-import-export.php:125
1913
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1914
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1915
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1923
- #: lib/classes/class-genesis-admin-settings.php:229
1924
  #: lib/views/help/genesis-theme-settings.php:15
1925
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1926
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1927
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1928
  msgid "Theme Settings"
1929
  msgstr "Ajustes del tema"
1930
 
@@ -1937,14 +2134,14 @@ msgstr "Ajustes del tema"
1937
  msgid "Apply %s to this post/page"
1938
  msgstr "Aplicar %s a esta entrada/página"
1939
 
1940
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1941
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1942
  #: lib/views/help/seo-robots.php:15
1943
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2152,27 @@ 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
 
1978
- #: lib/classes/class-genesis-admin-settings.php:244
1979
  msgid "Home Pages"
1980
  msgstr "Páginas de inicio"
1981
 
@@ -2020,7 +2217,7 @@ msgstr "Como funcionan las páginas de inicio"
2020
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2021
  msgstr "Ésto te provee dos campos que serán emitidos al elemento %1$s de tu sitio y justo antes de la etiqueta %2$s. Éstos campos aparecerán en cada página del sitio y son de gran ayuda para añadir códico de analítica y otros scripts. No puede usar PHP en estos campos, si necesitas hacerlo puedes chequear el plugin Genesis Simple Hooks."
2022
 
2023
- #: lib/classes/class-genesis-admin-settings.php:242
2024
  #: lib/views/help/genesis-blog.php:15
2025
  msgid "Blog Page"
2026
  msgstr "Página del blog"
@@ -2205,7 +2402,7 @@ msgstr "%1$sAñadir nombre del sitio%2$s añade el título que hayas definido en
2205
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2206
  msgstr "%1$sAñadir descripción del sitio%2$s añade la descripción que hayas definido en tus ajustes generales después del título de tu página de inicio."
2207
 
2208
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2209
  #: lib/views/help/seo-doctitle.php:15
2210
  msgid "Doctitle Settings"
2211
  msgstr "Ajustes de Doctitle"
@@ -2230,19 +2427,19 @@ msgstr "Si no ves el submenú Ajustes de SEO, entonces es probable que tengas ac
2230
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2231
  msgstr "El SEO en Genesis (optimización en buscadores) es respetuoso, ya que se desactiva cuando alguno de los plugins SEO más populares (Pej. All-in-One SEO, WordPress SEO, etc.) están activos."
2232
 
2233
- #: lib/classes/class-genesis-admin.php:435
2234
  msgid "Genesis Tutorials"
2235
  msgstr "Tutoriales de Genesis"
2236
 
2237
- #: lib/classes/class-genesis-admin.php:434
2238
  msgid "Genesis Snippets"
2239
  msgstr "Snippets de Genesis"
2240
 
2241
- #: lib/classes/class-genesis-admin.php:433
2242
  msgid "Get Support"
2243
  msgstr "Consigue ayuda"
2244
 
2245
- #: lib/classes/class-genesis-admin.php:432
2246
  msgid "For more information:"
2247
  msgstr "Para más información:"
2248
 
@@ -2280,16 +2477,10 @@ 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."
2292
- msgstr "Para ver los ajustes de la navegación primaria, debes crear un %smenú personalizado%s y asignarlo a la ubicación Menú primario."
2293
 
2294
  #: lib/views/help/genesis-navigation.php:23
2295
  msgid "Twitter link displays a link to your Twitter profile, as indicated in Twitter ID setting. Enter only your user name in this setting."
@@ -2321,12 +2512,7 @@ msgstr "La opción %1$sImagen de Logo%2$s usará archivo de imagen para el logo,
2321
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2322
  msgstr "La opción %1$sTexto dinámico%2$s usará en la cabecera el título y la descripción del sitio que hayas establecidos en los ajustes de tu sitio."
2323
 
2324
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2325
- #: lib/structure/sidebar.php:67
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
 
@@ -2374,7 +2560,7 @@ msgid "This works with the Blog Template, which is a page template that shows yo
2374
  msgstr "Esto funciona con la plantilla de blog, una plantilla que muestra los últimos artículos. Es lo que la gente ve cuando visita tu Página de Inicio."
2375
 
2376
  #. translators: JOSN file extension.
2377
- #: lib/views/pages/genesis-admin-import-export.php:51
2378
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2379
  msgstr "Cuando hagas clic en el siguiente botón, Genesis generará un archivo (%s) para que lo puedas guardar en tu ordenador."
2380
 
@@ -2418,17 +2604,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,18 +2629,18 @@ 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"
2460
 
@@ -2462,7 +2648,7 @@ msgstr "Orden del título del documento"
2462
  msgid "Section Headings"
2463
  msgstr "Encabezados de sección"
2464
 
2465
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2466
  msgid "Site-wide Settings"
2467
  msgstr "Editar ajustes de todo el sitio"
2468
 
@@ -2471,7 +2657,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
@@ -2479,76 +2665,68 @@ msgstr "URL canónica"
2479
  msgid "Document Title"
2480
  msgstr "Título del documento"
2481
 
2482
- #: lib/classes/class-genesis-admin.php:430
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 +2734,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
 
@@ -2585,34 +2763,30 @@ msgstr "Selecciona estructura"
2585
  msgid "Reader Interactions"
2586
  msgstr "Interacciones del lector"
2587
 
2588
- #: 404.php:57
2589
- msgid "Sitemap"
2590
- msgstr "Mapa del sitio"
2591
-
2592
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2605
  msgstr "Scripts de la cabecera"
2606
 
2607
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2608
  msgid "Posts per Page"
2609
  msgstr "Entradas por página"
2610
 
2611
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2612
  msgid "Category IDs, comma separated - 1,2,3 for example"
2613
  msgstr "IDs de categoría, separadas por comas - Por ejemplo 1,2,3"
2614
 
2615
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2616
  msgid "Exclude Categories"
2617
  msgstr "Excluir categorías"
2618
 
@@ -2620,29 +2794,29 @@ msgstr "Excluir categorías"
2620
  msgid "Display Category"
2621
  msgstr "Mostrar categoría"
2622
 
2623
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2624
  msgid "Entry Pagination"
2625
  msgstr "Paginación de entrada"
2626
 
2627
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2628
  msgid "Image Alignment:"
2629
  msgstr "Alineación de imagen:"
2630
 
2631
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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"
2644
 
2645
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2646
  msgid "Display"
2647
  msgstr "Mostrar"
2648
 
@@ -2679,44 +2853,39 @@ 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
 
2711
- #: lib/classes/class-genesis-cli-command.php:44
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,62 +2906,62 @@ 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
 
2768
- #: lib/structure/header.php:846
2769
  msgid "Skip to footer"
2770
  msgstr "Saltar al pie de página"
2771
 
2772
- #: lib/structure/header.php:840
2773
  msgid "Skip to secondary sidebar"
2774
  msgstr "Saltar a la barra lateral secundaria"
2775
 
2776
- #: lib/structure/header.php:836
2777
  msgid "Skip to primary sidebar"
2778
  msgstr "Saltar a la barra lateral principal"
2779
 
2780
- #: lib/structure/header.php:833
2781
  msgid "Skip to content"
2782
  msgstr "Saltar al contenido"
2783
 
2784
- #: lib/structure/header.php:830
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.10 in Spanish (Spain)
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-05-05 11:15:47+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.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
+ msgstr "Genesis 2.10 añade nuevos comandos WP-CLI y una página de plugins Genesis que ayudará a descubrir e instalar plugins Genesis."
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
21
+ msgstr "Mantenemos una lista de cambios detallada para cada actualización, puedes encontrarla <a href=\"%s\">aquí</a>."
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
+ msgstr "Creemos que este movimiento ayudará a conseguir que tu experiencia con Genesis sea más consistente con la forma en la que ya gestionas tu sitio WordPress, además de hacer más sencillo el proceso de registrar y mostrar los ajustes."
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
+ msgstr "Genesis 2.10 comenzará el proceso de mover la gestión de los ajustes al personalizador de WordPress. Los enlaces de los ajustes de Genesis y del menú de administración de los ajustes SEO ahora te llevan al panel apropiado del personalizador, donde puedes gestionar tus ajustes igual que antes."
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
+ msgstr "Moviéndose al personalizador de WordPress."
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
+ msgstr "Este nuevo link te permitirá ver e instalar, directamente desde tu escritorio, los plugins más populares creados por StudioPress."
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
+ msgstr "En Genesis 2.10, si miras debajo del menú de administración de Genesis encontrarás un nuevo link llamado «Plugins para Genesis»."
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
+ msgstr "Es muy probable que ya hayas usado uno de los numerosos plugin para Genesis disponibles en WordPress.org. Pero el proceso para encontrar los plugins oficiales del equipo de StudioPress e instalarlos has sido un poco difícil en el pasado."
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
+ msgstr "Instalar plugin de Genesis"
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
+ msgstr "Para ver una lista con los nuevos comandos, echa un ojo a la documentación actualizada."
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
+ msgstr "Genesis 2.10 introduces algunos nuevos comandos clave para WP-CLI que deberías de ayudarte con las tareas más comunes, como revisar la versión actual de Genesis, actualizar y gestionar los ajustes del tema."
58
+
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
+ msgstr "Si eres un desarrollador que ama Genesis y también disfruta usando WP-CLI para gestionar tu web, las cosas están a punto de ponerse mucho más fáciles."
62
+
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr "Nuevos comandos para WP-CLI"
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr "Esto cambiará tu página principal por defecto."
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr "Se añadirá contenido de muestra para que el tema se vea como el de la demo."
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr "Los siguientes plugins se instalarán y activarán automáticamente con este tema (los enlaces se abren en otra ventana)."
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr "No se pudo leer el fichero: %1$s."
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr "nueva ventana"
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr "Parece que algo fue mal. Por favor revisa tu comando y vuelve a intentar."
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr "Ajustes guardados."
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr "Plugins para Genesis"
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr "Configurar tu sitio web"
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr "Usa el botón \"Configura tu página principal\" para empezar. No se perderá ninguno de tus contenidos."
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
+ msgstr "%s soporta la configuración automática e importación de contenido de ejemplo y/o de plugins recomendados."
113
 
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr "Empieza con %s."
118
 
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr "Haz clic aquí"
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr "No tienes AdSense? %s para registrarte!"
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr "Haz click aquí para habilitarlo."
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr "Los Ads automáticos deben de estar habilitados en tu cuenta de AdSense account para que esta característica funcione correctamente. %s"
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr "Panel de widgets"
140
+
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr "Este es el %1$s. Puedes añadir contenido a este área visitando tu %2$s y añadiendo nuevos widgets a este área."
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr "Usa `genesis_get_author_box()` en su lugar."
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr "Por defecto es <em>true</>, así que elimina el segundo argumento."
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr "Ocurrió un error importando la imagen %1$s. Error: %2$s"
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr "Ocurrió un error al descargar la imagen destacada desde %1$s. Error: %2$s"
163
+
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
+ msgstr "Ocurrió un error creando el item de menú %1$s. Error: %2$s"
168
+
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr "Ocurrió un error al crear el menú %1$s. Error: %2$s"
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr "Se ha completado un paso de la configuración."
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr "Se ha iniciado un paso de la configuración."
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
+ msgstr "El proceso de configuración del sitio web se ha completado."
185
+
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr "El proceso de configuración del sitio web ha comenzado."
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr "Atomic Blocks"
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr "Gutenberg News"
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr "Blog de StudioPress"
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr "Gutenberg Intro"
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
+ msgstr "Aprende sobre el nuevo editor de WordPress (Gutenberg) y a construir con bloques de contenido usando los recursos de abajo."
209
+
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr "Enlaces de ayuda"
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr "Edita tu página principal"
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr "Ver tu página principal"
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr "¡La configuración de tu sitio web se ha completado! Ve o edita tu página principal usando los botones de abajo."
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr "¡Todo hecho!"
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr "Contenido demo"
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr "Plugins recomendados"
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr "O ve a configuración del tema"
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr "actualiza ahora"
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr "Echa un ojo a las novedades"
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr "Genesis %1$s está disponible. %2$s or %3$s."
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr "Mira que hay de nuevo en"
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr "Enhorabuena, estás usando Genesis %1$s! %2$s"
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr "Utiliza `genesis_get_structural_wrap()` en su lugar."
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr "El valor por defecto es <em>true</em>, así que elimina el tercer argumento."
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr "Empezando"
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
+ msgstr "Genesis - Empezando"
284
+
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
+ msgstr "Hubo un error en la importación de la página %1$s. Error: %2$s"
289
+
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr "Los detalles"
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
  msgid "AdSense publisher ID"
296
  msgstr "ID de editor de AdSense"
297
 
 
 
 
 
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
299
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:38
300
  #: lib/views/meta-boxes/genesis-user-seo.php:39
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
  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."
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
  msgstr "Siguiente entrada:"
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
  msgstr "Entrada anterior:"
317
 
334
  msgstr "Actualizar el correo para notificaciones"
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
  msgstr "Datos del archivo de autor de Genesis"
340
 
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
  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."
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
  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."
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
  msgstr "¿No tienes AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>¡Haz clic aquí</a> para unirte!"
362
 
394
  msgid "Genesis Blue"
395
  msgstr "Genesis Blue"
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
  msgstr "Fecha de modificación"
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
  msgstr "Fecha de publicación"
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
  msgstr "Introduce tu ID de editor de AdSense (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) para activar AdSense."
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
  msgstr "ID de editor de Google AdSense"
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
  msgstr "¿Deshabilitar la salida de AdSense para esta entrada?"
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
  msgstr "Salida de AdSense"
420
 
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
  msgstr "Tu tema hijo usa encabezados accesibles. Si dejas esto en blanco, se usará el encabezado accesible por defecto."
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
  msgstr "Secundario"
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
  msgstr "Principal"
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
  msgstr "¡Hola! ¿Sabías que ahora puedes configurar los ajustes de del tema con la vista previa en vivo del Personalizador?"
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
  msgstr "En algún momento estas páginas dejarán de estar disponibles y todo se configurará desde el Personalizador, así que ¡<a href=\"%s\">Empieza a usarlo ya</a>!"
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
  msgstr "¡Hola! ¿Sabías que ahora puedes configurar los ajustes de SEO con la vista previa en vivo del Personalizador?"
447
 
449
  msgid "Google Adsense"
450
  msgstr "Google Adsense"
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
  msgstr "Scripts de cabecera/pie de página"
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
  msgstr "Selecciona las páginas que deben mostrar migas de pan."
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
  msgstr "Selecciona las estructuras del sitio"
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
  msgstr "Introduce tu ID de editor de AdSense (ca-pub-xxxxxxxxxxxxx) para activar los Anuncios Automáticos de AdSense"
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
  msgstr "ID de editor"
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
  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>"
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
  msgstr "Google AdSense"
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
  msgstr "Si nos proporcionas tu dirección de correo electrónico, te avisaremos cuando haya disponible una nueva versión de Genesis."
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
  msgstr "Dirección de correo electrónico"
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
  msgstr "Marcando esta casilla permites que Genesis compruebe periódicamente si hay actualizaciones."
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
  msgstr "Personalizar los ajustes del tema."
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
  msgstr "¿Aplicar noydir a todo el sitio?"
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
  msgstr "¿Aplicar noodp a todo el sitio?"
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
  msgstr "Sitio completo"
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
  msgstr "Aplicar noarchive a las siguientes páginas de archivo."
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
  msgstr "Resultados de búsqueda"
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
  msgstr "Archivos por fecha"
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
  msgstr "Archivos de Autor"
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
  msgstr "Archivos de etiquetas"
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
  msgstr "Archivos de categoría"
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
  msgstr "Aplicar noindex a las siguientes páginas de archivo."
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
  msgstr "¿Incluir la etiqueta shortlink?"
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
  msgstr "Etiquetas rel link para entradas adjacentes"
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
  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."
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
  msgstr "Cabecera del documento"
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
  msgstr "Aplicar noarchive a la página de inicio"
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
  msgstr "Aplicar nofollow en la página de inicio"
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
  msgstr "Aplicar noindex a la página de inicio"
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
  msgstr "¿Añadir la descripción corta del sitio (tagline) al título de documento en la página de inicio?"
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
  msgstr "Si dejas el campo vacío se usará el título de tu sitio."
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
  msgstr "Título de documento de la página de inicio"
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
  msgstr "Descripción corta del sitio (tagline)"
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
  msgstr "Título H1 primario"
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
  msgstr "¿Añadir el nombre del sitio al título de página en páginas interiores? "
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
  msgstr "Personalizar varios ajustes de SEO del tema."
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
  msgstr "Cambios"
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
  msgstr "Para obtener más información, consulta nuestro artículo en %s"
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
+ msgstr "Esto puede ser útil para diagnosticar problemas con el tema cuando solicitas asistencia en la %1$spágina de ayuda%2$s."
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
615
  msgid "This setting has been deprecated because it is no longer recommended. If you uncheck this box, the setting will disappear."
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
+ msgstr "%1$sNota:%2$s La etiqueta shortlink puede tener alguna utilidad para servicios de terceros, pero no tiene ningún valor para %3$s."
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
624
  msgid "SEO"
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
  msgstr "Estructura predeterminada establecida en los %s"
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
  msgstr "Ver el %1$sarchivo de %3$s%2$s."
729
  msgid "Edit Archive Settings"
730
  msgstr "Editar los ajustes de los archivos"
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr "Hemos notado que estás usando directamente el tema padre Genesis Framework. ¡Te recomendamos enérgicamente que utilices un tema hijo! (incluso tenemos un tema hijo gratuito que puedes usar). "
741
  msgid "Use for site title/logo"
742
  msgstr "Uso para el título / logo del sitio"
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr "Buscar actualizaciones"
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr "Si proporcionas una dirección de correo electrónico, tu sitio le enviará un mensaje cuando haya una actualización."
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr "Guardar cambios"
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr "Obtén más información sobre la URL canónica personalizada"
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr "Tipo de paginación de entrada"
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr "¿Excluir entradas mostradas anteriormente?"
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr "Lo siento, ningún contenido coincide con tu búsqueda."
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  msgstr "Si actualizas Genesis sobrescribirás la versión que tienes instalada. ¿Seguro que quieres actualizar?. \"Cancelar\" para abortar, \"Aceptar\" para actualizar."
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr "Los cambios que has realizado se perderán si te vas de esta página."
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr "entidades decimales o hexadecimales"
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr "Meta etiquetas robots"
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr "Meta palabras clave"
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr "Archivo"
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
+ msgstr "La página que estas buscando ya no existe. Posiblemente quieras volver a la <a href=\"%s\">portada</a> y ver si puedes encontrar lo que estás buscando. O puedes intentar encontrarla utilizando este formulario de búsqueda."
853
 
854
  #: 404.php:36
855
  msgid "Not found, error 404"
863
  msgid "Contributor"
864
  msgstr "Colaborador"
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr "Colaboradores"
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  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."
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr "Página de inicio"
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
  msgstr "Página de entradas"
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr "Estructura de página del blog"
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr "Navegación"
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr "Cabecera"
907
  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."
908
  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."
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  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."
920
  msgid "Site Description (Tagline)"
921
  msgstr "Descripción corta del sitio (Tagline)"
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr "Si el título se compone de dos partes (título original y adición opcional), el separador va entre ellas."
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr "Separador del título del documento"
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr "Determinar a qué lado irá ubicado el título añadido."
937
 
949
  msgid "Read More"
950
  msgstr "Leer más"
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr "Buscar en esta web"
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr "Leer más"
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  msgstr "Ir a los ajustes de SEO &rarr;"
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr "Ir a ajustes del tema &rarr;"
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr "Jefes de proyecto"
971
 
978
  msgid "Google+"
979
  msgstr "Google+"
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr "Usar para el título/logo del sitio:"
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr "en"
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr "Déjalo en blanco si no quieres mostrar ningún texto introductorio."
993
 
1006
  msgid "Archive Headline"
1007
  msgstr "Encabezado del archivo"
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr "Error guardando los ajustes."
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr "Contenido de texto personalizado"
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr "Menú de navegación secundario"
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr "Cabecera izquierda"
1026
 
1029
  msgstr "Texto ampliado del enlace de página"
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr "Área %d de widgets del pie de página."
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  msgstr "Esta es la barra lateral secundaria si estás usando una opción de plantilla de tres columnas."
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  msgstr "Esta es la barra lateral primaria si estás usando una opción de plantilla de dos o tres columnas."
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr "El argumento \"context\", ha sido reemplazado por \"theme_location\" en el array $args."
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr "No puedes utilizar %s para crear dos menús en la misma subclase. Utiliza subclases diferentes para cada menú."
1052
 
1058
  msgid "User Permissions"
1059
  msgstr "Permisos de usuario"
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr "Por favor, selecciona el estilo de color que quieras en la lista desplegable y guarda tus ajustes."
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr "Estilo de color:"
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr "Este código se incluye inmediatamente antes de cerrar la etiqueta %s en el código fuente del documento."
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr "Tamaño de imagen:"
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr "Estilo de color"
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr "Sígueme en Twitter"
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr "Ajustes de estructura"
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr "Ajustes de SEO del tema"
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr "y"
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1134
  msgstr[1] "%s segundos"
1135
 
1136
  #. translators: %s: Number of minute(s).
1137
+ #: lib/functions/formatting.php:361
1138
  msgctxt "time difference"
1139
  msgid "%s minute"
1140
  msgid_plural "%s minutes"
1142
  msgstr[1] "%s minutos"
1143
 
1144
  #. translators: %s: Number of hour(s).
1145
+ #: lib/functions/formatting.php:359
1146
  msgctxt "time difference"
1147
  msgid "%s hour"
1148
  msgid_plural "%s hours"
1150
  msgstr[1] "%s horas"
1151
 
1152
  #. translators: %s: Number of day(s).
1153
+ #: lib/functions/formatting.php:357
1154
  msgctxt "time difference"
1155
  msgid "%s day"
1156
  msgid_plural "%s days"
1158
  msgstr[1] "%s días"
1159
 
1160
  #. translators: %s: Number of week(s).
1161
+ #: lib/functions/formatting.php:355
1162
  msgctxt "time difference"
1163
  msgid "%s week"
1164
  msgid_plural "%s weeks"
1166
  msgstr[1] "%s semanas"
1167
 
1168
  #. translators: %s: Number of month(s).
1169
+ #: lib/functions/formatting.php:353
1170
  msgctxt "time difference"
1171
  msgid "%s month"
1172
  msgid_plural "%s months"
1174
  msgstr[1] "%s meses"
1175
 
1176
  #. translators: %s: Number of year(s).
1177
+ #: lib/functions/formatting.php:351
1178
  msgctxt "time difference"
1179
  msgid "%s year"
1180
  msgid_plural "%s years"
1181
  msgstr[0] "%s año"
1182
  msgstr[1] "%s años"
1183
 
1184
+ #: lib/functions/formatting.php:345
1185
  msgctxt "time difference"
1186
  msgid "seconds"
1187
  msgstr "segundos"
1188
 
1189
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1190
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1191
  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."
1192
 
1193
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1194
+ msgid "404 page"
1195
  msgstr "Página 404"
1196
 
1197
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1202
  msgid "Pages"
1203
  msgstr "Páginas"
1204
 
1205
+ #: lib/classes/class-genesis-admin-settings.php:246
1206
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1207
  #: lib/views/help/genesis-scripts.php:15
1208
  msgid "Header and Footer Scripts"
1209
  msgstr "Scripts de cabecera y pie de página"
1210
 
1211
+ #: config/customizer-theme-settings.php:206
1212
+ #: lib/classes/class-genesis-admin-settings.php:243
1213
+ #: lib/classes/class-genesis-admin-settings.php:296
1214
  #: lib/views/help/genesis-comments.php:15
1215
  msgid "Comments and Trackbacks"
1216
  msgstr "Comentarios y trackbacks"
1217
 
1218
+ #: lib/classes/class-genesis-admin-settings.php:235
1219
+ #: lib/classes/class-genesis-admin-settings.php:281
1220
  #: lib/views/help/genesis-layout.php:15
1221
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1222
  msgid "Default Layout"
1223
  msgstr "Estructura predeterminada"
1224
 
1225
+ #: config/customizer-seo-settings.php:111
1226
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1227
  msgid "Keywords are generally ignored by Search Engines."
1228
  msgstr "Las palabras clave generalmente son ignoradas por los motores de búsqueda."
1229
 
1230
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1231
+ #: lib/classes/class-genesis-admin-settings.php:65
1232
+ #: lib/classes/class-genesis-admin.php:149
1233
  msgid "Settings saved."
1234
  msgstr "Ajustes guardados."
1235
 
1236
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1237
+ #: lib/classes/class-genesis-admin-settings.php:66
1238
+ #: lib/classes/class-genesis-admin.php:150
1239
  msgid "Settings reset."
1240
  msgstr "Ajustes restablecidos."
1241
 
1242
+ #: lib/classes/class-genesis-admin-import-export.php:101
1243
  msgid "Settings successfully imported."
1244
  msgstr "Ajustes importados correctamente."
1245
 
1246
+ #: lib/views/pages/genesis-admin-import-export.php:43
1247
  msgid "Upload File and Import"
1248
  msgstr "Subir archivo e importar"
1249
 
1252
  msgstr "Selecciona el archivo en tu ordenador y haz clic en \"Subir archivo e importar\""
1253
 
1254
  #: lib/admin/customizer.php:94
1255
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1256
  msgid "Default"
1257
  msgstr "Por defecto"
1258
 
1259
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1260
  msgid "Next Page"
1261
  msgstr "Página siguiente"
1262
 
1263
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1264
  msgid "Previous Page"
1265
  msgstr "Página anterior"
1266
 
1272
  msgid "Select / Deselect All"
1273
  msgstr "Seleccionar / Deseleccionar todo"
1274
 
1275
+ #: lib/classes/class-genesis-admin-import-export.php:149
1276
  msgid "No export options available."
1277
  msgstr "No hay opciones de exportación disponibles."
1278
 
1279
  #. translators: %d: Footer widget counter.
1280
+ #: lib/functions/widgetize.php:191
1281
  msgid "Footer %d"
1282
  msgstr "Pie de página %d"
1283
 
1284
+ #: lib/functions/layout.php:80
1285
  msgid "No Label Selected"
1286
  msgstr "Ninguna etiqueta seleccionada"
1287
 
1288
+ #: lib/classes/class-genesis-admin-import-export.php:103
1289
  msgid "There was a problem importing your settings. Please try again."
1290
  msgstr "Se ha producido un problema al importar tus ajustes. Vuelve a intentarlo, por favor."
1291
 
1292
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1293
  msgid "Secondary Sidebar"
1294
  msgstr "Barra lateral secundaria"
1295
 
1296
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1297
  msgid "Primary Sidebar"
1298
  msgstr "Barra lateral primaria"
1299
 
1300
+ #: lib/functions/widgetize.php:135
1301
  msgid "Header Right"
1302
  msgstr "Cabecera derecha"
1303
 
1304
+ #: config/breadcrumbs.php:50
1305
  msgid "Not found: "
1306
  msgstr "No encontrado: "
1307
 
1308
+ #: lib/widgets/featured-post-widget.php:574
1309
  msgid "No Content"
1310
  msgstr "Sin contenido"
1311
 
1312
+ #: lib/widgets/featured-post-widget.php:573
1313
  msgid "Show Content Limit"
1314
  msgstr "Mostrar límite del contenido"
1315
 
1316
+ #: lib/widgets/featured-post-widget.php:572
1317
  msgid "Show Excerpt"
1318
  msgstr "Mostrar extracto"
1319
 
1320
+ #: lib/widgets/featured-post-widget.php:571
1321
  msgid "Show Content"
1322
  msgstr "Mostrar contenido"
1323
 
1324
+ #: lib/widgets/featured-post-widget.php:569
1325
  msgid "Content Type"
1326
  msgstr "Tipo de contenido"
1327
 
1328
+ #: lib/widgets/featured-post-widget.php:561
1329
  msgid "Show Post Info"
1330
  msgstr "Mostrar información de la entrada"
1331
 
1332
+ #: lib/widgets/featured-page-widget.php:318
1333
+ #: lib/widgets/featured-post-widget.php:521
1334
  msgid "Show Featured Image"
1335
  msgstr "Mostrar imagen destacada"
1336
 
1338
  msgid "This text will be the first paragraph, and display on the first page"
1339
  msgstr "Este texto será el primer párrafo, y se mostrará en la primera página"
1340
 
1341
+ #: lib/admin/privacy-requests.php:193
1342
  #: lib/views/meta-boxes/genesis-user-author.php:33
1343
  msgid "Custom Description Text"
1344
  msgstr "Texto de descripción personalizado"
1348
  msgid "Will display in the %s tag at the top of the first page"
1349
  msgstr "Mostrará en la etiqueta %s en la parte superior de la primera página"
1350
 
1351
+ #: lib/admin/privacy-requests.php:192
1352
  #: lib/views/meta-boxes/genesis-user-author.php:20
1353
  msgid "Custom Archive Headline"
1354
  msgstr "Título de archivo personalizado"
1383
  msgid "Genesis Admin Menus"
1384
  msgstr "Menús de administración de Genesis"
1385
 
1386
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1387
  msgid "Include the Featured Image?"
1388
  msgstr "¿Incluir la imagen destacada?"
1389
 
1421
  msgid "Characters Used: %s"
1422
  msgstr "Carácteres utilizados: %s"
1423
 
1424
+ #: lib/views/pages/genesis-admin-import-export.php:66
1425
  msgid "Download Export File"
1426
  msgstr "Descargar archivo exportado"
1427
 
1428
+ #: lib/views/pages/genesis-admin-import-export.php:59
1429
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1430
  msgstr "Una vez que hayas guardado el archivo descargado, puedes utilizar la función \"Importar archivo de ajustes de Genesis\" en otro sitio para importar esos datos."
1431
 
1432
+ #: lib/views/pages/genesis-admin-import-export.php:51
1433
  msgid "Export Genesis Settings File"
1434
  msgstr "Exportar archivo de ajustes de Genesis"
1435
 
1436
+ #. translators: Maximum size import files can have.
1437
+ #: lib/views/pages/genesis-admin-import-export.php:38
1438
  msgid "Upload File (Maximum Size: %s): "
1439
  msgstr "Subir archivo (Tamaño máximo: %s): "
1440
 
1498
  msgid "Displays user profile block with Gravatar"
1499
  msgstr "Muestra el bloque del perfil del usuario con Gravatar"
1500
 
1501
+ #: lib/widgets/featured-post-widget.php:614
1502
  msgid "Link Text"
1503
  msgstr "Texto del enlace"
1504
 
1505
+ #: lib/widgets/featured-post-widget.php:610
1506
  msgid "Show Category Archive Link"
1507
  msgstr "Mostrar el enlace al archivo de la categoría"
1508
 
1509
+ #: lib/widgets/featured-post-widget.php:592
1510
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1511
  msgstr "Para mostrar una lista desordenada con más entradas de esta categoría, rellena la siguiente información"
1512
 
1513
+ #: lib/widgets/featured-post-widget.php:584
1514
  msgid "More Text (if applicable)"
1515
  msgstr "Leer más (si corresponde)"
1516
 
1517
+ #: lib/widgets/featured-post-widget.php:556
1518
  msgid "Show Post Title"
1519
  msgstr "Mostrar título de la entrada"
1520
 
1521
+ #: lib/widgets/featured-post-widget.php:507
1522
  #: lib/widgets/user-profile-widget.php:184
1523
  msgid "Gravatar Alignment"
1524
  msgstr "Alineación del Gravatar"
1525
 
1526
+ #: lib/widgets/featured-post-widget.php:502
1527
  msgid "Extra Large (125px)"
1528
  msgstr "Muy Grande (125px)"
1529
 
1530
+ #: lib/widgets/featured-post-widget.php:501
1531
  msgid "Large (85px)"
1532
  msgstr "Grande (85px)"
1533
 
1534
+ #: lib/widgets/featured-post-widget.php:500
1535
  msgid "Medium (65px)"
1536
  msgstr "Mediano (65px)"
1537
 
1538
+ #: lib/widgets/featured-post-widget.php:499
1539
  msgid "Small (45px)"
1540
  msgstr "Pequeño (45px)"
1541
 
1542
+ #: lib/widgets/featured-post-widget.php:497
1543
  #: lib/widgets/user-profile-widget.php:166
1544
  msgid "Gravatar Size"
1545
  msgstr "Tamaño del Gravatar"
1546
 
1547
+ #: lib/widgets/featured-post-widget.php:493
1548
  msgid "Show Author Gravatar"
1549
  msgstr "Mostrar Gravatar del autor"
1550
 
1551
+ #: lib/widgets/featured-post-widget.php:473
1552
  msgid "Ascending (1, 2, 3)"
1553
  msgstr "Ascendente (1, 2, 3)"
1554
 
1555
+ #: lib/widgets/featured-post-widget.php:472
1556
  msgid "Descending (3, 2, 1)"
1557
  msgstr "Descendente (3, 2, 1)"
1558
 
1559
+ #: lib/widgets/featured-post-widget.php:470
1560
  msgid "Sort Order"
1561
  msgstr "Sentido del orden"
1562
 
1563
+ #: lib/widgets/featured-post-widget.php:465
1564
  msgid "Random"
1565
  msgstr "Aleatorio"
1566
 
1567
+ #: lib/widgets/featured-post-widget.php:464
1568
  msgid "Comment Count"
1569
  msgstr "Cantidad de comentarios"
1570
 
1571
+ #: lib/widgets/featured-post-widget.php:463
1572
  msgid "ID"
1573
  msgstr "ID"
1574
 
1575
+ #: lib/widgets/featured-post-widget.php:462
1576
  msgid "Parent"
1577
  msgstr "Padre"
1578
 
1579
+ #: lib/widgets/featured-post-widget.php:457
1580
  msgid "Order By"
1581
  msgstr "Ordenar por"
1582
 
1583
+ #: lib/widgets/featured-post-widget.php:452
1584
  msgid "Number of Posts to Offset"
1585
  msgstr "Número de entradas que saltar"
1586
 
1587
+ #: lib/widgets/featured-post-widget.php:431
1588
  msgid "Category"
1589
  msgstr "Categoría"
1590
 
1604
  msgid "Displays featured posts with thumbnails"
1605
  msgstr "Muestra las entradas destacadas con miniaturas"
1606
 
1607
+ #: lib/widgets/featured-page-widget.php:361
1608
  msgid "More Text"
1609
  msgstr "Texto Leer más"
1610
 
1611
+ #: lib/widgets/featured-page-widget.php:356
1612
  msgid "Content Character Limit"
1613
  msgstr "Límite de caracteres del contenido"
1614
 
1615
+ #: lib/widgets/featured-page-widget.php:352
1616
  msgid "Show Page Content"
1617
  msgstr "Mostrar contenido de la página"
1618
 
1619
+ #: lib/widgets/featured-page-widget.php:347
1620
  msgid "Show Page Title"
1621
  msgstr "Mostrar título de la página"
1622
 
1623
+ #: config/customizer-seo-settings.php:77
1624
+ #: config/customizer-theme-settings.php:289
1625
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1626
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1627
+ #: lib/widgets/featured-page-widget.php:336
1628
+ #: lib/widgets/featured-post-widget.php:509
1629
+ #: lib/widgets/featured-post-widget.php:539
1630
  #: lib/widgets/user-profile-widget.php:186
1631
  #: lib/widgets/user-profile-widget.php:210
1632
  msgid "None"
1633
  msgstr "Ninguno"
1634
 
1635
+ #: lib/widgets/featured-page-widget.php:334
1636
+ #: lib/widgets/featured-post-widget.php:537
1637
  msgid "Image Alignment"
1638
  msgstr "Alineación de la imagen"
1639
 
1640
+ #: lib/widgets/featured-page-widget.php:299
1641
  msgid "Page"
1642
  msgstr "Página"
1643
 
1644
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1645
  msgid "by"
1646
  msgstr "por"
1647
 
1653
  msgid "Displays featured page with thumbnails"
1654
  msgstr "Muestra la página destacada con miniaturas"
1655
 
1656
+ #: lib/widgets/featured-page-widget.php:294
1657
+ #: lib/widgets/featured-post-widget.php:422
1658
+ #: lib/widgets/featured-post-widget.php:461
1659
+ #: lib/widgets/featured-post-widget.php:595
1660
  #: lib/widgets/user-profile-widget.php:148
1661
  msgid "Title"
1662
  msgstr "Título"
1663
 
1664
+ #: config/breadcrumbs.php:47
1665
  msgid "Search for "
1666
  msgstr "Buscar"
1667
 
1668
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1669
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1670
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1671
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1672
+ #: lib/structure/archive.php:198
1673
  msgid "Archives for "
1674
  msgstr "Archivos para "
1675
 
1676
+ #: config/breadcrumbs.php:42
1677
  msgid "You are here: "
1678
  msgstr "Estás aquí: "
1679
 
1686
  msgstr "Área de widgets de la barra lateral primaria"
1687
 
1688
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1689
+ #: searchform.php:49
1690
  msgid "Search"
1691
  msgstr "Buscar"
1692
 
1693
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1694
  msgid "About"
1695
  msgstr "Acerca de"
1696
 
1698
  msgid "By"
1699
  msgstr "Por"
1700
 
1701
+ #: lib/structure/post.php:390
1702
  msgid "[Read more...]"
1703
  msgstr "[Leer más...]"
1704
 
1705
+ #: lib/structure/menu.php:154
1706
  msgid "Comments"
1707
  msgstr "Comentarios"
1708
 
1709
+ #: lib/structure/menu.php:153
1710
  msgid "Posts"
1711
  msgstr "Entradas"
1712
 
1713
+ #: lib/init.php:104
1714
  msgid "Primary Navigation Menu"
1715
  msgstr "Menú de navegación primario"
1716
 
1717
+ #: lib/structure/footer.php:168
1718
  msgid "Copyright"
1719
  msgstr "Copyright"
1720
 
1721
+ #: lib/structure/comments.php:548
1722
  msgid "Speak Your Mind"
1723
  msgstr "Deja tu opinión"
1724
 
1725
+ #: lib/structure/comments.php:539
1726
  msgid "Website"
1727
  msgstr "Web"
1728
 
1729
+ #: lib/structure/comments.php:533
1730
  msgid "Email"
1731
  msgstr "Correo electrónico"
1732
 
1733
+ #: lib/structure/comments.php:527
1734
  msgid "Name"
1735
  msgstr "Nombre"
1736
 
1737
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1738
  msgid "Your comment is awaiting moderation."
1739
  msgstr "Tu comentario está en espera para ser revisado."
1740
 
1741
  #. translators: 1: Comment date, 2: Comment time.
1742
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1743
  msgid "%1$s at %2$s"
1744
  msgstr "%1$s al %2$s"
1745
 
1746
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1747
  msgid "says"
1748
  msgstr "dice"
1749
 
1750
+ #: lib/structure/comments.php:170
 
 
 
 
 
1751
  msgid "<h3>Trackbacks</h3>"
1752
  msgstr "<h3>Trackbacks</h3>"
1753
 
1754
+ #: lib/structure/comments.php:77
1755
  msgid "<h3>Comments</h3>"
1756
  msgstr "<h3>Comentarios </h3>"
1757
 
1758
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1759
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1760
  msgid "(Edit)"
1761
  msgstr "(Editar)"
1762
 
1780
  msgid "Leave a Comment"
1781
  msgstr "Deja un comentario"
1782
 
1783
+ #: lib/shortcodes/footer.php:312
1784
  msgid "Log out"
1785
  msgstr "Cerrar sesión"
1786
 
1787
+ #: lib/shortcodes/footer.php:310
1788
  msgid "Log in"
1789
  msgstr "Iniciar sesión"
1790
 
1793
  msgstr "Volver al comienzo de la página"
1794
 
1795
  #. translators: %s: Genesis version.
1796
+ #: lib/functions/upgrade.php:921
1797
  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."
1798
  msgstr "Genesis %s está disponible. Este tema cuenta con actualizaciones en un clic, entrar al escritorio y actualiza en cuanto lo consideres conveniente."
1799
 
1800
  #. translators: 1: Genesis version, 2: URL for current website.
1801
+ #: lib/functions/upgrade.php:918
1802
  msgid "Genesis %1$s is available for %2$s"
1803
  msgstr "Génesis %1$s está disponible para %2$s"
1804
 
1805
+ #: lib/functions/upgrade.php:830
1806
  msgid "Click here to complete the upgrade"
1807
  msgstr "Haz clic aquí para completar la actualización"
1808
 
1809
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1810
  msgid "Home"
1811
  msgstr "Inicio"
1812
 
1813
+ #: lib/widgets/featured-post-widget.php:447
1814
+ #: lib/widgets/featured-post-widget.php:600
1815
  msgid "Number of Posts to Show"
1816
  msgstr "Número de entradas a mostrar"
1817
 
1818
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1819
+ #: lib/widgets/featured-post-widget.php:439
1820
  msgid "All Categories"
1821
  msgstr "Todas las categorías"
1822
 
1824
  msgid "Display which category"
1825
  msgstr "Qué categoría mostrar"
1826
 
1827
+ #: config/customizer-theme-settings.php:304
1828
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1829
  msgid "Numeric"
1830
  msgstr "Númerica"
1831
 
1832
+ #: config/customizer-theme-settings.php:303
1833
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1834
  msgid "Previous / Next"
1835
  msgstr "Anterior / Siguiente"
1836
 
1837
+ #: lib/widgets/featured-page-widget.php:322
1838
+ #: lib/widgets/featured-post-widget.php:525
1839
  msgid "Image Size"
1840
  msgstr "Tamaño de imagen"
1841
 
1842
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1843
+ #: lib/widgets/featured-post-widget.php:579
1844
  msgid "characters"
1845
  msgstr "caracteres"
1846
 
1847
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1848
+ #: lib/widgets/featured-post-widget.php:577
1849
  msgid "Limit content to"
1850
  msgstr "Limitar el contenido a"
1851
 
1852
+ #: config/customizer-theme-settings.php:248
1853
  msgid "Select one of the following"
1854
  msgstr "Selecciona una opción de las siguientes"
1855
 
1905
  msgid "Today's date"
1906
  msgstr "Fecha actual"
1907
 
1908
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1909
  #: lib/views/help/genesis-layout.php:25
1910
  msgid "Full Width Content"
1911
  msgstr "Contenido de Ancho Completo"
1912
 
1913
+ #: config/customizer-theme-settings.php:69
1914
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1915
  msgid "Image logo"
1916
  msgstr "Imagen del logo"
1927
  msgid "Version"
1928
  msgstr "Versión"
1929
 
1930
+ #: config/customizer-theme-settings.php:244
1931
+ #: lib/classes/class-genesis-admin-settings.php:244
1932
+ #: lib/classes/class-genesis-admin-settings.php:297
1933
  #: lib/views/help/genesis-archives.php:15
1934
  msgid "Content Archives"
1935
  msgstr "Archivos de contenido"
1936
 
1937
+ #: config/customizer-theme-settings.php:132
1938
+ #: lib/classes/class-genesis-admin-settings.php:242
1939
+ #: lib/classes/class-genesis-admin-settings.php:293
1940
  #: lib/views/help/genesis-breadcrumbs.php:15
1941
  msgid "Breadcrumbs"
1942
  msgstr "Migas de pan"
1945
  msgid "Author Box"
1946
  msgstr "Caja de autor"
1947
 
1948
+ #: lib/classes/class-genesis-admin-settings.php:234
1949
+ #: lib/classes/class-genesis-admin-settings.php:275
1950
  #: lib/views/help/genesis-feeds.php:15
1951
  msgid "Custom Feeds"
1952
  msgstr "Feeds personalizados"
1953
 
1954
+ #: lib/classes/class-genesis-admin-settings.php:233
1955
+ #: lib/classes/class-genesis-admin-settings.php:268
1956
  #: lib/views/help/genesis-information.php:15
1957
  msgid "Information"
1958
  msgstr "Información"
2033
  msgid "Shortlink Tag"
2034
  msgstr "Etiqueta de enlace corto"
2035
 
2036
+ #: config/customizer-seo-settings.php:158
2037
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2038
  msgid "Include Windows Live Writer Support Tag?"
2039
  msgstr "¿Incluir etiqueta de Windows Live Writer?"
2055
  msgid "I'll manually wrap my own text on the homepage"
2056
  msgstr "Envolveré manualmente mi propio texto en la página de inicio"
2057
 
2058
+ #: config/customizer-seo-settings.php:75
2059
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2060
  msgid "Site Title"
2061
  msgstr "Título del sitio"
2062
 
2063
+ #: config/customizer-theme-settings.php:291
2064
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2065
+ #: lib/widgets/featured-page-widget.php:338
2066
+ #: lib/widgets/featured-post-widget.php:511
2067
+ #: lib/widgets/featured-post-widget.php:541
2068
  #: lib/widgets/user-profile-widget.php:188
2069
  msgid "Right"
2070
  msgstr "Derecha"
2071
 
2072
+ #: config/customizer-theme-settings.php:290
2073
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2074
+ #: lib/widgets/featured-page-widget.php:337
2075
+ #: lib/widgets/featured-post-widget.php:510
2076
+ #: lib/widgets/featured-post-widget.php:540
2077
  #: lib/widgets/user-profile-widget.php:187
2078
  msgid "Left"
2079
  msgstr "Izquierda"
2082
  msgid "Are you sure you want to reset?"
2083
  msgstr "¿Estás seguro de que quieres restablecer?"
2084
 
2085
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2086
+ #: lib/classes/class-genesis-admin-settings.php:64
2087
+ #: lib/classes/class-genesis-admin.php:148
2088
  msgid "Reset Settings"
2089
  msgstr "Restablecer ajustes"
2090
 
2091
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2092
  msgid "Genesis - SEO Settings"
2093
  msgstr "Genesis - Ajustes de SEO"
2094
 
2095
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2096
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2097
  #: lib/views/help/seo-dochead.php:15
2098
  msgid "Document Head Settings"
2099
  msgstr "Opciones de cabecera de documento"
2100
 
2101
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2102
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2103
  #: lib/views/help/seo-homepage.php:15
2104
  msgid "Homepage Settings"
2105
  msgstr "Ajustes de la Página Inicial"
2106
 
2107
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2108
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2109
+ #: lib/classes/class-genesis-admin-import-export.php:127
2110
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2111
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2112
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2113
  msgid "SEO Settings"
2114
  msgstr "Ajustes de SEO"
2115
 
2116
+ #: config/customizer-theme-settings.php:23
2117
+ #: lib/classes/class-genesis-admin-import-export.php:123
2118
+ #: lib/classes/class-genesis-admin-settings.php:53
2119
+ #: lib/classes/class-genesis-admin-settings.php:54
2120
+ #: lib/classes/class-genesis-admin-settings.php:232
2121
  #: lib/views/help/genesis-theme-settings.php:15
2122
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2123
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2124
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2125
  msgid "Theme Settings"
2126
  msgstr "Ajustes del tema"
2127
 
2134
  msgid "Apply %s to this post/page"
2135
  msgstr "Aplicar %s a esta entrada/página"
2136
 
2137
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2138
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2139
  #: lib/views/help/seo-robots.php:15
2140
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2141
  msgid "Robots Meta Settings"
2142
  msgstr "Ajustes de meta robtos"
2143
 
2144
+ #: lib/admin/privacy-requests.php:194
2145
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2146
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2147
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2152
  msgid "This post is password protected. Enter the password to view comments."
2153
  msgstr "Esta entrada está protegida. Introduce la contraseña para ver los comentarios."
2154
 
2155
+ #: lib/functions/general.php:492
2156
  msgid "Recent Posts:"
2157
  msgstr "Entradas recientes:"
2158
 
2159
+ #: lib/functions/general.php:489
2160
  msgid "Monthly:"
2161
  msgstr "Mensual:"
2162
 
2163
+ #: lib/functions/general.php:486
2164
  msgid "Authors:"
2165
  msgstr "Autores:"
2166
 
2167
+ #: lib/functions/general.php:483
2168
  msgid "Categories:"
2169
  msgstr "Categorías:"
2170
 
2171
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2172
  msgid "Pages:"
2173
  msgstr "Páginas:"
2174
 
2175
+ #: lib/classes/class-genesis-admin-settings.php:247
2176
  msgid "Home Pages"
2177
  msgstr "Páginas de inicio"
2178
 
2217
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2218
  msgstr "Ésto te provee dos campos que serán emitidos al elemento %1$s de tu sitio y justo antes de la etiqueta %2$s. Éstos campos aparecerán en cada página del sitio y son de gran ayuda para añadir códico de analítica y otros scripts. No puede usar PHP en estos campos, si necesitas hacerlo puedes chequear el plugin Genesis Simple Hooks."
2219
 
2220
+ #: lib/classes/class-genesis-admin-settings.php:245
2221
  #: lib/views/help/genesis-blog.php:15
2222
  msgid "Blog Page"
2223
  msgstr "Página del blog"
2402
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2403
  msgstr "%1$sAñadir descripción del sitio%2$s añade la descripción que hayas definido en tus ajustes generales después del título de tu página de inicio."
2404
 
2405
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2406
  #: lib/views/help/seo-doctitle.php:15
2407
  msgid "Doctitle Settings"
2408
  msgstr "Ajustes de Doctitle"
2427
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2428
  msgstr "El SEO en Genesis (optimización en buscadores) es respetuoso, ya que se desactiva cuando alguno de los plugins SEO más populares (Pej. All-in-One SEO, WordPress SEO, etc.) están activos."
2429
 
2430
+ #: lib/classes/class-genesis-admin.php:495
2431
  msgid "Genesis Tutorials"
2432
  msgstr "Tutoriales de Genesis"
2433
 
2434
+ #: lib/classes/class-genesis-admin.php:494
2435
  msgid "Genesis Snippets"
2436
  msgstr "Snippets de Genesis"
2437
 
2438
+ #: lib/classes/class-genesis-admin.php:493
2439
  msgid "Get Support"
2440
  msgstr "Consigue ayuda"
2441
 
2442
+ #: lib/classes/class-genesis-admin.php:492
2443
  msgid "For more information:"
2444
  msgstr "Para más información:"
2445
 
2477
  msgid "This allows you to import or export Genesis Settings."
2478
  msgstr "Con esto puedes importar o exportar los ajustes de Genesis."
2479
 
 
 
 
 
 
 
2480
  #. translators: Opening and closing link tags to custom menu editor.
2481
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2482
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2483
+ msgstr "Para ver los ajustes de la navegación primaria, debes crear un %1$smenú personalizado%2$s y asignarlo a la ubicación Menú primario."
2484
 
2485
  #: lib/views/help/genesis-navigation.php:23
2486
  msgid "Twitter link displays a link to your Twitter profile, as indicated in Twitter ID setting. Enter only your user name in this setting."
2512
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2513
  msgstr "La opción %1$sTexto dinámico%2$s usará en la cabecera el título y la descripción del sitio que hayas establecidos en los ajustes de tu sitio."
2514
 
2515
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2516
  msgid "data in style sheet files"
2517
  msgstr "datos en archivos de hoja de estilos"
2518
 
2560
  msgstr "Esto funciona con la plantilla de blog, una plantilla que muestra los últimos artículos. Es lo que la gente ve cuando visita tu Página de Inicio."
2561
 
2562
  #. translators: JOSN file extension.
2563
+ #: lib/views/pages/genesis-admin-import-export.php:56
2564
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2565
  msgstr "Cuando hagas clic en el siguiente botón, Genesis generará un archivo (%s) para que lo puedas guardar en tu ordenador."
2566
 
2604
  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."
2605
  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."
2606
 
2607
+ #: config/customizer-seo-settings.php:278
2608
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2609
  msgid "Directories"
2610
  msgstr "Directorios"
2611
 
2612
+ #: config/customizer-seo-settings.php:223
2613
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2614
  msgid "Archiving"
2615
  msgstr "Archivado"
2616
 
2617
+ #: config/customizer-seo-settings.php:176
2618
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2619
  msgid "Indexing"
2620
  msgstr "Indexación"
2629
  msgid "Primary Title %s"
2630
  msgstr "Título primario %s"
2631
 
2632
+ #: config/customizer-seo-settings.php:58
2633
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2634
  msgid "Additions on right"
2635
  msgstr "Adiciones a la derecha"
2636
 
2637
+ #: config/customizer-seo-settings.php:57
2638
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2639
  msgid "Additions on left"
2640
  msgstr "Adiciones a la izquierda"
2641
 
2642
+ #: config/customizer-seo-settings.php:52
2643
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2644
  msgid "Document Title Order"
2645
  msgstr "Orden del título del documento"
2646
 
2648
  msgid "Section Headings"
2649
  msgstr "Encabezados de sección"
2650
 
2651
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2652
  msgid "Site-wide Settings"
2653
  msgstr "Editar ajustes de todo el sitio"
2654
 
2657
  msgid "Canonical URL"
2658
  msgstr "URL canónica"
2659
 
2660
+ #: config/customizer-seo-settings.php:31
2661
  #: lib/views/help/genesis-inpost-seo.php:16
2662
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2663
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2665
  msgid "Document Title"
2666
  msgstr "Título del documento"
2667
 
2668
+ #: lib/classes/class-genesis-admin.php:490
2669
  msgid "Link opens in a new window."
2670
  msgstr "El enlace se abre en nueva ventana."
2671
 
2672
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2673
  msgid "Featured Image Alignment"
2674
  msgstr "Alineación de la imagen destacada"
2675
 
2676
+ #: config/customizer-theme-settings.php:276
2677
  msgid "Featured Image Size"
2678
  msgstr "Tamaño de la imagen destacada"
2679
 
2680
+ #: config/customizer-theme-settings.php:268
2681
  msgid "Display the featured image?"
2682
  msgstr "¿Mostrar la imagen destacada?"
2683
 
2684
+ #: config/customizer-theme-settings.php:260
2685
  msgid "Limit content to how many characters? (0 for no limit)"
2686
  msgstr "¿A cuántos caracteres limitar el contenido? (0 equivale a sin límite)"
2687
 
2688
+ #: config/customizer-theme-settings.php:234
2689
  msgid "Enable Trackbacks on Pages"
2690
  msgstr "Activar trackbacks en las páginas"
2691
 
2692
+ #: config/customizer-theme-settings.php:226
2693
  msgid "Enable Trackbacks on Posts"
2694
  msgstr "Activar trackbacks en las entradas"
2695
 
2696
+ #: config/customizer-theme-settings.php:218
2697
  msgid "Enable Comments on Pages"
2698
  msgstr "Activar comentarios en las páginas"
2699
 
2700
+ #: config/customizer-theme-settings.php:210
2701
  msgid "Enable Comments on Posts"
2702
  msgstr "Habilitar comentarios en entradas"
2703
 
2704
+ #: config/customizer-theme-settings.php:196
2705
  msgid "Breadcrumbs on Attachment/Media"
2706
  msgstr "Migas de pan en archivos adjuntos/medios"
2707
 
2708
+ #: config/customizer-theme-settings.php:188
2709
+ msgid "Breadcrumbs on 404 page"
2710
  msgstr "Migas de pan en página 404"
2711
 
2712
+ #: config/customizer-theme-settings.php:180
2713
  msgid "Breadcrumbs on Archives"
2714
  msgstr "Migas de pan en archivos"
2715
 
2716
+ #: config/customizer-theme-settings.php:172
2717
  msgid "Breadcrumbs on Pages"
2718
  msgstr "Migas de pan en páginas"
2719
 
2720
+ #: config/customizer-theme-settings.php:164
2721
  msgid "Breadcrumbs on Single Posts"
2722
  msgstr "Migas de pan en entradas individuales"
2723
 
2724
+ #: config/customizer-theme-settings.php:156
2725
+ msgid "Breadcrumbs on Posts page"
2726
  msgstr "Migas de pan en la página de entradas"
2727
 
2728
+ #: config/customizer-theme-settings.php:138
2729
+ #: config/customizer-theme-settings.php:147
 
 
 
2730
  msgid "Breadcrumbs on Homepage"
2731
  msgstr "Migas de pan en la página de inicio"
2732
 
2734
  msgid "Select Default Layout"
2735
  msgstr "Selecciona la estructura por defecto"
2736
 
2737
+ #: config/customizer-theme-settings.php:116
2738
  msgid "Site Layout"
2739
  msgstr "Estructura del sitio"
2740
 
2741
+ #: config/customizer-theme-settings.php:104
2742
  msgid "Select Color Style"
2743
  msgstr "Selecciona un estilo de color"
2744
 
2745
+ #: config/customizer-theme-settings.php:100
2746
  msgid "Color Scheme"
2747
  msgstr "Esquema de color"
2748
 
2749
+ #: config/customizer-theme-settings.php:68
2750
  msgid "Dynamic Text"
2751
  msgstr "Texto dinámico"
2752
 
2763
  msgid "Reader Interactions"
2764
  msgstr "Interacciones del lector"
2765
 
 
 
 
 
2766
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2767
  msgid "Author Archive SEO Settings"
2768
  msgstr "Ajustes SEO para los archivos de autor"
2769
 
2770
+ #: config/customizer-theme-settings.php:327
2771
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2772
  msgid "Footer Scripts"
2773
  msgstr "Scripts del pie de página"
2774
 
2775
+ #: config/customizer-theme-settings.php:317
2776
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2777
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2778
  msgid "Header Scripts"
2779
  msgstr "Scripts de la cabecera"
2780
 
2781
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2782
  msgid "Posts per Page"
2783
  msgstr "Entradas por página"
2784
 
2785
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2786
  msgid "Category IDs, comma separated - 1,2,3 for example"
2787
  msgstr "IDs de categoría, separadas por comas - Por ejemplo 1,2,3"
2788
 
2789
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2790
  msgid "Exclude Categories"
2791
  msgstr "Excluir categorías"
2792
 
2794
  msgid "Display Category"
2795
  msgstr "Mostrar categoría"
2796
 
2797
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2798
  msgid "Entry Pagination"
2799
  msgstr "Paginación de entrada"
2800
 
2801
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2802
  msgid "Image Alignment:"
2803
  msgstr "Alineación de imagen:"
2804
 
2805
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2806
  msgid "Featured Image"
2807
  msgstr "Imagen destacada"
2808
 
2809
+ #: config/customizer-theme-settings.php:253
2810
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2811
  msgid "Entry excerpts"
2812
  msgstr "Extracto de la entrada"
2813
 
2814
+ #: config/customizer-theme-settings.php:252
2815
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2816
  msgid "Entry content"
2817
  msgstr "Contenido de la entrada"
2818
 
2819
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2820
  msgid "Display"
2821
  msgstr "Mostrar"
2822
 
2853
  msgid "Email address"
2854
  msgstr "Dirección de correo electrónico"
2855
 
2856
+ #: config/customizer-theme-settings.php:30
2857
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2858
  msgid "Updates"
2859
  msgstr "Actualizaciones"
2860
 
2861
+ #: config/layouts.php:49
2862
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2863
  msgstr "Barra lateral secundaria, Contenido, Barra lateral principal"
2864
 
2865
+ #: config/layouts.php:44
2866
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2867
  msgstr "Barra lateral secundaria, Barra lateral principal, Contenido"
2868
 
2869
+ #: config/layouts.php:39
2870
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2871
  msgstr "Contenido, Barra lateral principal, Barra lateral secundaria"
2872
 
2873
+ #: config/layouts.php:33
2874
  msgid "Primary Sidebar, Content"
2875
  msgstr "Barra lateral principal, Contenido"
2876
 
2877
+ #: config/layouts.php:27
2878
  msgid "Content, Primary Sidebar"
2879
  msgstr "Contenido, Barra lateral principal"
2880
 
2881
+ #: lib/functions/formatting.php:101
2882
  msgid "about "
2883
  msgstr "acerca de "
2884
 
2885
+ #: lib/classes/class-genesis-cli-db-command.php:43
2886
  msgid "Genesis database upgraded."
2887
  msgstr "Base de datos de Genesis actualizada."
2888
 
 
 
 
 
 
2889
  #. Template Name of the plugin/theme
2890
  msgid "Blog"
2891
  msgstr "Blog"
2906
  msgid "Genesis"
2907
  msgstr "Genesis"
2908
 
2909
+ #: lib/widgets/featured-post-widget.php:564
2910
  msgid "Content Post Info"
2911
  msgstr "Información del contenido de la entrada"
2912
 
2913
+ #: lib/widgets/featured-post-widget.php:484
2914
  msgid "Exclude Sticky Posts?"
2915
  msgstr "¿Excluir entradas fijas?"
2916
 
2917
+ #: config/customizer-theme-settings.php:292
2918
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:72
2919
+ #: lib/widgets/featured-page-widget.php:339
2920
+ #: lib/widgets/featured-post-widget.php:542
2921
  msgid "Center"
2922
  msgstr "Centrado"
2923
 
2924
+ #: lib/widgets/featured-page-widget.php:134
2925
+ #: lib/widgets/featured-post-widget.php:172
2926
  msgid "(no title)"
2927
  msgstr "(sin título)"
2928
 
2929
+ #: lib/structure/post.php:862
2930
  msgid "Current page"
2931
  msgstr "Página actual"
2932
 
2933
+ #: lib/structure/post.php:425 lib/structure/post.php:835
2934
  msgid "Page "
2935
  msgstr "Página "
2936
 
2937
+ #: lib/structure/header.php:869
2938
  msgid "Skip to footer"
2939
  msgstr "Saltar al pie de página"
2940
 
2941
+ #: lib/structure/header.php:863
2942
  msgid "Skip to secondary sidebar"
2943
  msgstr "Saltar a la barra lateral secundaria"
2944
 
2945
+ #: lib/structure/header.php:859
2946
  msgid "Skip to primary sidebar"
2947
  msgstr "Saltar a la barra lateral principal"
2948
 
2949
+ #: lib/structure/header.php:856
2950
  msgid "Skip to content"
2951
  msgstr "Saltar al contenido"
2952
 
2953
+ #: lib/structure/header.php:853
2954
  msgid "Skip to primary navigation"
2955
  msgstr "Saltar a la navegación principal"
2956
 
2957
+ #: lib/functions/widgetize.php:220
2958
  msgid "Widgets in this widget area will display after single entries."
2959
  msgstr "Los widgets en este área de widgets se mostrarán debajo de las entradas individuales."
2960
 
2961
+ #: lib/functions/widgetize.php:219
2962
  msgid "After Entry"
2963
  msgstr "Después de la entrada"
2964
 
2965
+ #: lib/functions/widgetize.php:136
2966
  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."
2967
  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,74 +9,290 @@ 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
75
- msgid "AdSense publisher ID"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  msgstr ""
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
@@ -91,11 +307,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 +334,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 +345,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,27 +394,27 @@ 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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
  msgstr ""
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
  msgstr ""
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
  msgstr ""
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
  msgstr ""
204
 
@@ -207,25 +423,25 @@ 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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
  msgstr ""
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
  msgstr ""
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
  msgstr ""
231
 
@@ -233,167 +449,166 @@ 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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
  msgstr ""
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
  msgstr ""
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
@@ -402,7 +617,7 @@ msgstr ""
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
  msgstr ""
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
@@ -441,11 +656,11 @@ msgstr ""
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
  msgstr ""
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
  msgstr ""
@@ -514,10 +729,6 @@ msgstr ""
514
  msgid "Edit Archive Settings"
515
  msgstr ""
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr ""
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr ""
@@ -530,7 +741,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 ""
@@ -539,9 +750,9 @@ msgstr ""
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr ""
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr ""
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr "Lo sentimos, no hay contenido corresponde a sus criterios."
584
 
585
- #: lib/structure/comments.php:370
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. "
@@ -594,7 +796,7 @@ msgstr "Actualizar Génesis sobrescribirá la versión de Génesis instalada. Es
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 +822,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 +832,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
@@ -645,9 +847,9 @@ msgid "Archive"
645
  msgstr "Archivo"
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
- msgstr "La pagina que esta buscando ya no existe, Quizás regrese ala pagina <a href=\"%s\">principal</a> y verifique si puede localizarla. o puede intentar buscar en la forma de búsqueda de abajo."
651
 
652
  #: 404.php:36
653
  msgid "Not found, error 404"
@@ -661,7 +863,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,28 +875,29 @@ 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"
687
  msgstr "Plantilla de Blog"
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr "Cabecera"
@@ -704,7 +907,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,18 +920,18 @@ 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."
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr "Deje vacío si no quiere que se despliegue el texto de introducción "
790
 
@@ -803,9 +1006,9 @@ msgstr "Deje vacío si no quiere que se despliegue el encabezado de línea"
803
  msgid "Archive Headline"
804
  msgstr "Archivo de encabezado de línea"
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr "Error al guardar la configuración."
811
 
@@ -813,11 +1016,11 @@ msgstr "Error al guardar la configuración."
813
  msgid "Custom Text Content"
814
  msgstr "Contenido del texto personalizado"
815
 
816
- #: lib/init.php:104
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,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr "Usted no puede usar %s para crear dos menús en la misma subclase. Por favor, use subclases separadas para cada menú."
849
 
@@ -855,11 +1058,11 @@ msgstr "Configuración de archivos de autor"
855
  msgid "User Permissions"
856
  msgstr "Permisos de Usuario"
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr "Por favor, Seleccione el estilo de color de la lista desplegable y guarde su configuración. "
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr "Estilo de Color:"
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr "Este código se insertarà inmediatamente antes del cierre de la etiqueta %s en el código fuente del documento."
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr "Tamaño de la Imagen:"
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr "Estilo de Color"
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr "Sígueme en Twitter"
888
 
@@ -911,19 +1114,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 +1134,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 +1142,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 +1150,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 +1158,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 +1166,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,25 +1174,25 @@ 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"
985
 
986
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
987
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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"
@@ -999,52 +1202,48 @@ msgstr "Archivos"
999
  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
1008
  #: lib/views/help/genesis-scripts.php:15
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
1016
  msgid "Comments and Trackbacks"
1017
  msgstr "Comentarios y Trackbacks"
1018
 
1019
- #: lib/classes/class-genesis-admin-settings.php:232
1020
- #: lib/classes/class-genesis-admin-settings.php:278
1021
  #: lib/views/help/genesis-layout.php:15
1022
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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."
1030
 
1031
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1032
- #: lib/classes/class-genesis-admin-settings.php:62
1033
- #: lib/classes/class-genesis-admin.php:131
1034
  msgid "Settings saved."
1035
  msgstr "Configuración Guardada."
1036
 
1037
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1038
- #: lib/classes/class-genesis-admin-settings.php:63
1039
- #: lib/classes/class-genesis-admin.php:132
1040
  msgid "Settings reset."
1041
  msgstr "Configuración restablecida."
1042
 
1043
- #: lib/classes/class-genesis-admin-import-export.php:100
1044
  msgid "Settings successfully imported."
1045
  msgstr "La configuración se importó correctamente."
1046
 
1047
- #: lib/views/pages/genesis-admin-import-export.php:38
1048
  msgid "Upload File and Import"
1049
  msgstr "Subir Archivo e Importar"
1050
 
@@ -1053,15 +1252,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1053
  msgstr "Escoja el archivo desde su computadora y haga clic en \"Subir archivo e Importar\""
1054
 
1055
  #: lib/admin/customizer.php:94
1056
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1073,65 +1272,65 @@ msgstr "atrás"
1073
  msgid "Select / Deselect All"
1074
  msgstr "Seleccionar / anular toda selección "
1075
 
1076
- #: lib/classes/class-genesis-admin-import-export.php:145
1077
  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
 
1089
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1338,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 +1348,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"
@@ -1184,7 +1383,7 @@ msgstr "¿Habilitar Menu de Administración de Genesis?"
1184
  msgid "Genesis Admin Menus"
1185
  msgstr "Menus de Administracion de Genesis"
1186
 
1187
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1188
  msgid "Include the Featured Image?"
1189
  msgstr "¿Incluir las imágenes destacadas?"
1190
 
@@ -1222,19 +1421,20 @@ msgstr "Redireccionamiento del URI Personalizado"
1222
  msgid "Characters Used: %s"
1223
  msgstr "Caracter usado: %s"
1224
 
1225
- #: lib/views/pages/genesis-admin-import-export.php:61
1226
  msgid "Download Export File"
1227
  msgstr "Descargar Archivo de Exportación"
1228
 
1229
- #: lib/views/pages/genesis-admin-import-export.php:54
1230
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1231
  msgstr "Una vez que haya guardado el archivo descargado, puede utilizar la función de importar en otro sitio para importar estos datos."
1232
 
1233
- #: lib/views/pages/genesis-admin-import-export.php:46
1234
  msgid "Export Genesis Settings File"
1235
  msgstr "Exportar Archivo de Configuración de Genesis"
1236
 
1237
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1238
  msgid "Upload File (Maximum Size: %s): "
1239
  msgstr "Subir Archivo: (Tamaño máximo: %s)"
1240
 
@@ -1298,93 +1498,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,42 +1604,44 @@ 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
 
1442
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1443
  msgid "by"
1444
  msgstr "por"
1445
 
@@ -1451,27 +1653,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 +1686,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
 
@@ -1496,70 +1698,65 @@ msgstr "Acerca"
1496
  msgid "By"
1497
  msgstr "por"
1498
 
1499
- #: lib/structure/post.php:380
1500
  msgid "[Read more...]"
1501
  msgstr "[Leer más...]"
1502
 
1503
- #: lib/structure/menu.php:150
1504
  msgid "Comments"
1505
  msgstr "Comentarios"
1506
 
1507
- #: lib/structure/menu.php:149
1508
  msgid "Posts"
1509
  msgstr "Posts/Entradas"
1510
 
1511
- #: lib/init.php:103
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
 
1519
- #: lib/structure/comments.php:495
1520
  msgid "Speak Your Mind"
1521
  msgstr "Deje sus comentarios"
1522
 
1523
- #: lib/structure/comments.php:486
1524
  msgid "Website"
1525
  msgstr "Sitio Web"
1526
 
1527
- #: lib/structure/comments.php:480
1528
  msgid "Email"
1529
  msgstr "Correo Electrónico"
1530
 
1531
- #: lib/structure/comments.php:474
1532
  msgid "Name"
1533
  msgstr "Nombre"
1534
 
1535
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1536
  msgid "Your comment is awaiting moderation."
1537
  msgstr "Su comentario está pendiente de moderación."
1538
 
1539
  #. translators: 1: Comment date, 2: Comment time.
1540
- #: lib/structure/comments.php:265
1541
  msgid "%1$s at %2$s"
1542
  msgstr "%1$s at %2$s"
1543
 
1544
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1545
  msgid "says"
1546
  msgstr "dice"
1547
 
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>"
1555
  msgstr "<h3>Trackbacks</h3>"
1556
 
1557
- #: lib/structure/comments.php:72
1558
  msgid "<h3>Comments</h3>"
1559
  msgstr "<h3>Comentarios</h3>"
1560
 
1561
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1562
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1563
  msgid "(Edit)"
1564
  msgstr "(Editar)"
1565
 
@@ -1583,11 +1780,11 @@ msgstr "1 comentario"
1583
  msgid "Leave a Comment"
1584
  msgstr "Dejar un comentario"
1585
 
1586
- #: lib/shortcodes/footer.php:309
1587
  msgid "Log out"
1588
  msgstr "Cerrar Sesión "
1589
 
1590
- #: lib/shortcodes/footer.php:307
1591
  msgid "Log in"
1592
  msgstr "Ingresar"
1593
 
@@ -1596,30 +1793,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 +1824,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 +1905,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,16 +1927,16 @@ 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
1744
  msgid "Breadcrumbs"
1745
  msgstr "Breadcrumbs"
@@ -1748,14 +1945,14 @@ msgstr "Breadcrumbs"
1748
  msgid "Author Box"
1749
  msgstr "Caja de Autor"
1750
 
1751
- #: lib/classes/class-genesis-admin-settings.php:231
1752
- #: lib/classes/class-genesis-admin-settings.php:272
1753
  #: lib/views/help/genesis-feeds.php:15
1754
  msgid "Custom Feeds"
1755
  msgstr "Feeds Personalizados"
1756
 
1757
- #: lib/classes/class-genesis-admin-settings.php:230
1758
- #: lib/classes/class-genesis-admin-settings.php:265
1759
  #: lib/views/help/genesis-information.php:15
1760
  msgid "Information"
1761
  msgstr "Información"
@@ -1836,7 +2033,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,25 +2055,25 @@ 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"
@@ -1885,46 +2082,46 @@ msgstr "Izquierda"
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "¿Está seguro de que desea restablecer?"
1887
 
1888
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1889
- #: lib/classes/class-genesis-admin-settings.php:61
1890
- #: lib/classes/class-genesis-admin.php:130
1891
  msgid "Reset Settings"
1892
  msgstr "Restablecer Configuración"
1893
 
1894
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1895
  msgid "Genesis - SEO Settings"
1896
  msgstr "Genesis - Configuración SEO"
1897
 
1898
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1899
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1900
  #: lib/views/help/seo-dochead.php:15
1901
  msgid "Document Head Settings"
1902
  msgstr "Configuración del Encabezado del Documento"
1903
 
1904
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1905
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1906
  #: lib/views/help/seo-homepage.php:15
1907
  msgid "Homepage Settings"
1908
  msgstr "Configuración de la página Inicio"
1909
 
1910
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1911
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1912
- #: lib/classes/class-genesis-admin-import-export.php:125
1913
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1914
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1915
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1923
- #: lib/classes/class-genesis-admin-settings.php:229
1924
  #: lib/views/help/genesis-theme-settings.php:15
1925
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1926
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1927
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1928
  msgid "Theme Settings"
1929
  msgstr "Configuración de Temas"
1930
 
@@ -1937,14 +2134,14 @@ msgstr "Configuración de Temas"
1937
  msgid "Apply %s to this post/page"
1938
  msgstr "Aplicar %s a esta entrada/página"
1939
 
1940
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1941
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1942
  #: lib/views/help/seo-robots.php:15
1943
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2152,27 @@ 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
 
1978
- #: lib/classes/class-genesis-admin-settings.php:244
1979
  msgid "Home Pages"
1980
  msgstr "Paginas de Inicio"
1981
 
@@ -2020,7 +2217,7 @@ msgstr "Cómo funcionan las Páginas de Inicio o Home"
2020
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2021
  msgstr "Esto le proporciona dos campos que dará salida a los elementos %1$s de su sitio justo antes de la etiqueta %2$s. Estos aparecerán en todas las páginas del sitio y son una gran manera de añadir código analítico y otras secuencias de comandos. No se puede utilizar PHP en estos campos. Si necesita usar PHP entonces usted debe buscar por Génesis Simple Hooks plugin."
2022
 
2023
- #: lib/classes/class-genesis-admin-settings.php:242
2024
  #: lib/views/help/genesis-blog.php:15
2025
  msgid "Blog Page"
2026
  msgstr "Pagina del Blog"
@@ -2203,7 +2400,7 @@ msgstr ""
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 ""
2205
 
2206
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2207
  #: lib/views/help/seo-doctitle.php:15
2208
  msgid "Doctitle Settings"
2209
  msgstr "Ajustes Doctitle"
@@ -2228,19 +2425,19 @@ msgstr "Si no ve un submenú Ajustes de SEO, entonces es probable que tenga otra
2228
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2229
  msgstr "Genesis SEO (optimización de maquinas de búsqueda) es cortes, y se desactivará a sí mismo cuando plugins SEO más populares (por ejemplo, All-in-One SEO, WordPress SEO, etc.) están activos."
2230
 
2231
- #: lib/classes/class-genesis-admin.php:435
2232
  msgid "Genesis Tutorials"
2233
  msgstr "Tutoriales de Genesis"
2234
 
2235
- #: lib/classes/class-genesis-admin.php:434
2236
  msgid "Genesis Snippets"
2237
  msgstr "Fragmentos de Código Genesis"
2238
 
2239
- #: lib/classes/class-genesis-admin.php:433
2240
  msgid "Get Support"
2241
  msgstr "Obtener Ayuda"
2242
 
2243
- #: lib/classes/class-genesis-admin.php:432
2244
  msgid "For more information:"
2245
  msgstr "Para mayor información:"
2246
 
@@ -2278,15 +2475,9 @@ 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."
2290
  msgstr ""
2291
 
2292
  #: lib/views/help/genesis-navigation.php:23
@@ -2319,12 +2510,7 @@ msgstr ""
2319
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2320
  msgstr ""
2321
 
2322
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2323
- #: lib/structure/sidebar.php:67
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
 
@@ -2372,7 +2558,7 @@ msgid "This works with the Blog Template, which is a page template that shows yo
2372
  msgstr "Esto funciona con la plantilla tipo \"Blog\", la cual es una plantilla de página que muestra tus Entradas más recientes. Es lo que las personas ven cuando visitan tu página de Inicio."
2373
 
2374
  #. translators: JOSN file extension.
2375
- #: lib/views/pages/genesis-admin-import-export.php:51
2376
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2377
  msgstr "Cuando le des clic al botón de abajo, Genesis generará un archivo de datos (%s) para que guardes en tu computadora. "
2378
 
@@ -2416,17 +2602,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,18 +2627,18 @@ 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"
2458
 
@@ -2460,7 +2646,7 @@ msgstr "Orden de Titulo en Documento"
2460
  msgid "Section Headings"
2461
  msgstr "Encabezados de Sección"
2462
 
2463
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2464
  msgid "Site-wide Settings"
2465
  msgstr ""
2466
 
@@ -2469,7 +2655,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
@@ -2477,76 +2663,68 @@ msgstr "URL Canónico"
2477
  msgid "Document Title"
2478
  msgstr "Título del Documento"
2479
 
2480
- #: lib/classes/class-genesis-admin.php:430
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 +2732,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
 
@@ -2583,34 +2761,30 @@ msgstr "Selecciona Distribución"
2583
  msgid "Reader Interactions"
2584
  msgstr "Interacciones del Lector "
2585
 
2586
- #: 404.php:57
2587
- msgid "Sitemap"
2588
- msgstr "Mapa del Sitio"
2589
-
2590
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2603
  msgstr "Scripts en Encabezado"
2604
 
2605
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2606
  msgid "Posts per Page"
2607
  msgstr "Número de Entradas por Página"
2608
 
2609
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2610
  msgid "Category IDs, comma separated - 1,2,3 for example"
2611
  msgstr "IDs de Categoría, separar con comas - por ejemplo 1,2,3 "
2612
 
2613
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2614
  msgid "Exclude Categories"
2615
  msgstr "Excluir Categorías"
2616
 
@@ -2618,29 +2792,29 @@ msgstr "Excluir Categorías"
2618
  msgid "Display Category"
2619
  msgstr "Mostrar Categoría"
2620
 
2621
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2622
  msgid "Entry Pagination"
2623
  msgstr "Paginación de la Entrada"
2624
 
2625
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2626
  msgid "Image Alignment:"
2627
  msgstr "Alineación de la Imagen:"
2628
 
2629
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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"
2642
 
2643
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2644
  msgid "Display"
2645
  msgstr "Mostrar"
2646
 
@@ -2677,44 +2851,39 @@ 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
 
2709
- #: lib/classes/class-genesis-cli-command.php:44
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,62 +2904,62 @@ 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
 
2766
- #: lib/structure/header.php:846
2767
  msgid "Skip to footer"
2768
  msgstr "Brincar el pie de pagina"
2769
 
2770
- #: lib/structure/header.php:840
2771
  msgid "Skip to secondary sidebar"
2772
  msgstr "Brincar la barra secundaria del lado"
2773
 
2774
- #: lib/structure/header.php:836
2775
  msgid "Skip to primary sidebar"
2776
  msgstr "Ir a la Barra Lateral Principal"
2777
 
2778
- #: lib/structure/header.php:833
2779
  msgid "Skip to content"
2780
  msgstr "Ir al contenido"
2781
 
2782
- #: lib/structure/header.php:830
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.10 in Spanish (Mexico)
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 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.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
  msgstr ""
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
 
 
 
 
 
 
 
 
 
 
 
21
  msgstr ""
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
  msgstr ""
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
  msgstr ""
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
  msgstr ""
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
  msgstr ""
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
  msgstr ""
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
  msgstr ""
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
  msgstr ""
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
  msgstr ""
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
  msgstr ""
58
 
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
  msgstr ""
62
 
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr ""
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr ""
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr ""
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr ""
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr ""
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr ""
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr ""
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr ""
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr ""
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr ""
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr ""
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
  msgstr ""
113
 
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr ""
118
+
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr ""
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr ""
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr ""
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr ""
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr ""
140
+
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr ""
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr ""
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr ""
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr ""
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr ""
163
+
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
+ msgstr ""
168
+
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr ""
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr ""
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr ""
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
+ msgstr ""
185
+
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr ""
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr ""
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr ""
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr ""
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
+ msgstr ""
209
+
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr ""
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr ""
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr ""
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr ""
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr ""
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr ""
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr ""
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr ""
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr ""
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr ""
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr ""
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr ""
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr ""
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr ""
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr ""
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr ""
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
+ msgstr ""
284
+
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
+ msgstr ""
289
+
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr ""
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
+ msgid "AdSense publisher ID"
296
  msgstr ""
297
 
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
  msgstr ""
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
  msgstr ""
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
  msgstr ""
317
 
334
  msgstr ""
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
  msgstr ""
340
 
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
  msgstr ""
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
  msgstr ""
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
  msgstr ""
362
 
394
  msgid "Genesis Blue"
395
  msgstr "Génesis azul"
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
  msgstr "Fecha de modificación"
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
  msgstr "Fecha de Publicación"
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
  msgstr ""
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
  msgstr ""
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
  msgstr ""
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
  msgstr ""
420
 
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
  msgstr ""
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
  msgstr ""
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
  msgstr ""
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
  msgstr ""
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
  msgstr ""
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
  msgstr ""
447
 
449
  msgid "Google Adsense"
450
  msgstr ""
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
  msgstr ""
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
  msgstr ""
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
  msgstr ""
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
  msgstr ""
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
  msgstr ""
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
  msgstr ""
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
  msgstr ""
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
  msgstr ""
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
  msgstr ""
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
  msgstr ""
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
  msgstr ""
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
  msgstr ""
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
  msgstr ""
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
  msgstr ""
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
  msgstr ""
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
  msgstr ""
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
  msgstr ""
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
  msgstr ""
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
  msgstr ""
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
  msgstr ""
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
  msgstr ""
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
  msgstr ""
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
  msgstr ""
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
  msgstr ""
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
  msgstr ""
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
  msgstr ""
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
  msgstr ""
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
  msgstr ""
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
  msgstr ""
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
  msgstr ""
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
  msgstr ""
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
  msgstr ""
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
  msgstr ""
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
  msgstr ""
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
  msgstr ""
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
  msgstr ""
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
  msgstr ""
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
  msgstr ""
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
  msgstr ""
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
  msgstr ""
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
  msgstr ""
729
  msgid "Edit Archive Settings"
730
  msgstr ""
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr ""
741
  msgid "Use for site title/logo"
742
  msgstr ""
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr ""
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr ""
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr ""
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr ""
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr ""
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr "Excluir Entradas Previamente Mostradas"
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr "Lo sentimos, no hay contenido corresponde a sus criterios."
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  msgstr "Actualizar Génesis sobrescribirá la versión de Génesis instalada. Esta seguro querer actualizar?. \"Cancelar\" para parar actualización, \"Seguir\" para actualizar. "
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr "Los cambios que realizo se perderán si usted navega fuera de esta pagina."
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr "entidades decimal o hexadecimal "
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr ""
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr "Meta Palabras Clave"
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr "Archivo"
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
+ msgstr ""
853
 
854
  #: 404.php:36
855
  msgid "Not found, error 404"
863
  msgid "Contributor"
864
  msgstr "Contribuyente:"
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr "Contribuyentes:"
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  msgstr ""
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr "Página de Inicio"
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
+ msgstr ""
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr "Plantilla de Blog"
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr "Navegación"
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr "Cabecera"
907
  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."
908
  msgstr ""
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  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."
920
  msgid "Site Description (Tagline)"
921
  msgstr "Site Description (Tagline)"
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr "Si el título se compone de dos partes (título original y la adición opcional), entonces el separador pasará entre ellos."
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr "Separador del Document Title:"
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr "Determina qué lado el texto del título añadido va a continuar."
937
 
949
  msgid "Read More"
950
  msgstr "Leer Más"
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr "Buscar en éste sitio web"
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr "Continúe leyendo"
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  msgstr "Vaya a la Configuración SEO &rarr;"
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr "Vaya a la Configuración del Tema &rarr;"
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr "Líderes de proyecto"
971
 
978
  msgid "Google+"
979
  msgstr "Google+"
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr "Usar para el título/logo del sitio"
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr "sobre"
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr "Deje vacío si no quiere que se despliegue el texto de introducción "
993
 
1006
  msgid "Archive Headline"
1007
  msgstr "Archivo de encabezado de línea"
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr "Error al guardar la configuración."
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr "Contenido del texto personalizado"
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr " Menú de Navegación Secundario"
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr "encabezado izquierdo"
1026
 
1029
  msgstr "Busqueda extendida del texto del enlace"
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr "Pie de página %d area de widget"
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  msgstr "Esta es la barra lateral secundaria si usted esta usando un sitio de tres columna opción de diseño"
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  msgstr "Esta es la barra lateral principal si está usando un sitio de dos o tres columnas opción de diseño."
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr "El argumento de \"contexto\", ha sido reemplazado por \"theme_location\" en el array $args."
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr "Usted no puede usar %s para crear dos menús en la misma subclase. Por favor, use subclases separadas para cada menú."
1052
 
1058
  msgid "User Permissions"
1059
  msgstr "Permisos de Usuario"
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr "Por favor, Seleccione el estilo de color de la lista desplegable y guarde su configuración. "
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr "Estilo de Color:"
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr "Este código se insertarà inmediatamente antes del cierre de la etiqueta %s en el código fuente del documento."
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr "Tamaño de la Imagen:"
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr "Estilo de Color"
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr "Sígueme en Twitter"
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr "Configuración del Diseño"
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr "Configuración SEO del Tema"
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr "y"
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1134
  msgstr[1] "%s segundos"
1135
 
1136
  #. translators: %s: Number of minute(s).
1137
+ #: lib/functions/formatting.php:361
1138
  msgctxt "time difference"
1139
  msgid "%s minute"
1140
  msgid_plural "%s minutes"
1142
  msgstr[1] "%s minutos"
1143
 
1144
  #. translators: %s: Number of hour(s).
1145
+ #: lib/functions/formatting.php:359
1146
  msgctxt "time difference"
1147
  msgid "%s hour"
1148
  msgid_plural "%s hours"
1150
  msgstr[1] "%s horas"
1151
 
1152
  #. translators: %s: Number of day(s).
1153
+ #: lib/functions/formatting.php:357
1154
  msgctxt "time difference"
1155
  msgid "%s day"
1156
  msgid_plural "%s days"
1158
  msgstr[1] "%s días"
1159
 
1160
  #. translators: %s: Number of week(s).
1161
+ #: lib/functions/formatting.php:355
1162
  msgctxt "time difference"
1163
  msgid "%s week"
1164
  msgid_plural "%s weeks"
1166
  msgstr[1] "%s semanas"
1167
 
1168
  #. translators: %s: Number of month(s).
1169
+ #: lib/functions/formatting.php:353
1170
  msgctxt "time difference"
1171
  msgid "%s month"
1172
  msgid_plural "%s months"
1174
  msgstr[1] "%s meses"
1175
 
1176
  #. translators: %s: Number of year(s).
1177
+ #: lib/functions/formatting.php:351
1178
  msgctxt "time difference"
1179
  msgid "%s year"
1180
  msgid_plural "%s years"
1181
  msgstr[0] "%s año"
1182
  msgstr[1] "%s años"
1183
 
1184
+ #: lib/functions/formatting.php:345
1185
  msgctxt "time difference"
1186
  msgid "seconds"
1187
  msgstr "segundos"
1188
 
1189
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1190
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1191
  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."
1192
 
1193
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1194
+ msgid "404 page"
1195
+ msgstr ""
1196
 
1197
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1198
  msgid "Archives"
1202
  msgid "Pages"
1203
  msgstr "Paginas"
1204
 
1205
+ #: lib/classes/class-genesis-admin-settings.php:246
1206
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1207
  #: lib/views/help/genesis-scripts.php:15
1208
  msgid "Header and Footer Scripts"
1209
  msgstr "Scripts del encabezado y pié de página"
1210
 
1211
+ #: config/customizer-theme-settings.php:206
1212
+ #: lib/classes/class-genesis-admin-settings.php:243
1213
+ #: lib/classes/class-genesis-admin-settings.php:296
1214
  #: lib/views/help/genesis-comments.php:15
1215
  msgid "Comments and Trackbacks"
1216
  msgstr "Comentarios y Trackbacks"
1217
 
1218
+ #: lib/classes/class-genesis-admin-settings.php:235
1219
+ #: lib/classes/class-genesis-admin-settings.php:281
1220
  #: lib/views/help/genesis-layout.php:15
1221
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1222
  msgid "Default Layout"
1223
  msgstr "Diseño predeterminado"
1224
 
1225
+ #: config/customizer-seo-settings.php:111
1226
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1227
  msgid "Keywords are generally ignored by Search Engines."
1228
  msgstr "Las palabras clave generalmente son ignoradas por los motores de búsqueda."
1229
 
1230
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1231
+ #: lib/classes/class-genesis-admin-settings.php:65
1232
+ #: lib/classes/class-genesis-admin.php:149
1233
  msgid "Settings saved."
1234
  msgstr "Configuración Guardada."
1235
 
1236
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1237
+ #: lib/classes/class-genesis-admin-settings.php:66
1238
+ #: lib/classes/class-genesis-admin.php:150
1239
  msgid "Settings reset."
1240
  msgstr "Configuración restablecida."
1241
 
1242
+ #: lib/classes/class-genesis-admin-import-export.php:101
1243
  msgid "Settings successfully imported."
1244
  msgstr "La configuración se importó correctamente."
1245
 
1246
+ #: lib/views/pages/genesis-admin-import-export.php:43
1247
  msgid "Upload File and Import"
1248
  msgstr "Subir Archivo e Importar"
1249
 
1252
  msgstr "Escoja el archivo desde su computadora y haga clic en \"Subir archivo e Importar\""
1253
 
1254
  #: lib/admin/customizer.php:94
1255
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1256
  msgid "Default"
1257
  msgstr "Por defecto"
1258
 
1259
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1260
  msgid "Next Page"
1261
  msgstr "Página Siguiente"
1262
 
1263
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1264
  msgid "Previous Page"
1265
  msgstr "Página anterior"
1266
 
1272
  msgid "Select / Deselect All"
1273
  msgstr "Seleccionar / anular toda selección "
1274
 
1275
+ #: lib/classes/class-genesis-admin-import-export.php:149
1276
  msgid "No export options available."
1277
  msgstr "No hay opciones de exportación disponibles."
1278
 
1279
  #. translators: %d: Footer widget counter.
1280
+ #: lib/functions/widgetize.php:191
1281
  msgid "Footer %d"
1282
  msgstr "Pie de página %d"
1283
 
1284
+ #: lib/functions/layout.php:80
1285
  msgid "No Label Selected"
1286
  msgstr "Sin etiqueta seleccionada"
1287
 
1288
+ #: lib/classes/class-genesis-admin-import-export.php:103
1289
  msgid "There was a problem importing your settings. Please try again."
1290
  msgstr "Hubo un problema al importar la configuración. Por favor inténtelo nuevamente."
1291
 
1292
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1293
  msgid "Secondary Sidebar"
1294
  msgstr "Barra lateral Secundaria"
1295
 
1296
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1297
  msgid "Primary Sidebar"
1298
  msgstr "Barra lateral Primaria"
1299
 
1300
+ #: lib/functions/widgetize.php:135
1301
  msgid "Header Right"
1302
  msgstr "Encabezado Derecho"
1303
 
1304
+ #: config/breadcrumbs.php:50
1305
  msgid "Not found: "
1306
  msgstr "No encontrado:"
1307
 
1308
+ #: lib/widgets/featured-post-widget.php:574
1309
  msgid "No Content"
1310
  msgstr "Sin contenido"
1311
 
1312
+ #: lib/widgets/featured-post-widget.php:573
1313
  msgid "Show Content Limit"
1314
  msgstr "Mostrar Limite de contenido"
1315
 
1316
+ #: lib/widgets/featured-post-widget.php:572
1317
  msgid "Show Excerpt"
1318
  msgstr "Mostrar Extracto"
1319
 
1320
+ #: lib/widgets/featured-post-widget.php:571
1321
  msgid "Show Content"
1322
  msgstr "Mostrar Contenido"
1323
 
1324
+ #: lib/widgets/featured-post-widget.php:569
1325
  msgid "Content Type"
1326
  msgstr "Tipo de contenido"
1327
 
1328
+ #: lib/widgets/featured-post-widget.php:561
1329
  msgid "Show Post Info"
1330
  msgstr "Mostrar Información del Post"
1331
 
1332
+ #: lib/widgets/featured-page-widget.php:318
1333
+ #: lib/widgets/featured-post-widget.php:521
1334
  msgid "Show Featured Image"
1335
  msgstr "Mostrar Imagen Principal"
1336
 
1338
  msgid "This text will be the first paragraph, and display on the first page"
1339
  msgstr "Este texto será el primer párrafo, y mostrar en la primera página"
1340
 
1341
+ #: lib/admin/privacy-requests.php:193
1342
  #: lib/views/meta-boxes/genesis-user-author.php:33
1343
  msgid "Custom Description Text"
1344
  msgstr "Texto descriptivo personalizado"
1348
  msgid "Will display in the %s tag at the top of the first page"
1349
  msgstr "Mostrará en la %s etiqueta en la parte superior de la primera pagina"
1350
 
1351
+ #: lib/admin/privacy-requests.php:192
1352
  #: lib/views/meta-boxes/genesis-user-author.php:20
1353
  msgid "Custom Archive Headline"
1354
  msgstr "Titular archivo personalizado"
1383
  msgid "Genesis Admin Menus"
1384
  msgstr "Menus de Administracion de Genesis"
1385
 
1386
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1387
  msgid "Include the Featured Image?"
1388
  msgstr "¿Incluir las imágenes destacadas?"
1389
 
1421
  msgid "Characters Used: %s"
1422
  msgstr "Caracter usado: %s"
1423
 
1424
+ #: lib/views/pages/genesis-admin-import-export.php:66
1425
  msgid "Download Export File"
1426
  msgstr "Descargar Archivo de Exportación"
1427
 
1428
+ #: lib/views/pages/genesis-admin-import-export.php:59
1429
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1430
  msgstr "Una vez que haya guardado el archivo descargado, puede utilizar la función de importar en otro sitio para importar estos datos."
1431
 
1432
+ #: lib/views/pages/genesis-admin-import-export.php:51
1433
  msgid "Export Genesis Settings File"
1434
  msgstr "Exportar Archivo de Configuración de Genesis"
1435
 
1436
+ #. translators: Maximum size import files can have.
1437
+ #: lib/views/pages/genesis-admin-import-export.php:38
1438
  msgid "Upload File (Maximum Size: %s): "
1439
  msgstr "Subir Archivo: (Tamaño máximo: %s)"
1440
 
1498
  msgid "Displays user profile block with Gravatar"
1499
  msgstr "Muestra con Gravatar el bloque del perfil de usuario"
1500
 
1501
+ #: lib/widgets/featured-post-widget.php:614
1502
  msgid "Link Text"
1503
  msgstr "Texto del enlace"
1504
 
1505
+ #: lib/widgets/featured-post-widget.php:610
1506
  msgid "Show Category Archive Link"
1507
  msgstr "Mostrar Enlace Archivo de la Categoría "
1508
 
1509
+ #: lib/widgets/featured-post-widget.php:592
1510
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1511
  msgstr "Para mostrar una lista desordenada de más puestos de esta categoría, por favor llene la información a continuación"
1512
 
1513
+ #: lib/widgets/featured-post-widget.php:584
1514
  msgid "More Text (if applicable)"
1515
  msgstr "Más texto (si es aplicable)"
1516
 
1517
+ #: lib/widgets/featured-post-widget.php:556
1518
  msgid "Show Post Title"
1519
  msgstr "Mostrar Titulo del Post"
1520
 
1521
+ #: lib/widgets/featured-post-widget.php:507
1522
  #: lib/widgets/user-profile-widget.php:184
1523
  msgid "Gravatar Alignment"
1524
  msgstr "Alineación del Gravatar"
1525
 
1526
+ #: lib/widgets/featured-post-widget.php:502
1527
  msgid "Extra Large (125px)"
1528
  msgstr "Extra Grande (125px)"
1529
 
1530
+ #: lib/widgets/featured-post-widget.php:501
1531
  msgid "Large (85px)"
1532
  msgstr "Grande (85px)"
1533
 
1534
+ #: lib/widgets/featured-post-widget.php:500
1535
  msgid "Medium (65px)"
1536
  msgstr "Mediano (65px)"
1537
 
1538
+ #: lib/widgets/featured-post-widget.php:499
1539
  msgid "Small (45px)"
1540
  msgstr "pequeño (45px)"
1541
 
1542
+ #: lib/widgets/featured-post-widget.php:497
1543
  #: lib/widgets/user-profile-widget.php:166
1544
  msgid "Gravatar Size"
1545
  msgstr "Tamaño de Gravatar"
1546
 
1547
+ #: lib/widgets/featured-post-widget.php:493
1548
  msgid "Show Author Gravatar"
1549
  msgstr "Mostrar autor Gravatar"
1550
 
1551
+ #: lib/widgets/featured-post-widget.php:473
1552
  msgid "Ascending (1, 2, 3)"
1553
  msgstr "Ascendente (1,2,3) "
1554
 
1555
+ #: lib/widgets/featured-post-widget.php:472
1556
  msgid "Descending (3, 2, 1)"
1557
  msgstr "Descendente (3,2,1) "
1558
 
1559
+ #: lib/widgets/featured-post-widget.php:470
1560
  msgid "Sort Order"
1561
  msgstr "orden de clasificación"
1562
 
1563
+ #: lib/widgets/featured-post-widget.php:465
1564
  msgid "Random"
1565
  msgstr "Azar"
1566
 
1567
+ #: lib/widgets/featured-post-widget.php:464
1568
  msgid "Comment Count"
1569
  msgstr "cuenta de comentarios"
1570
 
1571
+ #: lib/widgets/featured-post-widget.php:463
1572
  msgid "ID"
1573
  msgstr "ID"
1574
 
1575
+ #: lib/widgets/featured-post-widget.php:462
1576
  msgid "Parent"
1577
  msgstr "Padres"
1578
 
1579
+ #: lib/widgets/featured-post-widget.php:457
1580
  msgid "Order By"
1581
  msgstr "Ordenar por"
1582
 
1583
+ #: lib/widgets/featured-post-widget.php:452
1584
  msgid "Number of Posts to Offset"
1585
  msgstr "Numero de Posts Offset"
1586
 
1587
+ #: lib/widgets/featured-post-widget.php:431
1588
  msgid "Category"
1589
  msgstr "Categorias"
1590
 
1604
  msgid "Displays featured posts with thumbnails"
1605
  msgstr "Muestra Posts destacados con imágenes en miniatura"
1606
 
1607
+ #: lib/widgets/featured-page-widget.php:361
1608
  msgid "More Text"
1609
  msgstr "Más texto"
1610
 
1611
+ #: lib/widgets/featured-page-widget.php:356
1612
  msgid "Content Character Limit"
1613
  msgstr "contenido Límite de caracteres"
1614
 
1615
+ #: lib/widgets/featured-page-widget.php:352
1616
  msgid "Show Page Content"
1617
  msgstr "Mostrar contenido de la página"
1618
 
1619
+ #: lib/widgets/featured-page-widget.php:347
1620
  msgid "Show Page Title"
1621
  msgstr "Mostrar título de la página"
1622
 
1623
+ #: config/customizer-seo-settings.php:77
1624
+ #: config/customizer-theme-settings.php:289
1625
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1626
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1627
+ #: lib/widgets/featured-page-widget.php:336
1628
+ #: lib/widgets/featured-post-widget.php:509
1629
+ #: lib/widgets/featured-post-widget.php:539
1630
  #: lib/widgets/user-profile-widget.php:186
1631
  #: lib/widgets/user-profile-widget.php:210
1632
  msgid "None"
1633
  msgstr "Ninguno"
1634
 
1635
+ #: lib/widgets/featured-page-widget.php:334
1636
+ #: lib/widgets/featured-post-widget.php:537
1637
  msgid "Image Alignment"
1638
  msgstr "Alineación de la Imagen"
1639
 
1640
+ #: lib/widgets/featured-page-widget.php:299
1641
  msgid "Page"
1642
  msgstr "Página"
1643
 
1644
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1645
  msgid "by"
1646
  msgstr "por"
1647
 
1653
  msgid "Displays featured page with thumbnails"
1654
  msgstr "Muestra características de página con miniaturas"
1655
 
1656
+ #: lib/widgets/featured-page-widget.php:294
1657
+ #: lib/widgets/featured-post-widget.php:422
1658
+ #: lib/widgets/featured-post-widget.php:461
1659
+ #: lib/widgets/featured-post-widget.php:595
1660
  #: lib/widgets/user-profile-widget.php:148
1661
  msgid "Title"
1662
  msgstr "Título"
1663
 
1664
+ #: config/breadcrumbs.php:47
1665
  msgid "Search for "
1666
  msgstr "Buscar"
1667
 
1668
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1669
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1670
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1671
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1672
+ #: lib/structure/archive.php:198
1673
  msgid "Archives for "
1674
  msgstr "Archivos para"
1675
 
1676
+ #: config/breadcrumbs.php:42
1677
  msgid "You are here: "
1678
  msgstr "Estas Aquí: "
1679
 
1686
  msgstr "Primaria Área Sidebar Widget"
1687
 
1688
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1689
+ #: searchform.php:49
1690
  msgid "Search"
1691
  msgstr "Buscar"
1692
 
1693
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1694
  msgid "About"
1695
  msgstr "Acerca"
1696
 
1698
  msgid "By"
1699
  msgstr "por"
1700
 
1701
+ #: lib/structure/post.php:390
1702
  msgid "[Read more...]"
1703
  msgstr "[Leer más...]"
1704
 
1705
+ #: lib/structure/menu.php:154
1706
  msgid "Comments"
1707
  msgstr "Comentarios"
1708
 
1709
+ #: lib/structure/menu.php:153
1710
  msgid "Posts"
1711
  msgstr "Posts/Entradas"
1712
 
1713
+ #: lib/init.php:104
1714
  msgid "Primary Navigation Menu"
1715
  msgstr " Menú de Navegación Principal"
1716
 
1717
+ #: lib/structure/footer.php:168
1718
  msgid "Copyright"
1719
  msgstr "Derechos de autor"
1720
 
1721
+ #: lib/structure/comments.php:548
1722
  msgid "Speak Your Mind"
1723
  msgstr "Deje sus comentarios"
1724
 
1725
+ #: lib/structure/comments.php:539
1726
  msgid "Website"
1727
  msgstr "Sitio Web"
1728
 
1729
+ #: lib/structure/comments.php:533
1730
  msgid "Email"
1731
  msgstr "Correo Electrónico"
1732
 
1733
+ #: lib/structure/comments.php:527
1734
  msgid "Name"
1735
  msgstr "Nombre"
1736
 
1737
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1738
  msgid "Your comment is awaiting moderation."
1739
  msgstr "Su comentario está pendiente de moderación."
1740
 
1741
  #. translators: 1: Comment date, 2: Comment time.
1742
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1743
  msgid "%1$s at %2$s"
1744
  msgstr "%1$s at %2$s"
1745
 
1746
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1747
  msgid "says"
1748
  msgstr "dice"
1749
 
1750
+ #: lib/structure/comments.php:170
 
 
 
 
 
1751
  msgid "<h3>Trackbacks</h3>"
1752
  msgstr "<h3>Trackbacks</h3>"
1753
 
1754
+ #: lib/structure/comments.php:77
1755
  msgid "<h3>Comments</h3>"
1756
  msgstr "<h3>Comentarios</h3>"
1757
 
1758
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1759
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1760
  msgid "(Edit)"
1761
  msgstr "(Editar)"
1762
 
1780
  msgid "Leave a Comment"
1781
  msgstr "Dejar un comentario"
1782
 
1783
+ #: lib/shortcodes/footer.php:312
1784
  msgid "Log out"
1785
  msgstr "Cerrar Sesión "
1786
 
1787
+ #: lib/shortcodes/footer.php:310
1788
  msgid "Log in"
1789
  msgstr "Ingresar"
1790
 
1793
  msgstr "Volver al principio de la página"
1794
 
1795
  #. translators: %s: Genesis version.
1796
+ #: lib/functions/upgrade.php:921
1797
  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."
1798
  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."
1799
 
1800
  #. translators: 1: Genesis version, 2: URL for current website.
1801
+ #: lib/functions/upgrade.php:918
1802
  msgid "Genesis %1$s is available for %2$s"
1803
  msgstr ""
1804
 
1805
+ #: lib/functions/upgrade.php:830
1806
  msgid "Click here to complete the upgrade"
1807
  msgstr "Haga clic aquí para completar la actualización"
1808
 
1809
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1810
  msgid "Home"
1811
  msgstr "Hogar"
1812
 
1813
+ #: lib/widgets/featured-post-widget.php:447
1814
+ #: lib/widgets/featured-post-widget.php:600
1815
  msgid "Number of Posts to Show"
1816
  msgstr "Numero de Posts a Mostrar"
1817
 
1818
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1819
+ #: lib/widgets/featured-post-widget.php:439
1820
  msgid "All Categories"
1821
  msgstr "Todas las Categorías"
1822
 
1824
  msgid "Display which category"
1825
  msgstr "Muestra las categorias"
1826
 
1827
+ #: config/customizer-theme-settings.php:304
1828
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1829
  msgid "Numeric"
1830
  msgstr "Numérico"
1831
 
1832
+ #: config/customizer-theme-settings.php:303
1833
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1834
  msgid "Previous / Next"
1835
  msgstr "Anterior / Siguiente"
1836
 
1837
+ #: lib/widgets/featured-page-widget.php:322
1838
+ #: lib/widgets/featured-post-widget.php:525
1839
  msgid "Image Size"
1840
  msgstr "Tamaño de Imagen"
1841
 
1842
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1843
+ #: lib/widgets/featured-post-widget.php:579
1844
  msgid "characters"
1845
  msgstr "caracteres"
1846
 
1847
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1848
+ #: lib/widgets/featured-post-widget.php:577
1849
  msgid "Limit content to"
1850
  msgstr "Limitar el contenido a"
1851
 
1852
+ #: config/customizer-theme-settings.php:248
1853
  msgid "Select one of the following"
1854
  msgstr "Seleccione uno de los siguientes"
1855
 
1905
  msgid "Today's date"
1906
  msgstr "Fecha de hoy"
1907
 
1908
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1909
  #: lib/views/help/genesis-layout.php:25
1910
  msgid "Full Width Content"
1911
  msgstr "Contenido de anchura completa"
1912
 
1913
+ #: config/customizer-theme-settings.php:69
1914
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1915
  msgid "Image logo"
1916
  msgstr "Imagen del logotipo"
1927
  msgid "Version"
1928
  msgstr "Versión"
1929
 
1930
+ #: config/customizer-theme-settings.php:244
1931
+ #: lib/classes/class-genesis-admin-settings.php:244
1932
+ #: lib/classes/class-genesis-admin-settings.php:297
1933
  #: lib/views/help/genesis-archives.php:15
1934
  msgid "Content Archives"
1935
  msgstr "Archivos de Contenido"
1936
 
1937
+ #: config/customizer-theme-settings.php:132
1938
+ #: lib/classes/class-genesis-admin-settings.php:242
1939
+ #: lib/classes/class-genesis-admin-settings.php:293
1940
  #: lib/views/help/genesis-breadcrumbs.php:15
1941
  msgid "Breadcrumbs"
1942
  msgstr "Breadcrumbs"
1945
  msgid "Author Box"
1946
  msgstr "Caja de Autor"
1947
 
1948
+ #: lib/classes/class-genesis-admin-settings.php:234
1949
+ #: lib/classes/class-genesis-admin-settings.php:275
1950
  #: lib/views/help/genesis-feeds.php:15
1951
  msgid "Custom Feeds"
1952
  msgstr "Feeds Personalizados"
1953
 
1954
+ #: lib/classes/class-genesis-admin-settings.php:233
1955
+ #: lib/classes/class-genesis-admin-settings.php:268
1956
  #: lib/views/help/genesis-information.php:15
1957
  msgid "Information"
1958
  msgstr "Información"
2033
  msgid "Shortlink Tag"
2034
  msgstr "Etiqueta de enlace-corto:"
2035
 
2036
+ #: config/customizer-seo-settings.php:158
2037
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2038
  msgid "Include Windows Live Writer Support Tag?"
2039
  msgstr "¿Desea incluir la etiqueta de soporte de Windows Live Writer?"
2055
  msgid "I'll manually wrap my own text on the homepage"
2056
  msgstr "Tampoco. Yo manualmente envolveré mi propio texto en la página de inicio"
2057
 
2058
+ #: config/customizer-seo-settings.php:75
2059
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2060
  msgid "Site Title"
2061
  msgstr "Título del Sitio"
2062
 
2063
+ #: config/customizer-theme-settings.php:291
2064
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2065
+ #: lib/widgets/featured-page-widget.php:338
2066
+ #: lib/widgets/featured-post-widget.php:511
2067
+ #: lib/widgets/featured-post-widget.php:541
2068
  #: lib/widgets/user-profile-widget.php:188
2069
  msgid "Right"
2070
  msgstr "Derecha"
2071
 
2072
+ #: config/customizer-theme-settings.php:290
2073
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2074
+ #: lib/widgets/featured-page-widget.php:337
2075
+ #: lib/widgets/featured-post-widget.php:510
2076
+ #: lib/widgets/featured-post-widget.php:540
2077
  #: lib/widgets/user-profile-widget.php:187
2078
  msgid "Left"
2079
  msgstr "Izquierda"
2082
  msgid "Are you sure you want to reset?"
2083
  msgstr "¿Está seguro de que desea restablecer?"
2084
 
2085
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2086
+ #: lib/classes/class-genesis-admin-settings.php:64
2087
+ #: lib/classes/class-genesis-admin.php:148
2088
  msgid "Reset Settings"
2089
  msgstr "Restablecer Configuración"
2090
 
2091
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2092
  msgid "Genesis - SEO Settings"
2093
  msgstr "Genesis - Configuración SEO"
2094
 
2095
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2096
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2097
  #: lib/views/help/seo-dochead.php:15
2098
  msgid "Document Head Settings"
2099
  msgstr "Configuración del Encabezado del Documento"
2100
 
2101
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2102
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2103
  #: lib/views/help/seo-homepage.php:15
2104
  msgid "Homepage Settings"
2105
  msgstr "Configuración de la página Inicio"
2106
 
2107
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2108
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2109
+ #: lib/classes/class-genesis-admin-import-export.php:127
2110
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2111
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2112
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2113
  msgid "SEO Settings"
2114
  msgstr "Configuración SEO"
2115
 
2116
+ #: config/customizer-theme-settings.php:23
2117
+ #: lib/classes/class-genesis-admin-import-export.php:123
2118
+ #: lib/classes/class-genesis-admin-settings.php:53
2119
+ #: lib/classes/class-genesis-admin-settings.php:54
2120
+ #: lib/classes/class-genesis-admin-settings.php:232
2121
  #: lib/views/help/genesis-theme-settings.php:15
2122
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2123
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2124
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2125
  msgid "Theme Settings"
2126
  msgstr "Configuración de Temas"
2127
 
2134
  msgid "Apply %s to this post/page"
2135
  msgstr "Aplicar %s a esta entrada/página"
2136
 
2137
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2138
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2139
  #: lib/views/help/seo-robots.php:15
2140
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2141
  msgid "Robots Meta Settings"
2142
  msgstr "Meta Configuración de Robots"
2143
 
2144
+ #: lib/admin/privacy-requests.php:194
2145
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2146
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2147
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2152
  msgid "This post is password protected. Enter the password to view comments."
2153
  msgstr "Este mensaje está protegido con contraseña o password. Introduzca la contraseña para ver los comentarios."
2154
 
2155
+ #: lib/functions/general.php:492
2156
  msgid "Recent Posts:"
2157
  msgstr "Mensajes Recientes:"
2158
 
2159
+ #: lib/functions/general.php:489
2160
  msgid "Monthly:"
2161
  msgstr "Mensualmente:"
2162
 
2163
+ #: lib/functions/general.php:486
2164
  msgid "Authors:"
2165
  msgstr "Autores:"
2166
 
2167
+ #: lib/functions/general.php:483
2168
  msgid "Categories:"
2169
  msgstr "Categorías:"
2170
 
2171
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2172
  msgid "Pages:"
2173
  msgstr "Páginas:"
2174
 
2175
+ #: lib/classes/class-genesis-admin-settings.php:247
2176
  msgid "Home Pages"
2177
  msgstr "Paginas de Inicio"
2178
 
2217
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2218
  msgstr "Esto le proporciona dos campos que dará salida a los elementos %1$s de su sitio justo antes de la etiqueta %2$s. Estos aparecerán en todas las páginas del sitio y son una gran manera de añadir código analítico y otras secuencias de comandos. No se puede utilizar PHP en estos campos. Si necesita usar PHP entonces usted debe buscar por Génesis Simple Hooks plugin."
2219
 
2220
+ #: lib/classes/class-genesis-admin-settings.php:245
2221
  #: lib/views/help/genesis-blog.php:15
2222
  msgid "Blog Page"
2223
  msgstr "Pagina del Blog"
2400
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2401
  msgstr ""
2402
 
2403
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2404
  #: lib/views/help/seo-doctitle.php:15
2405
  msgid "Doctitle Settings"
2406
  msgstr "Ajustes Doctitle"
2425
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2426
  msgstr "Genesis SEO (optimización de maquinas de búsqueda) es cortes, y se desactivará a sí mismo cuando plugins SEO más populares (por ejemplo, All-in-One SEO, WordPress SEO, etc.) están activos."
2427
 
2428
+ #: lib/classes/class-genesis-admin.php:495
2429
  msgid "Genesis Tutorials"
2430
  msgstr "Tutoriales de Genesis"
2431
 
2432
+ #: lib/classes/class-genesis-admin.php:494
2433
  msgid "Genesis Snippets"
2434
  msgstr "Fragmentos de Código Genesis"
2435
 
2436
+ #: lib/classes/class-genesis-admin.php:493
2437
  msgid "Get Support"
2438
  msgstr "Obtener Ayuda"
2439
 
2440
+ #: lib/classes/class-genesis-admin.php:492
2441
  msgid "For more information:"
2442
  msgstr "Para mayor información:"
2443
 
2475
  msgid "This allows you to import or export Genesis Settings."
2476
  msgstr "Esto le permite importar o exportar la Configuración de Genesis."
2477
 
 
 
 
 
 
 
2478
  #. translators: Opening and closing link tags to custom menu editor.
2479
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2480
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2481
  msgstr ""
2482
 
2483
  #: lib/views/help/genesis-navigation.php:23
2510
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2511
  msgstr ""
2512
 
2513
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2514
  msgid "data in style sheet files"
2515
  msgstr "Datos en los archivos de hojas de estilo"
2516
 
2558
  msgstr "Esto funciona con la plantilla tipo \"Blog\", la cual es una plantilla de página que muestra tus Entradas más recientes. Es lo que las personas ven cuando visitan tu página de Inicio."
2559
 
2560
  #. translators: JOSN file extension.
2561
+ #: lib/views/pages/genesis-admin-import-export.php:56
2562
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2563
  msgstr "Cuando le des clic al botón de abajo, Genesis generará un archivo de datos (%s) para que guardes en tu computadora. "
2564
 
2602
  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."
2603
  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."
2604
 
2605
+ #: config/customizer-seo-settings.php:278
2606
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2607
  msgid "Directories"
2608
  msgstr "Directorios "
2609
 
2610
+ #: config/customizer-seo-settings.php:223
2611
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2612
  msgid "Archiving"
2613
  msgstr "Archivando"
2614
 
2615
+ #: config/customizer-seo-settings.php:176
2616
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2617
  msgid "Indexing"
2618
  msgstr "Indexando"
2627
  msgid "Primary Title %s"
2628
  msgstr ""
2629
 
2630
+ #: config/customizer-seo-settings.php:58
2631
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2632
  msgid "Additions on right"
2633
  msgstr "Adiciones en derecha"
2634
 
2635
+ #: config/customizer-seo-settings.php:57
2636
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2637
  msgid "Additions on left"
2638
  msgstr "Adiciones en izquierda"
2639
 
2640
+ #: config/customizer-seo-settings.php:52
2641
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2642
  msgid "Document Title Order"
2643
  msgstr "Orden de Titulo en Documento"
2644
 
2646
  msgid "Section Headings"
2647
  msgstr "Encabezados de Sección"
2648
 
2649
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2650
  msgid "Site-wide Settings"
2651
  msgstr ""
2652
 
2655
  msgid "Canonical URL"
2656
  msgstr "URL Canónico"
2657
 
2658
+ #: config/customizer-seo-settings.php:31
2659
  #: lib/views/help/genesis-inpost-seo.php:16
2660
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2661
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2663
  msgid "Document Title"
2664
  msgstr "Título del Documento"
2665
 
2666
+ #: lib/classes/class-genesis-admin.php:490
2667
  msgid "Link opens in a new window."
2668
  msgstr "El enlace se abre en una nueva ventana."
2669
 
2670
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2671
  msgid "Featured Image Alignment"
2672
  msgstr ""
2673
 
2674
+ #: config/customizer-theme-settings.php:276
2675
  msgid "Featured Image Size"
2676
  msgstr ""
2677
 
2678
+ #: config/customizer-theme-settings.php:268
2679
  msgid "Display the featured image?"
2680
  msgstr "¿Mostrar la imagen destacada?"
2681
 
2682
+ #: config/customizer-theme-settings.php:260
2683
  msgid "Limit content to how many characters? (0 for no limit)"
2684
  msgstr "¿A cuántos caracteres restringir la longitud del contenido ? (0 para no restringir)"
2685
 
2686
+ #: config/customizer-theme-settings.php:234
2687
  msgid "Enable Trackbacks on Pages"
2688
  msgstr ""
2689
 
2690
+ #: config/customizer-theme-settings.php:226
2691
  msgid "Enable Trackbacks on Posts"
2692
  msgstr ""
2693
 
2694
+ #: config/customizer-theme-settings.php:218
2695
  msgid "Enable Comments on Pages"
2696
  msgstr ""
2697
 
2698
+ #: config/customizer-theme-settings.php:210
2699
  msgid "Enable Comments on Posts"
2700
  msgstr ""
2701
 
2702
+ #: config/customizer-theme-settings.php:196
2703
  msgid "Breadcrumbs on Attachment/Media"
2704
  msgstr "Breadcrumbs en archivos Adjuntos/Multimedia"
2705
 
2706
+ #: config/customizer-theme-settings.php:188
2707
+ msgid "Breadcrumbs on 404 page"
2708
+ msgstr ""
2709
 
2710
+ #: config/customizer-theme-settings.php:180
2711
  msgid "Breadcrumbs on Archives"
2712
  msgstr "Breadcrumbs en Archivos"
2713
 
2714
+ #: config/customizer-theme-settings.php:172
2715
  msgid "Breadcrumbs on Pages"
2716
  msgstr "Breadcrumbs en Páginas"
2717
 
2718
+ #: config/customizer-theme-settings.php:164
2719
  msgid "Breadcrumbs on Single Posts"
2720
  msgstr "Breadcrumbs en Entradas Individuales"
2721
 
2722
+ #: config/customizer-theme-settings.php:156
2723
+ msgid "Breadcrumbs on Posts page"
2724
+ msgstr ""
 
 
 
 
2725
 
2726
+ #: config/customizer-theme-settings.php:138
2727
+ #: config/customizer-theme-settings.php:147
2728
  msgid "Breadcrumbs on Homepage"
2729
  msgstr "Breadcrumbs en página Home"
2730
 
2732
  msgid "Select Default Layout"
2733
  msgstr "Elija un diseño predeterminado"
2734
 
2735
+ #: config/customizer-theme-settings.php:116
2736
  msgid "Site Layout"
2737
  msgstr "Distribución del Sitio"
2738
 
2739
+ #: config/customizer-theme-settings.php:104
2740
  msgid "Select Color Style"
2741
  msgstr "Selecciona Estilo de Color"
2742
 
2743
+ #: config/customizer-theme-settings.php:100
2744
  msgid "Color Scheme"
2745
  msgstr "Tema de Color"
2746
 
2747
+ #: config/customizer-theme-settings.php:68
2748
  msgid "Dynamic Text"
2749
  msgstr "Texto Dinámico"
2750
 
2761
  msgid "Reader Interactions"
2762
  msgstr "Interacciones del Lector "
2763
 
 
 
 
 
2764
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2765
  msgid "Author Archive SEO Settings"
2766
  msgstr "Ajustes de Autor de Archivo SEO"
2767
 
2768
+ #: config/customizer-theme-settings.php:327
2769
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2770
  msgid "Footer Scripts"
2771
  msgstr "Scripts en Pie de Página"
2772
 
2773
+ #: config/customizer-theme-settings.php:317
2774
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2775
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2776
  msgid "Header Scripts"
2777
  msgstr "Scripts en Encabezado"
2778
 
2779
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2780
  msgid "Posts per Page"
2781
  msgstr "Número de Entradas por Página"
2782
 
2783
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2784
  msgid "Category IDs, comma separated - 1,2,3 for example"
2785
  msgstr "IDs de Categoría, separar con comas - por ejemplo 1,2,3 "
2786
 
2787
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2788
  msgid "Exclude Categories"
2789
  msgstr "Excluir Categorías"
2790
 
2792
  msgid "Display Category"
2793
  msgstr "Mostrar Categoría"
2794
 
2795
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2796
  msgid "Entry Pagination"
2797
  msgstr "Paginación de la Entrada"
2798
 
2799
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2800
  msgid "Image Alignment:"
2801
  msgstr "Alineación de la Imagen:"
2802
 
2803
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2804
  msgid "Featured Image"
2805
  msgstr "Imagen Destacada"
2806
 
2807
+ #: config/customizer-theme-settings.php:253
2808
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2809
  msgid "Entry excerpts"
2810
  msgstr "Extractos de la entrada"
2811
 
2812
+ #: config/customizer-theme-settings.php:252
2813
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2814
  msgid "Entry content"
2815
  msgstr "Contenido de la entrada"
2816
 
2817
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2818
  msgid "Display"
2819
  msgstr "Mostrar"
2820
 
2851
  msgid "Email address"
2852
  msgstr "Correo electrónico "
2853
 
2854
+ #: config/customizer-theme-settings.php:30
2855
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2856
  msgid "Updates"
2857
  msgstr "Actualizaciones"
2858
 
2859
+ #: config/layouts.php:49
2860
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2861
  msgstr "Barra Lateral Secundaria, Contenido, Barra Lateral Principal"
2862
 
2863
+ #: config/layouts.php:44
2864
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2865
  msgstr "Barra Lateral Secundaria, Barra Lateral Principal, Contenido"
2866
 
2867
+ #: config/layouts.php:39
2868
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2869
  msgstr "Contenido, Barra Lateral Primaria, Barra Lateral Secundaria"
2870
 
2871
+ #: config/layouts.php:33
2872
  msgid "Primary Sidebar, Content"
2873
  msgstr "Barra Lateral Primaria, Contenido"
2874
 
2875
+ #: config/layouts.php:27
2876
  msgid "Content, Primary Sidebar"
2877
  msgstr "Contenido, Barra Lateral Principal"
2878
 
2879
+ #: lib/functions/formatting.php:101
2880
  msgid "about "
2881
  msgstr "Acerca de"
2882
 
2883
+ #: lib/classes/class-genesis-cli-db-command.php:43
2884
  msgid "Genesis database upgraded."
2885
  msgstr "La base de datos de Genesis ha sido Actualizada con Mejoras"
2886
 
 
 
 
 
 
2887
  #. Template Name of the plugin/theme
2888
  msgid "Blog"
2889
  msgstr "Blog"
2904
  msgid "Genesis"
2905
  msgstr "Genesis"
2906
 
2907
+ #: lib/widgets/featured-post-widget.php:564
2908
  msgid "Content Post Info"
2909
  msgstr ""
2910
 
2911
+ #: lib/widgets/featured-post-widget.php:484
2912
  msgid "Exclude Sticky Posts?"
2913
  msgstr "¿Excluir Entradas Sticky?"
2914
 
2915
+ #: config/customizer-theme-settings.php:292
2916
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:72
2917
+ #: lib/widgets/featured-page-widget.php:339
2918
+ #: lib/widgets/featured-post-widget.php:542
2919
  msgid "Center"
2920
  msgstr "Centro"
2921
 
2922
+ #: lib/widgets/featured-page-widget.php:134
2923
+ #: lib/widgets/featured-post-widget.php:172
2924
  msgid "(no title)"
2925
  msgstr "(Sin título)"
2926
 
2927
+ #: lib/structure/post.php:862
2928
  msgid "Current page"
2929
  msgstr "Página Actual"
2930
 
2931
+ #: lib/structure/post.php:425 lib/structure/post.php:835
2932
  msgid "Page "
2933
  msgstr "Página"
2934
 
2935
+ #: lib/structure/header.php:869
2936
  msgid "Skip to footer"
2937
  msgstr "Brincar el pie de pagina"
2938
 
2939
+ #: lib/structure/header.php:863
2940
  msgid "Skip to secondary sidebar"
2941
  msgstr "Brincar la barra secundaria del lado"
2942
 
2943
+ #: lib/structure/header.php:859
2944
  msgid "Skip to primary sidebar"
2945
  msgstr "Ir a la Barra Lateral Principal"
2946
 
2947
+ #: lib/structure/header.php:856
2948
  msgid "Skip to content"
2949
  msgstr "Ir al contenido"
2950
 
2951
+ #: lib/structure/header.php:853
2952
  msgid "Skip to primary navigation"
2953
  msgstr "Brincar hacia la navegación primaria"
2954
 
2955
+ #: lib/functions/widgetize.php:220
2956
  msgid "Widgets in this widget area will display after single entries."
2957
  msgstr ""
2958
 
2959
+ #: lib/functions/widgetize.php:219
2960
  msgid "After Entry"
2961
  msgstr ""
2962
 
2963
+ #: lib/functions/widgetize.php:136
2964
  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."
2965
  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,84 +1,300 @@
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"
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: 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"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
84
  #: lib/views/meta-boxes/genesis-user-seo.php:39
@@ -91,11 +307,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,29 +334,29 @@ 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
 
125
  #. translators: %s: Genesis theme version
126
  #: lib/admin/dashboard.php:26
127
  msgid " Using Genesis %s."
128
- 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,54 +394,54 @@ 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
 
189
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:25
190
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
191
  msgstr ""
192
 
193
- #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:19
194
  msgid "Google AdSense Publisher ID"
195
  msgstr "Google AdSense Publisher ID"
196
 
197
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:26
198
  msgid "Disable AdSense output for this entry?"
199
  msgstr ""
200
 
201
- #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:21
202
  msgid "AdSense Output"
203
- msgstr ""
204
 
205
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:33
206
  #: lib/views/meta-boxes/genesis-term-meta-settings.php:26
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
 
218
- #: lib/classes/class-genesis-admin-settings.php:327
219
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
220
  msgstr ""
221
 
222
  #. translators: %s: Customizer admin URL
223
- #: lib/classes/class-genesis-admin-seo-settings.php:210
224
- #: lib/classes/class-genesis-admin-settings.php:330
225
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
226
  msgstr ""
227
 
228
- #: lib/classes/class-genesis-admin-seo-settings.php:207
229
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
230
  msgstr ""
231
 
@@ -233,168 +449,167 @@ 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
 
389
  #. translators: %s: URL to studiopress.com.
390
- #: lib/views/misc/use-child-theme-notice.php:20
391
  msgid "For more information, see our article at %s"
392
  msgstr "Lisätietoja, katso artikkelimme %s"
393
 
394
  #. translators: Open and close anchor tags.
395
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
396
- msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %shelp page%s."
397
- msgstr "Tämä voi olla avuksi ratkaistessasi teemaan liittyviä ongelmia ja %setsiessäsi apua%s. "
398
 
399
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
400
  msgid "This setting has been deprecated because it is no longer recommended. If you uncheck this box, the setting will disappear."
@@ -402,7 +617,7 @@ msgstr ""
402
 
403
  #. translators: Open and close span tags, abbreviation expansion for SEO.
404
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
405
- msgid "%sNote:%s The shortlink tag might have some use for 3rd party service discoverability, but it has no %s value whatsoever."
406
  msgstr ""
407
 
408
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
@@ -441,11 +656,11 @@ msgstr ""
441
  #. translators: %s: Theme settings admin screen link.
442
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
443
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
444
- #: lib/views/meta-boxes/genesis-user-layout.php:29
445
  msgid "Default Layout set in %s"
446
  msgstr ""
447
 
448
- #. translators: Opn and close post type archive link, post type name.
449
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
450
  msgid "View the %1$s%3$s archive%2$s."
451
  msgstr "Katso %1$s%3$s arkisto%2$s."
@@ -514,10 +729,6 @@ msgstr "De facto standardi Premium WordPress teemoille."
514
  msgid "Edit Archive Settings"
515
  msgstr "Muokkaa Arkistot asetuksia"
516
 
517
- #: lib/views/misc/use-child-theme-notice.php:20
518
- msgid "https://www.studiopress.com/genesis-always-use-child-theme/"
519
- msgstr "https://www.studiopress.com/genesis-always-use-child-theme/"
520
-
521
  #: lib/views/misc/use-child-theme-notice.php:18
522
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
523
  msgstr "Huomasimme että käytät Genesis Framework teeman isäntäteemaae. Suosittelemme että käytät Genesis lapsi - teemaa (meillä on myös ilmaisia teemoja käytttöösi). "
@@ -530,7 +741,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"
@@ -539,9 +750,9 @@ msgstr "Tarkista päivitykset"
539
  msgid "If you provide an email address, your site will email you when the update can be performed."
540
  msgstr "Jos annat sähköpostiosoitteen, sivustosi lähettää viestin kun päivitys voidaan suorittaa."
541
 
542
- #: lib/classes/class-genesis-admin-seo-settings.php:45
543
- #: lib/classes/class-genesis-admin-settings.php:60
544
- #: lib/classes/class-genesis-admin.php:129
545
  msgid "Save Changes"
546
  msgstr "Tallenna muutokset"
547
 
@@ -565,27 +776,18 @@ 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
 
572
- #. translators: %s: URL for current website.
573
- #: 404.php:51
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
 
581
- #: lib/structure/post.php:453
582
  msgid "Sorry, no content matched your criteria."
583
  msgstr "Anteeksi, mikään kriteria ei täyty."
584
 
585
- #: lib/structure/comments.php:370
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."
@@ -594,7 +796,7 @@ msgstr "Genesis päivitys ylikirjoittaa nykyisen Genesis version päälle. Oletk
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 +822,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 +832,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
@@ -645,9 +847,9 @@ msgid "Archive"
645
  msgstr "Arkisto"
646
 
647
  #. translators: %s: URL for current website.
648
- #: 404.php:45
649
- 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 by using the search form below."
650
- msgstr "Sivu jota etsit ei ole enää olemassa. Voit ehkä palata takaisin <a href=\"%s\">etusivulle</a> ja katsoa jos löydät haluamasi sivun. Tai voit käyttää alla olevaa haku-kenttää."
651
 
652
  #: 404.php:36
653
  msgid "Not found, error 404"
@@ -661,7 +863,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,28 +875,29 @@ 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"
687
  msgstr "Blogisivun pohja"
688
 
689
- #: lib/classes/class-genesis-admin-settings.php:236
690
- #: lib/classes/class-genesis-admin-settings.php:286
691
  #: lib/views/help/genesis-navigation.php:15
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
699
  msgid "Header"
700
  msgstr "Otsikko"
@@ -704,7 +907,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,18 +920,18 @@ 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."
734
 
@@ -746,23 +949,23 @@ 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
 
753
- #: lib/structure/loops.php:370
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,16 +978,16 @@ 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
 
786
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
787
- #: lib/views/meta-boxes/genesis-term-meta-settings.php:40
788
  msgid "Leave empty if you do not want to display any intro text."
789
  msgstr "Jätä tyhjäksi mikäli et halua näyttää esittelytekstiä."
790
 
@@ -803,9 +1006,9 @@ msgstr "Jätä tyhjäksi jos et halua näyttää otsikkoa."
803
  msgid "Archive Headline"
804
  msgstr "Arkiston otsikko"
805
 
806
- #: lib/classes/class-genesis-admin-seo-settings.php:49
807
- #: lib/classes/class-genesis-admin-settings.php:64
808
- #: lib/classes/class-genesis-admin.php:133
809
  msgid "Error saving settings."
810
  msgstr "Virhe asetusten tallennuksessa."
811
 
@@ -813,11 +1016,11 @@ msgstr "Virhe asetusten tallennuksessa."
813
  msgid "Custom Text Content"
814
  msgstr "Muokattu tekstin sisältö"
815
 
816
- #: lib/init.php:104
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,24 +1029,24 @@ 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
 
845
  #. translators: %s: Genesis_Admin class name.
846
- #: lib/classes/class-genesis-admin.php:140
847
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
848
  msgstr "Et voi käyttää %s tehdäksesi kahta valikkoa samaan aliluokkaan. Käytä eri aliluokkia jokaiseen valikkoon."
849
 
@@ -855,11 +1058,11 @@ msgstr "Arkistoasetusten kirjoittaja"
855
  msgid "User Permissions"
856
  msgstr "Käyttäjäoikeudet"
857
 
858
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:35
859
  msgid "Please select the color style from the drop down list and save your settings."
860
  msgstr "Valitse värityyli alasvetovalikosta ja tallenna asetuksesi."
861
 
862
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:21
863
  msgid "Color Style:"
864
  msgstr "Värityyli:"
865
 
@@ -867,22 +1070,22 @@ 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."
875
  msgstr "Tämä koodi näkyy välittömästi ennen kuin suljetaan %s avainsana dokumentin lähteessä."
876
 
877
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:54
878
  msgid "Image Size:"
879
  msgstr "Kuvan koko:"
880
 
881
- #: lib/classes/class-genesis-admin-settings.php:268
882
  msgid "Color Style"
883
  msgstr "Värityylit"
884
 
885
- #: lib/classes/class-genesis-admin-settings.php:82
886
  msgid "Follow me on Twitter"
887
  msgstr "Seuraa minua Twitterissä"
888
 
@@ -911,19 +1114,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 +1134,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 +1142,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 +1150,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 +1158,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 +1166,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,24 +1174,24 @@ 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"
985
 
986
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:86
987
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
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
@@ -999,52 +1202,48 @@ msgstr "Arkistot"
999
  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
1008
  #: lib/views/help/genesis-scripts.php:15
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
1016
  msgid "Comments and Trackbacks"
1017
  msgstr "Kommentit ja paluuviitteet"
1018
 
1019
- #: lib/classes/class-genesis-admin-settings.php:232
1020
- #: lib/classes/class-genesis-admin-settings.php:278
1021
  #: lib/views/help/genesis-layout.php:15
1022
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
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."
1030
 
1031
- #: lib/classes/class-genesis-admin-seo-settings.php:47
1032
- #: lib/classes/class-genesis-admin-settings.php:62
1033
- #: lib/classes/class-genesis-admin.php:131
1034
  msgid "Settings saved."
1035
  msgstr "Asetukset talletettu."
1036
 
1037
- #: lib/classes/class-genesis-admin-seo-settings.php:48
1038
- #: lib/classes/class-genesis-admin-settings.php:63
1039
- #: lib/classes/class-genesis-admin.php:132
1040
  msgid "Settings reset."
1041
  msgstr "Nollaa asetukset."
1042
 
1043
- #: lib/classes/class-genesis-admin-import-export.php:100
1044
  msgid "Settings successfully imported."
1045
  msgstr "Asetukset tuotu onnistuneesti."
1046
 
1047
- #: lib/views/pages/genesis-admin-import-export.php:38
1048
  msgid "Upload File and Import"
1049
  msgstr "Lataa tiedosto ja Tuo"
1050
 
@@ -1053,15 +1252,15 @@ msgid "Choose the file from your computer and click \"Upload file and Import\""
1053
  msgstr "Lataa tiedosto koneeltasi ja klikkaa \"Lataa tiedosto ja Tuo\""
1054
 
1055
  #: lib/admin/customizer.php:94
1056
- #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:24
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
 
@@ -1073,65 +1272,65 @@ msgstr "sitten"
1073
  msgid "Select / Deselect All"
1074
  msgstr "Valitse / Poista kaikki"
1075
 
1076
- #: lib/classes/class-genesis-admin-import-export.php:145
1077
  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
 
1089
- #: lib/classes/class-genesis-admin-import-export.php:102
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 +1338,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 +1348,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"
@@ -1184,7 +1383,7 @@ msgstr "Aktivoi Genesis ylläpitäjän (Admin) valikko?"
1184
  msgid "Genesis Admin Menus"
1185
  msgstr "Genesis ylläpitäjän (Admin) valikot"
1186
 
1187
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:50
1188
  msgid "Include the Featured Image?"
1189
  msgstr "Sisällytä suositellut (Featured) kuva?"
1190
 
@@ -1222,19 +1421,20 @@ msgstr "Muokattu uudelleenohjattu URI"
1222
  msgid "Characters Used: %s"
1223
  msgstr "Merkkejä käytetty: %s"
1224
 
1225
- #: lib/views/pages/genesis-admin-import-export.php:61
1226
  msgid "Download Export File"
1227
  msgstr "Lataa Vientitiedosto"
1228
 
1229
- #: lib/views/pages/genesis-admin-import-export.php:54
1230
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1231
  msgstr "Kun olet tallentanut ladatun tiedoston, voi käyttää Tuo-ominaisuutta toisella sivustolla tuodaksesi tämän datan."
1232
 
1233
- #: lib/views/pages/genesis-admin-import-export.php:46
1234
  msgid "Export Genesis Settings File"
1235
  msgstr "Vie Genesis asetukset tiedosto"
1236
 
1237
- #: lib/views/pages/genesis-admin-import-export.php:35
 
1238
  msgid "Upload File (Maximum Size: %s): "
1239
  msgstr "Lataa tiedosto: (maksimikoko: %s):"
1240
 
@@ -1298,93 +1498,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,42 +1604,44 @@ 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
 
1442
- #: lib/shortcodes/footer.php:182 lib/structure/post.php:289
1443
  msgid "by"
1444
  msgstr ":"
1445
 
@@ -1451,27 +1653,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 +1686,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
 
@@ -1496,70 +1698,65 @@ msgstr "Tietoja"
1496
  msgid "By"
1497
  msgstr ":"
1498
 
1499
- #: lib/structure/post.php:380
1500
  msgid "[Read more...]"
1501
  msgstr "[Lue lisää...]"
1502
 
1503
- #: lib/structure/menu.php:150
1504
  msgid "Comments"
1505
  msgstr "Kommentit"
1506
 
1507
- #: lib/structure/menu.php:149
1508
  msgid "Posts"
1509
  msgstr "Artikkelit"
1510
 
1511
- #: lib/init.php:103
1512
  msgid "Primary Navigation Menu"
1513
  msgstr "Ensisijainen Navigaatiovalikko"
1514
 
1515
- #: lib/structure/footer.php:152
1516
  msgid "Copyright"
1517
  msgstr "Copyright"
1518
 
1519
- #: lib/structure/comments.php:495
1520
  msgid "Speak Your Mind"
1521
  msgstr "Sana on vapaa - ota kantaa ja kommentoi"
1522
 
1523
- #: lib/structure/comments.php:486
1524
  msgid "Website"
1525
  msgstr "WWW-sivu"
1526
 
1527
- #: lib/structure/comments.php:480
1528
  msgid "Email"
1529
  msgstr "Sähköposti"
1530
 
1531
- #: lib/structure/comments.php:474
1532
  msgid "Name"
1533
  msgstr "Nimi"
1534
 
1535
- #: lib/structure/comments.php:272 lib/structure/comments.php:390
1536
  msgid "Your comment is awaiting moderation."
1537
  msgstr "Kommenttisi odottaa muokkausta."
1538
 
1539
  #. translators: 1: Comment date, 2: Comment time.
1540
- #: lib/structure/comments.php:265
1541
  msgid "%1$s at %2$s"
1542
  msgstr "%1$s %2$s:ssa"
1543
 
1544
- #: lib/structure/comments.php:260 lib/structure/comments.php:345
1545
  msgid "says"
1546
  msgstr "sanoo"
1547
 
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 "<cite class=\"fn\">%1$s</cite> <span class=\"says\">%2$s:</span>"
1552
-
1553
- #: lib/structure/comments.php:162
1554
  msgid "<h3>Trackbacks</h3>"
1555
  msgstr "<h3>Paluuviitteet</h3>"
1556
 
1557
- #: lib/structure/comments.php:72
1558
  msgid "<h3>Comments</h3>"
1559
  msgstr "<h3>Kommentit</h3>"
1560
 
1561
- #: lib/shortcodes/post.php:615 lib/structure/comments.php:266
1562
- #: lib/structure/comments.php:374 lib/structure/post.php:362
1563
  msgid "(Edit)"
1564
  msgstr "(Muokkaa)"
1565
 
@@ -1583,11 +1780,11 @@ msgstr "Yksi kommentti"
1583
  msgid "Leave a Comment"
1584
  msgstr "Kommentoi"
1585
 
1586
- #: lib/shortcodes/footer.php:309
1587
  msgid "Log out"
1588
  msgstr "Kirjaudu ulos"
1589
 
1590
- #: lib/shortcodes/footer.php:307
1591
  msgid "Log in"
1592
  msgstr "Kirjaudu sisään"
1593
 
@@ -1596,30 +1793,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 +1824,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 +1905,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,16 +1927,16 @@ 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
1744
  msgid "Breadcrumbs"
1745
  msgstr "Leivänmurut"
@@ -1748,14 +1945,14 @@ msgstr "Leivänmurut"
1748
  msgid "Author Box"
1749
  msgstr "Kirjoittajan tietolaatikko"
1750
 
1751
- #: lib/classes/class-genesis-admin-settings.php:231
1752
- #: lib/classes/class-genesis-admin-settings.php:272
1753
  #: lib/views/help/genesis-feeds.php:15
1754
  msgid "Custom Feeds"
1755
  msgstr "Muokatut syötteet"
1756
 
1757
- #: lib/classes/class-genesis-admin-settings.php:230
1758
- #: lib/classes/class-genesis-admin-settings.php:265
1759
  #: lib/views/help/genesis-information.php:15
1760
  msgid "Information"
1761
  msgstr "Tieto"
@@ -1836,7 +2033,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,25 +2055,25 @@ 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"
@@ -1885,46 +2082,46 @@ msgstr "Vasen"
1885
  msgid "Are you sure you want to reset?"
1886
  msgstr "Oletko varma että haluta nollata?"
1887
 
1888
- #: lib/classes/class-genesis-admin-seo-settings.php:46
1889
- #: lib/classes/class-genesis-admin-settings.php:61
1890
- #: lib/classes/class-genesis-admin.php:130
1891
  msgid "Reset Settings"
1892
  msgstr "Nollaa asetukset"
1893
 
1894
- #: lib/classes/class-genesis-admin-seo-settings.php:39
1895
  msgid "Genesis - SEO Settings"
1896
  msgstr "Genesis - SEO asetukset"
1897
 
1898
- #: lib/classes/class-genesis-admin-seo-settings.php:168
1899
- #: lib/classes/class-genesis-admin-seo-settings.php:187
1900
  #: lib/views/help/seo-dochead.php:15
1901
  msgid "Document Head Settings"
1902
  msgstr "Dokumentin pääasetukset"
1903
 
1904
- #: lib/classes/class-genesis-admin-seo-settings.php:167
1905
- #: lib/classes/class-genesis-admin-seo-settings.php:186
1906
  #: lib/views/help/seo-homepage.php:15
1907
  msgid "Homepage Settings"
1908
  msgstr "Kotisivun asetukset"
1909
 
1910
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
1911
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
1912
- #: lib/classes/class-genesis-admin-import-export.php:125
1913
- #: lib/classes/class-genesis-admin-seo-settings.php:40
1914
- #: lib/classes/class-genesis-admin-seo-settings.php:165
1915
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
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
1923
- #: lib/classes/class-genesis-admin-settings.php:229
1924
  #: lib/views/help/genesis-theme-settings.php:15
1925
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
1926
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
1927
- #: lib/views/meta-boxes/genesis-user-layout.php:29
1928
  msgid "Theme Settings"
1929
  msgstr "Teeman asetukset"
1930
 
@@ -1937,14 +2134,14 @@ msgstr "Teeman asetukset"
1937
  msgid "Apply %s to this post/page"
1938
  msgstr "Ota käyttöön %s tähän artikkeliin/sivuun?"
1939
 
1940
- #: lib/classes/class-genesis-admin-seo-settings.php:169
1941
- #: lib/classes/class-genesis-admin-seo-settings.php:188
1942
  #: lib/views/help/seo-robots.php:15
1943
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
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,27 +2152,27 @@ 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
 
1978
- #: lib/classes/class-genesis-admin-settings.php:244
1979
  msgid "Home Pages"
1980
  msgstr "Kotisivut"
1981
 
@@ -2020,7 +2217,7 @@ msgstr "Kuinka kotisivut toimivat"
2020
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2021
  msgstr "Tämä mahdollistaa kaksi kenttää jotka näkyvät %1$s sivuston elementissä ja juuri ennen %2$s avainsanaa. Nämä näkyvät kaikilla sivuilla ja ovat hyvä tapa lisätä analysointikoodi ja muita skriptejä. Et voi käyttää PHP:tä näissä kentissä, Jos sinun tarvitsee käyttää PHP-kieltä, käytä hyväksi Genesis Simple Hooks lisäosaa."
2022
 
2023
- #: lib/classes/class-genesis-admin-settings.php:242
2024
  #: lib/views/help/genesis-blog.php:15
2025
  msgid "Blog Page"
2026
  msgstr "Blogin sivu"
@@ -2203,7 +2400,7 @@ msgstr "%1$sAppend Site Name%2$s lisää sivuston nimen yleisasetuksista otsikon
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 "%sLisää sivuston kuvaus%s lisätään sivuston kuvaukseen yleisasetuksiin otsikon jälkeen kotisivulla."
2205
 
2206
- #: lib/classes/class-genesis-admin-seo-settings.php:166
2207
  #: lib/views/help/seo-doctitle.php:15
2208
  msgid "Doctitle Settings"
2209
  msgstr "Dokumentin otsikon asetukset"
@@ -2228,19 +2425,19 @@ msgstr "Jos et näe SEO asetukset alivalikkoa, sinulla on mitä todennäköisemm
2228
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2229
  msgstr "Genesis SEO (search engine optimization) on kohtelias, ja se inaktivoi itsensä kun kaikkein yleisimmät SEO lisäosat (esim. All-in-One SEO, WordPress SEO, jne) ovat aktiivisena."
2230
 
2231
- #: lib/classes/class-genesis-admin.php:435
2232
  msgid "Genesis Tutorials"
2233
  msgstr "Genesis oppaat"
2234
 
2235
- #: lib/classes/class-genesis-admin.php:434
2236
  msgid "Genesis Snippets"
2237
  msgstr "Genesis katkelmat (snippets)"
2238
 
2239
- #: lib/classes/class-genesis-admin.php:433
2240
  msgid "Get Support"
2241
  msgstr "Hanki tukea"
2242
 
2243
- #: lib/classes/class-genesis-admin.php:432
2244
  msgid "For more information:"
2245
  msgstr "Lisätietoja:"
2246
 
@@ -2278,16 +2475,10 @@ 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."
2290
- msgstr "Nähdäksesi Ensisijaisen valikon asetukset, sinun pitää rakentaa \"%scustom menu%s, ja sijoittaa se Ensisijaisen valikon sijaintiin."
2291
 
2292
  #: lib/views/help/genesis-navigation.php:23
2293
  msgid "Twitter link displays a link to your Twitter profile, as indicated in Twitter ID setting. Enter only your user name in this setting."
@@ -2321,12 +2512,7 @@ msgstr ""
2321
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2322
  msgstr "<strong>Dynaaminen teksti</strong> valinta käyttää sivuston otsikko - ja sivuston kuvaus -kenttiä otsikoissa määritellyistä sivustoasetuksista.."
2323
 
2324
- #. translators: 1: Widget name, 2: URL to widgets admin page.
2325
- #: lib/structure/sidebar.php:67
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
 
@@ -2376,7 +2562,7 @@ msgid "This works with the Blog Template, which is a page template that shows yo
2376
  msgstr "Tämä toimii Blogipohjalla, joka on sivupohja joka näyttää viimeiset artikkelit. Täm'ä näytetään kun käyttäjät tulevat kotisivullesi."
2377
 
2378
  #. translators: JOSN file extension.
2379
- #: lib/views/pages/genesis-admin-import-export.php:51
2380
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2381
  msgstr "Kun painat alla olevaa nappia, Genesis luo datatiedoston (%s) jonka voit tallentaa tietokoneellesi."
2382
 
@@ -2420,17 +2606,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,18 +2631,18 @@ 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"
2462
 
@@ -2464,7 +2650,7 @@ msgstr "Dokumentin otsikon järjestys"
2464
  msgid "Section Headings"
2465
  msgstr "Alueen otsikot"
2466
 
2467
- #: lib/classes/class-genesis-admin-seo-settings.php:185
2468
  msgid "Site-wide Settings"
2469
  msgstr "Koko sivuston laajuiset asetukset"
2470
 
@@ -2473,7 +2659,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
@@ -2481,76 +2667,68 @@ msgstr "Kanonikaalinen URL"
2481
  msgid "Document Title"
2482
  msgstr "Dokumentit otsikko"
2483
 
2484
- #: lib/classes/class-genesis-admin.php:430
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 +2736,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
 
@@ -2587,34 +2765,30 @@ msgstr "Valitse ulkoasu"
2587
  msgid "Reader Interactions"
2588
  msgstr "Lukijan vuorovaikutus"
2589
 
2590
- #: 404.php:57
2591
- msgid "Sitemap"
2592
- msgstr "Sivukartta"
2593
-
2594
  #: lib/views/meta-boxes/genesis-user-seo.php:15
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"
2607
  msgstr "Ylätunnisteen skriptit"
2608
 
2609
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:45
2610
  msgid "Posts per Page"
2611
  msgstr "Artikkeleita per sivu"
2612
 
2613
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:39
2614
  msgid "Category IDs, comma separated - 1,2,3 for example"
2615
  msgstr "Kategoria IDs, pilkulla eroteltuna - 1,2,3 esimerkiksi"
2616
 
2617
- #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:35
2618
  msgid "Exclude Categories"
2619
  msgstr "älä sisällytä kategorioita"
2620
 
@@ -2622,29 +2796,29 @@ msgstr "älä sisällytä kategorioita"
2622
  msgid "Display Category"
2623
  msgstr "Näytä kategoria"
2624
 
2625
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:79
2626
  msgid "Entry Pagination"
2627
  msgstr "Sisällön sivutus"
2628
 
2629
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:66
2630
  msgid "Image Alignment:"
2631
  msgstr "Kuvan keskitys:"
2632
 
2633
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:47
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ö"
2646
 
2647
- #: lib/views/meta-boxes/genesis-theme-settings-posts.php:19
2648
  msgid "Display"
2649
  msgstr "Näytä"
2650
 
@@ -2681,44 +2855,39 @@ 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
 
2713
- #: lib/classes/class-genesis-cli-command.php:44
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,62 +2908,62 @@ 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/genesi
1
+ # Translation of Genesis - Genesis 2.10 in Finnish
2
+ # This file is distributed under the same license as the Genesis - Genesis 2.10 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-01-28 13:05:40+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: fi\n"
12
+ "Project-Id-Version: Genesis - Genesis 2.10\n"
13
 
14
+ #: lib/views/pages/genesis-admin-upgraded.php:25
15
+ msgid "Genesis 2.10 adds new WP-CLI commands and a new Genesis Plugins page that helps you discover and install Genesis plugins."
16
  msgstr ""
17
 
18
+ #. Translators: Link to the changelog.
19
+ #: lib/views/pages/genesis-admin-upgraded.php:51
20
+ msgid "We keep a detailed changelog for each release, which can be found <a href=\"%s\">here</a>."
 
 
 
 
 
 
 
 
 
 
 
21
  msgstr ""
22
 
23
  #: lib/views/pages/genesis-admin-upgraded.php:43
24
+ msgid "We think this move will help make your Genesis experience more consistent with the way you are already managing your WordPress site, as well as making the process for registering and exposing settings far more simple."
25
  msgstr ""
26
 
27
  #: lib/views/pages/genesis-admin-upgraded.php:42
28
+ msgid "Genesis 2.10 will begin the process of moving our settings management to the WordPress Customizer. The Genesis Settings and SEO Settings admin menu links now take you to the appropriate Customizer panel, where you can manage your settings just as before."
29
  msgstr ""
30
 
31
+ #: lib/views/pages/genesis-admin-upgraded.php:41
32
+ msgid "Moving to the Customizer"
33
  msgstr ""
34
 
35
  #: lib/views/pages/genesis-admin-upgraded.php:39
36
+ msgid "This new link will allow you to view and install, right from your dashboard, the most popular plugins StudioPress has created."
37
+ msgstr ""
38
 
39
  #: lib/views/pages/genesis-admin-upgraded.php:38
40
+ msgid "In Genesis 2.10, if you look under the Genesis admin menu, you will see a new link, \"Genesis Plugins\"."
41
+ msgstr ""
42
 
43
  #: lib/views/pages/genesis-admin-upgraded.php:37
44
+ msgid "Chances are, you have probably used one of the many Genesis plugins available on WordPress.org. But the process for finding official plugins from the StudioPress team and installing them on your site has been a little difficult in the past."
45
+ msgstr ""
46
 
47
+ #: lib/views/pages/genesis-admin-upgraded.php:36
48
+ msgid "Install Genesis Plugins"
49
  msgstr ""
50
 
51
  #: lib/views/pages/genesis-admin-upgraded.php:34
52
+ msgid "For a list of new commands, see the updated documentation."
53
+ msgstr ""
54
 
55
  #: lib/views/pages/genesis-admin-upgraded.php:33
56
+ msgid "Genesis 2.10 introduces a few key WP-CLI commands that should help you with common tasks like checking the current version of Genesis, upgrading, and managing theme settings."
57
+ msgstr ""
58
 
59
+ #: lib/views/pages/genesis-admin-upgraded.php:32
60
+ msgid "If you are a developer who loves Genesis and also enjoys using WP-CLI to manage your site, things are about to get a whole lot easier."
61
  msgstr ""
62
 
63
+ #: lib/views/pages/genesis-admin-upgraded.php:31
64
+ msgid "New WP-CLI Commands"
65
+ msgstr ""
66
+
67
+ #: lib/views/pages/genesis-admin-onboarding.php:93
68
+ msgid "This will change your default homepage."
69
+ msgstr ""
70
+
71
+ #: lib/views/pages/genesis-admin-onboarding.php:90
72
+ msgid "Sample content for the theme will be added to make your theme look like the demo."
73
+ msgstr ""
74
+
75
+ #: lib/views/pages/genesis-admin-onboarding.php:65
76
+ msgid "The following plugins will be automatically installed and activated with this theme (links open in new window):"
77
+ msgstr ""
78
+
79
+ #. translators: 1: Path to local image file.
80
+ #: lib/functions/onboarding.php:398
81
+ msgid "Could not read the file: %1$s."
82
+ msgstr ""
83
+
84
+ #: lib/functions/onboarding.php:84
85
+ msgid "new window"
86
+ msgstr ""
87
+
88
+ #: lib/classes/class-genesis-cli-settings-command.php:95
89
+ msgid "It appears something went wrong. Please check your command and try again."
90
+ msgstr ""
91
+
92
+ #: lib/classes/class-genesis-cli-settings-command.php:91
93
+ msgid "Setting saved."
94
+ msgstr ""
95
+
96
+ #: lib/classes/class-genesis-admin-plugins.php:32
97
+ #: lib/classes/class-genesis-admin-plugins.php:33
98
+ msgid "Genesis Plugins"
99
+ msgstr ""
100
+
101
+ #: lib/views/pages/genesis-admin-onboarding.php:43
102
+ msgid "Set up your website"
103
+ msgstr ""
104
+
105
+ #: lib/views/pages/genesis-admin-onboarding.php:36
106
+ msgid "Use the \"Set Up Your Website\" button to get started. None of your existing content will be lost."
107
+ msgstr ""
108
+
109
+ #. translators: %s: Theme name
110
+ #: lib/views/pages/genesis-admin-onboarding.php:31
111
+ msgid "%s supports automatic set up and import of demo content and/or recommended plugins."
112
+ msgstr ""
113
+
114
+ #. translators: %s: Theme name
115
+ #: lib/views/pages/genesis-admin-onboarding.php:25
116
+ msgid "Get started with %s."
117
+ msgstr ""
118
+
119
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:30
120
+ msgid "Click here"
121
+ msgstr ""
122
+
123
+ #. translators: Url to sign up for an Adwords Account.
124
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:26
125
+ msgid "Don't have AdSense? %s to sign up!"
126
+ msgstr ""
127
+
128
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:20
129
+ msgid "Click here to enable."
130
+ msgstr ""
131
+
132
+ #. translators: Url to enable Auto Ads in the Adwords Account.
133
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:16
134
+ msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. %s"
135
+ msgstr ""
136
+
137
+ #: lib/structure/sidebar.php:75
138
+ msgid "Widgets Panel"
139
+ msgstr ""
140
+
141
+ #. translators: 1: Widget name, 2: URL to widgets admin page.
142
+ #: lib/structure/sidebar.php:70
143
+ msgid "This is the %1$s. You can add content to this area by visiting your %2$s and adding new widgets to this area."
144
+ msgstr ""
145
+
146
+ #: lib/structure/post.php:683
147
+ msgid "Use `genesis_get_author_box()` instead."
148
+ msgstr ""
149
+
150
+ #: lib/structure/post.php:680
151
+ msgid "The default is true, so remove the second argument."
152
+ msgstr ""
153
+
154
+ #. translators: 1: Name of the image, 2: The error message.
155
+ #: lib/functions/onboarding.php:411
156
+ msgid "There was an error importing the %1$s image. Error: %2$s"
157
+ msgstr ""
158
+
159
+ #. translators: 1: URL of the image, 2: The error message.
160
+ #: lib/functions/onboarding.php:392
161
+ msgid "There was an error downloading the featured image from %1$s. Error: %2$s"
162
+ msgstr ""
163
 
164
+ #. translators: 1: Title of the menu item, 2: The error message.
165
+ #: lib/functions/onboarding.php:244
166
+ msgid "There was an error creating the %1$s menu item. Error: %2$s"
167
  msgstr ""
168
 
169
+ #. translators: 1: Title of the menu, 2: The error message.
170
+ #: lib/functions/onboarding.php:175
171
+ msgid "There was an error creating the %1$s menu. Error: %2$s"
172
+ msgstr ""
173
+
174
+ #: lib/classes/class-genesis-script-loader.php:223
175
+ msgid "A setup step has completed."
176
+ msgstr ""
177
+
178
+ #: lib/classes/class-genesis-script-loader.php:222
179
+ msgid "A setup step has started."
180
+ msgstr ""
181
+
182
+ #: lib/classes/class-genesis-script-loader.php:221
183
+ msgid "The website setup process has completed."
184
+ msgstr ""
185
+
186
+ #: lib/classes/class-genesis-script-loader.php:220
187
+ msgid "The website setup process has started."
188
+ msgstr ""
189
+
190
+ #: lib/views/pages/genesis-admin-onboarding.php:133
191
+ msgid "Atomic Blocks"
192
+ msgstr "Atomic lohkot"
193
+
194
+ #: lib/views/pages/genesis-admin-onboarding.php:132
195
+ msgid "Gutenberg News"
196
+ msgstr "Gutenberg uutiset"
197
+
198
+ #: lib/views/pages/genesis-admin-onboarding.php:131
199
+ msgid "StudioPress Blog"
200
+ msgstr "StudioPressin blogi"
201
+
202
+ #: lib/views/pages/genesis-admin-onboarding.php:130
203
+ msgid "Gutenberg Intro"
204
+ msgstr "Gutenberg esittely"
205
+
206
+ #: lib/views/pages/genesis-admin-onboarding.php:128
207
+ msgid "Learn about the new WordPress editor (Gutenberg) and building with content blocks by using these resources below."
208
+ msgstr ""
209
+
210
+ #: lib/views/pages/genesis-admin-onboarding.php:127
211
+ msgid "Helpful Links"
212
+ msgstr "Hyödyllisiä linkkejä"
213
+
214
+ #: lib/views/pages/genesis-admin-onboarding.php:120
215
+ msgid "Edit your homepage"
216
+ msgstr "Muokkaa omaa etusivua"
217
+
218
+ #: lib/views/pages/genesis-admin-onboarding.php:119
219
+ msgid "View your homepage"
220
+ msgstr "Näytä oma etusivu"
221
+
222
+ #: lib/views/pages/genesis-admin-onboarding.php:117
223
+ msgid "Your website setup is complete! View or edit your homepage using the buttons below."
224
+ msgstr ""
225
+
226
+ #: lib/views/pages/genesis-admin-onboarding.php:116
227
+ msgid "All done!"
228
+ msgstr "Kaikki tehty!"
229
+
230
+ #: lib/views/pages/genesis-admin-onboarding.php:87
231
+ msgid "Demo content"
232
+ msgstr "Demosisältö"
233
+
234
+ #: lib/views/pages/genesis-admin-onboarding.php:64
235
+ msgid "Recommended plugins"
236
+ msgstr ""
237
+
238
+ #: lib/views/pages/genesis-admin-onboarding.php:44
239
+ msgid "Or go to Theme Settings"
240
+ msgstr ""
241
+
242
+ #. translators: 1: URL for updating Genesis, 2: class attribute for anchor, 3:
243
+ #. call to action.
244
+ #: lib/functions/upgrade.php:874
245
+ msgid "update now"
246
+ msgstr "päivitä nyt"
247
+
248
+ #. translators: 1: URL for change log, 2: class attribute for anchor, 3: call
249
+ #. to action.
250
+ #: lib/functions/upgrade.php:867
251
+ msgid "Check out what's new"
252
+ msgstr ""
253
+
254
+ #. translators: 1: Genesis version, 2: URL for change log, 3: URL for updating
255
+ #. Genesis.
256
+ #: lib/functions/upgrade.php:860
257
+ msgid "Genesis %1$s is available. %2$s or %3$s."
258
+ msgstr "Genesis %1$s tarjolla. %2$s tai %3$s."
259
+
260
+ #: lib/functions/upgrade.php:796
261
+ msgid "See what's new in"
262
+ msgstr "Katso mitä uutta"
263
+
264
+ #. translators: 1: Genesis version, 2: URL for What's New admin page.
265
+ #: lib/functions/upgrade.php:791
266
+ msgid "Congratulations, you are now rocking Genesis %1$s! %2$s"
267
+ msgstr ""
268
+
269
+ #: lib/functions/layout.php:575
270
+ msgid "Use `genesis_get_structural_wrap()` instead."
271
+ msgstr ""
272
+
273
+ #: lib/functions/layout.php:572
274
+ msgid "The default is true, so remove the third argument."
275
+ msgstr ""
276
+
277
+ #: lib/classes/class-genesis-admin-onboarding.php:33
278
+ msgid "Getting Started"
279
+ msgstr ""
280
+
281
+ #: lib/classes/class-genesis-admin-onboarding.php:32
282
+ msgid "Genesis - Getting Started"
283
+ msgstr "Genesis - Alkutoimenpiteet"
284
+
285
+ #. translators: 1: Title of the page, 2: The error message.
286
+ #: lib/functions/onboarding.php:360
287
+ msgid "There was an error importing the %1$s page. Error: %2$s"
288
+ msgstr ""
289
+
290
+ #: lib/views/pages/genesis-admin-upgraded.php:45
291
+ msgid "The Details"
292
+ msgstr "Yksityiskohdat"
293
+
294
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:44
295
+ msgid "AdSense publisher ID"
296
+ msgstr "AdSense julkaisun ID"
297
+
298
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:52
299
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:38
300
  #: lib/views/meta-boxes/genesis-user-seo.php:39
307
  msgid "Text entered in the Meta Description field is used as the short page description under the title on search engine results pages."
308
  msgstr ""
309
 
310
+ #: lib/structure/post.php:941
311
  msgid "Next Post:"
312
  msgstr "Seuraava artikkeli:"
313
 
314
+ #: lib/structure/post.php:928
315
  msgid "Previous Post:"
316
  msgstr "Edellinen artikkeli:"
317
 
334
  msgstr ""
335
 
336
  #: lib/admin/privacy-requests.php:26 lib/admin/privacy-requests.php:124
337
+ #: lib/admin/privacy-requests.php:171
338
  msgid "Genesis Author Archive Data"
339
  msgstr ""
340
 
341
  #. translators: %s: Genesis theme version
342
  #: lib/admin/dashboard.php:26
343
  msgid " Using Genesis %s."
344
+ msgstr "kätetään Genesis %s."
345
 
346
  #. translators: 1: Version of PHP that Genesis requires. 2: The PHP version on
347
  #. this site
348
+ #: config/requirements.php:34
349
  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."
350
  msgstr ""
351
 
352
  #. translators: 1: Version of WordPress that Genesis requires. 2: The WordPress
353
  #. version on this site
354
+ #: config/requirements.php:27
355
  msgid "Genesis requires WordPress version %1$s or higher. You are using version %2$s. Please upgrade WordPress to use Genesis."
356
  msgstr ""
357
 
358
  #. translators: %s: AdSense URL
359
+ #: config/customizer-theme-settings.php:83
360
  msgid "Don't have AdSense? <a href='%s' target='_blank' rel='noopener noreferrer'>Click here</a> to sign up!"
361
  msgstr ""
362
 
394
  msgid "Genesis Blue"
395
  msgstr "Genesis sininen"
396
 
397
+ #: lib/widgets/featured-post-widget.php:460
398
  msgid "Date Modified"
399
  msgstr "Muokkauspäivä"
400
 
401
+ #: lib/widgets/featured-post-widget.php:459
402
  msgid "Date Published"
403
  msgstr "Julkaisupäivä"
404
 
405
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:46
406
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx or pub-xxxxxxxxxxxxx) to enable AdSense."
407
  msgstr ""
408
 
409
+ #: lib/views/meta-boxes/genesis-theme-settings-adsense.php:38
410
  msgid "Google AdSense Publisher ID"
411
  msgstr "Google AdSense Publisher ID"
412
 
413
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:25
414
  msgid "Disable AdSense output for this entry?"
415
  msgstr ""
416
 
417
+ #: lib/views/meta-boxes/genesis-inpost-adsense-box.php:20
418
  msgid "AdSense Output"
419
+ msgstr "AdSensen tulos"
420
 
421
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:33
422
  #: lib/views/meta-boxes/genesis-term-meta-settings.php:26
423
  msgid "Your child theme uses accessible headings. If you leave this blank, the default accessible heading will be used."
424
  msgstr ""
425
 
426
+ #: lib/functions/markup.php:747
427
  msgid "Secondary"
428
  msgstr "Toissijainen"
429
 
430
+ #: lib/functions/markup.php:730
431
  msgid "Main"
432
  msgstr ""
433
 
434
+ #: lib/classes/class-genesis-admin-settings.php:330
435
  msgid "Hey there! Did you know that theme settings can now be configured with a live preview in the Customizer?"
436
  msgstr ""
437
 
438
  #. translators: %s: Customizer admin URL
439
+ #: lib/classes/class-genesis-admin-seo-settings.php:213
440
+ #: lib/classes/class-genesis-admin-settings.php:333
441
  msgid "Eventually, settings pages like this one will no longer be available, and everything will be configured in the Customizer, so go ahead and <a href=\"%s\">start using it now</a>!"
442
  msgstr ""
443
 
444
+ #: lib/classes/class-genesis-admin-seo-settings.php:210
445
  msgid "Hey there! Did you know that SEO settings can now be configured with a live preview in the Customizer?"
446
  msgstr ""
447
 
449
  msgid "Google Adsense"
450
  msgstr "Google Adsense"
451
 
452
+ #: config/customizer-theme-settings.php:313
453
  msgid "Header/Footer Scripts"
454
  msgstr "Ylätunnisteen/Alatunnisteen skriptit"
455
 
456
+ #: config/customizer-theme-settings.php:133
457
  msgid "Select the pages which should display breadcrumbs."
458
  msgstr ""
459
 
460
+ #: config/customizer-theme-settings.php:120
461
  msgid "Select Site Layout"
462
  msgstr "Valitse sivuston ulkoasu"
463
 
464
+ #: config/customizer-theme-settings.php:88
465
  msgid "Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxx) to activate AdSense Auto Ads"
466
  msgstr ""
467
 
468
+ #: config/customizer-theme-settings.php:87
469
  msgid "Publisher ID"
470
  msgstr "Julkaisijan ID"
471
 
472
  #. translators: %s: AdSense Auto Ads URL
473
+ #: config/customizer-theme-settings.php:80
 
474
  msgid "Auto Ads must be enabled in your AdSense account for this feature to work properly. <a href=\"%s\">Click here to enable.</a>"
475
  msgstr ""
476
 
477
+ #: config/customizer-theme-settings.php:78
478
+ #: lib/classes/class-genesis-admin-settings.php:278
479
  msgid "Google AdSense"
480
  msgstr "Google AdSense"
481
 
482
+ #: config/customizer-theme-settings.php:45
483
  msgid "If you provide an email address below, you will be notified via email when a new version of Genesis is available."
484
  msgstr ""
485
 
486
+ #: config/customizer-theme-settings.php:44
487
+ #: config/customizer-theme-settings.php:49
488
  msgid "Email Address"
489
  msgstr "Sähköpostiosoite"
490
 
491
+ #: config/customizer-theme-settings.php:36
492
  msgid "By checking this box, you allow Genesis to periodically check for updates."
493
  msgstr ""
494
 
495
+ #: config/customizer-theme-settings.php:24
496
  msgid "Customize the various theme settings."
497
  msgstr ""
498
 
499
+ #: config/customizer-seo-settings.php:290
500
  msgid "Apply noydir to entire site?"
501
  msgstr ""
502
 
503
+ #: config/customizer-seo-settings.php:282
504
  msgid "Apply noodp to entire site?"
505
  msgstr ""
506
 
507
+ #: config/customizer-seo-settings.php:228
508
  msgid "Entire Site"
509
  msgstr "Koko sivusto"
510
 
511
+ #: config/customizer-seo-settings.php:224
512
  msgid "Apply noarchive to the pages below."
513
  msgstr ""
514
 
515
+ #: config/customizer-seo-settings.php:213
516
+ #: config/customizer-seo-settings.php:268
517
  msgid "Search Results"
518
  msgstr "Hakutulokset"
519
 
520
+ #: config/customizer-seo-settings.php:205
521
+ #: config/customizer-seo-settings.php:260
522
  msgid "Date Archives"
523
  msgstr "Päivämäärän arkistot"
524
 
525
+ #: config/customizer-seo-settings.php:197
526
+ #: config/customizer-seo-settings.php:252
527
  msgid "Author Archives"
528
  msgstr "Kirjoittajan arkistot"
529
 
530
+ #: config/customizer-seo-settings.php:189
531
+ #: config/customizer-seo-settings.php:244
532
  msgid "Tag Archives"
533
  msgstr "Avaisnaojen arkistot"
534
 
535
+ #: config/customizer-seo-settings.php:181
536
+ #: config/customizer-seo-settings.php:236
537
  msgid "Category Archives"
538
  msgstr "Kategoria arkistot"
539
 
540
+ #: config/customizer-seo-settings.php:177
541
  msgid "Apply noindex to the archive pages below."
542
  msgstr ""
543
 
544
+ #: config/customizer-seo-settings.php:166
545
  msgid "Include Shortlink Tag?"
546
  msgstr ""
547
 
548
+ #: config/customizer-seo-settings.php:150
549
  msgid "Adjacent Posts rel link tags"
550
  msgstr ""
551
 
552
+ #: config/customizer-seo-settings.php:146
553
  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."
554
  msgstr ""
555
 
556
+ #: config/customizer-seo-settings.php:145
557
  msgid "Document Head"
558
  msgstr "Dokumentin otsikko"
559
 
560
+ #: config/customizer-seo-settings.php:135
561
  msgid "Apply noarchive to the homepage"
562
  msgstr ""
563
 
564
+ #: config/customizer-seo-settings.php:127
565
  msgid "Apply nofollow to the homepage"
566
  msgstr ""
567
 
568
+ #: config/customizer-seo-settings.php:119
569
  msgid "Apply noindex to the homepage"
570
  msgstr ""
571
 
572
+ #: config/customizer-seo-settings.php:93
573
  msgid "Add site description (tagline) to document title on home page? "
574
  msgstr ""
575
 
576
+ #: config/customizer-seo-settings.php:85
577
  msgid "If you leave the document title field blank, your site’s title will be used instead."
578
  msgstr ""
579
 
580
+ #: config/customizer-seo-settings.php:84
581
  msgid "Homepage Document Title"
582
  msgstr "Kotisivun dokumentti-otsikko"
583
 
584
+ #: config/customizer-seo-settings.php:76
585
  msgid "Site Description (tagline)"
586
  msgstr ""
587
 
588
+ #: config/customizer-seo-settings.php:71
589
  msgid "Primary Title H1"
590
  msgstr "Ensisijainen otsikko H1"
591
 
592
+ #: config/customizer-seo-settings.php:35
593
  msgid "Add site name to document title on inner pages? "
594
  msgstr ""
595
 
596
+ #: config/customizer-seo-settings.php:25
597
  msgid "Customize the various theme SEO settings."
598
  msgstr ""
599
 
600
+ #: lib/views/pages/genesis-admin-upgraded.php:29
601
  msgid "Changes"
602
  msgstr "Muutokset"
603
 
604
  #. translators: %s: URL to studiopress.com.
605
+ #: lib/views/misc/use-child-theme-notice.php:21
606
  msgid "For more information, see our article at %s"
607
  msgstr "Lisätietoja, katso artikkelimme %s"
608
 
609
  #. translators: Open and close anchor tags.
610
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:30
611
+ msgid "This can be helpful for diagnosing problems with your theme when seeking assistance at the %1$shelp page%2$s."
612
+ msgstr ""
613
 
614
  #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:22
615
  msgid "This setting has been deprecated because it is no longer recommended. If you uncheck this box, the setting will disappear."
617
 
618
  #. translators: Open and close span tags, abbreviation expansion for SEO.
619
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:62
620
+ msgid "%1$sNote:%2$s The shortlink tag might have some use for 3rd party service discoverability, but it has no %3$s value whatsoever."
621
  msgstr ""
622
 
623
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:17
656
  #. translators: %s: Theme settings admin screen link.
657
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
658
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
659
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
660
  msgid "Default Layout set in %s"
661
  msgstr ""
662
 
663
+ #. translators: Open and close post type archive link, post type name.
664
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:19
665
  msgid "View the %1$s%3$s archive%2$s."
666
  msgstr "Katso %1$s%3$s arkisto%2$s."
729
  msgid "Edit Archive Settings"
730
  msgstr "Muokkaa Arkistot asetuksia"
731
 
 
 
 
 
732
  #: lib/views/misc/use-child-theme-notice.php:18
733
  msgid "We've noticed you are using the Genesis Framework parent theme alone. We strongly recommend you run a Genesis child theme with it (we even have a free theme you can use). "
734
  msgstr "Huomasimme että käytät Genesis Framework teeman isäntäteemaae. Suosittelemme että käytät Genesis lapsi - teemaa (meillä on myös ilmaisia teemoja käytttöösi). "
741
  msgid "Use for site title/logo"
742
  msgstr "Käytä sivuston otsikkoa/logoa"
743
 
744
+ #: config/customizer-theme-settings.php:35
745
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:41
746
  msgid "Check For Updates"
747
  msgstr "Tarkista päivitykset"
750
  msgid "If you provide an email address, your site will email you when the update can be performed."
751
  msgstr "Jos annat sähköpostiosoitteen, sivustosi lähettää viestin kun päivitys voidaan suorittaa."
752
 
753
+ #: lib/classes/class-genesis-admin-seo-settings.php:48
754
+ #: lib/classes/class-genesis-admin-settings.php:63
755
+ #: lib/classes/class-genesis-admin.php:147
756
  msgid "Save Changes"
757
  msgstr "Tallenna muutokset"
758
 
776
  msgid "Read more about Custom Canonical URL"
777
  msgstr "Lue lisää muokatusta kanonikaalisesta URL-osoitteesta"
778
 
779
+ #: config/customizer-theme-settings.php:299
780
  msgid "Entry Pagination Type"
781
  msgstr "Sisällön sivutuksen tyyppi"
782
 
783
+ #: lib/widgets/featured-post-widget.php:479
 
 
 
 
 
784
  msgid "Exclude Previously Displayed Posts?"
785
  msgstr "Jätä huomioimatta aikaisemmin näytetyt artikkelit?"
786
 
787
+ #: lib/structure/post.php:465
788
  msgid "Sorry, no content matched your criteria."
789
  msgstr "Anteeksi, mikään kriteria ei täyty."
790
 
 
 
 
 
791
  #: lib/classes/class-genesis-script-loader.php:197
792
  msgid "Updating Genesis will overwrite the current installed version of Genesis. Are you sure you want to update?. \"Cancel\" to stop, \"OK\" to update."
793
  msgstr "Genesis päivitys ylikirjoittaa nykyisen Genesis version päälle. Oletko varma että haluat päivittää?. Paina \"Cancel\" lopettaaksesi, \"OK\" päivittääksesi."
796
  msgid "The changes you made will be lost if you navigate away from this page."
797
  msgstr "Kaikki muutokset menetetään jos poistut tältä sivustolta."
798
 
799
+ #: lib/functions/deprecated.php:468
800
  msgid "decimal or hexidecimal entities"
801
  msgstr "desimaali- tai heksadesimaaliyhteisöt"
802
 
822
  msgid "Robots Meta Tags"
823
  msgstr "Robottien metatägit"
824
 
825
+ #: config/customizer-seo-settings.php:110 lib/admin/privacy-requests.php:196
826
  #: lib/views/help/genesis-inpost-seo.php:24
827
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:33
828
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:49
832
  msgid "Meta Keywords"
833
  msgstr "Meta-avainsanat"
834
 
835
+ #: config/customizer-seo-settings.php:101 lib/admin/privacy-requests.php:195
836
  #: lib/views/help/genesis-inpost-seo.php:20
837
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:26
838
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:35
847
  msgstr "Arkisto"
848
 
849
  #. translators: %s: URL for current website.
850
+ #: 404.php:43
851
+ msgid "The page you are looking for no longer exists. Perhaps you can return back to the <a href=\"%s\">homepage</a> and see if you can find what you are looking for. Or, you can try finding it by using the search form below."
852
+ msgstr ""
853
 
854
  #: 404.php:36
855
  msgid "Not found, error 404"
863
  msgid "Contributor"
864
  msgstr "Avustaja"
865
 
866
+ #: lib/views/pages/genesis-admin-upgraded.php:88
867
  msgid "Contributors"
868
  msgstr "Avustajat"
869
 
875
  msgid "These settings apply to any page given the \"Blog\" page template, not the homepage or post archive pages."
876
  msgstr "Nämä asetukset vaikuttavat mihin tahansa sivuun joka on \"Blog\" sivumallin tyylillä, mutta eivät etusivun tai artikkelien arkistosivuihin."
877
 
878
+ #: config/customizer-seo-settings.php:67
879
+ #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:26
880
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:32
881
  msgid "Homepage"
882
  msgstr "Etusivu"
883
 
884
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:29
885
+ msgid "Posts page"
886
+ msgstr ""
887
 
888
+ #: lib/classes/class-genesis-admin-settings.php:298
889
  msgid "Blog Page Template"
890
  msgstr "Blogisivun pohja"
891
 
892
+ #: lib/classes/class-genesis-admin-settings.php:239
893
+ #: lib/classes/class-genesis-admin-settings.php:289
894
  #: lib/views/help/genesis-navigation.php:15
895
  msgid "Navigation"
896
  msgstr "Navigaatio"
897
 
898
+ #: config/customizer-theme-settings.php:60
899
+ #: lib/classes/class-genesis-admin-settings.php:236
900
+ #: lib/classes/class-genesis-admin-settings.php:285
901
  #: lib/views/help/genesis-header.php:15
902
  msgid "Header"
903
  msgstr "Otsikko"
907
  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."
908
  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."
909
 
910
+ #: config/customizer-seo-settings.php:102
911
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:71
912
  msgid "The meta description can be used to determine the text used under the title on search engine results pages."
913
  msgstr "Metakuvausta voidaan käyttää hakutuloksien näkymäsivuissa otsikon alla."
920
  msgid "Site Description (Tagline)"
921
  msgstr "Sivuston kuvaus (Tagline)"
922
 
923
+ #: config/customizer-seo-settings.php:44
924
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:46
925
  msgid "If the title consists of two parts (original title and optional addition), then the separator will go in between them."
926
  msgstr "Jos otsikko sisältää kaksi osaa (alkuperäinen otsikko ja haluttu lisäys), erotinnerkki laitetaan niiden väliin."
927
 
928
+ #: config/customizer-seo-settings.php:43
929
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:44
930
  msgid "Document Title Separator"
931
  msgstr "Dokumentin otsikon erotinmerkki:"
932
 
933
+ #: config/customizer-seo-settings.php:53
934
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:59
935
  msgid "Determines which side the added title text will go on."
936
  msgstr "Määrittelee mille puolelle lisätty otsikkoteksti sijoitetaan."
937
 
949
  msgid "Read More"
950
  msgstr "Lue lisää"
951
 
952
+ #: lib/structure/xhtml.php:143 searchform.php:29
953
  msgid "Search this website"
954
  msgstr "Etsi sivustolta"
955
 
956
+ #: lib/structure/loops.php:378
957
  msgid "Read more"
958
  msgstr "Lue lisää"
959
 
960
+ #: lib/views/pages/genesis-admin-upgraded.php:114
961
  msgid "Go to SEO Settings &rarr;"
962
  msgstr "Siirry SEO asetuksiin &rarr;"
963
 
964
+ #: lib/views/pages/genesis-admin-upgraded.php:112
965
  msgid "Go to Theme Settings &rarr;"
966
  msgstr "Siirry Teeman asetuksiin &rarr;"
967
 
968
+ #: lib/views/pages/genesis-admin-upgraded.php:63
969
  msgid "Project Leads"
970
  msgstr "Projektin vetäjät"
971
 
978
  msgid "Google+"
979
  msgstr "Google+"
980
 
981
+ #: config/customizer-theme-settings.php:64
982
  msgid "Use for site title/logo:"
983
  msgstr "Käytä sivusto otsikkoon/logoon:"
984
 
985
+ #: lib/structure/footer.php:168
986
  msgid "on"
987
  msgstr "/"
988
 
989
  #: lib/views/meta-boxes/genesis-cpt-archives-settings.php:54
990
+ #: lib/views/meta-boxes/genesis-term-meta-settings.php:46
991
  msgid "Leave empty if you do not want to display any intro text."
992
  msgstr "Jätä tyhjäksi mikäli et halua näyttää esittelytekstiä."
993
 
1006
  msgid "Archive Headline"
1007
  msgstr "Arkiston otsikko"
1008
 
1009
+ #: lib/classes/class-genesis-admin-seo-settings.php:52
1010
+ #: lib/classes/class-genesis-admin-settings.php:67
1011
+ #: lib/classes/class-genesis-admin.php:151
1012
  msgid "Error saving settings."
1013
  msgstr "Virhe asetusten tallennuksessa."
1014
 
1016
  msgid "Custom Text Content"
1017
  msgstr "Muokattu tekstin sisältö"
1018
 
1019
+ #: lib/init.php:105
1020
  msgid "Secondary Navigation Menu"
1021
  msgstr "Toissijainen Navigaatiovalikko"
1022
 
1023
+ #: lib/functions/widgetize.php:135
1024
  msgid "Header Left"
1025
  msgstr "Otsikko vasen"
1026
 
1029
  msgstr "Laajennettu sivun linkkiteksti"
1030
 
1031
  #. translators: %d: Footer widget counter.
1032
+ #: lib/functions/widgetize.php:193
1033
  msgid "Footer %d widget area."
1034
  msgstr "Alatunnisteen %d vimpainalue."
1035
 
1036
+ #: lib/functions/widgetize.php:158
1037
  msgid "This is the secondary sidebar if you are using a three column site layout option."
1038
  msgstr "Tämä on toissijainen sivupalkki jos käytät kolmen sarakkeen valintavaihtoehtoa ulkoasussa."
1039
 
1040
+ #: lib/functions/widgetize.php:147
1041
  msgid "This is the primary sidebar if you are using a two or three column site layout option."
1042
  msgstr "Tämä on ensisijainen sivupalkki jos käytät kahden tai kolmen sarakkeen valintavaihtoehtoa ulkoasussa."
1043
 
1044
+ #: lib/functions/deprecated.php:282
1045
  msgid "The argument, \"context\", has been replaced with \"theme_location\" in the $args array."
1046
  msgstr "Argumentti, \"context\", on korvattu \"theme_location\" merkinnällä $args valinnassa."
1047
 
1048
  #. translators: %s: Genesis_Admin class name.
1049
+ #: lib/classes/class-genesis-admin.php:161
1050
  msgid "You cannot use %s to create two menus in the same subclass. Please use separate subclasses for each menu."
1051
  msgstr "Et voi käyttää %s tehdäksesi kahta valikkoa samaan aliluokkaan. Käytä eri aliluokkia jokaiseen valikkoon."
1052
 
1058
  msgid "User Permissions"
1059
  msgstr "Käyttäjäoikeudet"
1060
 
1061
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:38
1062
  msgid "Please select the color style from the drop down list and save your settings."
1063
  msgstr "Valitse värityyli alasvetovalikosta ja tallenna asetuksesi."
1064
 
1065
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:22
1066
  msgid "Color Style:"
1067
  msgstr "Värityyli:"
1068
 
1070
  #. translators: %s: </body>
1071
  #. translators: Escaped HTML head tag.
1072
  #. translators: Escaped HTML body tag.
1073
+ #: config/customizer-theme-settings.php:319
1074
+ #: config/customizer-theme-settings.php:329
1075
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:25
1076
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:38
1077
  msgid "This code will output immediately before the closing %s tag in the document source."
1078
  msgstr "Tämä koodi näkyy välittömästi ennen kuin suljetaan %s avainsana dokumentin lähteessä."
1079
 
1080
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:55
1081
  msgid "Image Size:"
1082
  msgstr "Kuvan koko:"
1083
 
1084
+ #: lib/classes/class-genesis-admin-settings.php:271
1085
  msgid "Color Style"
1086
  msgstr "Värityylit"
1087
 
1088
+ #: lib/classes/class-genesis-admin-settings.php:85
1089
  msgid "Follow me on Twitter"
1090
  msgstr "Seuraa minua Twitterissä"
1091
 
1114
  msgid "Layout Settings"
1115
  msgstr "Ulkoasuasetukset"
1116
 
1117
+ #: config/customizer-seo-settings.php:24 lib/admin/inpost-metaboxes.php:33
1118
  #: lib/admin/inpost-metaboxes.php:63
1119
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:15
1120
  msgid "Theme SEO Settings"
1121
  msgstr "SEO teeman asetukset"
1122
 
1123
+ #: lib/functions/formatting.php:398
1124
  msgctxt "separator in time difference"
1125
  msgid "and"
1126
  msgstr "ja"
1127
 
1128
  #. translators: %s: Number of second(s).
1129
+ #: lib/functions/formatting.php:363
1130
  msgctxt "time difference"
1131
  msgid "%s second"
1132
  msgid_plural "%s seconds"
1134
  msgstr[1] "%s sekuntia"
1135
 
1136
  #. translators: %s: Number of minute(s).
1137
+ #: lib/functions/formatting.php:361
1138
  msgctxt "time difference"
1139
  msgid "%s minute"
1140
  msgid_plural "%s minutes"
1142
  msgstr[1] "%s minuuttia"
1143
 
1144
  #. translators: %s: Number of hour(s).
1145
+ #: lib/functions/formatting.php:359
1146
  msgctxt "time difference"
1147
  msgid "%s hour"
1148
  msgid_plural "%s hours"
1150
  msgstr[1] "%s tunnit"
1151
 
1152
  #. translators: %s: Number of day(s).
1153
+ #: lib/functions/formatting.php:357
1154
  msgctxt "time difference"
1155
  msgid "%s day"
1156
  msgid_plural "%s days"
1158
  msgstr[1] "%s päivää"
1159
 
1160
  #. translators: %s: Number of week(s).
1161
+ #: lib/functions/formatting.php:355
1162
  msgctxt "time difference"
1163
  msgid "%s week"
1164
  msgid_plural "%s weeks"
1166
  msgstr[1] "%s viikkoa"
1167
 
1168
  #. translators: %s: Number of month(s).
1169
+ #: lib/functions/formatting.php:353
1170
  msgctxt "time difference"
1171
  msgid "%s month"
1172
  msgid_plural "%s months"
1174
  msgstr[1] "%s kuukautta"
1175
 
1176
  #. translators: %s: Number of year(s).
1177
+ #: lib/functions/formatting.php:351
1178
  msgctxt "time difference"
1179
  msgid "%s year"
1180
  msgid_plural "%s years"
1181
  msgstr[0] "%s vuosi"
1182
  msgstr[1] "%s vuotta"
1183
 
1184
+ #: lib/functions/formatting.php:345
1185
  msgctxt "time difference"
1186
  msgid "seconds"
1187
  msgstr "sekuntia"
1188
 
1189
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:87
1190
  msgid "These options will affect any blog listings page, including archive, author, blog, category, search, and tag pages."
1191
  msgstr "Nämä valinnat vaikuttavat sivujen listauksiin, sisältäen arkisto-, kirjoittaja-, blog-, kategoaria-, etsi- ja tag-sivut."
1192
 
1193
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:45
1194
+ msgid "404 page"
1195
  msgstr "404 sivu"
1196
 
1197
  #: lib/views/meta-boxes/genesis-theme-settings-breadcrumb.php:42
1202
  msgid "Pages"
1203
  msgstr "Sivut"
1204
 
1205
+ #: lib/classes/class-genesis-admin-settings.php:246
1206
+ #: lib/classes/class-genesis-admin-settings.php:301
 
 
 
 
1207
  #: lib/views/help/genesis-scripts.php:15
1208
  msgid "Header and Footer Scripts"
1209
  msgstr "Ylätunnisteen ja alatunnisteen scriptit"
1210
 
1211
+ #: config/customizer-theme-settings.php:206
1212
+ #: lib/classes/class-genesis-admin-settings.php:243
1213
+ #: lib/classes/class-genesis-admin-settings.php:296
1214
  #: lib/views/help/genesis-comments.php:15
1215
  msgid "Comments and Trackbacks"
1216
  msgstr "Kommentit ja paluuviitteet"
1217
 
1218
+ #: lib/classes/class-genesis-admin-settings.php:235
1219
+ #: lib/classes/class-genesis-admin-settings.php:281
1220
  #: lib/views/help/genesis-layout.php:15
1221
  #: lib/views/meta-boxes/genesis-theme-settings-layout.php:22
1222
  msgid "Default Layout"
1223
  msgstr "Oletusulkoasu"
1224
 
1225
+ #: config/customizer-seo-settings.php:111
1226
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:81
1227
  msgid "Keywords are generally ignored by Search Engines."
1228
  msgstr "Hakukoneet ohittavat tavallisesti avainsanat."
1229
 
1230
+ #: lib/classes/class-genesis-admin-seo-settings.php:50
1231
+ #: lib/classes/class-genesis-admin-settings.php:65
1232
+ #: lib/classes/class-genesis-admin.php:149
1233
  msgid "Settings saved."
1234
  msgstr "Asetukset talletettu."
1235
 
1236
+ #: lib/classes/class-genesis-admin-seo-settings.php:51
1237
+ #: lib/classes/class-genesis-admin-settings.php:66
1238
+ #: lib/classes/class-genesis-admin.php:150
1239
  msgid "Settings reset."
1240
  msgstr "Nollaa asetukset."
1241
 
1242
+ #: lib/classes/class-genesis-admin-import-export.php:101
1243
  msgid "Settings successfully imported."
1244
  msgstr "Asetukset tuotu onnistuneesti."
1245
 
1246
+ #: lib/views/pages/genesis-admin-import-export.php:43
1247
  msgid "Upload File and Import"
1248
  msgstr "Lataa tiedosto ja Tuo"
1249
 
1252
  msgstr "Lataa tiedosto koneeltasi ja klikkaa \"Lataa tiedosto ja Tuo\""
1253
 
1254
  #: lib/admin/customizer.php:94
1255
+ #: lib/views/meta-boxes/genesis-theme-settings-style-selector.php:25
1256
  msgid "Default"
1257
  msgstr "Oletus"
1258
 
1259
+ #: lib/structure/post.php:755 lib/structure/post.php:890
1260
  msgid "Next Page"
1261
  msgstr "seuraava sivu"
1262
 
1263
+ #: lib/structure/post.php:754 lib/structure/post.php:841
1264
  msgid "Previous Page"
1265
  msgstr "edellinen sivu"
1266
 
1272
  msgid "Select / Deselect All"
1273
  msgstr "Valitse / Poista kaikki"
1274
 
1275
+ #: lib/classes/class-genesis-admin-import-export.php:149
1276
  msgid "No export options available."
1277
  msgstr "Vientiasetuksia ei tarjolla."
1278
 
1279
  #. translators: %d: Footer widget counter.
1280
+ #: lib/functions/widgetize.php:191
1281
  msgid "Footer %d"
1282
  msgstr "Alatunniste %d"
1283
 
1284
+ #: lib/functions/layout.php:80
1285
  msgid "No Label Selected"
1286
  msgstr "Ei solua valittu"
1287
 
1288
+ #: lib/classes/class-genesis-admin-import-export.php:103
1289
  msgid "There was a problem importing your settings. Please try again."
1290
  msgstr "Asetuksien tuonnissa ilmeni ongelmia. Kokeile uudestaan."
1291
 
1292
+ #: lib/functions/markup.php:1413 lib/functions/widgetize.php:157
1293
  msgid "Secondary Sidebar"
1294
  msgstr "Toissijainen sivupalkki"
1295
 
1296
+ #: lib/functions/markup.php:1392 lib/functions/widgetize.php:146
1297
  msgid "Primary Sidebar"
1298
  msgstr "Ensisijainen sivupalkki"
1299
 
1300
+ #: lib/functions/widgetize.php:135
1301
  msgid "Header Right"
1302
  msgstr "Ylätunniste - oikea reuna"
1303
 
1304
+ #: config/breadcrumbs.php:50
1305
  msgid "Not found: "
1306
  msgstr "Ei löydy:"
1307
 
1308
+ #: lib/widgets/featured-post-widget.php:574
1309
  msgid "No Content"
1310
  msgstr "Ei sisältöä"
1311
 
1312
+ #: lib/widgets/featured-post-widget.php:573
1313
  msgid "Show Content Limit"
1314
  msgstr "Näytä sisällön rajoitus"
1315
 
1316
+ #: lib/widgets/featured-post-widget.php:572
1317
  msgid "Show Excerpt"
1318
  msgstr "Näytä lyhennelmä"
1319
 
1320
+ #: lib/widgets/featured-post-widget.php:571
1321
  msgid "Show Content"
1322
  msgstr "Näytä sisältö"
1323
 
1324
+ #: lib/widgets/featured-post-widget.php:569
1325
  msgid "Content Type"
1326
  msgstr "Sisällön tyyppi"
1327
 
1328
+ #: lib/widgets/featured-post-widget.php:561
1329
  msgid "Show Post Info"
1330
  msgstr "Näytä Artikkelin info"
1331
 
1332
+ #: lib/widgets/featured-page-widget.php:318
1333
+ #: lib/widgets/featured-post-widget.php:521
1334
  msgid "Show Featured Image"
1335
  msgstr "Näytä Suositeltava kuva"
1336
 
1338
  msgid "This text will be the first paragraph, and display on the first page"
1339
  msgstr "Tämä teksti tulee ensimmäiseen kappaleeseen, ja näkyy ensimmäisellä sivulla"
1340
 
1341
+ #: lib/admin/privacy-requests.php:193
1342
  #: lib/views/meta-boxes/genesis-user-author.php:33
1343
  msgid "Custom Description Text"
1344
  msgstr "Muokattu kuvausteksti"
1348
  msgid "Will display in the %s tag at the top of the first page"
1349
  msgstr "näkyy %s tägin 1. sivun yläreunassa"
1350
 
1351
+ #: lib/admin/privacy-requests.php:192
1352
  #: lib/views/meta-boxes/genesis-user-author.php:20
1353
  msgid "Custom Archive Headline"
1354
  msgstr "Muokatun arkiston otsikko"
1383
  msgid "Genesis Admin Menus"
1384
  msgstr "Genesis ylläpitäjän (Admin) valikot"
1385
 
1386
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:51
1387
  msgid "Include the Featured Image?"
1388
  msgstr "Sisällytä suositellut (Featured) kuva?"
1389
 
1421
  msgid "Characters Used: %s"
1422
  msgstr "Merkkejä käytetty: %s"
1423
 
1424
+ #: lib/views/pages/genesis-admin-import-export.php:66
1425
  msgid "Download Export File"
1426
  msgstr "Lataa Vientitiedosto"
1427
 
1428
+ #: lib/views/pages/genesis-admin-import-export.php:59
1429
  msgid "Once you have saved the download file, you can use the import function on another site to import this data."
1430
  msgstr "Kun olet tallentanut ladatun tiedoston, voi käyttää Tuo-ominaisuutta toisella sivustolla tuodaksesi tämän datan."
1431
 
1432
+ #: lib/views/pages/genesis-admin-import-export.php:51
1433
  msgid "Export Genesis Settings File"
1434
  msgstr "Vie Genesis asetukset tiedosto"
1435
 
1436
+ #. translators: Maximum size import files can have.
1437
+ #: lib/views/pages/genesis-admin-import-export.php:38
1438
  msgid "Upload File (Maximum Size: %s): "
1439
  msgstr "Lataa tiedosto: (maksimikoko: %s):"
1440
 
1498
  msgid "Displays user profile block with Gravatar"
1499
  msgstr "näyttää käyttäjäprofiilin Gravatarin kanssa"
1500
 
1501
+ #: lib/widgets/featured-post-widget.php:614
1502
  msgid "Link Text"
1503
  msgstr "Linkin teksti"
1504
 
1505
+ #: lib/widgets/featured-post-widget.php:610
1506
  msgid "Show Category Archive Link"
1507
  msgstr "Näytä kategorian arkistot linkki"
1508
 
1509
+ #: lib/widgets/featured-post-widget.php:592
1510
  msgid "To display an unordered list of more posts from this category, please fill out the information below"
1511
  msgstr "Näyttääksesi ei-järjestyksessä olevan listan artikkeleista tästä kategoriasta, täytä alla oleva tieto"
1512
 
1513
+ #: lib/widgets/featured-post-widget.php:584
1514
  msgid "More Text (if applicable)"
1515
  msgstr "Lisää tekstiä (jos sovellettavissa)"
1516
 
1517
+ #: lib/widgets/featured-post-widget.php:556
1518
  msgid "Show Post Title"
1519
  msgstr "Näytä sivun otsikko"
1520
 
1521
+ #: lib/widgets/featured-post-widget.php:507
1522
  #: lib/widgets/user-profile-widget.php:184
1523
  msgid "Gravatar Alignment"
1524
  msgstr "Gravatar asemointi"
1525
 
1526
+ #: lib/widgets/featured-post-widget.php:502
1527
  msgid "Extra Large (125px)"
1528
  msgstr "Erikoissuuri (125 pikseliä)"
1529
 
1530
+ #: lib/widgets/featured-post-widget.php:501
1531
  msgid "Large (85px)"
1532
  msgstr "Suuri (85 pikseliä)"
1533
 
1534
+ #: lib/widgets/featured-post-widget.php:500
1535
  msgid "Medium (65px)"
1536
  msgstr "keski (65 pikseliä)"
1537
 
1538
+ #: lib/widgets/featured-post-widget.php:499
1539
  msgid "Small (45px)"
1540
  msgstr "pieni (45 pikseliä)"
1541
 
1542
+ #: lib/widgets/featured-post-widget.php:497
1543
  #: lib/widgets/user-profile-widget.php:166
1544
  msgid "Gravatar Size"
1545
  msgstr "Gravatarin koko"
1546
 
1547
+ #: lib/widgets/featured-post-widget.php:493
1548
  msgid "Show Author Gravatar"
1549
  msgstr "Näytä kirjoittajan Gravatar"
1550
 
1551
+ #: lib/widgets/featured-post-widget.php:473
1552
  msgid "Ascending (1, 2, 3)"
1553
  msgstr "Nouseva (1, 2, 3)"
1554
 
1555
+ #: lib/widgets/featured-post-widget.php:472
1556
  msgid "Descending (3, 2, 1)"
1557
  msgstr "Laskeva (3,2,1)"
1558
 
1559
+ #: lib/widgets/featured-post-widget.php:470
1560
  msgid "Sort Order"
1561
  msgstr "Lajittelujärjestys"
1562
 
1563
+ #: lib/widgets/featured-post-widget.php:465
1564
  msgid "Random"
1565
  msgstr "Satunnainen"
1566
 
1567
+ #: lib/widgets/featured-post-widget.php:464
1568
  msgid "Comment Count"
1569
  msgstr "Kommentien lukumäärä"
1570
 
1571
+ #: lib/widgets/featured-post-widget.php:463
1572
  msgid "ID"
1573
  msgstr "ID"
1574
 
1575
+ #: lib/widgets/featured-post-widget.php:462
1576
  msgid "Parent"
1577
  msgstr "Emo"
1578
 
1579
+ #: lib/widgets/featured-post-widget.php:457
1580
  msgid "Order By"
1581
  msgstr "Järjestä"
1582
 
1583
+ #: lib/widgets/featured-post-widget.php:452
1584
  msgid "Number of Posts to Offset"
1585
  msgstr "Artikkelien lukumäärä korvattavissa"
1586
 
1587
+ #: lib/widgets/featured-post-widget.php:431
1588
  msgid "Category"
1589
  msgstr "Kategoria"
1590
 
1604
  msgid "Displays featured posts with thumbnails"
1605
  msgstr "Näytä Suositellut artikkelit postimerkkikoossa"
1606
 
1607
+ #: lib/widgets/featured-page-widget.php:361
1608
  msgid "More Text"
1609
  msgstr "Lisää tekstiä"
1610
 
1611
+ #: lib/widgets/featured-page-widget.php:356
1612
  msgid "Content Character Limit"
1613
  msgstr "Sisällön merkkien rajoitus"
1614
 
1615
+ #: lib/widgets/featured-page-widget.php:352
1616
  msgid "Show Page Content"
1617
  msgstr "Näytä sivun sisältö"
1618
 
1619
+ #: lib/widgets/featured-page-widget.php:347
1620
  msgid "Show Page Title"
1621
  msgstr "Näytä Sivun otsikko"
1622
 
1623
+ #: config/customizer-seo-settings.php:77
1624
+ #: config/customizer-theme-settings.php:289
1625
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:43
1626
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:69
1627
+ #: lib/widgets/featured-page-widget.php:336
1628
+ #: lib/widgets/featured-post-widget.php:509
1629
+ #: lib/widgets/featured-post-widget.php:539
1630
  #: lib/widgets/user-profile-widget.php:186
1631
  #: lib/widgets/user-profile-widget.php:210
1632
  msgid "None"
1633
  msgstr "Ei mitään"
1634
 
1635
+ #: lib/widgets/featured-page-widget.php:334
1636
+ #: lib/widgets/featured-post-widget.php:537
1637
  msgid "Image Alignment"
1638
  msgstr "Kuvan tasaus"
1639
 
1640
+ #: lib/widgets/featured-page-widget.php:299
1641
  msgid "Page"
1642
  msgstr "Sivu"
1643
 
1644
+ #: lib/shortcodes/footer.php:185 lib/structure/post.php:293
1645
  msgid "by"
1646
  msgstr ":"
1647
 
1653
  msgid "Displays featured page with thumbnails"
1654
  msgstr "Näytä mukautettu sivu postimerkkinäkymän kanssa"
1655
 
1656
+ #: lib/widgets/featured-page-widget.php:294
1657
+ #: lib/widgets/featured-post-widget.php:422
1658
+ #: lib/widgets/featured-post-widget.php:461
1659
+ #: lib/widgets/featured-post-widget.php:595
1660
  #: lib/widgets/user-profile-widget.php:148
1661
  msgid "Title"
1662
  msgstr "Otsikko"
1663
 
1664
+ #: config/breadcrumbs.php:47
1665
  msgid "Search for "
1666
  msgstr "etsi"
1667
 
1668
+ #: config/breadcrumbs.php:43 config/breadcrumbs.php:44
1669
+ #: config/breadcrumbs.php:45 config/breadcrumbs.php:46
1670
+ #: config/breadcrumbs.php:48 config/breadcrumbs.php:49
1671
+ #: lib/structure/archive.php:194 lib/structure/archive.php:196
1672
+ #: lib/structure/archive.php:198
1673
  msgid "Archives for "
1674
  msgstr "Arkistot: "
1675
 
1676
+ #: config/breadcrumbs.php:42
1677
  msgid "You are here: "
1678
  msgstr "Olet täällä: "
1679
 
1686
  msgstr "Ensisijaisen sivupalkin vimpainalue"
1687
 
1688
  #: lib/classes/class-genesis-search-form.php:51 lib/structure/xhtml.php:155
1689
+ #: searchform.php:49
1690
  msgid "Search"
1691
  msgstr "Etsi"
1692
 
1693
+ #: lib/structure/post.php:601 lib/structure/post.php:629
1694
  msgid "About"
1695
  msgstr "Tietoja"
1696
 
1698
  msgid "By"
1699
  msgstr ":"
1700
 
1701
+ #: lib/structure/post.php:390
1702
  msgid "[Read more...]"
1703
  msgstr "[Lue lisää...]"
1704
 
1705
+ #: lib/structure/menu.php:154
1706
  msgid "Comments"
1707
  msgstr "Kommentit"
1708
 
1709
+ #: lib/structure/menu.php:153
1710
  msgid "Posts"
1711
  msgstr "Artikkelit"
1712
 
1713
+ #: lib/init.php:104
1714
  msgid "Primary Navigation Menu"
1715
  msgstr "Ensisijainen Navigaatiovalikko"
1716
 
1717
+ #: lib/structure/footer.php:168
1718
  msgid "Copyright"
1719
  msgstr "Copyright"
1720
 
1721
+ #: lib/structure/comments.php:548
1722
  msgid "Speak Your Mind"
1723
  msgstr "Sana on vapaa - ota kantaa ja kommentoi"
1724
 
1725
+ #: lib/structure/comments.php:539
1726
  msgid "Website"
1727
  msgstr "WWW-sivu"
1728
 
1729
+ #: lib/structure/comments.php:533
1730
  msgid "Email"
1731
  msgstr "Sähköposti"
1732
 
1733
+ #: lib/structure/comments.php:527
1734
  msgid "Name"
1735
  msgstr "Nimi"
1736
 
1737
+ #: lib/structure/comments.php:286 lib/structure/comments.php:436
1738
  msgid "Your comment is awaiting moderation."
1739
  msgstr "Kommenttisi odottaa muokkausta."
1740
 
1741
  #. translators: 1: Comment date, 2: Comment time.
1742
+ #: lib/structure/comments.php:279 lib/structure/comments.php:391
1743
  msgid "%1$s at %2$s"
1744
  msgstr "%1$s %2$s:ssa"
1745
 
1746
+ #: lib/structure/comments.php:273 lib/structure/comments.php:363
1747
  msgid "says"
1748
  msgstr "sanoo"
1749
 
1750
+ #: lib/structure/comments.php:170
 
 
 
 
 
1751
  msgid "<h3>Trackbacks</h3>"
1752
  msgstr "<h3>Paluuviitteet</h3>"
1753
 
1754
+ #: lib/structure/comments.php:77
1755
  msgid "<h3>Comments</h3>"
1756
  msgstr "<h3>Kommentit</h3>"
1757
 
1758
+ #: lib/shortcodes/post.php:615 lib/structure/comments.php:280
1759
+ #: lib/structure/comments.php:420 lib/structure/post.php:372
1760
  msgid "(Edit)"
1761
  msgstr "(Muokkaa)"
1762
 
1780
  msgid "Leave a Comment"
1781
  msgstr "Kommentoi"
1782
 
1783
+ #: lib/shortcodes/footer.php:312
1784
  msgid "Log out"
1785
  msgstr "Kirjaudu ulos"
1786
 
1787
+ #: lib/shortcodes/footer.php:310
1788
  msgid "Log in"
1789
  msgstr "Kirjaudu sisään"
1790
 
1793
  msgstr "Palaa sivun alkuun"
1794
 
1795
  #. translators: %s: Genesis version.
1796
+ #: lib/functions/upgrade.php:921
1797
  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."
1798
  msgstr "Genesis %s on nyt julkaistu. Olemme mahdollistaneet yhden klikkauksen päivityksen tälle teemalle. Kirjaudu hallintapaneelisi ja päivitä mahdollisuuksien mukaan oma teemasi."
1799
 
1800
  #. translators: 1: Genesis version, 2: URL for current website.
1801
+ #: lib/functions/upgrade.php:918
1802
  msgid "Genesis %1$s is available for %2$s"
1803
  msgstr "Genesis %1$s on saatavilla %2$s"
1804
 
1805
+ #: lib/functions/upgrade.php:830
1806
  msgid "Click here to complete the upgrade"
1807
  msgstr "Paina tästä tehdäksesi päivityksen"
1808
 
1809
+ #: config/breadcrumbs.php:22 lib/functions/deprecated.php:313
1810
  msgid "Home"
1811
  msgstr "Alkuun"
1812
 
1813
+ #: lib/widgets/featured-post-widget.php:447
1814
+ #: lib/widgets/featured-post-widget.php:600
1815
  msgid "Number of Posts to Show"
1816
  msgstr "Näytettävien artikkelien lukumäärä"
1817
 
1818
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:30
1819
+ #: lib/widgets/featured-post-widget.php:439
1820
  msgid "All Categories"
1821
  msgstr "Kaikki kategoriat"
1822
 
1824
  msgid "Display which category"
1825
  msgstr "Näytä kategoriat"
1826
 
1827
+ #: config/customizer-theme-settings.php:304
1828
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:84
1829
  msgid "Numeric"
1830
  msgstr "Numeerinen"
1831
 
1832
+ #: config/customizer-theme-settings.php:303
1833
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:83
1834
  msgid "Previous / Next"
1835
  msgstr "edellinen / seuraava"
1836
 
1837
+ #: lib/widgets/featured-page-widget.php:322
1838
+ #: lib/widgets/featured-post-widget.php:525
1839
  msgid "Image Size"
1840
  msgstr "Kuvan koko"
1841
 
1842
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:43
1843
+ #: lib/widgets/featured-post-widget.php:579
1844
  msgid "characters"
1845
  msgstr "merkkiä"
1846
 
1847
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:40
1848
+ #: lib/widgets/featured-post-widget.php:577
1849
  msgid "Limit content to"
1850
  msgstr "Rajoita sisältö"
1851
 
1852
+ #: config/customizer-theme-settings.php:248
1853
  msgid "Select one of the following"
1854
  msgstr "Valitse yksi seuraavista"
1855
 
1905
  msgid "Today's date"
1906
  msgstr "Tämä päivä"
1907
 
1908
+ #: config/layouts.php:54 lib/views/help/cpt-archive-layout.php:25
1909
  #: lib/views/help/genesis-layout.php:25
1910
  msgid "Full Width Content"
1911
  msgstr "Koko leveyden sisältö"
1912
 
1913
+ #: config/customizer-theme-settings.php:69
1914
  #: lib/views/meta-boxes/genesis-theme-settings-header.php:23
1915
  msgid "Image logo"
1916
  msgstr "Kuvalogo"
1927
  msgid "Version"
1928
  msgstr "Versio"
1929
 
1930
+ #: config/customizer-theme-settings.php:244
1931
+ #: lib/classes/class-genesis-admin-settings.php:244
1932
+ #: lib/classes/class-genesis-admin-settings.php:297
1933
  #: lib/views/help/genesis-archives.php:15
1934
  msgid "Content Archives"
1935
  msgstr "Sisällön arkistot"
1936
 
1937
+ #: config/customizer-theme-settings.php:132
1938
+ #: lib/classes/class-genesis-admin-settings.php:242
1939
+ #: lib/classes/class-genesis-admin-settings.php:293
1940
  #: lib/views/help/genesis-breadcrumbs.php:15
1941
  msgid "Breadcrumbs"
1942
  msgstr "Leivänmurut"
1945
  msgid "Author Box"
1946
  msgstr "Kirjoittajan tietolaatikko"
1947
 
1948
+ #: lib/classes/class-genesis-admin-settings.php:234
1949
+ #: lib/classes/class-genesis-admin-settings.php:275
1950
  #: lib/views/help/genesis-feeds.php:15
1951
  msgid "Custom Feeds"
1952
  msgstr "Muokatut syötteet"
1953
 
1954
+ #: lib/classes/class-genesis-admin-settings.php:233
1955
+ #: lib/classes/class-genesis-admin-settings.php:268
1956
  #: lib/views/help/genesis-information.php:15
1957
  msgid "Information"
1958
  msgstr "Tieto"
2033
  msgid "Shortlink Tag"
2034
  msgstr "Lyhytlinkin avainsana"
2035
 
2036
+ #: config/customizer-seo-settings.php:158
2037
  #: lib/views/meta-boxes/genesis-seo-settings-dochead.php:46
2038
  msgid "Include Windows Live Writer Support Tag?"
2039
  msgstr "Sisällytä Windows Live Writer Tuen tagit?"
2055
  msgid "I'll manually wrap my own text on the homepage"
2056
  msgstr "Ei kumpikaan. Muokkaan manuaalisesti oman tekstini pääsivulle"
2057
 
2058
+ #: config/customizer-seo-settings.php:75
2059
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:35
2060
  msgid "Site Title"
2061
  msgstr "Sivuston otsikko"
2062
 
2063
+ #: config/customizer-theme-settings.php:291
2064
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:71
2065
+ #: lib/widgets/featured-page-widget.php:338
2066
+ #: lib/widgets/featured-post-widget.php:511
2067
+ #: lib/widgets/featured-post-widget.php:541
2068
  #: lib/widgets/user-profile-widget.php:188
2069
  msgid "Right"
2070
  msgstr "Oikea"
2071
 
2072
+ #: config/customizer-theme-settings.php:290
2073
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:70
2074
+ #: lib/widgets/featured-page-widget.php:337
2075
+ #: lib/widgets/featured-post-widget.php:510
2076
+ #: lib/widgets/featured-post-widget.php:540
2077
  #: lib/widgets/user-profile-widget.php:187
2078
  msgid "Left"
2079
  msgstr "Vasen"
2082
  msgid "Are you sure you want to reset?"
2083
  msgstr "Oletko varma että haluta nollata?"
2084
 
2085
+ #: lib/classes/class-genesis-admin-seo-settings.php:49
2086
+ #: lib/classes/class-genesis-admin-settings.php:64
2087
+ #: lib/classes/class-genesis-admin.php:148
2088
  msgid "Reset Settings"
2089
  msgstr "Nollaa asetukset"
2090
 
2091
+ #: lib/classes/class-genesis-admin-seo-settings.php:42
2092
  msgid "Genesis - SEO Settings"
2093
  msgstr "Genesis - SEO asetukset"
2094
 
2095
+ #: lib/classes/class-genesis-admin-seo-settings.php:171
2096
+ #: lib/classes/class-genesis-admin-seo-settings.php:190
2097
  #: lib/views/help/seo-dochead.php:15
2098
  msgid "Document Head Settings"
2099
  msgstr "Dokumentin pääasetukset"
2100
 
2101
+ #: lib/classes/class-genesis-admin-seo-settings.php:170
2102
+ #: lib/classes/class-genesis-admin-seo-settings.php:189
2103
  #: lib/views/help/seo-homepage.php:15
2104
  msgid "Homepage Settings"
2105
  msgstr "Kotisivun asetukset"
2106
 
2107
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:152
2108
  #: lib/classes/class-genesis-admin-cpt-archive-settings.php:178
2109
+ #: lib/classes/class-genesis-admin-import-export.php:127
2110
+ #: lib/classes/class-genesis-admin-seo-settings.php:43
2111
+ #: lib/classes/class-genesis-admin-seo-settings.php:168
2112
  #: lib/views/help/cpt-archive-seo.php:15 lib/views/help/seo-settings.php:15
2113
  msgid "SEO Settings"
2114
  msgstr "SEO-asetukset"
2115
 
2116
+ #: config/customizer-theme-settings.php:23
2117
+ #: lib/classes/class-genesis-admin-import-export.php:123
2118
+ #: lib/classes/class-genesis-admin-settings.php:53
2119
+ #: lib/classes/class-genesis-admin-settings.php:54
2120
+ #: lib/classes/class-genesis-admin-settings.php:232
2121
  #: lib/views/help/genesis-theme-settings.php:15
2122
  #: lib/views/meta-boxes/genesis-inpost-layout-box.php:32
2123
  #: lib/views/meta-boxes/genesis-term-meta-layout.php:28
2124
+ #: lib/views/meta-boxes/genesis-user-layout.php:31
2125
  msgid "Theme Settings"
2126
  msgstr "Teeman asetukset"
2127
 
2134
  msgid "Apply %s to this post/page"
2135
  msgstr "Ota käyttöön %s tähän artikkeliin/sivuun?"
2136
 
2137
+ #: lib/classes/class-genesis-admin-seo-settings.php:172
2138
+ #: lib/classes/class-genesis-admin-seo-settings.php:191
2139
  #: lib/views/help/seo-robots.php:15
2140
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:67
2141
  msgid "Robots Meta Settings"
2142
  msgstr "Hakurobottien meta-asetukset"
2143
 
2144
+ #: lib/admin/privacy-requests.php:194
2145
  #: lib/views/meta-boxes/genesis-cpt-archives-seo-settings.php:19
2146
  #: lib/views/meta-boxes/genesis-term-meta-seo.php:19
2147
  #: lib/views/meta-boxes/genesis-user-seo.php:20
2152
  msgid "This post is password protected. Enter the password to view comments."
2153
  msgstr "Tämä artikkeli on salasanasuojattu. Anna salasana nähdäksesi kommentit."
2154
 
2155
+ #: lib/functions/general.php:492
2156
  msgid "Recent Posts:"
2157
  msgstr "Viimeiset artikkelit:"
2158
 
2159
+ #: lib/functions/general.php:489
2160
  msgid "Monthly:"
2161
  msgstr "Kuukausittain:"
2162
 
2163
+ #: lib/functions/general.php:486
2164
  msgid "Authors:"
2165
  msgstr "Kirjoittajat:"
2166
 
2167
+ #: lib/functions/general.php:483
2168
  msgid "Categories:"
2169
  msgstr "Kategoriat: "
2170
 
2171
+ #: lib/functions/general.php:478 lib/structure/post.php:417
2172
  msgid "Pages:"
2173
  msgstr "Sivut:"
2174
 
2175
+ #: lib/classes/class-genesis-admin-settings.php:247
2176
  msgid "Home Pages"
2177
  msgstr "Kotisivut"
2178
 
2217
  msgid "This provides you with two fields that will output to the %1$s element of your site and just before the %2$s tag. These will appear on every page of the site and are a great way to add analytic code and other scripts. You cannot use PHP in these fields. If you need to use PHP then you should look into the Genesis Simple Hooks plugin."
2218
  msgstr "Tämä mahdollistaa kaksi kenttää jotka näkyvät %1$s sivuston elementissä ja juuri ennen %2$s avainsanaa. Nämä näkyvät kaikilla sivuilla ja ovat hyvä tapa lisätä analysointikoodi ja muita skriptejä. Et voi käyttää PHP:tä näissä kentissä, Jos sinun tarvitsee käyttää PHP-kieltä, käytä hyväksi Genesis Simple Hooks lisäosaa."
2219
 
2220
+ #: lib/classes/class-genesis-admin-settings.php:245
2221
  #: lib/views/help/genesis-blog.php:15
2222
  msgid "Blog Page"
2223
  msgstr "Blogin sivu"
2400
  msgid "%1$sAppend Site Description%2$s will insert the site description from your General Settings after the title on your home page."
2401
  msgstr "%sLisää sivuston kuvaus%s lisätään sivuston kuvaukseen yleisasetuksiin otsikon jälkeen kotisivulla."
2402
 
2403
+ #: lib/classes/class-genesis-admin-seo-settings.php:169
2404
  #: lib/views/help/seo-doctitle.php:15
2405
  msgid "Doctitle Settings"
2406
  msgstr "Dokumentin otsikon asetukset"
2425
  msgid "Genesis SEO (search engine optimization) is polite, and will disable itself when most popular SEO plugins (e.g., All-in-One SEO, WordPress SEO, etc.) are active."
2426
  msgstr "Genesis SEO (search engine optimization) on kohtelias, ja se inaktivoi itsensä kun kaikkein yleisimmät SEO lisäosat (esim. All-in-One SEO, WordPress SEO, jne) ovat aktiivisena."
2427
 
2428
+ #: lib/classes/class-genesis-admin.php:495
2429
  msgid "Genesis Tutorials"
2430
  msgstr "Genesis oppaat"
2431
 
2432
+ #: lib/classes/class-genesis-admin.php:494
2433
  msgid "Genesis Snippets"
2434
  msgstr "Genesis katkelmat (snippets)"
2435
 
2436
+ #: lib/classes/class-genesis-admin.php:493
2437
  msgid "Get Support"
2438
  msgstr "Hanki tukea"
2439
 
2440
+ #: lib/classes/class-genesis-admin.php:492
2441
  msgid "For more information:"
2442
  msgstr "Lisätietoja:"
2443
 
2475
  msgid "This allows you to import or export Genesis Settings."
2476
  msgstr "Tämä mahdollistaa Genesis-asetusten tuonnin tai viennin."
2477
 
 
 
 
 
 
 
2478
  #. translators: Opening and closing link tags to custom menu editor.
2479
  #: lib/views/meta-boxes/genesis-theme-settings-nav.php:36
2480
+ msgid "In order to view the Primary navigation menu settings, you must build a %1$scustom menu%2$s, then assign it to the Primary Menu Location."
2481
+ msgstr ""
2482
 
2483
  #: lib/views/help/genesis-navigation.php:23
2484
  msgid "Twitter link displays a link to your Twitter profile, as indicated in Twitter ID setting. Enter only your user name in this setting."
2512
  msgid "The %1$sDynamic text%2$s option will use the Site Title and Site Description from your site's settings in your header."
2513
  msgstr "<strong>Dynaaminen teksti</strong> valinta käyttää sivuston otsikko - ja sivuston kuvaus -kenttiä otsikoissa määritellyistä sivustoasetuksista.."
2514
 
2515
+ #: lib/functions/deprecated.php:434
 
 
 
 
 
2516
  msgid "data in style sheet files"
2517
  msgstr "data tyylitiedoston tiedostoissa"
2518
 
2562
  msgstr "Tämä toimii Blogipohjalla, joka on sivupohja joka näyttää viimeiset artikkelit. Täm'ä näytetään kun käyttäjät tulevat kotisivullesi."
2563
 
2564
  #. translators: JOSN file extension.
2565
+ #: lib/views/pages/genesis-admin-import-export.php:56
2566
  msgid "When you click the button below, Genesis will generate a data file (%s) for you to save to your computer."
2567
  msgstr "Kun painat alla olevaa nappia, Genesis luo datatiedoston (%s) jonka voit tallentaa tietokoneellesi."
2568
 
2606
  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."
2607
  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."
2608
 
2609
+ #: config/customizer-seo-settings.php:278
2610
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:129
2611
  msgid "Directories"
2612
  msgstr "Hakemistot"
2613
 
2614
+ #: config/customizer-seo-settings.php:223
2615
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:69
2616
  msgid "Archiving"
2617
  msgstr "Arkistointi"
2618
 
2619
+ #: config/customizer-seo-settings.php:176
2620
  #: lib/views/meta-boxes/genesis-seo-settings-robots.php:19
2621
  msgid "Indexing"
2622
  msgstr "Indeksointi"
2631
  msgid "Primary Title %s"
2632
  msgstr "Ensisijainen otsikko %s"
2633
 
2634
+ #: config/customizer-seo-settings.php:58
2635
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:57
2636
  msgid "Additions on right"
2637
  msgstr "Lisäyksykset oikealla"
2638
 
2639
+ #: config/customizer-seo-settings.php:57
2640
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:56
2641
  msgid "Additions on left"
2642
  msgstr "Lisäykset vasemmalla"
2643
 
2644
+ #: config/customizer-seo-settings.php:52
2645
+ #: lib/views/meta-boxes/genesis-seo-settings-sitewide.php:53
2646
  msgid "Document Title Order"
2647
  msgstr "Dokumentin otsikon järjestys"
2648
 
2650
  msgid "Section Headings"
2651
  msgstr "Alueen otsikot"
2652
 
2653
+ #: lib/classes/class-genesis-admin-seo-settings.php:188
2654
  msgid "Site-wide Settings"
2655
  msgstr "Koko sivuston laajuiset asetukset"
2656
 
2659
  msgid "Canonical URL"
2660
  msgstr "Kanonikaalinen URL"
2661
 
2662
+ #: config/customizer-seo-settings.php:31
2663
  #: lib/views/help/genesis-inpost-seo.php:16
2664
  #: lib/views/meta-boxes/genesis-inpost-seo-box.php:21
2665
  #: lib/views/meta-boxes/genesis-seo-settings-homepage.php:48
2667
  msgid "Document Title"
2668
  msgstr "Dokumentit otsikko"
2669
 
2670
+ #: lib/classes/class-genesis-admin.php:490
2671
  msgid "Link opens in a new window."
2672
  msgstr "Avaa linkit uuteen ikkunaan."
2673
 
2674
+ #: config/customizer-theme-settings.php:285
 
 
 
 
 
2675
  msgid "Featured Image Alignment"
2676
  msgstr "Artikkelikuvan keskitys"
2677
 
2678
+ #: config/customizer-theme-settings.php:276
2679
  msgid "Featured Image Size"
2680
  msgstr "Artikkelikuvan koko"
2681
 
2682
+ #: config/customizer-theme-settings.php:268
2683
  msgid "Display the featured image?"
2684
  msgstr "Näytä artikkelikuva?"
2685
 
2686
+ #: config/customizer-theme-settings.php:260
2687
  msgid "Limit content to how many characters? (0 for no limit)"
2688
  msgstr "Rajoita sisältöä näytettyjen merkkien mukaan? (0 - ei rajoituksia)"
2689
 
2690
+ #: config/customizer-theme-settings.php:234
2691
  msgid "Enable Trackbacks on Pages"
2692
  msgstr "Aktivoi jäljitykset sivuilla"
2693
 
2694
+ #: config/customizer-theme-settings.php:226
2695
  msgid "Enable Trackbacks on Posts"
2696
  msgstr "Aktivoi jäljitykset artikkeleissa"
2697
 
2698
+ #: config/customizer-theme-settings.php:218
2699
  msgid "Enable Comments on Pages"
2700
  msgstr "Aktivoi kommentit sivuilla"
2701
 
2702
+ #: config/customizer-theme-settings.php:210
2703
  msgid "Enable Comments on Posts"
2704
  msgstr "Aktivoi kommentit artikkeleissa"
2705
 
2706
+ #: config/customizer-theme-settings.php:196
2707
  msgid "Breadcrumbs on Attachment/Media"
2708
  msgstr "Murupolut liite/media sivuilla"
2709
 
2710
+ #: config/customizer-theme-settings.php:188
2711
+ msgid "Breadcrumbs on 404 page"
2712
  msgstr "Muropolut 404 sivulla"
2713
 
2714
+ #: config/customizer-theme-settings.php:180
2715
  msgid "Breadcrumbs on Archives"
2716
  msgstr "Murupolut arkistoissa"
2717
 
2718
+ #: config/customizer-theme-settings.php:172
2719
  msgid "Breadcrumbs on Pages"
2720
  msgstr "Murupolut sivuilla"
2721
 
2722
+ #: config/customizer-theme-settings.php:164
2723
  msgid "Breadcrumbs on Single Posts"
2724
  msgstr "Murupolut yksittäisissä artikkeleissa"
2725
 
2726
+ #: config/customizer-theme-settings.php:156
2727
+ msgid "Breadcrumbs on Posts page"
2728
+ msgstr "Murupolut artikkelit - sivulla"
 
 
 
 
2729
 
2730
+ #: config/customizer-theme-settings.php:138
2731
+ #: config/customizer-theme-settings.php:147
2732
  msgid "Breadcrumbs on Homepage"
2733
  msgstr "Murupolut pääsivulla"
2734
 
2736
  msgid "Select Default Layout"
2737
  msgstr "Valitse oletusulkoasu"
2738
 
2739
+ #: config/customizer-theme-settings.php:116
2740
  msgid "Site Layout"
2741
  msgstr "Sivuston ulkoasu"
2742
 
2743
+ #: config/customizer-theme-settings.php:104
2744
  msgid "Select Color Style"
2745
  msgstr "Valitse värityyli"
2746
 
2747
+ #: config/customizer-theme-settings.php:100
2748
  msgid "Color Scheme"
2749
  msgstr "Värityyli"
2750
 
2751
+ #: config/customizer-theme-settings.php:68
2752
  msgid "Dynamic Text"
2753
  msgstr "Dynaaminen teksti"
2754
 
2765
  msgid "Reader Interactions"
2766
  msgstr "Lukijan vuorovaikutus"
2767
 
 
 
 
 
2768
  #: lib/views/meta-boxes/genesis-user-seo.php:15
2769
  msgid "Author Archive SEO Settings"
2770
  msgstr "Kirjoittajan arkiston SEO asetukset"
2771
 
2772
+ #: config/customizer-theme-settings.php:327
2773
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:32
2774
  msgid "Footer Scripts"
2775
  msgstr "Alatunnisteen skriptit"
2776
 
2777
+ #: config/customizer-theme-settings.php:317
2778
  #: lib/views/meta-boxes/genesis-inpost-scripts-box.php:21
2779
  #: lib/views/meta-boxes/genesis-theme-settings-scripts.php:19
2780
  msgid "Header Scripts"
2781
  msgstr "Ylätunnisteen skriptit"
2782
 
2783
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:50
2784
  msgid "Posts per Page"
2785
  msgstr "Artikkeleita per sivu"
2786
 
2787
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:44
2788
  msgid "Category IDs, comma separated - 1,2,3 for example"
2789
  msgstr "Kategoria IDs, pilkulla eroteltuna - 1,2,3 esimerkiksi"
2790
 
2791
+ #: lib/views/meta-boxes/genesis-theme-settings-blogpage.php:40
2792
  msgid "Exclude Categories"
2793
  msgstr "älä sisällytä kategorioita"
2794
 
2796
  msgid "Display Category"
2797
  msgstr "Näytä kategoria"
2798
 
2799
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:80
2800
  msgid "Entry Pagination"
2801
  msgstr "Sisällön sivutus"
2802
 
2803
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:67
2804
  msgid "Image Alignment:"
2805
  msgstr "Kuvan keskitys:"
2806
 
2807
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:48
2808
  msgid "Featured Image"
2809
  msgstr "Artikkelikuva"
2810
 
2811
+ #: config/customizer-theme-settings.php:253
2812
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:28
2813
  msgid "Entry excerpts"
2814
  msgstr "Sisällön lyhennelmä"
2815
 
2816
+ #: config/customizer-theme-settings.php:252
2817
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:27
2818
  msgid "Entry content"
2819
  msgstr "Sisällön sisältö"
2820
 
2821
+ #: lib/views/meta-boxes/genesis-theme-settings-posts.php:20
2822
  msgid "Display"
2823
  msgstr "Näytä"
2824
 
2855
  msgid "Email address"
2856
  msgstr "Sähköpostiosoite"
2857
 
2858
+ #: config/customizer-theme-settings.php:30
2859
  #: lib/views/meta-boxes/genesis-theme-settings-version.php:38
2860
  msgid "Updates"
2861
  msgstr "Päivitykset"
2862
 
2863
+ #: config/layouts.php:49
2864
  msgid "Secondary Sidebar, Content, Primary Sidebar"
2865
  msgstr "Toissijainen sivupalkki, Sisältö, Ensisijainen sivupalkki"
2866
 
2867
+ #: config/layouts.php:44
2868
  msgid "Secondary Sidebar, Primary Sidebar, Content"
2869
  msgstr "Toissijainen sivupalkki, Ensisijainen sivupalkki, Sisältö"
2870
 
2871
+ #: config/layouts.php:39
2872
  msgid "Content, Primary Sidebar, Secondary Sidebar"
2873
  msgstr "Sisältö, Ensisijainen sivupalkki, Toissijainen sivupalkki"
2874
 
2875
+ #: config/layouts.php:33
2876
  msgid "Primary Sidebar, Content"
2877
  msgstr "Ensisijainen sivupalkki, Sisältö"
2878
 
2879
+ #: config/layouts.php:27
2880
  msgid "Content, Primary Sidebar"
2881
  msgstr "Sisältö, Ensisijainen sivupalkki"
2882
 
2883
+ #: lib/functions/formatting.php:101
2884
  msgid "about "
2885
  msgstr "tietoa"
2886
 
2887
+ #: lib/classes/class-genesis-cli-db-command.php:43
2888
  msgid "Genesis database upgraded."
2889
  msgstr "Genesis tietokanta päivitetty."
2890
 
 
 
 
 
 
2891
  #. Template Name of the plugin/theme
2892
  msgid "Blog"
2893
  msgstr "Blogi"
2908
  msgid "Genesis"
2909
  msgstr "Genesis"
2910
 
2911
+ #: lib/widgets/featured-post-widget.php:564
2912
  msgid "Content Post Info"
2913
  msgstr "Artikkelin sisällön info"
2914
 
2915
+ #: lib/widgets/featured-post-widget.php:484
2916
  msgid "Exclude Sticky Posts?"
2917
  msgstr "sulje pois \"liima\"artikkelit?"
2918