diff --git a/assets/css/style.css b/assets/css/style.css index 3a35acbae01e4aa9c77e5246f8cbfbb87a555905..9298ec17522772011507649837b754e05b732a65 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -9,6 +9,10 @@ font-weight: 600; } +.wpdesk-rating-petition span.plugins-repository { + text-decoration: underline; +} + .wpdesk-rating-petition span.plugin-title { font-weight: 600; } diff --git a/lang/wpdesk-rating-petition-pl_PL.po b/lang/wpdesk-rating-petition-pl_PL.po index a9617c47a90c4c7af413eadc2070f75117d5d97a..d4cb49545aacb77272acebd6cffc480ccfdc045b 100644 --- a/lang/wpdesk-rating-petition-pl_PL.po +++ b/lang/wpdesk-rating-petition-pl_PL.po @@ -1,17 +1,17 @@ msgid "" msgstr "" "Project-Id-Version: WP Desk Helper\n" -"POT-Creation-Date: 2019-11-29 18:46+0100\n" -"PO-Revision-Date: 2019-11-29 18:47+0100\n" +"POT-Creation-Date: 2022-02-07 14:26+0100\n" +"PO-Revision-Date: 2022-02-07 14:26+0100\n" "Last-Translator: Krzysztof Dyszczyk <krzysztof.dyszczyk@gmail.com>\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" -"X-Generator: Poedit 2.2.4\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Poedit 3.0.1\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" @@ -20,7 +20,7 @@ msgstr "" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" -#: RatingPetitionNotice.php:160 +#: RatingPetitionNotice.php:169 #, php-format msgid "" "Awesome, you've been using %s for more than 2 weeks. Could you please do me " @@ -29,21 +29,30 @@ msgstr "" "Fantastycznie, korzystasz z %s już ponad 2 tygodnie. Czy możesz wyświadczyć " "mi wielką przysługę i wystawić 5-gwiazdkową ocenę? ~Piotr" -#: RatingPetitionNotice.php:175 +#: RatingPetitionNotice.php:184 #, php-format msgid "%1$sOk, you deserved it%2$s" msgstr "%1$sTak, zasługujecie na nią%2$s" -#: RatingPetitionNotice.php:181 +#: RatingPetitionNotice.php:190 #, php-format msgid "%1$sNope, maybe later%2$s" msgstr "%1$sNie, może później%2$s" -#: RatingPetitionNotice.php:187 +#: RatingPetitionNotice.php:196 #, php-format msgid "%1$sI already did%2$s" msgstr "%1$sJuż to zrobiłem/zrobiłam%2$s" +#: views/html-text-petition.php:11 +#, php-format +msgid "" +"Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in " +"plugins repository →%6$s" +msgstr "" +"Stworzone z %1$s przez %2$s - jeżeli podoba Ci się %3$s możesz %4$sdać nam " +"%5$s w repozytorium wtyczek →%6$s" + #, php-format #~ msgid "" #~ "We recommend to <a href=\"%s\">deactivate and remove</a> the \"WP Desk " diff --git a/src/views/html-text-petition.php b/src/views/html-text-petition.php index b798059bd9fe8185e2a1f7363567bbfa752806c2..663ebb4f8a2283efc9f1aeda98b2fcb198e04d9f 100644 --- a/src/views/html-text-petition.php +++ b/src/views/html-text-petition.php @@ -8,13 +8,13 @@ ?><div class="wpdesk-rating-petition" style="text-align: <?php echo esc_attr( $text_align ); ?>;"> <?php echo wp_kses_post( sprintf( - __( 'Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in plugins repository%6$s', 'wp-wpdesk-rating-petition' ), + __( 'Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in plugins repository →%6$s', 'wp-wpdesk-rating-petition' ), '<span class="heart">♥</span>', $plugin_author, '<span class="plugin-title">' . $plugin_title . '</span>', '<a href="' . $rating_url . '" target="_blank">', - '<span class="star">★★★★★</span>', - '</a>' + '<span class="star">★★★★★</span><span class="plugins-repository">', + '</span></a>' ) ); ?> </div> \ No newline at end of file