This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
en-GB.plg_content_loadscripture.ini
28 lines (27 loc) · 2.13 KB
/
en-GB.plg_content_loadscripture.ini
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
PLG_LOADSCRIPTURE="Load Scripture Content Plugin"
PLG_LOADSCRIPTURE_XML_DESCRIPTION="Load Scripture Content Plugin for getBible"
PLG_LOADSCRIPTURE_CALL_CLASS_LABEL="Call Class"
PLG_LOADSCRIPTURE_CALL_CLASS_DESC="Example: <span class="getbible">1 John 3:16 (kjv)</span> then getbible is the call class. Only use characters a-z, and underscores."
PLG_LOADSCRIPTURE_DISPLAY_MODE_LABEL="Global Display Options"
PLG_LOADSCRIPTURE_DISPLAY_MODE_DESC="Select the default display option of the scripture. You can add custom display per scripture by adding [tip],[can],[pop] or [in] after the version call of (kjv). Example: <span class="getbible">1 John 3:16 (kjv)[in]</span> then the display option for 1 John 3:16 will be In Line."
PLG_LOADSCRIPTURE_TOOLTIP="Tooltip [tip]"
PLG_LOADSCRIPTURE_OFF_CANVAS="Off-Canvas [can]"
PLG_LOADSCRIPTURE_POPUP="Popup [pop]"
PLG_LOADSCRIPTURE_INLINE="In Line [in]"
PLG_LOADSCRIPTURE_LINK="Link [link]"
PLG_LOADSCRIPTURE_INLINE_OPTIONS_LABEL="In Line Options"
PLG_LOADSCRIPTURE_INLINE_OPTIONS_DESC="Set the way inline text will be formated"
PLG_LOADSCRIPTURE_ONE_PARAGRAPH="One Paragraph"
PLG_LOADSCRIPTURE_PER_CHAPTER="Per Chapter"
PLG_LOADSCRIPTURE_METHOD_LABEL="Plugin Method"
PLG_LOADSCRIPTURE_METHOD_DESC="The method to use when rendering the scripture. Local method will use the local getBible component defaults. Network method will call the getBible componet installed on the network url."
PLG_LOADSCRIPTURE_LOCAL_METHOD="Local getBible"
PLG_LOADSCRIPTURE_NETWORK_METHOD="Network"
PLG_LOADSCRIPTURE_NETWORK_URL_LABEL="Network URL"
PLG_LOADSCRIPTURE_NETWORK_URL_DESC="Enter the website URL that you want to query when using the network method"
PLG_LOADSCRIPTURE_NETWORK_KEY_LABEL="Network API key"
PLG_LOADSCRIPTURE_NETWORK_KEY_DESC="If the network website has the API locked, then you can add the network API key here."
PLG_LOADSCRIPTURE_CALL_OPTION_LABEL="Call Method"
PLG_LOADSCRIPTURE_CALL_OPTION_DESC="Set the method to use when getting the scripture from the API"
PLG_LOADSCRIPTURE_AJAX="Ajax (faster/needs javascipt)"
PLG_LOADSCRIPTURE_CURL="cURL (slower/no javascript)"