~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/template/langs/en.js

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// UK lang variables
 
2
 
 
3
tinyMCE.addToLang('template',{
 
4
title : 'Templates',
 
5
label : 'Template',
 
6
desc_label : 'Description',
 
7
desc : 'Insert predefined template content',
 
8
select : 'Select a template',
 
9
preview : 'Preview',
 
10
warning : 'Warning: Updating a template with a different one may cause data loss.',
 
11
def_date_format : '%Y-%m-%d %H:%M:%S',
 
12
months_long : new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"),
 
13
months_short : new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"),
 
14
day_long : new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"),
 
15
day_short : new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun")
 
16
});