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] Alias string consistency #3043

Closed jgerman-bot closed 8 months ago

jgerman-bot commented 11 months ago

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

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/com_contact.ini b/administrator/language/en-GB/com_contact.ini index 831c1025f89c..0233246a9644 100644 --- a/administrator/language/en-GB/com_contact.ini +++ b/administrator/language/en-GB/com_contact.ini @@ -52,7 +52,7 @@ COM_CONTACT_FIELD_CONFIG_TABLE_OF_CONTACTS_DESC="These settings apply for Contac COM_CONTACT_FIELD_CONFIG_VCARD_LABEL="vCard" COM_CONTACT_FIELD_CONTACT_SHOW_CATEGORY_LABEL="Contact Category" COM_CONTACT_FIELD_CONTACT_SHOW_LIST_LABEL="Contact Select List" -COM_CONTACT_FIELD_CREATED_BY_ALIAS_LABEL="Created By Alias" +COM_CONTACT_FIELD_CREATED_BY_ALIAS_LABEL="Created by Alias" COM_CONTACT_FIELD_CREATED_LABEL="Created Date" COM_CONTACT_FIELD_EMAIL_EMAIL_COPY_LABEL="Send Copy to Submitter" COM_CONTACT_FIELD_EMAIL_SHOW_FORM_LABEL="Contact Form" diff --git a/administrator/language/en-GB/com_finder.ini b/administrator/language/en-GB/com_finder.ini index 0f0b78fc0482..60bf2fcf1fbc 100644 --- a/administrator/language/en-GB/com_finder.ini +++ b/administrator/language/en-GB/com_finder.ini @@ -71,7 +71,7 @@ COM_FINDER_EDIT_PLUGIN_SETTINGS="Edit Plugin Settings" COM_FINDER_EMPTYSTATE_BUTTON_ADD="Start the indexer" COM_FINDER_EMPTYSTATE_CONTENT="No content has been indexed or you have deleted all your maps. Please visit the Smart Search Index page to reindex your content." COM_FINDER_EMPTYSTATE_SEARCHES_CONTENT="There are no phrases used for site searching to view yet." -COM_FINDER_FIELD_CREATED_BY_ALIAS_LABEL="Alias" +COM_FINDER_FIELD_CREATED_BY_ALIAS_LABEL="Created by Alias" COM_FINDER_FIELD_CREATED_BY_LABEL="Created By" COM_FINDER_FIELD_FINDER_PLUGIN_LABEL="Finder Plugin" COM_FINDER_FIELDSET_INDEX_OPTIONS_DESCRIPTION="These options influence how the content is indexed. After changing settings here, the index needs to be rebuilt." diff --git a/administrator/language/en-GB/joomla.ini b/administrator/language/en-GB/joomla.ini index e8fc3c3c8f0a..4adc9b185f4e 100644 --- a/administrator/language/en-GB/joomla.ini +++ b/administrator/language/en-GB/joomla.ini @@ -415,8 +415,8 @@ JGLOBAL_FIELD_ADD="Add" JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_LABEL="Select the Top Level Category" JGLOBAL_FIELD_CATEGORIES_DESC_DESC="If you enter some text in this field, it will replace the Top Level Category Description, if it has one." JGLOBAL_FIELD_CATEGORIES_DESC_LABEL="Alternative Description" -JGLOBAL_FIELD_CREATED_BY_ALIAS_DESC="Uses another name than the author's for display." -JGLOBAL_FIELD_CREATED_BY_ALIAS_LABEL="Author's Alias" +JGLOBAL_FIELD_CREATED_BY_ALIAS_DESC="Enter an alias to be displayed instead of the name of the user who created the item." +JGLOBAL_FIELD_CREATED_BY_ALIAS_LABEL="Created by Alias" JGLOBAL_FIELD_CREATED_BY_DESC="The user who created this." JGLOBAL_FIELD_CREATED_BY_LABEL="Created By" JGLOBAL_FIELD_CREATED_DESC="Created Date." diff --git a/api/language/en-GB/joomla.ini b/api/language/en-GB/joomla.ini index 09cfd06dd504..fc0b6dfa82a1 100644 --- a/api/language/en-GB/joomla.ini +++ b/api/language/en-GB/joomla.ini @@ -409,8 +409,8 @@ JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_DESC="Categories that are within this c JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_LABEL="Select the Top Level Category" JGLOBAL_FIELD_CATEGORIES_DESC_DESC="If you enter some text in this field, it will replace the Top Level Category Description, if it has one." JGLOBAL_FIELD_CATEGORIES_DESC_LABEL="Alternative Description" -JGLOBAL_FIELD_CREATED_BY_ALIAS_DESC="Uses another name than the author's for display." -JGLOBAL_FIELD_CREATED_BY_ALIAS_LABEL="Author's Alias" +JGLOBAL_FIELD_CREATED_BY_ALIAS_DESC="Enter an alias to be displayed instead of the name of the user who created the item." +JGLOBAL_FIELD_CREATED_BY_ALIAS_LABEL="Created by Alias" JGLOBAL_FIELD_CREATED_BY_DESC="The user who created this." JGLOBAL_FIELD_CREATED_BY_LABEL="Created By" JGLOBAL_FIELD_CREATED_DESC="Created Date." diff --git a/language/en-GB/com_contact.ini b/language/en-GB/com_contact.ini index aca7f2a7bf86..ad1c8fb320e5 100644 --- a/language/en-GB/com_contact.ini +++ b/language/en-GB/com_contact.ini @@ -35,7 +35,7 @@ COM_CONTACT_ERROR_UNIQUE_ALIAS="Another Contact in this category has the same al COM_CONTACT_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Contact in this category has the same alias." COM_CONTACT_FAX="Fax" COM_CONTACT_FAX_NUMBER="Fax: %s" -COM_CONTACT_FIELD_CREATED_BY_ALIAS_LABEL="Created By Alias" +COM_CONTACT_FIELD_CREATED_BY_ALIAS_LABEL="Created by Alias" COM_CONTACT_FIELD_INFORMATION_ADDRESS_LABEL="Address" COM_CONTACT_FIELD_INFORMATION_COUNTRY_LABEL="Country" COM_CONTACT_FIELD_INFORMATION_FAX_LABEL="Fax" diff --git a/language/en-GB/joomla.ini b/language/en-GB/joomla.ini index 9394e9487f57..72ef5e17e651 100644 --- a/language/en-GB/joomla.ini +++ b/language/en-GB/joomla.ini @@ -276,8 +276,8 @@ JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_DESC="Categories that are within this c JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_LABEL="Select the Top Level Category" JGLOBAL_FIELD_CATEGORIES_DESC_DESC="If you enter some text in this field, it will replace the Top Level Category Description, if it has one." JGLOBAL_FIELD_CATEGORIES_DESC_LABEL="Alternative Description" -JGLOBAL_FIELD_CREATED_BY_ALIAS_DESC="Uses another name than the author's for display." -JGLOBAL_FIELD_CREATED_BY_ALIAS_LABEL="Author's Alias" +JGLOBAL_FIELD_CREATED_BY_ALIAS_DESC="Enter an alias to be displayed instead of the name of the user who created the item." +JGLOBAL_FIELD_CREATED_BY_ALIAS_LABEL="Created by Alias" JGLOBAL_FIELD_CREATED_BY_DESC="The user who created this." JGLOBAL_FIELD_CREATED_BY_LABEL="Created By" JGLOBAL_FIELD_CREATED_DESC="Created Date." ```