diff options
author | patdenice <patdenice@piwigo.org> | 2008-09-25 17:46:27 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-09-25 17:46:27 +0000 |
commit | 1eb3d18ae24a221037a44d662439d50c74e6fe9f (patch) | |
tree | bad9aae88920126457aeadf09a7a9ec55242977b /plugins/LocalFilesEditor/language/en_UK | |
parent | fd0b26af453fedf4528eaf4114914a6e5b7bc685 (diff) |
- 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
Diffstat (limited to 'plugins/LocalFilesEditor/language/en_UK')
-rw-r--r-- | plugins/LocalFilesEditor/language/en_UK/plugin.lang.php | 12 |
1 files changed, 11 insertions, 1 deletions
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 |