forked from joomla/joomla-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request joomla#25 from joomla-projects/bembelimen/baseinfo…
…rmation Implement base information organization/person
- Loading branch information
Showing
13 changed files
with
577 additions
and
554 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
PLG_SYSTEM_SCHEMAORG_FIELD_NONE_LABEL="None" | ||
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION="Structured Data" | ||
PLG_SYSTEM_SCHEMAORG="Schema.org System Plugin" | ||
PLG_SYSTEM_SCHEMAORG_BASETYPE_DESCRIPTION="Choose whether your website represent an organization or a single person." | ||
PLG_SYSTEM_SCHEMAORG_BASETYPE_LABEL="Base type" | ||
PLG_SYSTEM_SCHEMAORG_BASETYPE_OPTION_ORGANIZATION="Organization" | ||
PLG_SYSTEM_SCHEMAORG_BASETYPE_OPTION_PERSON="Person" | ||
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION="Structured data is a standardized format for organizing and representing information on the web. It provides a way to describe the content and meaning of data in a structured manner, making it easier for search engines and other applications to understand and process the information. <a href=\"https://schema.org\" target=\"_blank\">More information on schema.org</a>." | ||
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION_NOT_CONFIGURATED="To use the schema.org functionality, you have to configurate the plugin first. Please contact an administrator of the page to get it configurated." | ||
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION_NOT_CONFIGURATED_ADMIN="To use the schema.org functionality, you have to configurate the plugin first. Please click on <a href=\"index.php?option=com_plugins&task=plugin.edit&extension_id=%s\" target=\"_blank\">this link to open the plugin</a>, configurate and save." | ||
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_LABEL="Schema" | ||
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_TYPE_LABEL="Schema Type" | ||
PLG_SYSTEM_SCHEMAORG_XML_DESCRIPTION="Adds custom form field in article view and then injects that data in JSON+LD format in head tag of that particular article." | ||
PLG_SYSTEM_SCHEMAORG="Schema.org System Plugin" | ||
PLG_SYSTEM_SCHEMAORG_IMAGE_LABEL="Image" | ||
PLG_SYSTEM_SCHEMAORG_NAME_LABEL="Name" | ||
PLG_SYSTEM_SCHEMAORG_SOCIALMEDIA_LABEL="Social Media Accounts" | ||
PLG_SYSTEM_SCHEMAORG_SOCIALMEDIA_URL_LABEL="URL" | ||
PLG_SYSTEM_SCHEMAORG_USER_LABEL="Select user" | ||
PLG_SYSTEM_SCHEMAORG_XML_DESCRIPTION="Adds custom form field in article view and then injects that data in JSON+LD format in head tag of that particular article." |
Oops, something went wrong.