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] Guided tours welcome tour #3130

Closed heelc29 closed 6 months ago

heelc29 commented 6 months ago

https://github.com/joomla/joomla-cms/pull/41659

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 new file mode 100644 index 0000000000000..409df0dda794a --- /dev/null +++ b/administrator/language/en-GB/guidedtours.joomla_welcome.ini @@ -0,0 +1,2 @@ +COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_TITLE="Welcome to Joomla!" +COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_DESCRIPTION="

This is the first of a set of Guided Tours designed to introduce newcomers to the main features of the Joomla Administrator pages, sometimes referred as the backend to distinguish it from the frontend public Site pages. The Administrator pages are used to configure and manage your whole Joomla website.

The current page is the Home Dashboard, the starting point for access to the Administrator menu, to the left, and the Quick access panels, to the right.

Please select Start to continue this brief tour or the X symbol above to close the tour. You can take the tour again at any time.

" diff --git a/administrator/language/en-GB/guidedtours.joomla_welcome_steps.ini b/administrator/language/en-GB/guidedtours.joomla_welcome_steps.ini new file mode 100644 index 0000000000000..3b0338706b3a8 --- /dev/null +++ b/administrator/language/en-GB/guidedtours.joomla_welcome_steps.ini @@ -0,0 +1,14 @@ +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.

" + +COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_QUICKACCESS_TITLE="The Dashboard Panels" +COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_QUICKACCESS_DESCRIPTION="

Dashboards provide quick access to frequently used pages via their icons.

Each dashboard panel is an Administrator module that can be customised via its Settings icon . This allows you to configure your site dashboards to suit your own purposes.

" + +COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_NOTIFICATIONS_TITLE="The Notifications Panel" +COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_NOTIFICATIONS_DESCRIPTION="

The Notifications panel shows when updates are available for Joomla and other extensions. Outstanding Privacy Requests are also shown here.

" + +COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_TOPBAR_TITLE="The Top Bar" +COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_TOPBAR_DESCRIPTION="

The top bar shows the title of the displayed page so that you always know where you are. The other items in the top bar are optional modules.

Typically the current Joomla version and access to further guided tours can be found here.

The last items are usually a link to the Site frontend and the User Menu where you can manage your account and logout.

" + +COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_FINALWORDS_TITLE="Help and Information" +COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_FINALWORDS_DESCRIPTION="

Many resources to help you can be found here together with additional links to more resources, documentation, support and how to become involved in Joomla.

" ```
zero-24 commented 6 months ago

Hier wurden die Texte nochmal angepasst: https://github.com/joomla/joomla-cms/pull/43061