Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/4.1-dev' into translation
Browse files Browse the repository at this point in the history
  • Loading branch information
joomla-translation-bot committed Mar 22, 2022
2 parents 804d127 + 2aed571 commit 4afcc76
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public function getModel($name = 'Task', $prefix = 'Administrator', $config = ['
* Unlock a locked task, i.e., a task that is presumably still running but might have crashed and got stuck in the
* "locked" state.
*
* @return void
* @return void
*
* @since __DEPLOY__VERSION__
* @since 4.1.0
*/
public function unlock(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TaskTable extends Table
* Indicates that columns fully support the NULL value in the database
*
* @var boolean
* @since __DEPLOY__VERSION__
* @since 4.1.1
*/
protected $_supportNullValue = true;

Expand Down Expand Up @@ -202,7 +202,7 @@ public function bind($src, $ignore = array()): bool
*
* @return boolean True on success; false if $pks is empty.
*
* @since __DEPLOY__VERSION__
* @since 4.1.0
* @throws QueryTypeAlreadyDefinedException|\UnexpectedValueException|\BadMethodCallException
*/
public function unlock(array $pks = [], ?int $userId = null): bool
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_scheduler/src/Task/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Task implements LoggerAwareInterface
/**
* Map state enumerations to logical language adjectives.
*
* @since __DEPLOY__VERSION__
* @since 4.1.0
*/
public const STATE_MAP = [
self::STATE_TRASHED => 'trashed',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class HtmlView extends BaseHtmlView
* The actions the user is authorised to perform
*
* @var CMSObject
* @since __DEPLOY__VERSION__
* @since 4.1.0
*/
protected $canDo;

Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ JH6="h6"

ERROR="Error"
INFO="Info"
NOTICE="Notice"
MESSAGE="Message"
NOTICE="Notice"
WARNING="Warning"

JACTIONS="Actions for: %s"
Expand Down
2 changes: 1 addition & 1 deletion api/language/en-GB/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ JH6="h6"

ERROR="Error"
INFO="Info"
NOTICE="Notice"
MESSAGE="Message"
NOTICE="Notice"
WARNING="Warning"

JACTIONS="Actions for: %s"
Expand Down
4 changes: 1 addition & 3 deletions language/en-GB/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ JERROR_PARSING_LANGUAGE_FILE=" : error(s) in line(s) %s"

ERROR="Error"
INFO="Info"
MESSAGE="Message"
NOTICE="Notice"
MESSAGE="Message"
WARNING="Warning"

J1="1"
Expand Down Expand Up @@ -421,7 +421,6 @@ DATE_FORMAT_FILTER_DATE="Y-m-d"
DATE_FORMAT_FILTER_DATETIME="Y-m-d H:i:s"

; Months

JANUARY_SHORT="Jan"
JANUARY="January"
FEBRUARY_SHORT="Feb"
Expand Down Expand Up @@ -464,7 +463,6 @@ FRI="Fri"
FRIDAY="Friday"

; Localised number format

DECIMALS_SEPARATOR="."
THOUSANDS_SEPARATOR=","

Expand Down
2 changes: 1 addition & 1 deletion plugins/task/demotasks/demotasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* A demo task plugin. Offers 3 task routines and demonstrates the use of {@see TaskPluginTrait},
* {@see ExecuteTaskEvent}.
*
* @since __DEPLOY__VERSION__
* @since 4.1.0
*/
class PlgTaskDemotasks extends CMSPlugin implements SubscriberInterface
{
Expand Down

0 comments on commit 4afcc76

Please sign in to comment.