From c59a2a69fb38b92b6c45bcf7431d2b1a3c5dce3c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 23 Oct 2010 19:46:20 -0400 Subject: added grappelli, filebrowser, chunks and tagging to lcal repo --- .../jscripts/tiny_mce/plugins/template/langs/de_dlg.js | 15 +++++++++++++++ .../jscripts/tiny_mce/plugins/template/langs/en_dlg.js | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/template/langs/de_dlg.js create mode 100644 lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js (limited to 'lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/template/langs') diff --git a/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/template/langs/de_dlg.js b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/template/langs/de_dlg.js new file mode 100644 index 0000000..8e1d1bd --- /dev/null +++ b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/template/langs/de_dlg.js @@ -0,0 +1,15 @@ +tinyMCE.addI18n('de.template_dlg',{ +title:"Vorlagen", +label:"Vorlage", +desc_label:"Beschreibung", +desc:"Inhalt aus Vorlage einf\u00FCgen", +select:"Vorlage ausw\u00E4hlen", +preview:"Vorschau", +warning:"Warnung: Eine Vorlage mit einer anderen zu aktualisieren kann zu einem Datenverlust f\u00FChren!", +mdate_format:"%Y-%m-%d %H:%M:%S", +cdate_format:"%Y-%m-%d %H:%M:%S", +months_long:"Januar,Februar,M\u00E4rz,April,Mai,Juni,Juli,August,September,Oktober,November,Dezember", +months_short:"Jan,Feb,M\u00E4r,Apr,Mai,Juni,Juli,Aug,Sept,Okt,Nov,Dez", +day_long:"Sonntag,Montag,Dienstag,Mittwoch,Donnerstag,Freitag,Samstag,Sonntag", +day_short:"So,Mo,Di,Mi,Do,Fr,Sa,So" +}); \ No newline at end of file diff --git a/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js new file mode 100644 index 0000000..1f7f744 --- /dev/null +++ b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js @@ -0,0 +1,15 @@ +tinyMCE.addI18n('en.template_dlg',{ +title:"Templates", +label:"Template", +desc_label:"Description", +desc:"Insert predefined template content", +select:"Select a template", +preview:"Preview", +warning:"Warning: Updating a template with a different one may cause data loss.", +mdate_format:"%Y-%m-%d %H:%M:%S", +cdate_format:"%Y-%m-%d %H:%M:%S", +months_long:"January,February,March,April,May,June,July,August,September,October,November,December", +months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec", +day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday", +day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun" +}); \ No newline at end of file -- cgit v1.2.3-70-g09d2