📄 it_lang_data.inc.php
字号:
<?php
// ====================================================
// SPAW PHP WYSIWYG editor control
// ====================================================
// English language file
// ====================================================
// Developed: Alan Mendelevich, alan@solmetra.lt
// Copyright: Solmetra (c)2003 All rights reserved.
// Italian translation: Omar Di Marzio - omar@networking.it
// ----------------------------------------------------
// www.solmetra.com
// ====================================================
// v.1.0, 2003-04-11
// ====================================================
// charset to be used in dialogs
$spaw_lang_charset = 'iso-8859-1';
// language text data array
// first dimension - block, second - exact phrase
// alternative text for toolbar buttons and title for dropdowns - 'title'
$spaw_lang_data = array(
'cut' => array(
'title' => 'Taglia'
),
'copy' => array(
'title' => 'Copia'
),
'paste' => array(
'title' => 'Incolla'
),
'undo' => array(
'title' => 'Indietro'
),
'redo' => array(
'title' => 'Avanti'
),
'hyperlink' => array(
'title' => 'Hyperlink'
),
'image_insert' => array(
'title' => 'Inserisci immagine',
'select' => 'Seleziona',
'cancel' => 'Cancella',
'library' => 'Libreria',
'preview' => 'Preview',
'images' => 'Immagini',
'upload' => 'Upload immagine',
'upload_button' => 'Upload',
'error' => 'Error',
'error_no_image' => 'Immagine non selezionata',
'error_uploading' => 'Errore in upload. Per favore, ritenta ancora',
'error_wrong_type' => 'Tipo immagine errata',
'error_no_dir' => 'La directory delle immagini non esiste fisicamente',
),
'image_prop' => array(
'title' => 'Propriet
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -