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:
Kevin Roast
2009-03-12 10:47:16 +00:00
parent 9884a406b6
commit 2bc702e125
52 changed files with 2379 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
tinyMCE.addI18n('de.emotions_dlg',{
title:"Smiley einf\u00FCgen",
desc:"Smilies",
cool:"Cool",
cry:"Weinend",
embarassed:"Verlegen",
foot_in_mouth:"Reingefallen",
frown:"Stirnrunzelnd",
innocent:"Unschuldig",
kiss:"K\u00FCssend",
laughing:"Lachend",
money_mouth:"Geld",
sealed:"Verschlossen",
smile:"L\u00E4chelnd",
surprised:"\u00DCberrascht",
tongue_out:"Zunge raus",
undecided:"Unentschlossen",
wink:"Zwinkernd",
yell:"Br\u00FCllend"
});

View File

@@ -0,0 +1,20 @@
tinyMCE.addI18n('fr.emotions_dlg',{
title:"Ins\u00E9rer \u00E9motion",
desc:"\u00C9motions",
cool:"Cool",
cry:"En pleurs",
embarassed:"Embarass\u00E9",
foot_in_mouth:"Pied de nez",
frown:"D\u00E9\u00E7u",
innocent:"Innocent",
kiss:"Bisou",
laughing:"Rigolant",
money_mouth:"Avare",
sealed:"Bouche cousue",
smile:"Sourire",
surprised:"Surpris",
tongue_out:"Langue tir\u00E9e",
undecided:"Non d\u00E9cid\u00E9",
wink:"Clin d'oeil",
yell:"Criant"
});

View File

@@ -0,0 +1,20 @@
tinyMCE.addI18n('ja.emotions_dlg',{
title:"\u8868\u60C5\u30A2\u30A4\u30B3\u30F3\u306E\u633F\u5165",
desc:"\u8868\u60C5\u30A2\u30A4\u30B3\u30F3",
cool:"Cool",
cry:"Cry",
embarassed:"Embarassed",
foot_in_mouth:"Foot in mouth",
frown:"Frown",
innocent:"Innocent",
kiss:"Kiss",
laughing:"Laughing",
money_mouth:"Money mouth",
sealed:"Sealed",
smile:"Smile",
surprised:"Surprised",
tongue_out:"Tongue out",
undecided:"Undecided",
wink:"Wink",
yell:"Yell"
});