Skip to content

Commit

Permalink
Updates version numbers to SMF 3.0 Alpha 2
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <[email protected]>
  • Loading branch information
Sesquipedalian committed Jun 26, 2024
1 parent 54e66a0 commit 29518ad
Show file tree
Hide file tree
Showing 442 changed files with 490 additions and 490 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/standard_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body:
attributes:
label: Version/Git revision
description: What SMF Version are you using? If using a git version, please indicate which revision you used.
placeholder: 3.0 Alpha 1
placeholder: 3.0 Alpha 2
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/phpcs/SMFClosingTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 3.0
* @version 3.0 Alpha 2
*/
declare(strict_types=1);

Expand Down
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 3.0 Alpha 1
* @version 3.0 Alpha 2
*/
$finder = (new PhpCsFixer\Finder())
->in(__DIR__)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2023 Simple Machines. All rights reserved.
Copyright © 2024 Simple Machines. All rights reserved.

Developed by: Simple Machines Forum Project
Simple Machines
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Admin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Admin
// Version: 3.0 Alpha 2; Admin

$txt['settings_saved'] = 'The settings were successfully saved';
$txt['settings_not_saved'] = 'Your changes were not saved because: {reason}';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Agreement.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Agreement
// Version: 3.0 Alpha 2; Agreement

$txt['agreement'] = 'Registration Agreement';
$txt['agreement_updated'] = 'Updated Registration Agreement';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Alerts.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Alerts
// Version: 3.0 Alpha 2; Alerts

// Load Alerts strings
$txt['topic_na'] = '(private topic)';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Calendar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; General
// Version: 3.0 Alpha 2; General

$txt['birthdays'] = 'Birthdays:';
$txt['events'] = 'Events:';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Drafts.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Drafts
// Version: 3.0 Alpha 2; Drafts

// profile
$txt['drafts_show'] = 'Show drafts';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Editor.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Editor
// Version: 3.0 Alpha 2; Editor

$editortxt['bold'] = 'Bold';
$editortxt['italic'] = 'Italic';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/EmailTemplates.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; EmailTemplates
// Version: 3.0 Alpha 2; EmailTemplates

// Since all of these strings are being used in emails, numeric entities should be used.

Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Errors.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Errors
// Version: 3.0 Alpha 2; Errors

$txt['no_access'] = 'You are not allowed to access this section';
$txt['not_found'] = 'Sorry, this section is not available at this time.';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/General.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; General
// Version: 3.0 Alpha 2; General

// Native name, please use full HTML entities to write your language's name.
$txt['native_name'] = 'English (US)';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Help.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Help
// Version: 3.0 Alpha 2; Help

$txt['close_window'] = 'Close window';

Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Install.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Install
// Version: 3.0 Alpha 2; Install

// These should be the same as those in index.language.php.
$txt['lang_character_set'] = 'UTF-8';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Login.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Login
// Version: 3.0 Alpha 2; Login

// Registration agreement page.
$txt['registration_agreement'] = 'Registration Agreement';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ManageBoards.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ManageBoards
// Version: 3.0 Alpha 2; ManageBoards

$txt['boards_and_cats'] = 'Manage Boards and Categories';
$txt['order'] = 'Order';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ManageCalendar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ManageCalendar
// Version: 3.0 Alpha 2; ManageCalendar

$txt['calendar_desc'] = 'From here you can modify all aspects of the calendar.';

Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ManageMail.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ManageMail
// Version: 3.0 Alpha 2; ManageMail

$txt['mailqueue_desc'] = 'From this page you can configure your mail settings, as well as view and administer the current mail queue.';

Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ManageMaintenance.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ManageMaintenance
// Version: 3.0 Alpha 2; ManageMaintenance

$txt['repair_zero_ids'] = 'Found topics and/or messages with topic or message IDs of 0.';
$txt['repair_missing_topics'] = 'Message #{0, number, integer} is in non-existent topic #{1, number, integer}.';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ManageMembers.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ManageMembers
// Version: 3.0 Alpha 2; ManageMembers

$txt['groups'] = 'Groups';
$txt['viewing_groups'] = 'Viewing Membergroups';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ManagePaid.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ManagePaid
// Version: 3.0 Alpha 2; ManagePaid

// Some payment gateways need language specific information.
$txt['lang_paypal'] = 'US';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ManagePermissions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ManagePermissions
// Version: 3.0 Alpha 2; ManagePermissions

$txt['permissions_title'] = 'Manage Permissions';
$txt['permissions_modify'] = 'Modify';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ManageScheduledTasks.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ManageScheduledTasks
// Version: 3.0 Alpha 2; ManageScheduledTasks

$txt['scheduled_tasks_title'] = 'Scheduled Tasks';
$txt['scheduled_tasks_header'] = 'All Scheduled Tasks';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ManageSettings.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ManageSettings
// Version: 3.0 Alpha 2; ManageSettings

