18
18
* You should have received a copy of the GNU Affero General Public License
19
19
* along with Xibo. If not, see <http://www.gnu.org/licenses/>.
21
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
23
23
/* Translations from the Database that need to be registered with Gettext */
26
echo __('Media Dashboard');
27
25
echo __('Schedule');
29
27
echo __('Library');
127
119
echo __('Force the portal into HTTPS?');
128
120
echo __('Enable STS?');
129
121
echo __('Add STS to the response headers? Make sure you fully understand STS before turning it on as it will prevent access via HTTP after the first successful HTTPS connection.');
130
echo __('The Time to Live (maxage) of the STS header expressed in seconds.');
122
echo __('The Time to Live (maxage) of the STS header expressed in minutes.');
131
123
echo __('Maintenance Alerts for Users');
132
124
echo __('Email maintenance alerts for users with view permissions to effected Displays.');
133
125
echo __('Set the level of logging the CMS should record. In production systems "error" is recommended.');
134
126
echo __('Which Calendar Type should the CMS use?');
135
127
echo __('Enable Latest News?');
136
echo __('Default for "Delete old version of Media" checkbox. Shown when Editing Library Media.');
128
echo __('Default for "Delete old version of Media" checkbox. Showen when Editing Library Media.');
137
129
echo __('Should the Dashboard show latest news? The address is provided by the theme.');
138
echo __('Proxy Exceptions');
139
echo __('Hosts and Keywords that should not be loaded via the Proxy Specified. These should be comma separated.');
140
echo __('Instance Suspended');
141
echo __('Is this instance suspended?');
142
echo __('Inherit permissions');
143
echo __('Inherit permissions from Parent when adding a new item?');
144
echo __('XMR Private Address');
145
echo __('XMR Public Address');
146
echo __('Please enter the private address for XMR.');
147
echo __('Please enter the public address for XMR.');
148
echo __('CDN Address');
149
echo __('Content Delivery Network Address for serving file requests to Players');
150
echo __('Elevate Log Until');
151
echo __('Elevate the log level until this date.');
152
echo __('Resting Log Level');
153
echo __('Set the level of the resting log level. The CMS will revert to this log level after an elevated period ends. In production systems "error" is recommended.');
154
echo __('Lock Task Config');
155
echo __('Is the task config locked? Useful for Service providers.');
156
echo __('Whitelist Load Balancers');
157
echo __('If the CMS is behind a load balancer, what are the load balancer IP addresses, comma delimited.');
158
echo __('Default Layout');
159
echo __('The default layout to assign for new displays and displays which have their current default deleted.');
160
echo __('Default setting for Statistics Enabled?');
161
echo __('Enable the option to report the current layout status?');
162
echo __('Enable the option to set the screenshot interval?');
163
echo __('The default size in pixels for the Display Screenshots');
164
echo __('Display Screenshot Default Size');
165
echo __('Latest News URL');
166
echo __('RSS/Atom Feed to be displayed on the Status Dashboard');
167
echo __('Lock the Display Name to the device name provided by the Player?');
168
echo __('Sending email name');
169
echo __('Mail will be sent under this name');
172
132
echo __('Fade In');
177
137
echo __('String');
178
138
echo __('Number');
180
echo __('External Image');
181
echo __('Library Image');
183
141
echo __('Value');
184
142
echo __('Formula');
188
145
echo __('DataSet View');
189
echo __('A view on a DataSet');
190
146
echo __('Ticker');
191
echo __('RSS Ticker.');
193
echo __('Text. With Directional Controls.');
194
148
echo __('Embedded');
195
149
echo __('Image');
196
echo __('Images. PNG, JPG, BMP, GIF');
197
150
echo __('Video');
198
echo __('Videos - support varies depending on the client hardware you are using.');
199
151
echo __('Flash');
200
152
echo __('PowerPoint');
201
echo __('Powerpoint. PPT, PPS');
203
echo __('Webpages.');
204
154
echo __('Counter');
205
155
echo __('Shell Command');
206
echo __('Execute a shell command on the client');
207
156
echo __('Local Video');
208
echo __('Play a video locally stored on the client');
211
echo __('A font to use in other Modules');
212
157
echo __('Generic File');
213
echo __('A generic file to be stored in the library');
215
echo __('Play a video locally stored on the client');
217
echo __('PDF document viewer');
218
echo __('Notification');
219
echo __('Display Notifications from the Notification Centre');
221
echo __('Stocks Module');
222
echo __('A module for showing Stock quotes');
223
echo __('Currencies Module');
224
echo __('A module for showing Currency pairs and exchange rates');
227
echo __('Yahoo Stocks');
228
echo __('Currencies');
229
echo __('Yahoo Currencies');
231
echo __('Yahoo Finance');
232
echo __('Google Traffic');
233
echo __('Google Traffic Map');
235
echo __('HLS Video Stream');
237
echo __('Twitter Search Module');
238
echo __('Twitter Metro');
239
echo __('Twitter Metro Search Module');
241
echo __('Weather Powered by DarkSky');
244
159
echo __('Media will be created with these settings. If public everyone will be able to view and use this media.');
245
160
echo __('New layouts will be created with these settings. If public everyone will be able to view and use this layout.');
265
180
echo __('Allow the maintenance script to run if it is called?');
266
181
echo __('Global switch for email alerts to be sent');
267
182
echo __('String appended to the maintenance script to prevent malicious calls to the script.');
268
echo __('Maximum age for log entries in days. Set to 0 to keep logs indefinitely.');
269
echo __('Maximum age for statistics entries in days. Set to 0 to keep statistics indefinitely.');
183
echo __('Maximum age for log entries. Set to 0 to keep logs indefinitely.');
184
echo __('Maximum age for statistics entries. Set to 0 to keep statistics indefinitely.');
270
185
echo __('How long in minutes after the last time a client connects should we send an alert? Can be overridden on a per client basis.');