Skip to content

Commit

Permalink
Update English translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 19, 2024
1 parent 792133c commit 9010a34
Showing 1 changed file with 37 additions and 32 deletions.
69 changes: 37 additions & 32 deletions src/translations/en/buttonbox.php
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@
<?php

return [
'Number of Stars' => 'Number of Stars',
'Enter the number of stars to show.' => 'Enter the number of stars to show.',
'Button Box - Width' => 'Button Box - Width',
'Define the available options.' => 'Define the available options.',
'Add an option' => 'Add an option',
'Option Label' => 'Option Label',
'Value' => 'Value',
'Default?' => 'Default?',
'Width Options' => 'Width Options',
'label' => 'label',
'Button Box - Triggers' => 'Button Box - Triggers',
'Add a trigger' => 'Add a trigger',
'Show Label?' => 'Show Label?',
'Image URL' => 'Image URL',
'Trigger Type' => 'Trigger Type',
'HREF or Custom JS' => 'HREF or Custom JS',
'New window?' => 'New window?',
'Display as graphic' => 'Display as graphic',
'This will take the height restrictions off the buttons to allow for larger images.' => 'This will take the height restrictions off the buttons to allow for larger images.',
'Display full width' => 'Display full width',
'Allow the button group to be fullwidth, useful for allowing larger graphics to be more responsive.' => 'Allow the button group to be fullwidth, useful for allowing larger graphics to be more responsive.',
'Triggers Options' => 'Triggers Options',
'Button Box - Buttons' => 'Button Box - Buttons',
'Button Options' => 'Button Options',
'Button Box - Colours' => 'Button Box - Colours',
'Valid CSS Colour' => 'Valid CSS Colour',
'Colour Options' => 'Colour Options',
'Button Box - Stars' => 'Button Box - Stars',
'Button Box - Text Size' => 'Button Box - Text Size',
'Pixel Size is optional and should be a single number.' => 'Pixel Size is optional and should be a single number.',
'Pixel Size' => 'Pixel Size',
'Text Size Options' => 'Text Size Options',
'Add an option' => 'Add an option',
'Add a trigger' => 'Add a trigger',
'Allow the button group to be fullwidth, useful for allowing larger graphics to be more responsive.' => 'Allow the button group to be fullwidth, useful for allowing larger graphics to be more responsive.',
'Bottom' => 'Bottom',
'Button Box - Buttons' => 'Button Box - Buttons',
'Button Box - Colours' => 'Button Box - Colours',
'Button Box - Stars' => 'Button Box - Stars',
'Button Box - Text Size' => 'Button Box - Text Size',
'Button Box - Triggers' => 'Button Box - Triggers',
'Button Box - Width' => 'Button Box - Width',
'Button Options' => 'Button Options',
'Colour Options' => 'Colour Options',
'Default?' => 'Default?',
'Define the available options.' => 'Define the available options.',
'Display as graphic' => 'Display as graphic',
'Display full width' => 'Display full width',
'HREF or Custom JS' => 'HREF or Custom JS',
'Image Align' => 'Image Align',
'Image URL' => 'Image URL',
'Image URLs are relative to your `@webroot` e.g. `/images/align-left.png` is `{url}`.' => 'Image URLs are relative to your `@webroot` e.g. `/images/align-left.png` is `{url}`.',
'Left' => 'Left',
'New window?' => 'New window?',
'Option Label' => 'Option Label',
'Pixel Size' => 'Pixel Size',
'Pixel Size is optional and should be a single number.' => 'Pixel Size is optional and should be a single number.',
'Placholder Text' => 'Placholder Text',
'Right' => 'Right',
'Show Label?' => 'Show Label?',
'Text Size Options' => 'Text Size Options',
'This will take the height restrictions off the buttons to allow for larger images.' => 'This will take the height restrictions off the buttons to allow for larger images.',
'Top' => 'Top',
'Triggers Options' => 'Triggers Options',
'Trigger Type' => 'Trigger Type',
'Valid CSS Colour' => 'Valid CSS Colour',
'Value' => 'Value',
'When no options are set, and no default, this text will be shown.' => 'When no options are set, and no default, this text will be shown.',
'Width Options' => 'Width Options',
];

0 comments on commit 9010a34

Please sign in to comment.