Ignore:
Timestamp:
Apr 12, 2011, 1:12:51 PM (13 years ago)
Author:
patdenice
Message:

feature:2262
Replace editarea by Codemirror:
http://codemirror.net

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php

    r8728 r10307  
    2020// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    2121// | USA.                                                                  |
    22 // +-----------------------------------------------------------------------+
    23 
    24 
    25 $lang['locfiledit_onglet_localconf'] = 'Lokalno podešavanje';
     22// +-----------------------------------------------------------------------+$lang['locfiledit_onglet_localconf'] = 'Lokalno podešavanje';
    2623$lang['locfiledit_onglet_css'] = 'CSS';
    2724$lang['locfiledit_onglet_tpl'] = 'Predlošci';
     
    4340$lang['locfiledit_bak_loaded2'] = 'Morate snimiti datoteku kako bi je vratili u prijašnje stanje.';
    4441$lang['locfiledit_syntax_error'] = 'Greška u sintaksi! Datoteka ne može biti spremljena.';
    45 $lang['locfiledit_enable_editarea'] = 'Aktiviraj prostor za uredivanje';
    46 $lang['locfiledit_disable_editarea'] = 'Deaktiviraj prostor za uredivanje';
    4742$lang['locfiledit_new_tpl'] = 'Kreiraj novu datoteku';
    4843$lang['locfiledit_new_filename'] = 'Naziv datoteke';
     
    5651$lang['locfiledit_webmaster_only'] = 'Samo webmasteri mogu kreirati ili mijenjati lokalne datoteke.';
    5752
     53/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror';
     54/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror';
    5855?>
Note: See TracChangeset for help on using the changeset viewer.