Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.0] New task plugin for check in items #2927

Merged
merged 6 commits into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions administrator/language/de-DE/plg_task_globalcheckin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
; Joomla! Project
; (C) 2023 Open Source Matters, Inc. <https://www.joomla.org>
; (C) Translation 2008 - 2023 J!German <https://www.jgerman.de>
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_TASK_GLOBALCHECKIN="Aufgabe – Globales Freigeben"
PLG_TASK_GLOBALCHECKIN_DELAY_LABEL="Mindestzeitraum vor dem Freigeben (Stunden)"
PLG_TASK_GLOBALCHECKIN_DESC="Freigeben von gesperrten Einträgen."
PLG_TASK_GLOBALCHECKIN_TITLE="Globales Freigeben"
PLG_TASK_GLOBALCHECKIN_XML_DESCRIPTION="Bietet Aufgabenroutinen zum globalen Freigeben von gesperrten Einträgen."
8 changes: 8 additions & 0 deletions administrator/language/de-DE/plg_task_globalcheckin.sys.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
; Joomla! Project
; (C) 2023 Open Source Matters, Inc. <https://www.joomla.org>
; (C) Translation 2008 - 2023 J!German <https://www.jgerman.de>
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_TASK_GLOBALCHECKIN="Aufgabe – Globales Freigeben"
PLG_TASK_GLOBALCHECKIN_XML_DESCRIPTION="Bietet Aufgabenroutinen zum globalen Freigeben von gesperrten Einträgen."