diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-01-09 18:23:44 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-01-09 18:23:44 +0000 |
commit | f39ef584fe5ea7ec69f68fe0d23a66bfa6697184 (patch) | |
tree | ff4ccd1ee67c9c83449e38cbd260b4d32f0e4898 /plugins/LocalFilesEditor/language/hr_HR | |
parent | 5c518c20c39c0a2364c38347b7dbe4ad4c46c878 (diff) |
[trunk] - LocalFilesEditor - remplace include by local
git-svn-id: http://piwigo.org/svn/trunk@8555 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/LocalFilesEditor/language/hr_HR')
-rw-r--r-- | plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php b/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php index 485de2ffa..5f5281cd4 100644 --- a/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php @@ -27,7 +27,7 @@ $lang['locfiledit_onglet_css'] = 'CSS'; $lang['locfiledit_onglet_tpl'] = 'Predlošci'; $lang['locfiledit_onglet_lang'] = 'Jezici'; $lang['locfiledit_onglet_plug'] = 'Osobni plugin'; -$lang['locfiledit_cant_save'] = 'Trenutna datoteka ne može se zapisati. Provjerite može li se zapisivati u mapu "include/" (chmod).'; +$lang['locfiledit_cant_save'] = 'Trenutna datoteka ne može se zapisati. Provjerite može li se zapisivati u mapu "local/" (chmod).'; $lang['locfiledit_newfile'] = 'Datoteka ne postoji i bit ce kreirana pomocu LocalFiles Editor-a'; $lang['locfiledit_save_config'] = 'Datoteka uspješno zapisana.'; $lang['locfiledit_show_default'] = 'Prikaži referentnu datoteku: '; |