summaryrefslogtreecommitdiff
path: root/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2012-09-22 22:27:04 -0400
committerluxagraf <sng@luxagraf.net>2012-09-22 22:27:04 -0400
commitefb623af0bcb47d510501c282e1326b11343a29c (patch)
tree3a35fb19f5eba3b219c65277a5fb712cbe9604ac /lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs
parent0b481fd7931c2ae20ca21f89a87f2ba6a6c01e10 (diff)
site reorg
Diffstat (limited to 'lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs')
-rwxr-xr-xlib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs/de_dlg.js63
-rw-r--r--lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js63
2 files changed, 0 insertions, 126 deletions
diff --git a/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs/de_dlg.js b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs/de_dlg.js
deleted file mode 100755
index 57a62ff..0000000
--- a/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs/de_dlg.js
+++ /dev/null
@@ -1,63 +0,0 @@
-tinyMCE.addI18n('de.style_dlg',{
-title:"CSS-Styles bearbeiten",
-apply:"\u00DCbernehmen",
-text_tab:"Text",
-background_tab:"Hintergrund",
-block_tab:"Block",
-box_tab:"Box",
-border_tab:"Rahmen",
-list_tab:"Liste",
-positioning_tab:"Positionierung",
-text_props:"Text",
-text_font:"Schriftart",
-text_size:"Gr\u00F6\u00DFe",
-text_weight:"Dicke",
-text_style:"Stil",
-text_variant:"Variante",
-text_lineheight:"Zeilenh\u00F6he",
-text_case:"Schreibung",
-text_color:"Farbe",
-text_decoration:"Gestaltung",
-text_overline:"\u00FCberstrichen",
-text_underline:"unterstrichen",
-text_striketrough:"durchgestrichen",
-text_blink:"blinkend",
-text_none:"keine",
-background_color:"Hintergrundfarbe",
-background_image:"Hintergrundbild",
-background_repeat:"Wiederholung",
-background_attachment:"Wasserzeicheneffekt",
-background_hpos:"Position X",
-background_vpos:"Position Y",
-block_wordspacing:"Wortabstand",
-block_letterspacing:"Buchstabenabstand",
-block_vertical_alignment:"Vertikale Ausrichtung",
-block_text_align:"Ausrichtung",
-block_text_indent:"Einr\u00FCckung",
-block_whitespace:"Automatischer Umbruch",
-block_display:"Umbruchverhalten",
-box_width:"Breite",
-box_height:"H\u00F6he",
-box_float:"Umflie\u00DFung",
-box_clear:"Umflie\u00DFung verhindern",
-padding:"Innerer Abstand",
-same:"Alle gleich",
-top:"Oben",
-right:"Rechts",
-bottom:"Unten",
-left:"Links",
-margin:"\u00C4u\u00DFerer Abstand",
-style:"Format",
-width:"Breite",
-height:"H\u00F6he",
-color:"Textfarbe",
-list_type:"Listenpunkt-Art",
-bullet_image:"Listenpunkt-Grafik",
-position:"Positionierung",
-positioning_type:"Art der Positionierung",
-visibility:"Sichtbar",
-zindex:"Z-Wert",
-overflow:"Verhalten bei \u00DCbergr\u00F6\u00DFe",
-placement:"Platzierung",
-clip:"Ausschnitt"
-}); \ No newline at end of file
diff --git a/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js
deleted file mode 100644
index 5026313..0000000
--- a/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js
+++ /dev/null
@@ -1,63 +0,0 @@
-tinyMCE.addI18n('en.style_dlg',{
-title:"Edit CSS Style",
-apply:"Apply",
-text_tab:"Text",
-background_tab:"Background",
-block_tab:"Block",
-box_tab:"Box",
-border_tab:"Border",
-list_tab:"List",
-positioning_tab:"Positioning",
-text_props:"Text",
-text_font:"Font",
-text_size:"Size",
-text_weight:"Weight",
-text_style:"Style",
-text_variant:"Variant",
-text_lineheight:"Line height",
-text_case:"Case",
-text_color:"Color",
-text_decoration:"Decoration",
-text_overline:"overline",
-text_underline:"underline",
-text_striketrough:"strikethrough",
-text_blink:"blink",
-text_none:"none",
-background_color:"Background color",
-background_image:"Background image",
-background_repeat:"Repeat",
-background_attachment:"Attachment",
-background_hpos:"Horizontal position",
-background_vpos:"Vertical position",
-block_wordspacing:"Word spacing",
-block_letterspacing:"Letter spacing",
-block_vertical_alignment:"Vertical alignment",
-block_text_align:"Text align",
-block_text_indent:"Text indent",
-block_whitespace:"Whitespace",
-block_display:"Display",
-box_width:"Width",
-box_height:"Height",
-box_float:"Float",
-box_clear:"Clear",
-padding:"Padding",
-same:"Same for all",
-top:"Top",
-right:"Right",
-bottom:"Bottom",
-left:"Left",
-margin:"Margin",
-style:"Style",
-width:"Width",
-height:"Height",
-color:"Color",
-list_type:"Type",
-bullet_image:"Bullet image",
-position:"Position",
-positioning_type:"Type",
-visibility:"Visibility",
-zindex:"Z-index",
-overflow:"Overflow",
-placement:"Placement",
-clip:"Clip"
-}); \ No newline at end of file