Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webmandesign committed Mar 27, 2019
1 parent bb6d8f2 commit f65c8f4
Show file tree
Hide file tree
Showing 10 changed files with 115 additions and 141 deletions.
4 changes: 2 additions & 2 deletions includes/class-setup-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static function init() {
add_action( 'pfbt_content', __CLASS__ . '::notice' );

add_filter( 'fl_theme_builder_part_hooks', __CLASS__ . '::parts' );
add_filter( 'fl_builder_upgrade_url', __CLASS__ . '::upgrade_url' );
add_filter( 'fl_builder_upgrade_url', __CLASS__ . '::url' );
}

/**
Expand Down Expand Up @@ -89,7 +89,7 @@ public static function parts() {
*
* @param string $url
*/
public static function upgrade_url( $url ) {
public static function url( $url ) {
return esc_url( add_query_arg( 'fla', '67', $url ) );
}

Expand Down
46 changes: 33 additions & 13 deletions languages/playground-for-beaver-themer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Playground for Beaver Themer\n"
"Report-Msgid-Bugs-To: https://support.webmandesign.eu\n"
"POT-Creation-Date: 2019-03-20 18:22+0100\n"
"POT-Creation-Date: 2019-03-27 14:14+0100\n"
"PO-Revision-Date: 2015-05-12 20:39+0100\n"
"Last-Translator: WebMan Design\n"
"Language-Team: \n"
Expand Down Expand Up @@ -38,39 +38,39 @@ msgid ""
"images, videos, and oEmbeds displayed within a theme."
msgstr ""

#: includes/class-setup-plugin.php:57
#: includes/class-setup-plugin.php:58
msgid "HTML page"
msgstr ""

#: includes/class-setup-plugin.php:59
#: includes/class-setup-plugin.php:60
msgid "Located just after opening `<body>` tag."
msgstr ""

#: includes/class-setup-plugin.php:60
#: includes/class-setup-plugin.php:61
msgid "Located before closing `<body>` tag, before `wp_footer()`."
msgstr ""

#: includes/class-setup-plugin.php:65
#: includes/class-setup-plugin.php:66
msgid "Header area"
msgstr ""

#: includes/class-setup-plugin.php:67
#: includes/class-setup-plugin.php:68
msgid "Located before Beaver Themer header template."
msgstr ""

#: includes/class-setup-plugin.php:68
#: includes/class-setup-plugin.php:69
msgid "Located after Beaver Themer header template."
msgstr ""

#: includes/class-setup-plugin.php:73
#: includes/class-setup-plugin.php:74
msgid "Footer area"
msgstr ""

#: includes/class-setup-plugin.php:75
#: includes/class-setup-plugin.php:76
msgid "Located before Beaver Themer footer template."
msgstr ""

#: includes/class-setup-plugin.php:76
#: includes/class-setup-plugin.php:77
msgid "Located after Beaver Themer footer template."
msgstr ""

Expand All @@ -92,7 +92,7 @@ msgid "This is a blank theme for Beaver Themer plugin."
msgstr ""

#: templates/parts/admin/notice-welcome.php:29
msgid "(Check theme readme file for more info.)"
msgid "(Check the theme information page.)"
msgstr ""

#: templates/parts/admin/notice-welcome.php:32
Expand All @@ -101,11 +101,31 @@ msgid ""
"activated to build your website!"
msgstr ""

#: templates/parts/admin/notice-welcome.php:37
#: templates/parts/admin/notice-welcome.php:38
#, php-format
msgctxt "%s: Website link."
msgid ""
"For more Beaver Themer compatible and for accessibility ready themes "
"please visit %s."
msgstr ""

#: templates/parts/admin/notice-welcome.php:45
msgid "Do you like this theme?"
msgstr ""

#: templates/parts/admin/notice-welcome.php:46
msgid "Please consider a donation."
msgstr ""

#: templates/parts/admin/notice-welcome.php:47
msgid "Thank you!"
msgstr ""

#: templates/parts/admin/notice-welcome.php:53
msgid "Get Beaver Themer plugin &rarr;"
msgstr ""

#: templates/parts/admin/notice-welcome.php:43
#: templates/parts/admin/notice-welcome.php:59
msgid "Start creating theme layouts &rarr;"
msgstr ""

Expand Down
Binary file modified languages/sk_SK.mo
Binary file not shown.
52 changes: 37 additions & 15 deletions languages/sk_SK.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Playground for Beaver Themer\n"
"Report-Msgid-Bugs-To: https://support.webmandesign.eu\n"
"POT-Creation-Date: 2019-03-20 18:22+0100\n"
"PO-Revision-Date: 2019-03-20 18:24+0100\n"
"POT-Creation-Date: 2019-03-27 14:14+0100\n"
"PO-Revision-Date: 2019-03-27 14:15+0100\n"
"Last-Translator: Oliver Juhas, WebMan Design\n"
"Language-Team: \n"
"Language: sk_SK\n"
Expand Down Expand Up @@ -39,39 +39,39 @@ msgstr ""
"Premenná šírky obsahu definuje vo WordPresse maximálnu povolenú šírku "
"obrázkov, videí a oEmbed obsahu zobrazených v téme."

#: includes/class-setup-plugin.php:57
#: includes/class-setup-plugin.php:58
msgid "HTML page"
msgstr "Stránka HTML"

#: includes/class-setup-plugin.php:59
#: includes/class-setup-plugin.php:60
msgid "Located just after opening `<body>` tag."
msgstr "Nachádza sa tesne po otvorení značky `<body>`."

#: includes/class-setup-plugin.php:60
#: includes/class-setup-plugin.php:61
msgid "Located before closing `<body>` tag, before `wp_footer()`."
msgstr "Nachádza sa pred zatvorením značky `<body>`, pred `wp_footer()`."

#: includes/class-setup-plugin.php:65
#: includes/class-setup-plugin.php:66
msgid "Header area"
msgstr "Oblasť hlavičky"

#: includes/class-setup-plugin.php:67
#: includes/class-setup-plugin.php:68
msgid "Located before Beaver Themer header template."
msgstr "Nachádza sa pred šablónou hlavičky Beaver Themer."

#: includes/class-setup-plugin.php:68
#: includes/class-setup-plugin.php:69
msgid "Located after Beaver Themer header template."
msgstr "Nachádza sa za šablónou hlavičky Beaver Themer."

#: includes/class-setup-plugin.php:73
#: includes/class-setup-plugin.php:74
msgid "Footer area"
msgstr "Oblasť pätky"

#: includes/class-setup-plugin.php:75
#: includes/class-setup-plugin.php:76
msgid "Located before Beaver Themer footer template."
msgstr "Nachádza sa pred šablónou pätky Beaver Themer."

#: includes/class-setup-plugin.php:76
#: includes/class-setup-plugin.php:77
msgid "Located after Beaver Themer footer template."
msgstr "Nachádza sa za šablónou pätky Beaver Themer."

Expand All @@ -95,8 +95,8 @@ msgid "This is a blank theme for Beaver Themer plugin."
msgstr "Toto je prázdna téma pre plugin Beaver Themer."

#: templates/parts/admin/notice-welcome.php:29
msgid "(Check theme readme file for more info.)"
msgstr "(Prezrite si \"readme\" súbor v téme pre viac informácií.)"
msgid "(Check the theme information page.)"
msgstr "(Prezrite si stránku s informáciami o téme.)"

#: templates/parts/admin/notice-welcome.php:32
msgid ""
Expand All @@ -106,11 +106,33 @@ msgstr ""
"Uistite sa, že sú pluginy Beaver Themer a Beaver Builder aktivované, aby ste "
"mohli budovať svoju webovú stránku!"

#: templates/parts/admin/notice-welcome.php:37
#: templates/parts/admin/notice-welcome.php:38
#, php-format
msgctxt "%s: Website link."
msgid ""
"For more Beaver Themer compatible and for accessibility ready themes please "
"visit %s."
msgstr ""
"Ďalšie témy kompatibilné s Beaver Themer a bezbariérové témy nájdete na "
"stránke %s."

#: templates/parts/admin/notice-welcome.php:45
msgid "Do you like this theme?"
msgstr "Páči sa vám táto téma?"

#: templates/parts/admin/notice-welcome.php:46
msgid "Please consider a donation."
msgstr "Zvážte prosím podporu."

#: templates/parts/admin/notice-welcome.php:47
msgid "Thank you!"
msgstr "Vďaka!"

#: templates/parts/admin/notice-welcome.php:53
msgid "Get Beaver Themer plugin &rarr;"
msgstr "Získať plugin Beaver Themer &rarr;"

#: templates/parts/admin/notice-welcome.php:43
#: templates/parts/admin/notice-welcome.php:59
msgid "Start creating theme layouts &rarr;"
msgstr "Začať vytvárať rozloženia témy &rarr;"

Expand Down
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Playground for Beaver Themer

Blank, simple, no nonsense WordPress theme for building entire website with [**Beaver Themer** plugin](https://www.wpbeaverbuilder.com/beaver-themer/?fla=67). The theme is suitable for experienced users mostly, same as Beaver Themer.

For more information please visit https://webmandesign.github.io/playground-for-beaver-themer/

&copy; [WebMan Design](https://www.webmandesign.eu) | Licenseed under [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.html)
105 changes: 0 additions & 105 deletions readme.txt

This file was deleted.

Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion screenshot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f65c8f4

Please sign in to comment.