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.2] Tinymce lang sort #3258

Closed jgerman-bot closed 3 weeks ago

jgerman-bot commented 3 weeks ago

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

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/plg_editors_tinymce.ini b/administrator/language/en-GB/plg_editors_tinymce.ini index 6b2bf03efe1a7..ba0d04aef9ec4 100644 --- a/administrator/language/en-GB/plg_editors_tinymce.ini +++ b/administrator/language/en-GB/plg_editors_tinymce.ini @@ -51,13 +51,15 @@ PLG_TINY_FIELD_PATH_LABEL="Element Path" PLG_TINY_FIELD_PROHIBITED_LABEL="Prohibited Elements" PLG_TINY_FIELD_RESIZE_HORIZONTAL_LABEL="Horizontal Resizing" PLG_TINY_FIELD_RESIZING_LABEL="Resizing" +PLG_TINY_FIELD_SANDBOX_IFRAMES_DESC="This is a security feature that restricts what the iframe can do by setting a sandbox attribute for each iframe. It is recommended to enable this feature for security reasons. Only disable if the iframe is not loading and you're sure that the iframed content is safe." +PLG_TINY_FIELD_SANDBOX_IFRAMES_LABEL="Sandbox Iframes" PLG_TINY_FIELD_SETACCESS_LABEL="Assign this Set to" -PLG_TINY_FIELD_SKIN_ADMIN_LABEL="Administrator Skin" PLG_TINY_FIELD_SKIN_ADMIN_DARK_LABEL="Administrator Skin (Dark Mode)" +PLG_TINY_FIELD_SKIN_ADMIN_LABEL="Administrator Skin" +PLG_TINY_FIELD_SKIN_DARK_LABEL="Site Skin (Dark Mode)" PLG_TINY_FIELD_SKIN_INFO_DESC="Copy your new skins to: /media/vendor/tinymce/skins/ui." PLG_TINY_FIELD_SKIN_INFO_LABEL="For customised skins go to: Skin Creator" PLG_TINY_FIELD_SKIN_LABEL="Site Skin" -PLG_TINY_FIELD_SKIN_DARK_LABEL="Site Skin (Dark Mode)" PLG_TINY_FIELD_SOURCECODE_LABEL="Source Code Highlighting" PLG_TINY_FIELD_TEXTPATTERN_DESC="Use Markdown syntax to compose content with links, lists, and other styles." ; Do not translate the word Markdown PLG_TINY_FIELD_TEXTPATTERN_LABEL="Markdown" @@ -96,6 +98,4 @@ PLG_TINY_TOOLBAR_BUTTON_FONTSIZESELECT="Font Size Select" PLG_TINY_TOOLBAR_BUTTON_FORMATSELECT="Format Select" PLG_TINY_TOOLBAR_BUTTON_SEPARATOR="Separator" PLG_TINY_TOOLBAR_BUTTON_STYLESELECT="Style Select" -PLG_TINY_FIELD_SANDBOX_IFRAMES_LABEL="Sandbox Iframes" -PLG_TINY_FIELD_SANDBOX_IFRAMES_DESC="This is a security feature that restricts what the iframe can do by setting a sandbox attribute for each iframe. It is recommended to enable this feature for security reasons. Only disable if the iframe is not loading and you're sure that the iframed content is safe." PLG_TINY_XML_DESCRIPTION="TinyMCE is a platform independent web based JavaScript HTML WYSIWYG Editor. Using sets you can configure and customise the editor for every user group." ```
zero-24 commented 3 weeks ago

PR #3260