diff --git a/inc/deprecated.php b/inc/deprecated.php index c463a6ab..2450710a 100644 --- a/inc/deprecated.php +++ b/inc/deprecated.php @@ -91,14 +91,16 @@ if ( ! function_exists( 'understrap_slbd_count_widgets' ) ) { */ function deprecated_translations() { array( - __( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'understrap' ), - __( 'Previous', 'understrap' ), - __( 'Next', 'understrap' ), - __( 'About:', 'understrap' ), - __( 'Profile', 'understrap' ), - __( 'Posts by', 'understrap' ), - __( 'Permanent Link:', 'understrap' ), - __( 'in', 'understrap' ), - __( 'Edit', 'understrap' ), + esc_html__( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'understrap' ), + esc_html__( 'Previous', 'understrap' ), + esc_html__( 'Next', 'understrap' ), + esc_html__( 'About:', 'understrap' ), + esc_html__( 'Profile', 'understrap' ), + esc_html__( 'Posts by', 'understrap' ), + esc_html__( 'Permanent Link:', 'understrap' ), + esc_html__( 'in', 'understrap' ), + esc_html__( 'Edit', 'understrap' ), + esc_html__( '1 Comment', 'understrap' ), + esc_html__( '% Comments', 'understrap' ), ); } diff --git a/inc/template-tags.php b/inc/template-tags.php index 82ebb06a..a2243d57 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -124,12 +124,16 @@ if ( ! function_exists( 'understrap_comments_popup_link' ) ) { return; } - echo ''; - comments_popup_link( - esc_html__( 'Leave a comment', 'understrap' ), - esc_html__( '1 Comment', 'understrap' ), - esc_html__( '% Comments', 'understrap' ) + $post_title = get_the_title(); + $leave_comment = sprintf( + /* translators: %s post title */ + __( 'Leave a comment on %s', 'understrap' ), + $post_title ); + $leave_comment = wp_kses( $leave_comment, array( 'span' => array( 'class' => true ) ) ); + + echo ''; + comments_popup_link( $leave_comment ); echo ''; } } diff --git a/languages/de_DE.mo b/languages/de_DE.mo index 0cadd5cd..b9c3a9fb 100644 Binary files a/languages/de_DE.mo and b/languages/de_DE.mo differ diff --git a/languages/de_DE.po b/languages/de_DE.po index 0a3d8091..421ae473 100644 --- a/languages/de_DE.po +++ b/languages/de_DE.po @@ -2,18 +2,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:33+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 01:16+0200\n" "Last-Translator: Thomas A. Reinert | TAR MediaDesign \n" "Language-Team: German\n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -54,31 +54,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Eine Kombination aus Automattic´s _s theme und Bootstrap 4. Konzipiert als " -"solider Ausgangspunkt für dein nächstes Theme-Projekt und WordPress Website. " -"Nutze es als eigenes Starter-Theme oder als Parent-Theme. Beides steht dir " -"frei. Beinhaltet FontAwesome Unterstützung, integrierten Widget-Slider und " -"vieles mehr, was du für die Erstellung einer einfachen Website benötigst. " -"WICHTIG: Alle Abhängigkeiten der Entwicklertools sind in diesem Paket nicht " -"enthalten! Lade die ZIP-Datei herunter, entpacke sie und führe \"npm install" -"\" sowie \"gulp copy-assets\" in der Konsole im entpackten Understrap-Ordner " -"aus." #. Author of the theme -msgid "the Understrap Authors" -msgstr "" +msgid "Howard Development & Consulting" +msgstr "Howard Development & Consulting" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "https://howarddc.com" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -133,23 +120,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Direkt zum Inhalt wechseln" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Direkt zum Inhalt wechseln" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Kommentare sind geschlossen." @@ -157,94 +148,143 @@ msgstr "Kommentare sind geschlossen." msgid "Default Header Image" msgstr "Standard-Header-Bild" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Theme Layout Einstellungen" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Container-Breite und Seitenleisten-Einstellungen" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Container-Breite" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Wähle zwischen dem Bootstrap container und container-fluid aus" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Container mit fester Breite" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Container mit voller Seitenbreite" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Seitenleisten-Positionierung" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Rechte Seitenleiste" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Linke Seitenleiste" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Linke und rechte Seitenleiste" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Keine Seitenleiste" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Kommentar" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Kommentare" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -266,7 +306,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Weiterlesen..." @@ -297,7 +337,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -305,128 +345,121 @@ msgstr "" msgid "Primary Menu" msgstr "Hauptmenü" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Kommentar hinterlassen" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Kommentar hinterlassen zu %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Kommentar" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Kommentare" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Kommentarnavigation" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Ältere Kommentare" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Neuere Kommentare →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "%s bearbeiten" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Beitrags-Navigation" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Seiten:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Rechte Seitenleiste" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Linke Seitenleiste" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "\"Bühnen\"-Slider" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Fußbereich" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -487,17 +520,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Suchergebnisse für: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Suche nach:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Suche …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Suche" diff --git a/languages/de_DE_formal.mo b/languages/de_DE_formal.mo index 1f19d6bf..99f49619 100644 Binary files a/languages/de_DE_formal.mo and b/languages/de_DE_formal.mo differ diff --git a/languages/de_DE_formal.po b/languages/de_DE_formal.po index f0edf8a7..44034de4 100644 --- a/languages/de_DE_formal.po +++ b/languages/de_DE_formal.po @@ -2,18 +2,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:33+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 01:14+0200\n" "Last-Translator: Thomas A. Reinert | TAR MediaDesign \n" "Language-Team: German\n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -54,31 +54,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Eine Kombination aus Automattic´s _s theme und Bootstrap 4. Konzipiert als " -"solider Ausgangspunkt für Ihr nächstes Theme-Projekt und WordPress Website. " -"Nutzen Sie es als eigenes Starter-Theme oder als Parent-Theme. Beides steht " -"Ihnen frei. Beinhaltet FontAwesome Unterstützung, integrierten Widget-Slider " -"und vieles mehr, was du für die Erstellung einer einfachen Website " -"benötigst. WICHTIG: Alle Abhängigkeiten der Entwicklertools sind in diesem " -"Paket nicht enthalten! Laden Sie die ZIP-Datei herunter, entpacken Sie sie " -"und führen Sie \"npm install\" sowie \"gulp copy-assets\" in der Konsole im " -"entpackten Understrap-Ordner aus." #. Author of the theme -msgid "the Understrap Authors" -msgstr "" +msgid "Howard Development & Consulting" +msgstr "Howard Development & Consulting" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "https://howarddc.com" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -133,23 +120,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Direkt zum Inhalt wechseln" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Direkt zum Inhalt wechseln" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Kommentare sind geschlossen." @@ -157,94 +148,143 @@ msgstr "Kommentare sind geschlossen." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Theme Layout Einstellungen" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Container-Breite und Seitenleisten-Einstellungen" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Container-Breite" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Wählen Sie zwischen dem Bootstrap container und container-fluid aus" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Container mit fester Breite" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Container mit voller Seitenbreite" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Seitenleisten-Positionierung" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Rechte Seitenleiste" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Linke Seitenleiste" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Linke und rechte Seitenleiste" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Keine Seitenleiste" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Kommentar" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Kommentare" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -266,7 +306,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Weiterlesen..." @@ -297,7 +337,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -305,128 +345,121 @@ msgstr "" msgid "Primary Menu" msgstr "Hauptmenü" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Kommentar hinterlassen" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Kommentar hinterlassen zu %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Kommentar" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Kommentare" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Kommentarnavigation" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Ältere Kommentare" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Neuere Kommentare →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "%s bearbeiten" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Beitrags-Navigation" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Seiten:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Rechte Seitenleiste" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Linke Seitenleiste" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "\"Bühnen\"-Slider" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Fußbereich" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -487,17 +520,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Suchergebnisse für: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Suche nach:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Suche …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Suche" diff --git a/languages/el_GR.mo b/languages/el_GR.mo index f2a9dd09..2db10657 100644 Binary files a/languages/el_GR.mo and b/languages/el_GR.mo differ diff --git a/languages/el_GR.po b/languages/el_GR.po index aa7b03f8..b35d4d96 100644 --- a/languages/el_GR.po +++ b/languages/el_GR.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:36+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 01:24+0200\n" "Last-Translator: \n" "Language-Team: stef.kariotidis@gmail.com\n" "Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -55,30 +55,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Συνδυασμός του θέματος _s της Automatic και του Bootstrap 4. Δημιουργήθηκε " -"ώς βοήθημα για το επόμενο WordPress θέμα σας. Χρησιμοποιήστε το ως αρχικό ή " -"ως γονικό θέμα. Συμπεριλαμβάνει υποστήριξη για τα Font Awesome, καθώς και " -"διάφορα άλλα εργαλεία που χρειάζονται για νέα websites. ΣΗΜΑΝΤΙΚΟ: όλες οι " -"εξαρτήσεις που απαιτούνται για την κατασκευή, δεν συμπεριλαμβάνονται σε αυτό " -"το αρχείο. Θα πρέπει εφόσον εγκαταστήσετε αυτό το αρχείο, να τρέξετε \"npm " -"install\" και \"gulp copy-assets\" μέσα από τον φάκελο της εγκατάστασης του " -"understrap." #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -133,23 +121,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Μετάβαση στο περιεχόμενο" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Μετάβαση στο περιεχόμενο" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Τα σχόλια είναι απενεργοποιημένα." @@ -157,94 +149,143 @@ msgstr "Τα σχόλια είναι απενεργοποιημένα." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Ρυθμίσεις Διάταξης Θέματος" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Πλάτος Διάταξης και Προεπιλογές Εργαλειοθήκης" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Πλάτος Διάταξης" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Επιλογή μεταξύ πλήρους ή μη πλάτους" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Περιορισμένου πλάτους διάταξη" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Πλήρους πλάτους διάταξη" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Τοποθέτηση Εργαλειοθήκης" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Εργαλειοθήκη δεξιά" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Εργαλειοθήκη αριστερά" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Εργαλειοθήκες αριστερά & δεξιά" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Χωρίς εργαλειοθήκη" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Σχόλιο" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Σχόλια" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -266,7 +307,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Διαβάστε Περισσότερα..." @@ -287,7 +328,7 @@ msgstr "Θέμα %1$s από %2$s." #. translators: Theme version #: inc/hooks.php:44 msgid "Version: %1$s" -msgstr "Έκδοση: %1$s\t" +msgstr "Έκδοση: %1$s" #: inc/pagination.php:53 msgid "«" @@ -297,7 +338,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -305,128 +346,121 @@ msgstr "" msgid "Primary Menu" msgstr "Κυρίως Μενού" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Αφήστε σχόλιο" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Αφήστε σχόλιο στο %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Σχόλιο" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Σχόλια" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Πλοήγηση στα σχόλια" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Παλαιότερα Σχόλια" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Νεότερα Σχόλια →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Επεξεργασία %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Πλοήγηση στα Άρθρα" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Σελίδες:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Δεξιά Εργαλειοθήκη" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Αριστερή Εργαλειοθήκη" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Ολισθητής Hero" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Υποσέλιδο Πλήρες" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -485,17 +519,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Αποτελέσματα αναζήτησης για : %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Αναζήτηση για:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Αναζήτηση…" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Αναζήτηση" diff --git a/languages/es_ES.mo b/languages/es_ES.mo index fbda9493..887ed00e 100644 Binary files a/languages/es_ES.mo and b/languages/es_ES.mo differ diff --git a/languages/es_ES.po b/languages/es_ES.po index 65cfaa96..53d2fae9 100644 --- a/languages/es_ES.po +++ b/languages/es_ES.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:36+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 01:33+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -55,22 +55,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -125,23 +121,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Saltar al contenido" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Saltar al contenido" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Los comentarios están cerrados." @@ -149,94 +149,143 @@ msgstr "Los comentarios están cerrados." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "" -#: inc/customizer.php:84 -msgid "Container Width" +#: inc/customizer.php:63 +msgid "Bootstrap Version" msgstr "" -#: inc/customizer.php:85 -msgid "Choose between Bootstrap's container and container-fluid" +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" msgstr "" -#: inc/customizer.php:90 -msgid "Fixed width container" +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" msgstr "" #: inc/customizer.php:91 +msgid "Container Width" +msgstr "" + +#: inc/customizer.php:92 +msgid "Choose between Bootstrap's container and container-fluid" +msgstr "" + +#: inc/customizer.php:96 +msgid "Fixed width container" +msgstr "" + +#: inc/customizer.php:97 msgid "Full width container" msgstr "" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Comentario" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Comentarios" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -258,7 +307,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Leer más..." @@ -289,7 +338,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -297,128 +346,121 @@ msgstr "" msgid "Primary Menu" msgstr "Menú principal" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " -msgstr "," +msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Deja un comentario" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Deja un comentario en %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Comentario" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Comentarios" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Ver los comentarios" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Comentarios antiguos" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Comentarios más recientes →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Editar %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr "" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "" -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" -msgstr "Páginas: " +msgstr "Páginas:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Hero Slider" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Footer Full" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -478,17 +520,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Resultados de la búsqueda de: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Buscar:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Buscar …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Buscar" diff --git a/languages/fr_FR.mo b/languages/fr_FR.mo index 81329c26..badba410 100644 Binary files a/languages/fr_FR.mo and b/languages/fr_FR.mo differ diff --git a/languages/fr_FR.po b/languages/fr_FR.po index 460fd3f3..e5b3d924 100644 --- a/languages/fr_FR.po +++ b/languages/fr_FR.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:36+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 01:40+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -55,30 +55,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Une combinaison du thème _s d'Automattic et de Bootstrap 4. Un excellent " -"point de départ pour votre prochain projet de thème et de site Web de " -"WordPress. Utilisez-le comme thème de démarrage ou comme thème parent. À " -"vous de décider. Inclus Font-Awesome, des widgets intégrés et tout ce dont " -"vous avez besoin pour votre site. IMPORTANT: les dépendances des " -"développeurs ne sont pas livrées avec ce fichier d'installation. Il suffit " -"de télécharger le fichier .zip, de l'extraire et d'exécuter \"npm install\" " -"et \"gulp copy-assets\" dans le dossier extract / understrap." #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -133,23 +121,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Aller au contenu" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Aller au contenu" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Les commentaires sont fermés." @@ -157,94 +149,143 @@ msgstr "Les commentaires sont fermés." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Paramètres du layout" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Paramètrage du conteneur" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Largeur du conteneur" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Choisir entre le conteneur Bootstrap ou 'container-fluid'" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Conteneur de largeur fixe" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Conteneur de pleine largeur" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Positionnement des sidebars" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Sidebar à droite" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Sidebar à gauche" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Sidebar gauche et droite" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Pas de sidebar" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Commentaire" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Commentaires" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -266,7 +307,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Lire la suite..." @@ -297,7 +338,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -305,128 +346,122 @@ msgstr "" msgid "Primary Menu" msgstr "Menu principal" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " -msgstr "," +msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Réagir" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "" +"Laisser un commentaire sur %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Commentaire" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Commentaires" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Naviguer dans les commentaires" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Commentaire moins récent" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Commentaire plus récent →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Modifier %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Navigation" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" -msgstr "Pages: " +msgstr "Pages:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Colonne droite" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Colonne gauche" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Héro dynamique" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Pied pleine page" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -487,17 +522,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Résultats de recherche pour : %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Rechercher :" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" -msgstr "Rechercher…" +msgstr "Rechercher …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Rechercher" diff --git a/languages/he_IL.mo b/languages/he_IL.mo index a1eda5f7..90cd4bec 100644 Binary files a/languages/he_IL.mo and b/languages/he_IL.mo differ diff --git a/languages/he_IL.po b/languages/he_IL.po index 0c9c236c..1f16fe07 100644 --- a/languages/he_IL.po +++ b/languages/he_IL.po @@ -2,17 +2,17 @@ msgid "" msgstr "" "Project-Id-Version: Understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:35+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 01:57+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: he_IL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0\n" -"X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.1.1\n" +"X-Poedit-Basepath: ..\n" "X-Poedit-Flags-xgettext: --add-comments=translators:\n" "X-Poedit-WPHeader: style.css\n" "X-Poedit-SourceCharset: UTF-8\n" @@ -33,22 +33,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -101,23 +97,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "מחשבה אחת על “%2$s”" msgstr[1] "מחשבות על “%2$s”" -#: header.php:31 -msgid "Skip to content" -msgstr "לדלג לתוכן" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "לדלג לתוכן" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "סגור לתגובות." @@ -125,35 +125,68 @@ msgstr "סגור לתגובות." msgid "Default Header Image" msgstr "תמונת כותרת כללית" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "הגדרות מערך" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "ברירות מחדל, רוחב ותיבה, מיכל" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "רוחב המיכל" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "בחר בין מיכל למיכל מלא של בוטסטראפ" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "קונטיינר רוחב קבוע" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "קונטיינר רוחב מלא" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "מיקום סרגל צדדי" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." @@ -161,60 +194,76 @@ msgstr "" "הגדר את מיקום ברירת המחדל של הסרגל הצידי. יכול גם להיות: ימין, שמאל, שניהם " "או אף אחד. הערה: זה יכול להתבטל בעמודים נפרדים." -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "סרגל צדדי ימני" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "סרגל צדדי שמאלי" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "סרגלים צידיים שמאלה וימינה" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "ללא סרגל צדדי" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "תגובה 1" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% תגובות" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -236,7 +285,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "קרא עוד..." @@ -267,7 +316,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -275,129 +324,122 @@ msgstr "" msgid "Primary Menu" msgstr "תפריט ראשי" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " -msgstr "," +msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "השאר תגובה" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "השאר תגובה על %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "תגובה 1" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% תגובות" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "ניווט תגובות" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← תגובות קודמות" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "תגובות חדשות יותר →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "ערוך את %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "ניווט בפרסומים" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "" "Read More " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "עמודים:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "סרגל צדדי ימני" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "סרגל צדדי שמאלי" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "סליידר" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "כותרת תחתונה" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -454,17 +496,17 @@ msgstr "סרגל צדדי ימני" msgid "Search Results for: %s" msgstr "תוצאות חיפוש עבור: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "חיפוש:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "חיפוש …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "חיפוש" diff --git a/languages/it_IT.mo b/languages/it_IT.mo index 51ec658e..7872caeb 100644 Binary files a/languages/it_IT.mo and b/languages/it_IT.mo differ diff --git a/languages/it_IT.po b/languages/it_IT.po index 170201b3..4c85f9cb 100644 --- a/languages/it_IT.po +++ b/languages/it_IT.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:35+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:02+0200\n" "Last-Translator: Max Guglielmino \n" "Language-Team: \n" "Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -55,22 +55,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -125,23 +121,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Vai al contenuto" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Vai al contenuto" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "I commenti sono chiusi." @@ -149,94 +149,143 @@ msgstr "I commenti sono chiusi." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "" -#: inc/customizer.php:84 -msgid "Container Width" +#: inc/customizer.php:63 +msgid "Bootstrap Version" msgstr "" -#: inc/customizer.php:85 -msgid "Choose between Bootstrap's container and container-fluid" +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" msgstr "" -#: inc/customizer.php:90 -msgid "Fixed width container" +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" msgstr "" #: inc/customizer.php:91 +msgid "Container Width" +msgstr "" + +#: inc/customizer.php:92 +msgid "Choose between Bootstrap's container and container-fluid" +msgstr "" + +#: inc/customizer.php:96 +msgid "Fixed width container" +msgstr "" + +#: inc/customizer.php:97 msgid "Full width container" msgstr "" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Commento" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Commenti" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -258,7 +307,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Leggi tutto..." @@ -289,7 +338,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -297,128 +346,121 @@ msgstr "" msgid "Primary Menu" msgstr "Menù Principale" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Commenta" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Lascia un commento su %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Commento" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Commenti" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Navigazione commenti" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Commenti meno recenti" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Commenti più recenti →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Modifica %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr "" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "" -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Pagine:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" -msgstr "Blocco Iniziale con Carosello " +msgstr "Blocco Iniziale con Carosello" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Piè di pagina Larghezza Intera" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -479,17 +521,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Risultati della ricerca per: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Ricerca per:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Cerca …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Cerca" diff --git a/languages/ja_JP.mo b/languages/ja_JP.mo index f67c0bc2..2e97e9df 100644 Binary files a/languages/ja_JP.mo and b/languages/ja_JP.mo differ diff --git a/languages/ja_JP.po b/languages/ja_JP.po index 26c1457a..a2bad4ab 100644 --- a/languages/ja_JP.po +++ b/languages/ja_JP.po @@ -2,18 +2,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:35+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:07+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: ja_JP\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -54,30 +54,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"AutomatticのテーマとBootstrap 4のコンビネーション。あなたの次のテーマプロジェ" -"クトとWordPressのウェブサイトの堅実な出発点として作られています。スターター" -"テーマまたは親テーマとして使用します。それはあなた次第です。Font Awesomeのサ" -"ポート、組み込みのウィジェットスライダーなど、基本的なWebサイトにはるかに必要" -"なものが含まれています。 *重要*: すべての開発者の依存関係は、このインストール" -"ファイルにバンドルされていません。zipファイルをダウンロードして展開し、展開さ" -"れたunderstrapフォルダの中で「npm install」と「gulp copy-assets」を実行するだ" -"けです。" #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -129,23 +117,27 @@ msgid "%1$s thought on “%2$s”" msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" -#: header.php:31 -msgid "Skip to content" -msgstr "内容をスキップ" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "内容をスキップ" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "コメントは受け付けていません。" @@ -153,94 +145,144 @@ msgstr "コメントは受け付けていません。" msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "テーマのレイアウト設定" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "コンテナの幅とサイドバーのデフォルト" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "コンテナーの幅" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Bootstrapの固定幅コンテナと全幅コンテナを選択してください" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "固定幅コンテナ" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "全幅コンテナ" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "サイドバーポジショニング" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "右サイドバー" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "左サイドバー" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "左右サイドバー" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "サイドバーなし" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "前" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1件のコメント" + +# Are you mistaking the formatter? +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% 件のコメント" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -262,7 +304,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "続きを読む..." @@ -293,7 +335,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -301,129 +343,121 @@ msgstr "" msgid "Primary Menu" msgstr "メインメニュー" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr "、 " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "コメントを残す" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "%s へのコメントする" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1件のコメント" - -# Are you mistaking the formatter? -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% 件のコメント" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "コメントナビゲーション" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← 古いコメント" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "新しいコメント →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "%s を編集する" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "投稿ナビゲーション" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "ページ:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "右サイドバー" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "左サイドバー" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "ヒーロースライダー" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "全幅フッター" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -482,17 +516,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "「%s」の検索結果" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "検索:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "検索…" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "検索" diff --git a/languages/ko_KR.mo b/languages/ko_KR.mo index fe15810f..5b0ee2e9 100644 Binary files a/languages/ko_KR.mo and b/languages/ko_KR.mo differ diff --git a/languages/ko_KR.po b/languages/ko_KR.po index dede0d8f..be55a19a 100644 --- a/languages/ko_KR.po +++ b/languages/ko_KR.po @@ -2,18 +2,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:35+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:09+0200\n" "Last-Translator: idpokute \n" "Language-Team: Korean\n" "Language: ko_KR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -54,22 +54,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -123,23 +119,27 @@ msgid "%1$s thought on “%2$s”" msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" -#: header.php:31 -msgid "Skip to content" -msgstr "콘텐츠로 바로가기" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "콘텐츠로 바로가기" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "댓글이 닫혀있습니다." @@ -147,94 +147,143 @@ msgstr "댓글이 닫혀있습니다." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "" -#: inc/customizer.php:84 -msgid "Container Width" +#: inc/customizer.php:63 +msgid "Bootstrap Version" msgstr "" -#: inc/customizer.php:85 -msgid "Choose between Bootstrap's container and container-fluid" +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" msgstr "" -#: inc/customizer.php:90 -msgid "Fixed width container" +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" msgstr "" #: inc/customizer.php:91 +msgid "Container Width" +msgstr "" + +#: inc/customizer.php:92 +msgid "Choose between Bootstrap's container and container-fluid" +msgstr "" + +#: inc/customizer.php:96 +msgid "Fixed width container" +msgstr "" + +#: inc/customizer.php:97 msgid "Full width container" msgstr "" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 댓글" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% 댓글" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -256,7 +305,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "더보기..." @@ -287,7 +336,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -295,128 +344,121 @@ msgstr "" msgid "Primary Menu" msgstr "주 메뉴" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr "," #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "댓글 남기기" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "%s에 댓글 남기기" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 댓글" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% 댓글" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "댓글 네비게이션" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "<이전 댓글" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "신규 댓글>" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "%s 편집" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr "" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "" -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "페이지:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Hero 슬라이더" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "풋터 Full" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -473,17 +515,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "검색 결과: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "검색어:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "검색 …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "검색" diff --git a/languages/nb_NO.mo b/languages/nb_NO.mo index bf1726d5..a318e2ae 100644 Binary files a/languages/nb_NO.mo and b/languages/nb_NO.mo differ diff --git a/languages/nb_NO.po b/languages/nb_NO.po index c3119596..ff3d9f14 100644 --- a/languages/nb_NO.po +++ b/languages/nb_NO.po @@ -2,18 +2,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:35+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:11+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -54,34 +54,22 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Kombinasjon av Automattic's _s tema og Bootstrap 4. Laget som et solid " -"utgangspunkt for ditt neste tema-prosjekt og WordPress-nettsted. Bruk det " -"som utgangspunkt eller som et overordnet tema. Det er opp til deg. Inkludert " -"Font Awesome-støtte, innebygget widget for skyvekontroll og mye mer du " -"trenger for grunnleggende nettsteder. VIKTIG: Alle utvikleravhengigheter er " -"ikke buntet sammen med denne installasjonsfilen. Bare last ned .zip-filen, " -"pakk den ut og kjør \"npm install\" og \"gulp copy-assets\" inne i utpakket /" -"understrap-mappe." #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." -msgstr "Oops! Denne siden ble ikke funnet" +msgstr "Oops! Denne siden ble ikke funnet." #: 404.php:36 msgid "It looks like nothing was found at this location. Maybe try a search?" @@ -131,23 +119,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Hopp til innhold" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Hopp til innhold" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Kommentarer er stengt." @@ -155,94 +147,143 @@ msgstr "Kommentarer er stengt." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Temaoppsettinnstillinger" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Container-bredde og sidekolonne-standardinnstillinger" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Container Bredde" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Velg mellom Bootstraps container og container-fluid" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Fast bredde container" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Full bredde container" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Sidekolonne-posisjonering" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Høyre sidekolonne" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Venstre sidekolonne" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Venstre og høyre sidekolonner" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Ingen sidekolonne" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "Forrige" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 kommentar" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% kommentarer" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -264,7 +305,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Les mer..." @@ -295,7 +336,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -303,128 +344,122 @@ msgstr "" msgid "Primary Menu" msgstr "Hovedmeny" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Legg igjen en kommentar" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "" +"Legg igjen en kommentar til %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 kommentar" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% kommentarer" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Kommentar navigasjon" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Eldre kommentarer" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Nyere kommentarer →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Rediger %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Innlegg navigasjon" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Sider:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Høyre sidekolonne" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Venstre sidekolonne" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Hero Slider" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Bunntekst full" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -485,17 +520,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Søkeresultater for: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Søk etter:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Søk …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Søk" diff --git a/languages/nl_NL.mo b/languages/nl_NL.mo index 912dd968..f4e3bf20 100644 Binary files a/languages/nl_NL.mo and b/languages/nl_NL.mo differ diff --git a/languages/nl_NL.po b/languages/nl_NL.po index f0bbaa05..fad522c8 100644 --- a/languages/nl_NL.po +++ b/languages/nl_NL.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:35+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:15+0200\n" "Last-Translator: vincent \n" "Language-Team: Nederlands\n" "Language: nl_NL\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Loco-Source-Locale: en-NL\n" "X-Loco-Project-Id: 19218\n" "X-Loco-Api-Version: 1.0.15 20161122-1\n" @@ -27,22 +27,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -97,23 +93,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Ga naar de inhoud" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Ga naar de inhoud" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Reacties zijn gesloten." @@ -121,94 +121,143 @@ msgstr "Reacties zijn gesloten." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Thema Layout Instellingen" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Container breedte en zijbalk standaarden" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Container Breedte" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Kies tussen Bootstrap's container en container-fluid" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Container met vaste breedte" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Container met vollege breedte" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Zijbalk Positie" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Rechter zijbalk" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Linker zijbalk" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Linker & Rechter zijbalken" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Geen zijbalk" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Reactie" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Reacties" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -230,7 +279,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Lees verder..." @@ -261,7 +310,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -269,128 +318,121 @@ msgstr "" msgid "Primary Menu" msgstr "Hoofdmenu" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Plaats een reactie" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Een reactie plaatsen op %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Reactie" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Reacties" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Reactienavigatie" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Oudere reacties" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Nieuwere reacties →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Bewerk %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Bericht Navigatie" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr "" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "" -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Pagina's:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Rechter zijbalk" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Linkel zijbalk" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Hero Slider" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Footer (volledige breedte)" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -450,17 +492,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Zoekresultaten voor: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Zoeken naar:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Zoeken …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Zoeken" diff --git a/languages/nn_NO.mo b/languages/nn_NO.mo index d9e04e75..6b1b77fb 100644 Binary files a/languages/nn_NO.mo and b/languages/nn_NO.mo differ diff --git a/languages/nn_NO.po b/languages/nn_NO.po index 74ca156f..55350649 100644 --- a/languages/nn_NO.po +++ b/languages/nn_NO.po @@ -2,18 +2,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:34+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:17+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: nn_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -54,30 +54,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Kombinasjon av Automattic's _s tema og Bootstrap 4. Laget som eit solid " -"utgangspunkt for ditt neste tema-prosjekt og WordPress-nettstad. Bruk det " -"som utgangspunkt eller som eit overordnet tema. Det er opp til deg. " -"Inkludert Font Awesome-støtte, innebygget widget for skyvekontroll og mye " -"meir du trenger for grunnleggende nettstader. VIKTIG: Alle " -"utvikleravhengigheter er ikkje buntet sammen med denne installasjonsfilen. " -"Bare last ned .zip-filen, pakk den ut og kjør \"npm install\" og \"gulp copy-" -"assets\" inne i utpakket /understrap-mappe." #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -131,23 +119,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Gå vidare til hovudinnhaldet" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Gå vidare til hovudinnhaldet" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Stengt for kommentarar." @@ -155,94 +147,143 @@ msgstr "Stengt for kommentarar." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Temaoppsettinnstillinger" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Container-bredde og sidekolonne-standardinnstillinger" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Container Bredde" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Velg mellom Bootstraps container og container-fluid" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Fast bredde container" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Full bredde container" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Sidekolonne-posisjonering" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Høyre sidekolonne" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Venstre sidekolonne" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Venstre og høgre sidekolonner" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Ingen sidekolonne" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "Forrige" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 kommentar" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% kommentarer" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -264,7 +305,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Les meir..." @@ -295,7 +336,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -303,128 +344,121 @@ msgstr "" msgid "Primary Menu" msgstr "Hovedmeny" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Legg igjen ein kommentar" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Legg att eit innspel til %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 kommentar" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% kommentarer" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Kommentar navigasjon" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Eldre kommentarer" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Nyere kommentarer →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Rediger %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Innlegg navigasjon" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Sider:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Høgre sidekolonne" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Venstre sidekolonne" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Hero Slider" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Bunntekst full" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -483,17 +517,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Søkjeresultat for: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Leit etter:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Søk …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Søk" diff --git a/languages/pl_PL.mo b/languages/pl_PL.mo index f31d8e48..ab38872d 100644 Binary files a/languages/pl_PL.mo and b/languages/pl_PL.mo differ diff --git a/languages/pl_PL.po b/languages/pl_PL.po index f3caecf4..5c3700c4 100644 --- a/languages/pl_PL.po +++ b/languages/pl_PL.po @@ -2,19 +2,19 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:34+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:21+0200\n" "Last-Translator: Mirosław Zalewski \n" "Language-Team: Polish\n" "Language: pl_PL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -54,29 +54,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Połączenie motywu _s od Automattic oraz Bootstrapa 4. Stworzony jako solidna " -"podstawa dla Twojego następnego motywu lub strony opartej na WordPressie. " -"Wykorzystaj go jako motyw startowy lub motyw nadrzędny. Jak chcesz. Zawiera " -"obsługę Font Awesome, wbudowany widżet slidera i wiele innych. WAŻNE: " -"Zależności nie są dołączone do tego pliku instalacyjnego. Po prostu pobierz " -"plik .zip, rozpakuj go, wejdź do katalogu /understrap i uruchom polecenia " -"\"npm install\" i \"gulp copy-assets\"." #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -130,23 +119,27 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Przeskocz do treści" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Przeskocz do treści" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Możliwość komentowania została wyłączona." @@ -154,94 +147,143 @@ msgstr "Możliwość komentowania została wyłączona." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Ustawienia układu szablonu" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Domyślne ustawienia szerokości strony oraz panelu bocznego" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Szerokość strony" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Wybierz pomiędzy klasami Bootstrapa: container oraz container-fluid" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Stała" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Zmienna (wypełnia całą dostępną przestrzeń)" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Umiejscowienie panelu bocznego" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Panel boczny po prawej" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Panel boczny po lewej" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Panel boczny po lewej i po prawej" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Brak panelu bocznego" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "Poprzednie" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "Komentarzy: 1" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "Komentarzy: %" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -263,7 +305,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Czytaj dalej…" @@ -294,7 +336,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -302,128 +344,121 @@ msgstr "" msgid "Primary Menu" msgstr "Menu główne" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " -msgstr "," +msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Napisz komentarz" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Dodaj komentarz do %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "Komentarzy: 1" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "Komentarzy: %" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Nawigacja po komentarzach" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Starsze komentarze" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Nowsze komentarze →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Edytuj %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Nawigacja po artykułach" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Strony:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Prawy panel boczny" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Lewy panel boczny" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Slider Hero" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Pełna stopka" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -481,17 +516,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Wyniki wyszukiwania: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Szukaj:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Szukaj …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Szukaj" diff --git a/languages/pt_BR.mo b/languages/pt_BR.mo index b821b795..e5440abb 100644 Binary files a/languages/pt_BR.mo and b/languages/pt_BR.mo differ diff --git a/languages/pt_BR.po b/languages/pt_BR.po index c6c6dcaf..d4441e8f 100644 --- a/languages/pt_BR.po +++ b/languages/pt_BR.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:33+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:26+0200\n" "Last-Translator: Diego Versiani \n" "Language-Team: \n" "Language: pt_BR\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -54,22 +54,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -124,23 +120,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Pular para o conteúdo" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Pular para o conteúdo" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Os comentários estão desativados." @@ -148,94 +148,143 @@ msgstr "Os comentários estão desativados." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "" -#: inc/customizer.php:84 -msgid "Container Width" +#: inc/customizer.php:63 +msgid "Bootstrap Version" msgstr "" -#: inc/customizer.php:85 -msgid "Choose between Bootstrap's container and container-fluid" +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" msgstr "" -#: inc/customizer.php:90 -msgid "Fixed width container" +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" msgstr "" #: inc/customizer.php:91 +msgid "Container Width" +msgstr "" + +#: inc/customizer.php:92 +msgid "Choose between Bootstrap's container and container-fluid" +msgstr "" + +#: inc/customizer.php:96 +msgid "Fixed width container" +msgstr "" + +#: inc/customizer.php:97 msgid "Full width container" msgstr "" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 comentário" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Comentários" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -257,7 +306,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Leia mais..." @@ -288,7 +337,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "Navegação entre posts" @@ -296,128 +345,121 @@ msgstr "Navegação entre posts" msgid "Primary Menu" msgstr "Menu Primário" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Deixe um comentário" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Deixe um comentário em %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 comentário" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Comentários" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Navegação de comentários" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Mais Antigos" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" -msgstr "Mais Novos" +msgstr "Mais Novos →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Editar %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Navegação entre posts" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr "" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "" -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" -msgstr "Páginas" +msgstr "Páginas:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Hero Slides" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Rodapé" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -478,17 +520,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Resultados da pesquisa por: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Pesquisar por:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Pesquisar …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Pesquisar" diff --git a/languages/pt_PT.mo b/languages/pt_PT.mo index 9d9bb969..2fc59525 100644 Binary files a/languages/pt_PT.mo and b/languages/pt_PT.mo differ diff --git a/languages/pt_PT.po b/languages/pt_PT.po index 6ec3a6a4..51ee9bd1 100644 --- a/languages/pt_PT.po +++ b/languages/pt_PT.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:34+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:28+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -55,29 +55,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Combinação do tema _s da Automattic e Bootstrap 4. Pensado como um ponto de " -"arranque sólido para o teu próximo projecto e website WordPress. Utiliza " -"como um starter theme ou parent theme. Inclui suporte para Font Awesome, " -"slider de widgets e muito mais. IMPORTANTE as dependências de " -"desenvolvimento não estão incluídas com o ficheiro de instalação. é " -"necessário executar \"npm install\" e \"gulp copy-assets\" dentro da " -"directoria /understrap." #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -130,23 +119,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Saltar para o conteúdo" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Saltar para o conteúdo" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Os comentários estão fechados." @@ -154,94 +147,143 @@ msgstr "Os comentários estão fechados." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Definições do Layout do tema" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Contentor com Barras Laterais por defeito" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Largura do contentor" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Escolha entre Contentor do Bootstrap ou Contentor fluído" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Contentor com largura fixa" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Contentor com largura completa" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Colocação da Barra Lateral" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Barra Lateral Direita" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Barra Lateral Esquerda" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Barras Laterais Esquerda e Direita" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Sem Barra Lateral" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "Anterior" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Comentário" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Comentários" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -263,7 +305,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Continuar a ler..." @@ -294,7 +336,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -302,128 +344,121 @@ msgstr "" msgid "Primary Menu" msgstr "Menu principal" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Comentar" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Deixe o seu comentário em %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Comentário" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Comentários" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Navegação Respostas" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Comentários mais antigos" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Comentários mais recentes →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Editar %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Navegação nos Posts" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Páginas:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Barra Lateral Direita" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Barra Lateral Esquerda" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Hero Slider" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Rodapé completo" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -483,17 +518,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Resultados da pesquisa por: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Pesquisar por:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Pesquisar …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Pesquisar" @@ -507,3 +542,26 @@ msgstr "" msgctxt "carousel control" msgid "Next" msgstr "Próximo" + +#~ msgid "" +#~ "Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " +#~ "starting point for your next theme project and WordPress website. Use it " +#~ "as starter theme or as a parent theme. It is up to you. Including Font " +#~ "Awesome support, built-in widget slider and much more you need for basic " +#~ "websites. IMPORTANT: All developer dependencies are not bundled with this " +#~ "install file. Just download the .zip, extract it and run \"npm install\" " +#~ "and \"gulp copy-assets\" inside the extracted /understrap folder." +#~ msgstr "" +#~ "Combinação do tema _s da Automattic e Bootstrap 4. Pensado como um ponto " +#~ "de arranque sólido para o teu próximo projecto e website WordPress. " +#~ "Utiliza como um starter theme ou parent theme. Inclui suporte para Font " +#~ "Awesome, slider de widgets e muito mais. IMPORTANTE as dependências de " +#~ "desenvolvimento não estão incluídas com o ficheiro de instalação. é " +#~ "necessário executar \"npm install\" e \"gulp copy-assets\" dentro da " +#~ "directoria /understrap." + +#~ msgid "https://github.com/understrap/understrap/graphs/contributors" +#~ msgstr "https://github.com/understrap/understrap/graphs/contributors" + +#~ msgid "Leave a comment" +#~ msgstr "Comentar" diff --git a/languages/ru_RU.mo b/languages/ru_RU.mo index 008fc906..6b574d0d 100644 Binary files a/languages/ru_RU.mo and b/languages/ru_RU.mo differ diff --git a/languages/ru_RU.po b/languages/ru_RU.po index 5a0bada6..88175135 100644 --- a/languages/ru_RU.po +++ b/languages/ru_RU.po @@ -2,19 +2,19 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:33+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:31+0200\n" "Last-Translator: edkozuto \n" "Language-Team: Русский\n" "Language: ru_RU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n" "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -55,25 +55,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Сочетание темы _s от Automatic и Bootstrap 4. Надежный базис для создания " -"ваших собственных тем и вебсайтов на WordPress. Используйте как основную или " -"как родительскую тему. Все в ваших руках." #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -130,23 +123,27 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Перейти к содержимому" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Перейти к содержимому" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Обсуждение закрыто." @@ -154,94 +151,143 @@ msgstr "Обсуждение закрыто." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Настройки компоновки темы" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Ширина контейнера и боковая панель по умолчанию" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Ширина контейнера" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Выберите контейнер" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Контейнер фиксированной ширины" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Контейнер во всю ширину" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Расположение боковой панели" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Правая боковая панель" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Левая боковая панель" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Левая и правая боковые панели" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Без боковой панели" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 комментарий" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% комментариев" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -263,7 +309,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Читать далее..." @@ -294,7 +340,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -302,128 +348,122 @@ msgstr "" msgid "Primary Menu" msgstr "Главное меню" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Оставьте комментарий" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "" +"Оставить комментарий к записи %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 комментарий" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% комментариев" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Навигация по комментариям" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Старые комментарии" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Свежие комментарии →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Изменить %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Навигация по записям" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Страницы" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Правая боковая панель" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Левая боковая панель" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Слайдер Hero" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Подвал" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -483,17 +523,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Результаты поиска для: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Найти:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Поиск…" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Поиск" diff --git a/languages/sl_SI.mo b/languages/sl_SI.mo index 8213a2fb..e3d8ca2e 100644 Binary files a/languages/sl_SI.mo and b/languages/sl_SI.mo differ diff --git a/languages/sl_SI.po b/languages/sl_SI.po index 6ca73b43..8957bf22 100644 --- a/languages/sl_SI.po +++ b/languages/sl_SI.po @@ -2,19 +2,19 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:34+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:33+0200\n" "Last-Translator: Davor Lonzaric \n" "Language-Team: \n" "Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -55,29 +55,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Kombinacija teme \"_s\" s strani Automattic ekipe in Bootstrap 4. Namenjena " -"kot izhodiščni točki pri izdelavi predloge (teme) in WordPress spletne " -"strani. Uporabite jo lahko kot začetno temo ali kot nadrejeno temo. Podpira " -"Font Awesome, ima vgrajen drsnik za gradnike in še veliko več. POMEMBNO: Vse " -"odvisnosti razvijalcev niso povezane s to namestitveno datoteko. Preprosto " -"prenesite datoteko .zip, jo odpakirajte in zaženite \"npm install\" in " -"\"gulp copy-assets\" v mapi /understrap." #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -135,23 +124,27 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Preskoči na vsebino" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Preskoči na vsebino" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Komentarji so onemogočeni." @@ -159,96 +152,145 @@ msgstr "Komentarji so onemogočeni." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Nastavitve razporeditev v temi" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Privzeta širina kontejnerja in stranskih pasic" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Širina kontejnerja" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "" "Izberite med Bootstrap \"container\" (omejen) ali \"container-fluid" "\" (razpotegnjen)" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Stran s fiksno širino" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Čez celo širino" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Pozicija stranske pasice" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Desna stranska pasica" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Leva stranska pasica" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Leva in desna stranska pasica" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Brez stranske pasica" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Komentar" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% komentarjev" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -270,7 +312,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Preberi več..." @@ -301,7 +343,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -309,128 +351,121 @@ msgstr "" msgid "Primary Menu" msgstr "Primarni meni" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Napiši komentar" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Komentiraj na %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Komentar" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% komentarjev" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Navigacija komentarjev" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Starejši komentarji" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Novejši komentarji →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Uredi %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Navigacija za objave" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Strani:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Desna stranska pasica" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Leva stranska pasica" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Hero drsnik" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Noga čez celo širino" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -490,17 +525,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Rezultati iskanja za: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Išči:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Išči …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Išči" diff --git a/languages/sv_SE.mo b/languages/sv_SE.mo index 3f9902cb..5b996b78 100644 Binary files a/languages/sv_SE.mo and b/languages/sv_SE.mo differ diff --git a/languages/sv_SE.po b/languages/sv_SE.po index ebdebea8..a752394a 100644 --- a/languages/sv_SE.po +++ b/languages/sv_SE.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:34+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:34+0200\n" "Last-Translator: Filip Wessman \n" "Language-Team: Swedish (Swedish)\n" "Language: sv_SE\n" @@ -13,7 +13,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -54,22 +54,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -123,23 +119,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "Gå till innehåll" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "Gå till innehåll" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Kommentarer inaktiverade." @@ -147,94 +147,143 @@ msgstr "Kommentarer inaktiverade." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "" -#: inc/customizer.php:84 -msgid "Container Width" +#: inc/customizer.php:63 +msgid "Bootstrap Version" msgstr "" -#: inc/customizer.php:85 -msgid "Choose between Bootstrap's container and container-fluid" +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" msgstr "" -#: inc/customizer.php:90 -msgid "Fixed width container" +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" msgstr "" #: inc/customizer.php:91 +msgid "Container Width" +msgstr "" + +#: inc/customizer.php:92 +msgid "Choose between Bootstrap's container and container-fluid" +msgstr "" + +#: inc/customizer.php:96 +msgid "Fixed width container" +msgstr "" + +#: inc/customizer.php:97 msgid "Full width container" msgstr "" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Kommentar" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Kommentarer" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -256,7 +305,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Läs mer" @@ -287,7 +336,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -295,128 +344,121 @@ msgstr "" msgid "Primary Menu" msgstr "Huvud meny" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Kommentera" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Lämna en kommentar till %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Kommentar" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Kommentarer" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Kommentars navigering" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Äldre kommentarer" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Nyare kommentarer →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "Redigera %s" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr "" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "" -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Sidor:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Hero Slider" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Sidfot" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -474,17 +516,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "Sökresultat för: %s" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Sök efter:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Sök …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Sök" diff --git a/languages/tr_TR.mo b/languages/tr_TR.mo index f9e5c259..7c029fac 100644 Binary files a/languages/tr_TR.mo and b/languages/tr_TR.mo differ diff --git a/languages/tr_TR.po b/languages/tr_TR.po index 5ed7dd11..ea65d291 100644 --- a/languages/tr_TR.po +++ b/languages/tr_TR.po @@ -2,18 +2,18 @@ msgid "" msgstr "" "Project-Id-Version: understrap\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" -"PO-Revision-Date: 2021-08-20 02:34+0200\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" +"PO-Revision-Date: 2022-08-13 02:36+0200\n" "Last-Translator: Tanju Yıldız \n" "Language-Team: \n" "Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.1.1\n" "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" @@ -54,30 +54,18 @@ msgstr "https://understrap.com" #. Description of the theme msgid "" -"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid " -"starting point for your next theme project and WordPress website. Use it as " -"starter theme or as a parent theme. It is up to you. Including Font Awesome " -"support, built-in widget slider and much more you need for basic websites. " -"IMPORTANT: All developer dependencies are not bundled with this install " -"file. Just download the .zip, extract it and run \"npm install\" and \"gulp " -"copy-assets\" inside the extracted /understrap folder." +"The renowned WordPress starter theme framework that combined Underscores and " +"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, " +"custom WordPress sites." msgstr "" -"Automattic’in _s teması ve Bootstrap 4’ün birleşimi. Bir sonraki tema " -"projeniz ve WordPress web siteniz için sağlam başlangıç noktası olarak " -"hazırlandı. Başlangıç teması veya ana tema olarak kullanın. Karar senin. " -"Basit web siteleri için ihtiyaç duyacağınız Font Awesome desteği, yerleşik " -"bileşen, slider ve daha fazlasını içerir. ÖNEMLİ: Bu kurulum dosyası, " -"geliştirici bağımlılıklarının tamamını içermez. .zip dosyasını indirin, " -"klasöre çıkartın ve klasör içerisinde “npm install” ve “gulp copy-assets” " -"komutlarını çalıştırın." #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" -msgstr "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" +msgstr "" #: 404.php:30 msgid "Oops! That page can’t be found." @@ -130,23 +118,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "İçeriğe geç" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "İçeriğe geç" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "Yorumlar kapatıldı." @@ -154,94 +146,143 @@ msgstr "Yorumlar kapatıldı." msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "Tema Düzen Ayarları" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "Kapsayıcı genişliği ve kenar çubuğu varsayılanları" -#: inc/customizer.php:84 +#: inc/customizer.php:63 +msgid "Bootstrap Version" +msgstr "" + +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" +msgstr "" + +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" +msgstr "" + +#: inc/customizer.php:91 msgid "Container Width" msgstr "Kapsayıcı Genişliği" -#: inc/customizer.php:85 +#: inc/customizer.php:92 msgid "Choose between Bootstrap's container and container-fluid" msgstr "Bootstrap’ın “container” ve “container-fluid” arasından seçim yapın" -#: inc/customizer.php:90 +#: inc/customizer.php:96 msgid "Fixed width container" msgstr "Sabit genişlikli kapsayıcı" -#: inc/customizer.php:91 +#: inc/customizer.php:97 msgid "Full width container" msgstr "Tam genişlikli kapsayıcı" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "" +"Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "Kenar Çubuğu Konumlandırması" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "" "Set sidebar's default position. Can either be: right, left, both or none. " "Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "Sağ kenar çubuğu" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "Sol kenar çubuğu" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "Sol & Sağ kenar çubukları" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "Kenar çubuğu yok" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "" "It looks like nothing was found at this location. Maybe try one of the links " "below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "Önceki" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "1 Yorum" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "% Yorum" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -263,7 +304,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "Daha fazlasını oku…" @@ -294,7 +335,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -302,128 +343,121 @@ msgstr "" msgid "Primary Menu" msgstr "Birincil Menü" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 inc/template-tags.php:65 +#: inc/template-tags.php:96 inc/template-tags.php:110 msgid ", " msgstr ", " #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" -msgstr "Yorum yapın" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" +msgstr "Yorum yapın %s" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "1 Yorum" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "% Yorum" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "Yorum dolaşımı" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "← Eski Yorumlar" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "Yeni Yorumlar →" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "%s yazısını düzenle" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "Yazı dolaşımı" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr " %title" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "%title " -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "Sayfalar:" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "Sağ Kenar Çubuğu" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "Sol Kenar Çubuğu" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "Manşet Slider" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "Tam Alt Bölüm" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -483,17 +517,17 @@ msgstr "" msgid "Search Results for: %s" msgstr "%s için arama sonuçları" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "Arama:" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "Ara …" -#: searchform.php:24 +#: searchform.php:25 searchform.php:28 msgctxt "submit button" msgid "Search" msgstr "Ara" diff --git a/languages/understrap.pot b/languages/understrap.pot index 8098cb5f..732ad468 100644 --- a/languages/understrap.pot +++ b/languages/understrap.pot @@ -1,17 +1,17 @@ -# Copyright (C) 2021 the Understrap Authors -# This file is distributed under the Understrap WordPress Theme, Copyright 2013-2021 Howard Development & Consulting. +# Copyright (C) 2022 Howard Development & Consulting +# This file is distributed under the GNU General Public License v3 or later. msgid "" msgstr "" -"Project-Id-Version: Understrap 0.9.6\n" +"Project-Id-Version: Understrap 1.1.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n" +"POT-Creation-Date: 2022-08-12T23:04:51+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.4.0\n" +"X-Generator: WP-CLI 2.6.0\n" "X-Domain: understrap\n" #. Theme Name of the theme @@ -24,15 +24,15 @@ msgid "https://understrap.com" msgstr "" #. Description of the theme -msgid "Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run \"npm install\" and \"gulp copy-assets\" inside the extracted /understrap folder." +msgid "The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites." msgstr "" #. Author of the theme -msgid "the Understrap Authors" +msgid "Howard Development & Consulting" msgstr "" #. Author URI of the theme -msgid "https://github.com/understrap/understrap/graphs/contributors" +msgid "https://howarddc.com" msgstr "" #: 404.php:30 @@ -86,23 +86,27 @@ msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "" msgstr[1] "" -#: header.php:31 -msgid "Skip to content" -msgstr "" - -#: header.php:36 +#: global-templates/navbar-collapse-bootstrap4.php:17 +#: global-templates/navbar-collapse-bootstrap5.php:17 +#: global-templates/navbar-offcanvas-bootstrap5.php:17 msgid "Main Navigation" msgstr "" -#: header.php:63 +#: global-templates/navbar-collapse-bootstrap4.php:45 +#: global-templates/navbar-collapse-bootstrap5.php:43 +#: global-templates/navbar-offcanvas-bootstrap5.php:43 msgid "Toggle navigation" msgstr "" -#: inc/class-wp-bootstrap-navwalker.php:376 +#: header.php:32 +msgid "Skip to content" +msgstr "" + +#: inc/class-wp-bootstrap-navwalker.php:377 msgid "Add a menu" msgstr "" -#: inc/custom-comments.php:102 +#: inc/custom-comments.php:106 msgid "Comments are closed." msgstr "" @@ -110,90 +114,138 @@ msgstr "" msgid "Default Header Image" msgstr "" -#: inc/customizer.php:42 +#: inc/customizer.php:41 msgid "Theme Layout Settings" msgstr "" -#: inc/customizer.php:44 +#: inc/customizer.php:43 msgid "Container width and sidebar defaults" msgstr "" -#: inc/customizer.php:84 -msgid "Container Width" +#: inc/customizer.php:63 +msgid "Bootstrap Version" msgstr "" -#: inc/customizer.php:85 -msgid "Choose between Bootstrap's container and container-fluid" +#: inc/customizer.php:64 +msgid "Choose between Bootstrap 4 or Bootstrap 5" msgstr "" -#: inc/customizer.php:90 -msgid "Fixed width container" +#: inc/customizer.php:68 +msgid "Bootstrap 4" +msgstr "" + +#: inc/customizer.php:69 +msgid "Bootstrap 5" msgstr "" #: inc/customizer.php:91 +msgid "Container Width" +msgstr "" + +#: inc/customizer.php:92 +msgid "Choose between Bootstrap's container and container-fluid" +msgstr "" + +#: inc/customizer.php:96 +msgid "Fixed width container" +msgstr "" + +#: inc/customizer.php:97 msgid "Full width container" msgstr "" -#: inc/customizer.php:113 +#: inc/customizer.php:119 +msgid "Responsive Navigation Type" +msgstr "" + +#: inc/customizer.php:120 +msgid "Choose between an expanding and collapsing navbar or an offcanvas drawer." +msgstr "" + +#: inc/customizer.php:128 +msgid "Collapse" +msgstr "" + +#: inc/customizer.php:129 +msgid "Offcanvas" +msgstr "" + +#: inc/customizer.php:151 msgid "Sidebar Positioning" msgstr "" -#: inc/customizer.php:114 +#: inc/customizer.php:152 msgid "Set sidebar's default position. Can either be: right, left, both or none. Note: this can be overridden on individual pages." msgstr "" -#: inc/customizer.php:123 +#: inc/customizer.php:160 msgid "Right sidebar" msgstr "" -#: inc/customizer.php:124 +#: inc/customizer.php:161 msgid "Left sidebar" msgstr "" -#: inc/customizer.php:125 +#: inc/customizer.php:162 msgid "Left & Right sidebars" msgstr "" -#: inc/customizer.php:126 +#: inc/customizer.php:163 msgid "No sidebar" msgstr "" -#: inc/deprecated.php:80 +#: inc/customizer.php:185 +msgid "Footer Site Info" +msgstr "" + +#: inc/customizer.php:186 +msgid "Override Understrap's site info located at the footer of the page." +msgstr "" + +#: inc/deprecated.php:94 msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?" msgstr "" -#: inc/deprecated.php:81 +#: inc/deprecated.php:95 msgid "Previous" msgstr "" -#: inc/deprecated.php:82 +#: inc/deprecated.php:96 msgid "Next" msgstr "" -#: inc/deprecated.php:83 +#: inc/deprecated.php:97 msgid "About:" msgstr "" -#: inc/deprecated.php:84 +#: inc/deprecated.php:98 msgid "Profile" msgstr "" -#: inc/deprecated.php:85 +#: inc/deprecated.php:99 msgid "Posts by" msgstr "" -#: inc/deprecated.php:86 +#: inc/deprecated.php:100 msgid "Permanent Link:" msgstr "" -#: inc/deprecated.php:87 +#: inc/deprecated.php:101 msgid "in" msgstr "" -#: inc/deprecated.php:88 +#: inc/deprecated.php:102 msgid "Edit" msgstr "" +#: inc/deprecated.php:103 +msgid "1 Comment" +msgstr "" + +#: inc/deprecated.php:104 +msgid "% Comments" +msgstr "" + #: inc/editor.php:50 msgid "Lead Paragraph" msgstr "" @@ -215,7 +267,7 @@ msgstr "" msgid "Cite" msgstr "" -#: inc/extras.php:277 +#: inc/extras.php:290 msgid "Read More..." msgstr "" @@ -246,7 +298,7 @@ msgstr "" msgid "»" msgstr "" -#: inc/pagination.php:57 +#: inc/pagination.php:56 msgid "Posts navigation" msgstr "" @@ -254,129 +306,122 @@ msgstr "" msgid "Primary Menu" msgstr "" -#: inc/template-tags.php:33 +#: inc/template-tags.php:41 msgctxt "post date" msgid "Posted on" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "by" msgstr "" -#: inc/template-tags.php:42 +#: inc/template-tags.php:55 msgctxt "post author" msgid "Posted by" msgstr "" #. translators: used between list items, there is a space after the comma -#: inc/template-tags.php:59 -#: inc/template-tags.php:65 +#: inc/template-tags.php:96 +#: inc/template-tags.php:110 msgid ", " msgstr "" #. translators: %s: Categories of current post -#: inc/template-tags.php:62 +#: inc/template-tags.php:99 msgid "Posted in %s" msgstr "" #. translators: %s: Tags of current post -#: inc/template-tags.php:68 +#: inc/template-tags.php:113 msgid "Tagged %s" msgstr "" -#: inc/template-tags.php:73 -msgid "Leave a comment" +#. translators: %s post title +#: inc/template-tags.php:130 +msgid "Leave a comment on %s" msgstr "" -#: inc/template-tags.php:73 -msgid "1 Comment" -msgstr "" - -#: inc/template-tags.php:73 -msgid "% Comments" -msgstr "" - -#: inc/template-tags.php:167 +#: inc/template-tags.php:233 msgid "Comment navigation" msgstr "" -#: inc/template-tags.php:171 +#: inc/template-tags.php:237 msgid "← Older Comments" msgstr "" -#: inc/template-tags.php:177 +#: inc/template-tags.php:243 msgid "Newer Comments →" msgstr "" #. translators: %s: Name of current post -#: inc/template-tags.php:194 +#: inc/template-tags.php:260 msgid "Edit %s" msgstr "" -#: inc/template-tags.php:216 +#: inc/template-tags.php:289 msgid "Post navigation" msgstr "" -#: inc/template-tags.php:220 +#: inc/template-tags.php:293 msgctxt "Previous post link" msgid " %title" msgstr "" -#: inc/template-tags.php:223 +#: inc/template-tags.php:296 msgctxt "Next post link" msgid "%title " msgstr "" -#: inc/template-tags.php:244 +#: inc/template-tags.php:317 msgid "Pages:" msgstr "" -#: inc/widgets.php:103 +#: inc/widgets.php:196 msgid "Right Sidebar" msgstr "" -#: inc/widgets.php:105 +#: inc/widgets.php:198 msgid "Right sidebar widget area" msgstr "" -#: inc/widgets.php:115 +#: inc/widgets.php:208 msgid "Left Sidebar" msgstr "" -#: inc/widgets.php:117 +#: inc/widgets.php:210 msgid "Left sidebar widget area" msgstr "" -#: inc/widgets.php:127 +#: inc/widgets.php:220 msgid "Hero Slider" msgstr "" -#: inc/widgets.php:129 +#: inc/widgets.php:222 msgid "Hero slider area. Place two or more widgets here and they will slide!" msgstr "" -#: inc/widgets.php:139 +#: inc/widgets.php:232 msgid "Hero Canvas" msgstr "" -#: inc/widgets.php:141 +#: inc/widgets.php:234 msgid "Full size canvas hero area for Bootstrap and other custom HTML markup" msgstr "" -#: inc/widgets.php:151 +#: inc/widgets.php:244 msgid "Top Full" msgstr "" -#: inc/widgets.php:153 +#: inc/widgets.php:246 msgid "Full top widget with dynamic grid" msgstr "" -#: inc/widgets.php:163 +#: inc/widgets.php:256 msgid "Footer Full" msgstr "" -#: inc/widgets.php:165 +#: inc/widgets.php:258 msgid "Full sized footer widget with dynamic grid" msgstr "" @@ -426,17 +471,18 @@ msgstr "" msgid "Search Results for: %s" msgstr "" -#: searchform.php:20 +#: searchform.php:21 msgctxt "label" msgid "Search for:" msgstr "" -#: searchform.php:22 +#: searchform.php:23 msgctxt "placeholder" msgid "Search …" msgstr "" -#: searchform.php:24 +#: searchform.php:25 +#: searchform.php:28 msgctxt "submit button" msgid "Search" msgstr ""