From b23a1100838f730e3ca30716a33a48b886c3ed74 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Sun, 23 Jun 2013 07:34:18 +0000 Subject: [2.5] - plugins language - check 2.5.2 git-svn-id: http://piwigo.org/svn/branches/2.5@23458 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../language/ru_RU/plugin.lang.php | 2 +- .../language/sl_SI/description.txt | 1 + .../language/sl_SI/plugin.lang.php | 53 ++++++++++++++++++++++ .../language/tr_TR/plugin.lang.php | 6 +-- .../language/zh_HK/description.txt | 1 + .../language/zh_HK/plugin.lang.php | 53 ++++++++++++++++++++++ plugins/LocalFilesEditor/main.inc.php | 2 +- 7 files changed, 113 insertions(+), 5 deletions(-) create mode 100644 plugins/LocalFilesEditor/language/sl_SI/description.txt create mode 100644 plugins/LocalFilesEditor/language/sl_SI/plugin.lang.php create mode 100644 plugins/LocalFilesEditor/language/zh_HK/description.txt create mode 100644 plugins/LocalFilesEditor/language/zh_HK/plugin.lang.php diff --git a/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php b/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php index 526ac38d7..974cdefe3 100644 --- a/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php @@ -26,7 +26,7 @@ $lang['locfiledit_onglet_css'] = 'CSS'; $lang['locfiledit_onglet_tpl'] = 'Шаблоны'; $lang['locfiledit_onglet_lang'] = 'Языки'; $lang['locfiledit_onglet_plug'] = 'Личный плагин'; -$lang['locfiledit_cant_save'] = 'Текущий файл не может быть записан. Проверьте, имеются ли права зависи в директории "local/" (chmod).'; +$lang['locfiledit_cant_save'] = 'Текущий файл не может быть записан. Проверьте, имеются ли права записи в директории "local/" (chmod).'; $lang['locfiledit_newfile'] = 'Файл не существует и будет создан LocalFilesEditor'; $lang['locfiledit_save_config'] = 'Файл записан успешно'; $lang['locfiledit_show_default'] = 'Показать исходный файл: '; diff --git a/plugins/LocalFilesEditor/language/sl_SI/description.txt b/plugins/LocalFilesEditor/language/sl_SI/description.txt new file mode 100644 index 000000000..5202d65e1 --- /dev/null +++ b/plugins/LocalFilesEditor/language/sl_SI/description.txt @@ -0,0 +1 @@ +Urejanje lokalnih datotek iz administratorske plošče \ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/sl_SI/plugin.lang.php b/plugins/LocalFilesEditor/language/sl_SI/plugin.lang.php new file mode 100644 index 000000000..da09aa738 --- /dev/null +++ b/plugins/LocalFilesEditor/language/sl_SI/plugin.lang.php @@ -0,0 +1,53 @@ + \ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php b/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php index 7d61e5386..852b24ec2 100644 --- a/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php @@ -21,7 +21,7 @@ // | USA. | // +-----------------------------------------------------------------------+ -$lang['locfiledit_onglet_localconf'] = 'Yerel ayarlar'; +$lang['locfiledit_onglet_localconf'] = 'Yerel yapılandırma'; $lang['locfiledit_onglet_css'] = 'CSS'; $lang['locfiledit_onglet_tpl'] = 'Şablonlar'; $lang['locfiledit_onglet_lang'] = 'Diller'; @@ -49,7 +49,7 @@ $lang['locfiledit_empty_page'] = 'Boş sayfa'; $lang['locfiledit_parent_directory'] = 'Üst dizin'; $lang['locfiledit_filename_error'] = 'Dosya adında yasaklanmış karakterler var.'; $lang['locfiledit_file_already_exists'] = 'Bu dosya zaten var.'; -$lang['locfiledit_model_error'] = 'Bir model seçmek zorundasınız.'; +$lang['locfiledit_model_error'] = 'Bir model seçmelisiniz.'; $lang['locfiledit_empty_filename'] = 'Dosya ismini girmelisiniz.'; -$lang['locfiledit_webmaster_only'] = 'Sadece yöneticiler dosyaları yaratabilir veya değiştirebilir.'; +$lang['locfiledit_webmaster_only'] = 'Sadece yöneticiler yerel dosyaları yaratabilir veya değiştirebilir.'; ?> \ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/zh_HK/description.txt b/plugins/LocalFilesEditor/language/zh_HK/description.txt new file mode 100644 index 000000000..513365a9f --- /dev/null +++ b/plugins/LocalFilesEditor/language/zh_HK/description.txt @@ -0,0 +1 @@ +在管理面板編輯本地檔案。 \ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/zh_HK/plugin.lang.php b/plugins/LocalFilesEditor/language/zh_HK/plugin.lang.php new file mode 100644 index 000000000..a5b4f8178 --- /dev/null +++ b/plugins/LocalFilesEditor/language/zh_HK/plugin.lang.php @@ -0,0 +1,53 @@ + \ No newline at end of file diff --git a/plugins/LocalFilesEditor/main.inc.php b/plugins/LocalFilesEditor/main.inc.php index 6a16dcc19..d7eab1807 100644 --- a/plugins/LocalFilesEditor/main.inc.php +++ b/plugins/LocalFilesEditor/main.inc.php @@ -23,7 +23,7 @@ /* Plugin Name: LocalFiles Editor -Version: 2.5.1 +Version: 2.5.2 Description: Edit local files from administration panel Plugin URI: http://piwigo.org/ext/extension_view.php?eid=144 Author: Piwigo team -- cgit v1.2.3