mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-04 11:37:48 +01:00
Update messages.php
This commit is contained in:
parent
1942a1b19a
commit
7b65013633
@ -170,11 +170,11 @@ return [
|
||||
'Submit' => 'Submit+',
|
||||
'See all links' => 'See all links+',
|
||||
'More information' => 'More information+',
|
||||
'addli.description.1-5' => 'The `Custom` button allows you to add a custom link, where the text on the button is determined with the link title set above.+',
|
||||
'addli.description.2-5' => 'The `Custom_website` button functions similar to the Custom button, with the addition of a function that requests the favicon from the chosen URL and uses it as the button icon.+',
|
||||
'addli.description.1-5' => 'The "Custom" button allows you to add a custom link, where the text on the button is determined with the link title set above.+',
|
||||
'addli.description.2-5' => 'The "Custom_website" button functions similar to the Custom button, with the addition of a function that requests the favicon from the chosen URL and uses it as the button icon.+',
|
||||
'addli.description.3-5' => '',
|
||||
'addli.description.4-5' => 'The `Space` button will be replaced with an empty space, so buttons could be visually separated into groups. Entering a number between 1-10 in the title section will change the empty space`s distance.+',
|
||||
'addli.description.5-5' => 'The `Heading` button will be replaced with a sub-heading, where the title defines the text on that heading.+',
|
||||
'addli.description.4-5' => 'The "Space" button will be replaced with an empty space, so buttons could be visually separated into groups. Entering a number between 1-10 in the title section will change the empty space"s distance.+',
|
||||
'addli.description.5-5' => 'The "Heading" button will be replaced with a sub-heading, where the title defines the text on that heading.+',
|
||||
|
||||
########Button Editor Blade########
|
||||
'Button Editor' => 'Button Editor+',
|
||||
@ -189,11 +189,11 @@ return [
|
||||
'Reset to default' => 'Reset to default+',
|
||||
'Result' => 'Result:+',
|
||||
'Custom Icon' => 'Custom Icon+',
|
||||
'Custom Alert' => 'Your custom icon`s short code does not contain the string "fa-" always use icons in the format: fa-ghost, for example.+',
|
||||
'cb.description.1-4' => 'Custom icons can be added to buttons via Font Awesome. You can use any icon from the list below, you can access this list by clicking the `See all icons` button. Each icon on that list has a short code, which you can copy and enter in the custom icon field.+',
|
||||
'cb.description.2-4' => 'Every icon short code consists of a prefix and main part. If the short code is not a brand icon, you can simply enter the code in the format: fa-icon-name. The `fa-...` formatting is important here. For example `fa-code`.+',
|
||||
'cb.description.3-4' => 'If the short code is a brand icon, it is important to include a `fab` before the short code part. Again, The `fa-...` formatting still applies here. For example, `fab fa-github`+',
|
||||
'cb.description.4-4' => 'To apply color to your icons, you can simply write out the color name or just write the HEX value before the icon, followed by a `;`. Here it is important to put the color before the icon short code and the color code must be ended with a semicolon.<br>You can find a list of available colors <a href="https://www.w3schools.com/cssref/css_colors.asp" target="_blank">here</a>.+',
|
||||
'Custom Alert' => 'Your custom icon’s short code does not contain the string "fa-" always use icons in the format: fa-ghost, for example.+',
|
||||
'cb.description.1-4' => 'Custom icons can be added to buttons via Font Awesome. You can use any icon from the list below, you can access this list by clicking the "See all icons" button. Each icon on that list has a short code, which you can copy and enter in the custom icon field.+',
|
||||
'cb.description.2-4' => 'Every icon short code consists of a prefix and main part. If the short code is not a brand icon, you can simply enter the code in the format: fa-icon-name. The "fa-..." formatting is important here. For example "fa-code".+',
|
||||
'cb.description.3-4' => 'If the short code is a brand icon, it is important to include a "fab" before the short code part. Again, The "fa-..." formatting still applies here. For example, "fab fa-github"+',
|
||||
'cb.description.4-4' => 'To apply color to your icons, you can simply write out the color name or just write the HEX value before the icon, followed by a ";". Here it is important to put the color before the icon short code and the color code must be ended with a semicolon.<br>You can find a list of available colors <a href="https://www.w3schools.com/cssref/css_colors.asp" target="_blank">here</a>.+',
|
||||
'Style' => 'Style+',
|
||||
'Prefix' => 'Prefix+',
|
||||
'Icon' => 'Icon+',
|
||||
@ -222,21 +222,21 @@ return [
|
||||
'Toggle Dropdown' => 'Toggle Dropdown+',
|
||||
'Cancel' => 'Cancel+',
|
||||
'Save and Add More' => 'Save and Add More+',
|
||||
'editlink.description.1-5' => 'The `Custom` button allows you to add a custom link, where the text on the button is determined with the link title set above.+',
|
||||
'editlink.description.2-5' => 'The `Custom_website` button functions similar to the Custom button, with the addition of a function that requests the favicon from the chosen URL and uses it as the button icon.+',
|
||||
'editlink.description.1-5' => 'The "Custom" button allows you to add a custom link, where the text on the button is determined with the link title set above.+',
|
||||
'editlink.description.2-5' => 'The "Custom_website" button functions similar to the Custom button, with the addition of a function that requests the favicon from the chosen URL and uses it as the button icon.+',
|
||||
'editlink.description.3-5' => '',
|
||||
'editlink.description.4-5' => 'The `Space` button will be replaced with an empty space, so buttons could be visually separated into groups. Entering a number between 1-10 in the title section will change the empty space`s distance.+',
|
||||
'editlink.description.5-5' => 'The `Heading` button will be replaced with a sub-heading, where the title defines the text on that heading.+',
|
||||
'editlink.description.4-5' => 'The "Space" button will be replaced with an empty space, so buttons could be visually separated into groups. Entering a number between 1-10 in the title section will change the empty space"s distance.+',
|
||||
'editlink.description.5-5' => 'The "Heading" button will be replaced with a sub-heading, where the title defines the text on that heading.+',
|
||||
|
||||
########Link Blade########
|
||||
'My Links' => 'My Links+',
|
||||
'Add new Link' => 'Add new Link+',
|
||||
'No Link Added' => 'You haven`t added any links yet.+',
|
||||
'No Link Added' => 'You haven’t added any links yet.+',
|
||||
'Download' => 'Download+',
|
||||
'Clicks' => 'Clicks+',
|
||||
'Add new link' => 'Add new link+',
|
||||
'Preview' => ' Preview:+',
|
||||
'No compatible browser' => 'Your browser isn`t compatible+',
|
||||
'No compatible browser' => 'Your browser isn’t compatible+',
|
||||
'Page Icons' => 'Page Icons+',
|
||||
'Save links' => 'Save links+',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user