Skip to content

Commit

Permalink
Merge pull request #328 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
v1.27.1
  • Loading branch information
cassandre authored Jun 4, 2024
2 parents ed4ee36 + 445a59b commit 76efabc
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ nbproject*
.DS_Store
/node_modules/
/package-lock.json
*.po~
3 changes: 1 addition & 2 deletions includes/CTA/CTA.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ public function shortcodeCTA($atts, $content = '') {
$imageID = attachment_url_to_postid($image); // returns 0 on failure
$wrapperClass = $imageID != '0' ? ' has-image' : ' no-image';
$wrapperClass .= $additionalLink != '' ? ' has-additional-link' : '';
switch ($atts['search']) {
switch ((string)$atts['search']) {
case '':
$search = false;
break;
case true:
case 'true':
case '1':
case 'yes':
Expand Down
2 changes: 2 additions & 0 deletions languages/rrze-elements-de_DE_formal.l10n.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
return ['project-id-version'=>'RRZE Elements','report-msgid-bugs-to'=>'','pot-creation-date'=>'2019-05-17 15:15+0000','po-revision-date'=>'2024-06-03 15:15+0000','last-translator'=>'RRZE Webteam <[email protected]>','language-team'=>'Deutsch (Sie)','language'=>'de_DE_formal','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','x-poedit-keywordslist'=>'__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c','x-poedit-basepath'=>'.','x-poedit-sourcecharset'=>'UTF-8','plural-forms'=>'nplurals=2; plural=n != 1;','x-generator'=>'Loco https://localise.biz/','x-poedit-searchpath-0'=>'.','x-poedit-searchpath-1'=>'..','x-loco-version'=>'2.2.2; wp-5.2','x-loco-template'=>'languages/rrze-elements-de_DE.po','messages'=>['%1$sURL missing.%2$s Please provide the %3$surl%4$s attribute in your CTA shortcode.'=>'%1$sURL fehlt.%2$s Bitte ergänzen Sie das %3$surl%4$s-Attribut in Ihrem CTA-Shortcode.','Advanced design elements for WordPress websites.'=>'Erweiterte Gestaltungselemente für WordPress-Websites.','Audio'=>'Audio','Category'=>'Kategorie','Cloud'=>'Cloud','Download'=>'Download','Erfüllt'=>'Erfüllt','Exclamation mark'=>'Ausrufezeichen','Expand All'=>'Alle öffnen','Find'=>'Suchen','https://blogs.fau.de/webworking/'=>'https://blogs.fau.de/webworking/','https://github.com/RRZE-Webteam/rrze-elements'=>'https://github.com/RRZE-Webteam/rrze-elements','Icon not found.'=>'Icon nicht gefunden.','Minus'=>'Minus','More news'=>'Weitere Artikel','Nicht erfüllt'=>'Nicht erfüllt','No posts found.'=>'Keine Beiträge gefunden.','Please enter the search term for searching on %s'=>'Bitte geben Sie den Suchbegriff ein, um auf %s zu suchen.','Please use a valid date format: Y-m-d H:i:s.'=>'Ungültiges Datumsformat. Bitte verwenden Sie ein Datum im Format Y-m-d H:i:s.','Plus'=>'Plus','Question'=>'Frage','RRZE Elements'=>'RRZE Elements','RRZE Webteam'=>'RRZE-Webteam','Search for...'=>'Suchen nach...','Search on %s'=>'Auf %s suchen','The server is running PHP version %1$s. The Plugin requires at least PHP version %2$s.'=>'Auf dem Server läuft PHP Version %1$s. Das Plugin benötigt mindestens PHP Version %2$s.','The server is running WordPress version %1$s. The Plugin requires at least WordPress version %2$s.'=>'The server is running WordPress version %1$s. The Plugin requires at least WordPress version %2$s.','Thumbs down'=>'Daumen runter','Thumbs up'=>'Daumen hoch','Tipp'=>'Tipp','Tools'=>'Werkzeug','Video'=>'Video','View all posts in %s'=>'Alle Beiträge in %s anzeigen']];
Binary file modified languages/rrze-elements-de_DE_formal.mo
Binary file not shown.
94 changes: 87 additions & 7 deletions languages/rrze-elements-de_DE_formal.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: RRZE Elements\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-17 15:15+0000\n"
"PO-Revision-Date: 2022-01-20 16:34+0000\n"
"PO-Revision-Date: 2024-06-03 15:15+0000\n"
"Last-Translator: RRZE Webteam <[email protected]>\n"
"Language-Team: Deutsch (Sie)\n"
"Language: de_DE_formal\n"
Expand All @@ -22,22 +22,51 @@ msgstr ""
"X-Loco-Version: 2.2.2; wp-5.2\n"
"X-Loco-Template: languages/rrze-elements-de_DE.po"

#: includes/CTA/CTA.php:26
#, php-format
msgid ""
"%1$sURL missing.%2$s Please provide the %3$surl%4$s attribute in your CTA "
"shortcode."
msgstr ""
"%1$sURL fehlt.%2$s Bitte ergänzen Sie das %3$surl%4$s-Attribut in Ihrem CTA-"
"Shortcode."

#. Description of the plugin
msgid "Advanced design elements for WordPress websites."
msgstr "Erweiterte Gestaltungselemente für WordPress-Websites."

#: includes/Notice/Notice.php:95
msgid "Audio"
msgstr "Audio"

#: includes/ContentIndex/ContentIndex.php:250
msgid "Category"
msgstr "Kategorie"

#: includes/Notice/Notice.php:91
msgid "Cloud"
msgstr "Cloud"

#: includes/Notice/Notice.php:87
msgid "Download"
msgstr "Download"

#: includes/Symbols/Symbols.php:23
msgid "Erfüllt"
msgstr "Erfüllt"

#: includes/Accordion/Accordion.php:66
#: includes/Notice/Notice.php:113
msgid "Exclamation mark"
msgstr "Ausrufezeichen"

#: includes/Accordion/Accordion.php:73
msgid "Expand All"
msgstr "Alle öffnen"

#: includes/CTA/CTA.php:76
msgid "Find"
msgstr "Suchen"

#. Author URI of the plugin
msgid "https://blogs.fau.de/webworking/"
msgstr "https://blogs.fau.de/webworking/"
Expand All @@ -46,23 +75,45 @@ msgstr "https://blogs.fau.de/webworking/"
msgid "https://github.com/RRZE-Webteam/rrze-elements"
msgstr "https://github.com/RRZE-Webteam/rrze-elements"

#: includes/News/News.php:244 includes/News/News.php:246
#: includes/Icon/Icon.php:22 includes/Icon/Icon.php:89
msgid "Icon not found."
msgstr "Icon nicht gefunden."

#: includes/Notice/Notice.php:75
msgid "Minus"
msgstr "Minus"

#: includes/News/News.php:251 includes/News/News.php:253
#: includes/News/News.php:253
msgid "More news"
msgstr "Weitere Artikel"

#: includes/Symbols/Symbols.php:48
msgid "Nicht erfüllt"
msgstr "Nicht erfüllt"

#: includes/News/News.php:368
#: includes/News/News.php:381
msgid "No posts found."
msgstr "Keine Beiträge gefunden."

#: includes/CTA/CTA.php:72
#, php-format
msgid "Please enter the search term for searching on %s"
msgstr "Bitte geben Sie den Suchbegriff ein, um auf %s zu suchen."

#: includes/HiddenText/HiddenText.php:39
msgid "Please use a valid date format: Y-m-d H:i:s."
msgstr ""
"Ungültiges Datumsformat. Bitte verwenden Sie ein Datum im Format Y-m-d H:i:s."

#: includes/Notice/Notice.php:79
msgid "Plus"
msgstr "Plus"

#: includes/Notice/Notice.php:71
msgid "Question"
msgstr "Frage"

#. Name of the plugin
msgid "RRZE Elements"
msgstr "RRZE Elements"
Expand All @@ -71,7 +122,16 @@ msgstr "RRZE Elements"
msgid "RRZE Webteam"
msgstr "RRZE-Webteam"

#: rrze-elements.php:70
#: includes/CTA/CTA.php:74
msgid "Search for..."
msgstr "Suchen nach..."

#: includes/CTA/CTA.php:71
#, php-format
msgid "Search on %s"
msgstr "Auf %s suchen"

#: rrze-elements.php:71
#, php-format
msgid ""
"The server is running PHP version %1$s. The Plugin requires at least PHP "
Expand All @@ -80,7 +140,7 @@ msgstr ""
"Auf dem Server läuft PHP Version %1$s. Das Plugin benötigt mindestens PHP "
"Version %2$s."

#: rrze-elements.php:72
#: rrze-elements.php:73
#, php-format
msgid ""
"The server is running WordPress version %1$s. The Plugin requires at least "
Expand All @@ -89,7 +149,27 @@ msgstr ""
"The server is running WordPress version %1$s. The Plugin requires at least "
"WordPress version %2$s."

#: includes/News/News.php:459
#: includes/Notice/Notice.php:107
msgid "Thumbs down"
msgstr "Daumen runter"

#: includes/Notice/Notice.php:103
msgid "Thumbs up"
msgstr "Daumen hoch"

#: includes/Notice/Notice.php:83
msgid "Tipp"
msgstr "Tipp"

#: includes/Notice/Notice.php:67
msgid "Tools"
msgstr "Werkzeug"

#: includes/Notice/Notice.php:99
msgid "Video"
msgstr "Video"

#: includes/News/News.php:472
#, php-format
msgid "View all posts in %s"
msgstr "Alle Beiträge in %s anzeigen"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rrze-elements",
"version": "1.27.0",
"version": "1.27.1",
"description": "RRZE Elements: Gestalterische Erweiterungen für Webauftritte.",
"main": "rrze-elements.php",
"textdomain": "rrze-elements",
Expand Down
2 changes: 1 addition & 1 deletion rrze-elements.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: RRZE Elements
Plugin URI: https://github.com/RRZE-Webteam/rrze-elements
Description: Advanced design elements for WordPress websites.
Version: 1.27.0
Version: 1.27.1
Author: RRZE Webteam
Author URI: https://blogs.fau.de/webworking/
License: GNU General Public License v2
Expand Down

0 comments on commit 76efabc

Please sign in to comment.