📄 lang_doc.english.php
字号:
$lang['doc_entry_new_images']=" With this option enabled, a new \"virtual folder\" will be displayed in the left menu.<br> It will show all new added images from all albums (you are allowed to view) without wasting any additional webspace!<br> The preview of images depends on the <a href=\"#new_images_age\">max age</a> setting below.<br> The folder will disapear as soon as the \"max age\" is reached and show up again as soon as you add<br> some new images (isn't that magic :-))<br><br> Default: On ";$lang['doc_entry_new_images_age']="This setting defines (in days) how long new added images show up in the \"new images\" folder<br><br> Default: 7 days ";$lang['doc_entry_comment_in_subfolder']="If set to on, this will display an album comment also in the \"subfolder preview\" for the subalbums and not only in the album itself.<br> You should consider to turn this feature off if you have long album comments as it may break the layout of the subfolder preview.<br><br> Default: on ";$lang['doc_entry_fullaccess'] = " If you are going to install LinPHA at your <b>Home-PC</b> or a so called \"root-server\" on the internet, this is the option to choose. You also need full access rights to a SQL database server to create a new linpha user. ";$lang['doc_entry_limitedaccess'] = " If you are going to install LinPHA somewhere on <b>the internet</b>, this is the option to choose. Most internetproviders do not allow full access to the SQL database. ";$lang['doc_entry_dbselect'] = " Some notes about the different supported Databases:<br> <b>MySQL database:</b> To continue, you need to have a root password (set) for your MySQL database. Please see the <a href=\"http://linpha.sourceforge.net/nuke/modules.php?name=FAQ\">LinPHA FAQ</a> for more details.<br><br> <b>PostgreSQL database:</b> Other than MySQL LinPHA will not create the DB itself for you. Therefore you need to run <b><i>createdb linpha</i></b> from the command line to create a new database called "linpha" before you continue. The rest is similar to the MySQL installation without the need of having a password set for your DB. <br>For all RDBMS make sure that there is PHP support for your DB!!!! ";$lang['doc_entry_sqladminname'] = " The name of your MySQL database admin. This is often the so called \"root\" account. ";$lang['doc_entry_sqladminpass'] = " The password for the MySQL admin/root account. <b>NOTE:</b> For security reasons LinPHA will NOT install on systems without an admin password, so make sure to have an admin/root account incl. password ready! ";$lang['doc_entry_linphaname'] = " The name of the LinPHA administrator. You can later login with this name to perform administrative LinPHA tasks. ";$lang['doc_entry_linphapass'] = " The password for the LinPHA administrator. ";$lang['doc_entry_linphamail'] = " Email address of LinPHA administrator. ";$lang['doc_entry_dbhost'] = " The hostname of the MySQL database server. This is often \"localhost\" for Home-PC's and something like \"mysql.somewhere.org\" for ISP's. ";$lang['doc_entry_dbport'] = " The MySQL serverport. In most cases this is the default 3306. ";$lang['doc_entry_dbname_full'] = " The name of the database to hold all LinPHA tables. If unsure leave the default \"linpha\".<br> If you are going to install several versions or instances of LinPHA change the database name here. ";$lang['doc_entry_dbname'] = " The name of the database to connect. This name is <b>given you</b> by your ISP. ";$lang['doc_entry_dbprefix'] = " The prefix for all LinPHA tables. All LinPHA tables will have the <b>prefix \"linpha_\"</b> in your database. Feel free to change it to whatever you like. ";$lang['doc_entry_albumtitle'] = " This option allows you to set the name of the LinPHA photo album. Leave the option blank to use the default name.<br> Default: blank (The Linux Photo Archive) ";$lang['doc_entry_photoscol'] = " This option allows you to increase/decrease the <b>number of columns</b> with thumbnails. It takes effect in all pages were thumbnails are displayed.<br> You may increase this value when running LinPHA in high resolution > 1024x768<br> Default: 4 columns ";$lang['doc_entry_photosrow'] = " This option allows you to increase/decrease the <b>number of rows</b> with thumbnails. It takes effect in all pages were thumbnails are displayed.<br> You may increase this value when running LinPHA in high resolution > 1024x768<br> Default: 3 rows ";$lang['doc_entry_photoswidth'] = " This option allows you to set the default <b>width of photos</b> displayed in img_view.php. I.e. the displayed \"medium\" sized image when a thumbnail was clicked.<br> You may increase this value when running LinPHA in high resolution > 1024x768<br> Default: 512 ";$lang['doc_entry_photosheight'] = " This option allows you to set the default <b>height of photos</b> displayed in img_view.php. I.e. the displayed \"medium\" sized image when a thumbnail was clicked.<br> You may increase this value when running LinPHA in high resolution > 1024x768<br> Default: 384 ";$lang['doc_entry_imgquality'] = " This option allows you to set the default <b>quality of images</b> in img_view.php. (the image that appears after you click a thumbnail). You may increase loading speed due set to a lower value. Examples:<br> Image size (quality 75) = 28.55 KB<br> Image size (quality 50) = 18.47 KB<br> Image size (quality 40) = 15.80 KB<br> Default: 75 ";$lang['doc_entry_rotateonoff'] = " This option allows you to enable/disable the image rotation feature in img_view.php PLEASE NOTE:<br> If you are using the GD library please note that <b><font color=\"FF0000\">ALL OF THE IMAGE EXIF INFORMATION WILL GET LOST !!!</font></b> during image rotation.<br>I already wrote a bug report to the PHP developers but they told me that they will NOT fix this bug! :-(<br><br> If you are using the convert tool from the ImageMagick suite you should be save but please make sure to test it!<br> Default: off ";$lang['doc_entry_exifonoff'] = " Many images in jpg format contain some special information known as EXIF. This option allows you to enable/disable the display of EXIF information in img_view.php. (the site that appears after you click a thumbnail) If there is no good reason you should leave the default (on).<br> HINT: If enabled you should also see:<br> <a href='#exifdefault'>EXIF default settings</a><br> <a href='#exiflevel'>EXIF verbosity level settings</a> ";$lang['doc_entry_exifdefault'] = " This option allows you to display the image EXIF information in img_view.php (the site that appears after you click a thumbnail) by default. Otherwise users have to click the <b>\"more details\"</b> link to get the EXIF information.<br> Default: off ";$lang['doc_entry_exiflevel'] = " The amount of EXIF information is defined in <b>three levels</b> (low/medium/high). The higher you set this level, the amount of displayed EXIF information increases.<br> Default: medium ";$lang['doc_entry_filename'] = " This option allows you whether to display the filename below the thumbnail or not.<br> Default: on ";$lang['doc_entry_thumborder'] = " This option allows you to change the order of the thumbnails. You can choose between <b>\"order by date\"</b> (latest photo first) and <b>\"order by filename\"</b> (descent).<br> Default: date ";$lang['doc_entry_thumbsize'] = " This option allows you to change the size of the thumbnails. You can choose between 90, 120 and 150 pixel max size. Please note that a change will <b>NOT</b> update the existing thumbnails. so you have to recreate them manually.<br> please see: <a href='#recreatethumbs'>recreate thumbnails</a> found under "Other options"<br> Default: 120 pixel ";$lang['doc_entry_thumbborder'] = "This option allows you to add a border to the thumbnails. (Size of the border in pixel.) <br /> Set to 0 to disable the border. <br /><br /> How to change the color, see <a href='#wm_color'>Border Color</a>. <br /><br /> Default: On"; /*(ImageMagick only). Please note that a change will <b>NOT</b> update the existing thumbnails, so you have to recreate them manually.<br> please see: <a href='#recreatethumbs'>recreate thumbnails</a> found under "Other options" */ $lang['doc_entry_autoconf'] = " With this option set ON, LinPHA detects all changes in your albums automatically. This means LinPHA auto creates thumbnails for new added images, and deletes everything from DB if you remove an image or album.<br> Since this task causes heavy CPU load, you should set it OFF and only enable it if you changed something. Better leave it OFF and make use of the \"Auto create/delete thumbnails\" feature! <a href='#createthumbs'>(INFO)</a><br> Default: off ";$lang['doc_entry_counter'] = " This option allows you to define, whether to display the user counter in the upper right or not.<br> Default: enable ";$lang['doc_entry_ipblocking'] = " This option allows you to define the time an ip adress <b>is blocked</b>. This means during this value the user is not counted as a new visitor.<br> Default: 15 minutes ";$lang['doc_entry_language'] = " The LinPHA default language. If you enabled \"language auto-detect\" this is the default fallback language.<br> ";$lang['doc_entry_autolanguage'] = " If enabled, LinPHA welcomes a vistor in his native language (if supported). If an unsupported language is detected, LinPHA uses the default language as fallback. (please see <a href='#language'>default language</a>)<br> Default: on ";$lang['doc_entry_theme'] = " This option allows you to change the default LinPHA look and feel. Choose from <b>three avilable</b> themes. (Aqua/Colored/Shadow)<br> Default: Aqua ";$lang['doc_entry_hqthumbs'] = "
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -