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.x] String sentence #3168

Closed jgerman-bot closed 5 months ago

jgerman-bot commented 5 months ago

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

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/lib_joomla.ini b/administrator/language/en-GB/lib_joomla.ini index 787e15029f846..be68c0764c93a 100644 --- a/administrator/language/en-GB/lib_joomla.ini +++ b/administrator/language/en-GB/lib_joomla.ini @@ -46,7 +46,7 @@ JLIB_APPLICATION_ERROR_MENU_LOAD="Error loading menu: %s" JLIB_APPLICATION_ERROR_MODEL_CREATE="Failed to create model." JLIB_APPLICATION_ERROR_MODELCLASS_NOT_FOUND="Model class %s not found in file." JLIB_APPLICATION_ERROR_MODULE_LOAD="Error loading module %s" -JLIB_APPLICATION_ERROR_NOT_EXIST="That item is no longer available. It may have existed before, but has since been trashed permanently" +JLIB_APPLICATION_ERROR_NOT_EXIST="That item is no longer available. It may have existed before, but has since been trashed permanently." JLIB_APPLICATION_ERROR_PATHWAY_LOAD="Unable to load pathway: %s" JLIB_APPLICATION_ERROR_RECORD="Record does not exist." JLIB_APPLICATION_ERROR_REORDER_FAILED="Reorder failed. Error: %s" ```