From 1eb3d18ae24a221037a44d662439d50c74e6fe9f Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 25 Sep 2008 17:46:27 +0000 Subject: - Move get_extents function to include/functions.inc.php. - Change all plugins version to 2.0. - LocalFiles Editor can now edit and create template extension. - Editarea (for LocalFiles Editor) go to version 0.7.2.2 (chrome compatible) - Editarea activation is now saved in database with AJAX. git-svn-id: http://piwigo.org/svn/trunk@2588 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/LocalFilesEditor/language/en_UK/plugin.lang.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'plugins/LocalFilesEditor/language/en_UK/plugin.lang.php') diff --git a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php index 9f608efca..42f53aec4 100644 --- a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php @@ -27,7 +27,7 @@ $lang['locfiledit_onglet_tpl'] = 'Templates'; $lang['locfiledit_onglet_lang'] = 'Languages'; $lang['locfiledit_onglet_plug'] = 'Personal Plugin'; $lang['locfiledit_cant_save'] = 'Current file isn\'t writeable. Check if a directory "include/" is writeable (chmod).'; -$lang['locfiledit_newfile'] = "/* File is not existing and will be created by LocalFiles Editor. */"; +$lang['locfiledit_newfile'] = 'File is not existing and will be created by LocalFiles Editor'; $lang['locfiledit_save_config'] = 'File written successfully.'; $lang['locfiledit_show_default'] = 'Display reference file: '; $lang['locfiledit_save_bak'] = 'Backup copy will be created on save.'; @@ -41,5 +41,15 @@ Restore won\'t be effective till next save.'; $lang['locfiledit_bak_loaded1'] = 'Backup file loaded.'; $lang['locfiledit_bak_loaded2'] = 'You must save file to restore it.'; $lang['locfiledit_syntax_error'] = 'Syntax error! File can\'t be saved.'; +$lang['locfiledit_enable_editarea'] = 'Enable Editarea'; +$lang['locfiledit_disable_editarea'] = 'Disable Editarea'; +$lang['locfiledit_new_tpl'] = 'Create new file'; +$lang['locfiledit_new_filename'] = 'File name'; +$lang['locfiledit_model'] = 'Model'; +$lang['locfiledit_empty_page'] = 'Empty page'; +$lang['locfiledit_parent_directory'] = 'Parent directory'; +$lang['locfiledit_filename_error'] = 'Forbidden caraters in file name.'; +$lang['locfiledit_file_already_exists'] = 'File already exists.'; +$lang['locfiledit_model_error'] = 'You must choose a model.'; ?> \ No newline at end of file -- cgit v1.2.3