1<?php
2/**
3 * English language file for ryubin plugin
4 *
5 * @author Robert Kormann <ryubin@kormann.info>
6 */
7
8$lang['primary_xml']       = '<b>XML configuration</b> (ryubin.xml)';
9$lang['playmode']          = 'Projection (sphere)';
10$lang['fov']               = 'FOV (60°)';
11$lang['yaw']               = 'Yaw (0°)';
12$lang['pitch']             = 'Pitch (0°)';
13$lang['view_mode']         = 'Mode of projection (1 rectilinear mode)';
14$lang['hv_ratio']          = 'Width-to-height ratio of the panorama (2.0)';
15$lang['lock_nadirs']       = 'Lock a pitch > 90° (off)';
16$lang['lock_vertical']     = 'Lock the pitch (off)';
17$lang['lock_fov']          = 'Lock the FOV (off)';
18$lang['limit_vertical']    = 'Limit the pitch (off)';
19$lang['top_limit']         = 'Top limit (90°)';
20$lang['bottom_limit']      = 'Bottom limit (90°)';
21$lang['limit_horizontal']  = 'Limit the yaw (off)';
22$lang['right_limit']       = 'Right limit (90°)';
23$lang['left_limit']        = 'Left limit (90°)';
24$lang['proj_implicit']     = 'Implicit projection (on)';
25$lang['elevation']         = 'Elevation (45°)';
26$lang['depression']        = 'Depression (45°)';
27$lang['proj_type']         = 'Type of \'doughnut\' projection (1 equi.-d. pr.)';
28$lang['adminMode']         = '<b>Admin mode</b> (aus)';
29$lang['width']             = '<i>Window width</i> (640 pixel)';
30$lang['height']            = '<i>Window height</i> (480 pixel)';
31$lang['bgcolor']           = '<i>RGB background color</i> (#333333)';
32$lang['smooth']            = '<i>Smoothing</i> (off)';
33$lang['disable_wheel']     = '<i>Disable mouse wheel</i> (off)';
34$lang['allowFullScreen']   = '<i>Allow full screen</i> (on)';
35$lang['allowScriptAccess'] = '<i>JS API</i> (sameDomain)';
36
37