joomlagerman / joomla

The J!German translation team provides German translation for Joomla!
https://www.jgerman.de
GNU General Public License v2.0
25 stars 46 forks source link

[5.1] add missing Header in guidedtours.joomla_welcome #3137

Closed jgerman-bot closed 7 months ago

jgerman-bot commented 7 months ago

New language relevant PR in upstream repo: https://github.com/joomla/joomla-cms/pull/43115 Here are the upstream changes:

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/guidedtours.joomla_welcome.ini b/administrator/language/en-GB/guidedtours.joomla_welcome.ini index b3250ff3f028..812312a3c955 100644 --- a/administrator/language/en-GB/guidedtours.joomla_welcome.ini +++ b/administrator/language/en-GB/guidedtours.joomla_welcome.ini @@ -1,2 +1,7 @@ +; Joomla! Project +; (C) 2024 Open Source Matters, Inc. +; License GNU General Public License version 2 or later; see LICENSE.txt +; Note : All ini files need to be saved as UTF-8 + COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_TITLE="Welcome to Joomla!" COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_DESCRIPTION="

This tour will give you a quick overview of how to get started with Joomla!

You are in the Joomla Administrator area, also known as the "Backend". This is where you set up and manage your entire Joomla Site.

Want to learn more?

Let's start the tour and build your site with the power of Joomla!

" diff --git a/administrator/language/en-GB/guidedtours.joomla_welcome_steps.ini b/administrator/language/en-GB/guidedtours.joomla_welcome_steps.ini index 3b0338706b3a..a5b805c2ead6 100644 --- a/administrator/language/en-GB/guidedtours.joomla_welcome_steps.ini +++ b/administrator/language/en-GB/guidedtours.joomla_welcome_steps.ini @@ -1,3 +1,8 @@ +; Joomla! Project +; (C) 2024 Open Source Matters, Inc. +; License GNU General Public License version 2 or later; see LICENSE.txt +; Note : All ini files need to be saved as UTF-8 + COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_MENUS_TITLE="The Menu" COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_MENUS_DESCRIPTION="

The menu provides access to the Administrator management pages. Each section has a collection of pages for managing that particular aspect of Joomla, such as Content, Menus and Users.

The window pane icons link to individual dashboards for those sections. The System menu itself leads to a dashboard.

" ```