mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.1 to HEAD
13285: Fix for ETHREEOH-1353 - Share Document URLs and Download URLs now can be opened in fresh browser session. 13292: Merged V2.1-A to V3.1 9099: *RECORD-ONLY* Upgraded TinyMCE to 3.0.8 so Safari is supported 13294: Addition of TinyMCE lang packs for de, fr and jp. Locale detection in JSPs that utilise TinyMCE editor. NOTE: this makes the TinyMCE changes for rev 12136 on 2.1-A branch as merged. 13298: Fix for ETHREEOH-1365 - FreeMarker date info link now correct. 13299: I18N labels for page descriptions and associated fixes (from wabson) 13300: WebScript framework fixes for ETHREEOH-1357. Set locale from browser headers when processing webscript directly via the webscript servlet. Fix to caching of JSON webscript message resources based on current locale. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13589 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
63
source/web/scripts/tiny_mce/plugins/style/langs/de_dlg.js
vendored
Normal file
63
source/web/scripts/tiny_mce/plugins/style/langs/de_dlg.js
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
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"
|
||||
});
|
63
source/web/scripts/tiny_mce/plugins/style/langs/fr_dlg.js
vendored
Normal file
63
source/web/scripts/tiny_mce/plugins/style/langs/fr_dlg.js
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
tinyMCE.addI18n('fr.style_dlg',{
|
||||
title:"\u00C9diter la feuille de style CSS",
|
||||
apply:"Appliquer",
|
||||
text_tab:"Texte",
|
||||
background_tab:"Fond",
|
||||
block_tab:"Bloc",
|
||||
box_tab:"Bo\u00EEte",
|
||||
border_tab:"Bordure",
|
||||
list_tab:"Liste",
|
||||
positioning_tab:"Positionement",
|
||||
text_props:"Texte",
|
||||
text_font:"Police",
|
||||
text_size:"Taille",
|
||||
text_weight:"Poids",
|
||||
text_style:"Style",
|
||||
text_variant:"Variante",
|
||||
text_lineheight:"Hauteur de ligne",
|
||||
text_case:"Casse",
|
||||
text_color:"Couleur",
|
||||
text_decoration:"D\u00E9coration",
|
||||
text_overline:"surlign\u00E9",
|
||||
text_underline:"soulign\u00E9",
|
||||
text_striketrough:"barr\u00E9",
|
||||
text_blink:"clignotant",
|
||||
text_none:"aucun",
|
||||
background_color:"Couleur de fond",
|
||||
background_image:"Image de fond",
|
||||
background_repeat:"R\u00E9p\u00E9ter",
|
||||
background_attachment:"Attachement",
|
||||
background_hpos:"Position horizontale",
|
||||
background_vpos:"Position verticale",
|
||||
block_wordspacing:"Espacement des mots ",
|
||||
block_letterspacing:"Espacement des lettres",
|
||||
block_vertical_alignment:"Alignement vertical",
|
||||
block_text_align:"Alignement du texte",
|
||||
block_text_indent:"Indentation du texte",
|
||||
block_whitespace:"Fin de ligne",
|
||||
block_display:"Affichage",
|
||||
box_width:"Largeur",
|
||||
box_height:"Hauteur",
|
||||
box_float:"Flottant",
|
||||
box_clear:"Vider",
|
||||
padding:"Espacement",
|
||||
same:"Identique pour tous",
|
||||
top:"Haut",
|
||||
right:"Droit",
|
||||
bottom:"Bas",
|
||||
left:"Gauche",
|
||||
margin:"Marge",
|
||||
style:"Style",
|
||||
width:"Largeur",
|
||||
height:"Hauter",
|
||||
color:"Couleur",
|
||||
list_type:"Type",
|
||||
bullet_image:"Image de puce",
|
||||
position:"Position",
|
||||
positioning_type:"Type",
|
||||
visibility:"Visibilit\u00E9",
|
||||
zindex:"Z-index",
|
||||
overflow:"D\u00E9bordement",
|
||||
placement:"Placement",
|
||||
clip:"Clip"
|
||||
});
|
63
source/web/scripts/tiny_mce/plugins/style/langs/ja_dlg.js
vendored
Normal file
63
source/web/scripts/tiny_mce/plugins/style/langs/ja_dlg.js
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
tinyMCE.addI18n('ja.style_dlg',{
|
||||
title:"CSS\u7DE8\u96C6",
|
||||
apply:"\u9069\u7528",
|
||||
text_tab:"\u6587\u5B57",
|
||||
background_tab:"\u80CC\u666F",
|
||||
block_tab:"\u30D6\u30ED\u30C3\u30AF",
|
||||
box_tab:"\u30DC\u30C3\u30AF\u30B9",
|
||||
border_tab:"\u67A0\u7DDA",
|
||||
list_tab:"\u30EA\u30B9\u30C8",
|
||||
positioning_tab:"\u30DD\u30B8\u30B7\u30E7\u30F3",
|
||||
text_props:"Text",
|
||||
text_font:"\u30D5\u30A9\u30F3\u30C8",
|
||||
text_size:"\u30B5\u30A4\u30BA",
|
||||
text_weight:"\u592A\u3055",
|
||||
text_style:"\u30B9\u30BF\u30A4\u30EB",
|
||||
text_variant:"\u5909\u5F62",
|
||||
text_lineheight:"\u884C\u9AD8\u3055",
|
||||
text_case:"\u5927\u6587\u5B57/\u5C0F\u6587\u5B57",
|
||||
text_color:"\u8272",
|
||||
text_decoration:"\u88C5\u98FE",
|
||||
text_overline:"\u4E0A\u7DDA",
|
||||
text_underline:"\u4E0B\u7DDA",
|
||||
text_striketrough:"\u6253\u6D88\u3057\u7DDA",
|
||||
text_blink:"\u70B9\u6EC5",
|
||||
text_none:"\u306A\u3057",
|
||||
background_color:"\u80CC\u666F\u8272",
|
||||
background_image:"\u80CC\u666F\u753B\u50CF",
|
||||
background_repeat:"\u7E70\u308A\u8FD4\u3057",
|
||||
background_attachment:"Attachment",
|
||||
background_hpos:"\u6C34\u5E73\u4F4D\u7F6E",
|
||||
background_vpos:"\u5782\u76F4\u4F4D\u7F6E",
|
||||
block_wordspacing:"\u5358\u8A9E\u611F\u899A",
|
||||
block_letterspacing:"\u6587\u5B57\u9593\u9694",
|
||||
block_vertical_alignment:"\u5782\u76F4\u914D\u7F6E",
|
||||
block_text_align:"\u6C34\u5E73\u914D\u7F6E",
|
||||
block_text_indent:"\u30A4\u30F3\u30C7\u30F3\u30C8",
|
||||
block_whitespace:"\u7A7A\u767D\u6587\u5B57",
|
||||
block_display:"\u30C7\u30A3\u30B9\u30D7\u30EC\u30A4",
|
||||
box_width:"\u5E45",
|
||||
box_height:"\u9AD8\u3055",
|
||||
box_float:"\u56DE\u308A\u8FBC\u307F",
|
||||
box_clear:"\u56DE\u308A\u8FBC\u307F\u89E3\u9664",
|
||||
padding:"\u30D1\u30C7\u30A3\u30F3\u30B0",
|
||||
same:"\u5168\u3066\u540C\u3058\u306B\u3059\u308B",
|
||||
top:"\u4E0A",
|
||||
right:"\u53F3",
|
||||
bottom:"\u4E0B",
|
||||
left:"\u5DE6",
|
||||
margin:"\u30DE\u30FC\u30B8\u30F3",
|
||||
style:"\u30B9\u30BF\u30A4\u30EB",
|
||||
width:"\u5E45",
|
||||
height:"\u9AD8\u3055",
|
||||
color:"\u8272",
|
||||
list_type:"\u30DE\u30FC\u30AB\u30FC\u7A2E\u985E",
|
||||
bullet_image:"\u30DE\u30FC\u30AB\u30FC\u753B\u50CF",
|
||||
position:"\u30DE\u30FC\u30AB\u30FC\u8868\u793A\u4F4D\u7F6E",
|
||||
positioning_type:"\u914D\u7F6E\u65B9\u6CD5",
|
||||
visibility:"\u8868\u793A",
|
||||
zindex:"Z-Index",
|
||||
overflow:"\u30AA\u30FC\u30D0\u30FC\u30D5\u30ED\u30FC",
|
||||
placement:"\u4F4D\u7F6E",
|
||||
clip:"\u5207\u308A\u629C\u304D"
|
||||
});
|
Reference in New Issue
Block a user