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

merge r10307 from trunk to branch 2.2
feature:2262
Replace editarea by Codemirror:
http://codemirror.net

Location:
branches/2.2/plugins/LocalFilesEditor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/plugins/LocalFilesEditor

  • branches/2.2/plugins/LocalFilesEditor/language/sk_SK/plugin.lang.php

    r8728 r10310  
    4242$lang['locfiledit_bak_loaded2'] = 'Musíte uložiť súbor na jeho obnovenie.';
    4343$lang['locfiledit_syntax_error'] = 'Syntaktický chyba! Súbor nemôže byť uložený.';
    44 $lang['locfiledit_enable_editarea'] = 'Povoliť editáciu';
    45 $lang['locfiledit_disable_editarea'] = 'Zakázať editáciu';
    4644$lang['locfiledit_new_tpl'] = 'Vytvorenie nového súboru';
    4745$lang['locfiledit_new_filename'] = 'Meno súboru';
     
    5553$lang['locfiledit_webmaster_only'] = 'Len webmasteri môžu vytvoriť alebo modifikovať lokálne súbory.';
    5654
     55/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror';
     56/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror';
    5757?>
Note: See TracChangeset for help on using the changeset viewer.