// argument(s): theme_id, session_id, session_var, Config::$scripturl
$txt['modSettings_desc'] = 'This page allows you to change the settings of features and basic options in your forum. Please see the <a href="{scripturl}?action=admin;area=theme;sa=list;th={theme_id};{session_var}={session_id}">theme settings</a> for more options. Click the help icons for more information about a setting.';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ManageSmileys.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ManageSmileys
// Version: 3.0 Alpha 2; ManageSmileys

$txt['smiley_sets_save'] = 'Save Changes';
$txt['smiley_sets_add'] = 'New smiley Set';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Manual.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Manual
// Version: 3.0 Alpha 2; Manual

/* Everything in this file is for the Simple Machines help manual
If you are looking at translating the manual into another language
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/ModerationCenter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; ModerationCenter
// Version: 3.0 Alpha 2; ModerationCenter

$txt['moderation_center'] = 'Moderation Center';
$txt['mc_main'] = 'Main';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Modifications.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

// Version: 3.0 Alpha 1; Modifications
// Version: 3.0 Alpha 2; Modifications

?>
2 changes: 1 addition & 1 deletion Languages/en_US/Modlog.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Modlog
// Version: 3.0 Alpha 2; Modlog

$txt['modlog_date'] = 'Date';
$txt['modlog_member'] = 'Member';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Packages.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Packages
// Version: 3.0 Alpha 2; Packages

$txt['package_proceed'] = 'Proceed';
$txt['php_script'] = 'Modification file was extracted, but this modification also comes with a PHP script which should be executed before it will work';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/PersonalMessage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; PersonalMessage
// Version: 3.0 Alpha 2; PersonalMessage

// Things for the popup
$txt['pm_unread'] = 'Unread';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Post.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Post
// Version: 3.0 Alpha 2; Post

$txt['post_reply'] = 'Post reply';
$txt['message_icon'] = 'Message icon';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Profile.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Profile
// Version: 3.0 Alpha 2; Profile

// Some of the things from the popup need their own descriptions
$txt['popup_forumprofile'] = 'Profile Details';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Reports.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Reports
// Version: 3.0 Alpha 2; Reports

$txt['generate_reports_desc'] = 'From this section you can generate a variety of reports to assist in the administration of your forum. Simply follow the steps below to select the option of your choice.';
$txt['generate_reports_continue'] = 'Continue';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Search.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Search
// Version: 3.0 Alpha 2; Search

// Comma-separated list of words that should be ignored when searching in this language. Translators should NOT just translate the words in this list. Instead, replace them with common words that should be ignored when searching in the target language.
$txt['search_stopwords'] = 'a,about,an,are,as,at,be,by,for,from,how,in,is,it,of,on,or,that,the,this,to,was,what,when,where,who,will,with';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Stats.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Stats
// Version: 3.0 Alpha 2; Stats

$txt['most_online'] = 'Most Online';
$txt['most_online_number_date'] = '{number, number, integer} on {date}';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Themes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Themes
// Version: 3.0 Alpha 2; Themes

$txt['themeadmin_explain'] = 'Themes are the different looks and feels of your forum. These settings affect the selection of themes, and which themes guests and other members use.';

Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Timezones.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Timezones
// Version: 3.0 Alpha 2; Timezones

// Standard Time or Daylight Saving Time
$tztxt['daylight_saving_time_false'] = 'Standard';
Expand Down
2 changes: 1 addition & 1 deletion Languages/en_US/Who.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Version: 3.0 Alpha 1; Who
// Version: 3.0 Alpha 2; Who

$txt['who_hidden'] = 'Nothing, or nothing you can see...';
$txt['who_admin'] = 'Viewing the Administration Center';
Expand Down
2 changes: 1 addition & 1 deletion SSI.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 3.0 Alpha 1
* @version 3.0 Alpha 2
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion Sources/ActionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 3.0 Alpha 1
* @version 3.0 Alpha 2
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion Sources/ActionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 3.0 Alpha 1
* @version 3.0 Alpha 2
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion Sources/Actions/Activate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 3.0 Alpha 1
* @version 3.0 Alpha 2
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion Sources/Actions/Admin/ACP.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 3.0 Alpha 1
* @version 3.0 Alpha 2
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion Sources/Actions/Admin/AntiSpam.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 3.0 Alpha 1
* @version 3.0 Alpha 2
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion Sources/Actions/Admin/Attachments.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 3.0 Alpha 1
* @version 3.0 Alpha 2
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion Sources/Actions/Admin/Bans.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 3.0 Alpha 1
* @version 3.0 Alpha 2
*/

declare(strict_types=1);
Expand Down
Loading

0 comments on commit 29518ad

Please sign in to comment.