mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
Added TinyMce Ibrowser Language file.
This commit is contained in:
48
e107_plugins/tinymce/plugins/ibrowser/langs/English.php
Normal file
48
e107_plugins/tinymce/plugins/ibrowser/langs/English.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
$lang_ibrowser_title= 'Insert / Edit Image';
|
||||
$lang_ibrowser_desc= 'Insert / Edit Image';
|
||||
$lang_ibrowser_library= 'Library';
|
||||
$lang_ibrowser_preview= 'Preview';
|
||||
$lang_ibrowser_img_sel= 'Image selection';
|
||||
$lang_ibrowser_img_info= 'Image information';
|
||||
$lang_ibrowser_img_upload= 'Image upload';
|
||||
$lang_ibrowser_images= 'Images';
|
||||
$lang_ibrowser_src= 'Source';
|
||||
$lang_ibrowser_alt= 'Description';
|
||||
$lang_ibrowser_size= 'Size';
|
||||
$lang_ibrowser_align= 'Text flow';
|
||||
$lang_ibrowser_height= 'Height';
|
||||
$lang_ibrowser_width= 'Width';
|
||||
$lang_ibrowser_reset= 'Reset Dimensions';
|
||||
$lang_ibrowser_border= 'Border';
|
||||
$lang_ibrowser_hspace= 'HSpace';
|
||||
$lang_ibrowser_vspace= 'VSpace';
|
||||
$lang_ibrowser_select= 'Save';
|
||||
$lang_ibrowser_delete= 'Delete';
|
||||
$lang_ibrowser_cancel= 'Cancel';
|
||||
$lang_ibrowser_uploadtxt= 'File';
|
||||
$lang_ibrowser_uploadbt= 'Upload';
|
||||
$lang_ibrowser_marginl = 'Margin-Left';
|
||||
$lang_ibrowser_marginr = 'Margin-Right';
|
||||
$lang_ibrowser_margint = 'Margin-Top';
|
||||
$lang_ibrowser_marginb = 'Margin-Bottom';
|
||||
$lang_insert_image_align_default = "Default";
|
||||
$lang_insert_image_align_left = "Left";
|
||||
$lang_insert_image_align_right = "Right";
|
||||
|
||||
// error messages
|
||||
$lang_ibrowser_error= 'Error';
|
||||
$lang_ibrowser_errornoimg= 'Please select an image';
|
||||
$lang_ibrowser_errornodir= 'Library doesn\'t physically exist';
|
||||
$lang_ibrowser_errorupload= 'An error occured while handling the file upload.\nPlease try again later';
|
||||
$lang_ibrowser_errortype= 'Wrong image file type';
|
||||
$lang_ibrowser_errordelete= 'Delete failed';
|
||||
$lang_ibrowser_confirmdelete= 'Click OK to delete image!';
|
||||
$lang_ibrowser_error_width_nan= 'Width is not a number!';
|
||||
$lang_ibrowser_error_height_nan= 'Height is not a number!';
|
||||
$lang_ibrowser_error_border_nan= 'Border is not a number!';
|
||||
$lang_ibrowser_error_hspace_nan= 'Horizontal space is not a number!';
|
||||
$lang_ibrowser_error_vspace_nan= 'Vertical space is not a number!';
|
||||
|
||||
?>
|
Reference in New Issue
Block a user