-
Notifications
You must be signed in to change notification settings - Fork 0
/
languages.yaml
82 lines (82 loc) · 5.06 KB
/
languages.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
en:
THEME_GRMASSIVE:
ARTICLE: 'Article'
COLLECTION: 'Article Collection'
DROPDOWN_MENU: 'Dropdown in Menu'
DROPDOWN_MENU_HELP: 'Enables the drop down menu for sub-items'
BACKGROUND_IMAGE: 'Background Image'
BACKGROUND_IMAGE_HELP: 'The underlying image to be used by the Massively theme. N.B. This file should be named `bg.jpg`'
HIGHLIGHT_COLOR: 'Highlight Color'
HIGHLIGHT_COLOR_HELP: 'Select the default color to use as the Highlight Color'
ICON: 'Icon'
BITBUCKET: 'Bitbucket'
DRIBBLE: 'Dribble'
FACEBOOK: 'Facebook'
FLICKR: 'Flickr'
GITHUB: 'Github'
INSTAGRAM: 'Instagram'
LINKEDIN: 'LinkedIn'
MEDIUM: 'Medium'
PINTEREST: 'Pinterest'
TWITTER: 'Twitter'
SOCIAL: 'Social'
SOCIALBUTTONS: 'Social Buttons'
SOCIALURL: 'Social Link'
SOCIALURL_HELP: 'The URL to use for this social button.'
SOCIALURL_TITLE: 'Link Title'
SOCIALURL_TITLE_HELP: 'Title text for the social button (not show but used by assistive devices)'
LINK: 'Generic Link'
PAGE_DATE_FORMAT: 'Page Date Format'
PAGE_DATE_FORMAT_HELP: 'Massively places a stylised date at the top of each pages content area, you can set the date using standard PHP date format strings.'
COPYRIGHT_BLOCK: 'Copyright Block'
COPYRIGHT_BLOCK_HELP: 'The copyright block appears at the bottom of all pages in the Massively theme. Each item is separated by a pipe ''|'' divider. e.g. © 2017 | Craig Phillips Pty Ltd | Designed by HTML5 Up'
COPYRIGHT_BLOCK_ITEM: 'Item'
COPYRIGHT_BLOCK_ITEM_HELP: 'Multiple items can be added to the copyright block, each item is separated by a pipe ''|'' divider.'
GENERAL: 'General'
HEADER_FOOTER: 'Social Links & Copyright'
FOOTERCONTACTS: 'Footer Contact Settings'
CONTACTS_FORM_TOGGLE: 'Enable Contact Form'
CONTACTS_FORM_TOGGLE_HELP: 'When turned on the default Contact form is enabled.'
CONTACTS_FORM_ROUTE: 'Page with Contact Form'
CONTACTS_FORM_ROUTE_HELP: 'The Grav "Page" that contains the form specification. The name of the form should be set to: `footer-contact-form`'
FOOTER_ADDRESS: 'Footer Address'
FOOTER_ADDRESS_HELP: 'When turned on shows the Address section of the footer with the detail provided below'
ADDRESS_ITEMS: 'Address Block Items'
ADDRESS_ITEM_TYPE: 'Item Type'
ADDRESS_ITEM_TYPE_HELP: 'Address items can be plain text, address, telephone numbers, email addresses or web links. Only plain text fields are rendered as entered. all other types are wrapped with the appropriate link syntax. e.g. a telephone number will be rendered as <a href="tel:+61-2-9999-9999">+61-2-9999-9999</a>'
AI_ADDRESS: 'Address'
AI_EMAIL: 'Email'
AI_LINK: 'Link (url)'
AI_MARKDOWN: 'Markdown'
AI_TELEPHONE: 'Telephone number'
AI_PLAIN_TEXT: 'Plain text'
ADDRESS_ITEM_LABEL: 'Label'
ADDRESS_ITEM_LABEL_HELP: 'The label for this entry (placed to the left of the value)'
ADDRESS_ITEM_VALUE: 'Value'
ADDRESS_ITEM_VALUE_HELP: 'The text to be displayed by this type.'
FOOTER_SOCIAL_BLOCK: 'Social Block'
FOOTER_SOCIAL_BLOCK_HELP: 'When enabled it show the templates social links in the footer block after any address items.'
SOCIALFOOTER_LABEL: 'Label'
SOCIALFOOTER_LABEL_HELP: 'The label placed next to the Social buttons/links in the footer.'
PAGE_ALT_HEADING: 'Alternate Heading'
PAGE_ALT_HEADING_HELP: 'If provided the alternate heading will replace the pages title in the masthead.'
PAGE_CHOOSE_HERO_IMAGE: 'Choose Hero image'
PAGE_CHOOSE_HERO_IMAGE_HELP: "Default pages in the Massive theme use a hero image paced at the top fo the page. Upload an image for this page and select it here."
PAGE_PULL_QUOTE: 'Pull Quote'
PAGE_PULL_QUOTE_HELP: 'The pull quote is shown between the page title and the hero image if it''s defined. A single paragraph is best for this theme. Markdown is converted.'
COLLECTION_ITEMS_PER_PAGE: 'Items per Page'
COLLECTION_ITEMS_PER_PAGE_HELP: 'The number of articles to display per page.'
COLLECTION_ALL_ITEMS: 'All items'
READ_MORE_LABEL: 'Read more Label'
READ_MORE_LABEL_HELP: 'The text used in the link/button to take the read to the full article page.'
TITLE: 'Title Text'
TITLE_HELP: 'This text is displayed on Frontpage template pages in the scroll area above the main body of the page, directly about the call to action text.'
THIS_IS_MASSIVELY: 'This is Massively'
CALL_TO_ACTION: 'Call to Action'
CONTINUE: 'Continue'
CONTINUE_BTN: 'Continue Button Label'
CONTINUE_BTN_HELP: 'The label to be used in the Continue button for assistive devices.'
FP_OPTIONS: 'Frontpage Options'
ABOUT_AO: 'GrMassively allows for alternate article heading text, a hero image and a pull quote - they can be set in this section.'
ABOUT_FPO: 'If you use an `Article` page (rather than a `Frontpage`) as the home page in Grav, you can use these field to specify the homepage specific features ofthe theme.'
ABOUT_FPO1: 'The `Frontpage` template is normally used as the home page in Grav, you can use these field to specify the homepage specific features ofthe theme.'