diff --git a/README.txt b/README.txt index 8fec8d14..95a4c800 100644 --- a/README.txt +++ b/README.txt @@ -39,6 +39,8 @@ Breeze is a social mod for your users to turn their dull profile into a dynamic o English/utf8 o Spanish_latin/utf8 +o Portuguese_Brazilian/utf8 +o Turkish/utf8 I welcome translations, please post it on the support site ;) @@ -62,6 +64,11 @@ Tested on PHP 5.3 and 5.4, Opera12, IE8 and whatever version Firefox was when I [size=12pt][color=purple]Changelog[/color][/size] [code] +1.0.11 April 15, 2017 +- Add Turkish and Portuguese_Brazilian translations +- Normalize and schemaless the support url +- Remove the "live from the support site" rss box + 1.0.10 May 24, 2016 - Update atwho and caret, use min versions. - Add support for Ohara youtube mod. diff --git a/Themes/default/languages/BreezeAdmin.english-utf8.php b/Themes/default/languages/BreezeAdmin.english-utf8.php index 6dc5ef97..0193597f 100644 --- a/Themes/default/languages/BreezeAdmin.english-utf8.php +++ b/Themes/default/languages/BreezeAdmin.english-utf8.php @@ -14,7 +14,7 @@ // Admin Settings $txt['Breeze_page_panel'] = 'Breeze Admin Panel'; -$txt['Breeze_page_welcome'] = 'This is your "Breeze Admin Panel". From here, you can edit the settings for Breeze If you have any trouble, feel free to ask for support on the author\'s site.'; +$txt['Breeze_page_welcome'] = 'This is your "Breeze Admin Panel". From here, you can edit the settings for Breeze If you have any trouble, feel free to ask for support on the author\'s site.'; $txt['Breeze_page_main'] = 'Main Breeze Admin Center'; $txt['Breeze_page_permissions'] = 'Permissions'; $txt['Breeze_page_permissions_desc'] = 'From here you can add/remove specific Breeze permissions.'; @@ -22,7 +22,7 @@ $txt['Breeze_page_settings_desc'] = 'This is the general settings page, from here you can enable/disable the mod as well as configuring general settings.'; $txt['Breeze_page_donate'] = 'Donate'; $txt['Breeze_page_donate_desc'] = 'Boring stuff you were curious about it but you\'ll never gonna see it again :P'; -$txt['Breeze_page_donate_exp'] = 'Breeze is a free SMF modification brought to you by a PHP enthusiast on her free time.

If you like this modification and would like to show your appreciation, please consider making a donation. Your donation will be used to cover server costs and/or to buy shoes, shoes keeps the developer happy and if she is happy then there will be more updates ;)

You can also show your appreciation by letting me know you are using Breeze on your forum, come by, say hi and show me your shiny profile pages powered by Breeze.'; +$txt['Breeze_page_donate_exp'] = 'Breeze is a free SMF modification brought to you by a PHP enthusiast on her free time.

If you like this modification and would like to show your appreciation, please consider making a donation. Your donation will be used to cover server costs and/or to buy shoes, shoes keeps the developer happy and if she is happy then there will be more updates ;)

You can also show your appreciation by letting me know you are using Breeze on your forum, come by, say hi and show me your shiny profile pages powered by Breeze.'; $txt['Breeze_page_credits'] = 'Credits'; $txt['Breeze_page_credits_decs'] = 'Breeze is brought to you by the following persons and/or scripts:'; $txt['Breeze_enable_general_wall'] = 'Enable General Wall'; diff --git a/Themes/default/languages/BreezeAdmin.english.php b/Themes/default/languages/BreezeAdmin.english.php index 455edca6..a2ffb2ce 100644 --- a/Themes/default/languages/BreezeAdmin.english.php +++ b/Themes/default/languages/BreezeAdmin.english.php @@ -14,7 +14,7 @@ // Admin Settings $txt['Breeze_page_panel'] = 'Breeze Admin Panel'; -$txt['Breeze_page_welcome'] = 'This is your "Breeze Admin Panel". From here, you can edit the settings for Breeze If you have any trouble, feel free to ask for support on the author\'s site.'; +$txt['Breeze_page_welcome'] = 'This is your "Breeze Admin Panel". From here, you can edit the settings for Breeze If you have any trouble, feel free to ask for support on the author\'s site.'; $txt['Breeze_page_main'] = 'Main Breeze Admin Center'; $txt['Breeze_page_permissions'] = 'Permissions'; $txt['Breeze_page_permissions_desc'] = 'From here you can add/remove specific Breeze permissions.'; @@ -22,7 +22,7 @@ $txt['Breeze_page_settings_desc'] = 'This is the general settings page, from here you can enable/disable the mod as well as configuring general settings.'; $txt['Breeze_page_donate'] = 'Donate'; $txt['Breeze_page_donate_desc'] = 'Boring stuff you were curious about it but you\'ll never gonna see it again :P'; -$txt['Breeze_page_donate_exp'] = 'Breeze is a free SMF modification brought to you by a PHP enthusiast on her free time.

If you like this modification and would like to show your appreciation, please consider making a donation. Your donation will be used to cover server costs and/or to buy shoes, shoes keeps the developer happy and if she is happy then there will be more updates ;)

You can also show your appreciation by letting me know you are using Breeze on your forum, come by, say hi and show me your shiny profile pages powered by Breeze.'; +$txt['Breeze_page_donate_exp'] = 'Breeze is a free SMF modification brought to you by a PHP enthusiast on her free time.

If you like this modification and would like to show your appreciation, please consider making a donation. Your donation will be used to cover server costs and/or to buy shoes, shoes keeps the developer happy and if she is happy then there will be more updates ;)

You can also show your appreciation by letting me know you are using Breeze on your forum, come by, say hi and show me your shiny profile pages powered by Breeze.'; $txt['Breeze_page_credits'] = 'Credits'; $txt['Breeze_page_credits_decs'] = 'Breeze is brought to you by the following persons and/or scripts:'; $txt['Breeze_enable_general_wall'] = 'Enable General Wall';