You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/12/09 14:01:48 UTC

svn commit: r1043949 [2/2] - /ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.jp.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.jp.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.jp.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.jp.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,187 @@
+/**
+ * Japanese translation
+ * @author Tomoaki Yoshida <in...@yoshida-studio.jp>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.jp = {
+	'Editor' : 'エディター',
+	'Source' : 'ソース',
+	// Panel Name
+	'Copy/Pase'      : 'コピー/ペースト',
+	'Undo/Redo'      : '元に戻す/やり直し',
+	'Text styles'    : 'テキストスタイル',
+	'Colors'         : '色',
+	'Alignment'      : '行揃え',
+	'Indent/Outdent' : 'インデント/アウトデント',
+	'Text format'    : 'テキストフォーマット',
+	'Lists'          : 'リスト',
+	'Misc elements'  : 'その他',
+	'Links'          : 'リンク',
+	'Images'         : '画像',
+	'Media'          : 'メディア',
+	'Tables'         : 'テーブル',
+	'File manager (elFinder)' : 'ファイルマネージャ(elFinder)',
+	// button names
+	'About this software'     : 'このソフトウェアについて',
+	'Save'                    : '保存',
+	'Copy'                    : 'コピー',
+	'Cut'                     : '切り取り',
+	'Paste'                   : '貼り付け',
+	'Paste only text'         : 'テキストのみ貼り付け',
+	'Paste formatted text'    : 'フォーマットされたテキストの貼り付け',
+	'Clean format'            : 'フォーマット消去', 
+	'Undo last action'        : '元に戻す',
+	'Redo previous action'    : 'やり直し',
+	'Bold'                    : '太字',
+	'Italic'                  : '斜体',
+	'Underline'               : '下線',
+	'Strikethrough'           : '打ち消し線',
+	'Superscript'             : '上付き文字',
+	'Subscript'               : '添え字',
+	'Align left'              : '左揃え',
+	'Ailgn right'             : '右揃え',
+	'Align center'            : '中央揃え',
+	'Align full'              : '両端揃え',
+	'Font color'              : 'テキスト色',
+	'Background color'        : '背景色',
+	'Indent'                  : 'インデント', 
+	'Outdent'                 : 'アウトデント', 
+	'Format'                  : 'フォーマット',
+	'Font size'               : 'サイズ',
+	'Font'                    : 'フォント',
+	'Ordered list'            : '段落番号',
+	'Unordered list'          : '箇条書き',
+	'Horizontal rule'         : '横罫線',
+	'Blockquote'              : 'ブロック引用',
+	'Block element (DIV)'     : 'ブロック要素 (DIV)',
+	'Link'                    : 'リンク',
+	'Delete link'             : 'リンク削除',
+	'Bookmark'                : 'アンカー挿入/編集',
+	'Image'                   : 'イメージ',
+	'Table'                   : 'テーブル',
+	'Delete table'            : 'テーブル削除',
+	'Insert row before'       : '前に行を挿入',
+	'Insert row after'        : '後ろに行を挿入',
+	'Delete row'              : '行を削除',
+	'Insert column before'    : '前に列を挿入',
+	'Insert column after'     : '後ろに列を挿入',
+	'Delete column'           : '列を削除',
+	'Merge table cells'       : 'セルを結合する',
+	'Split table cell'        : 'セルを分割する',
+	'Toggle display document structure' : '構成要素の表示',
+	'Table cell properties'   : 'テーブルセルプロパティ',
+	'Table properties'        : 'テーブルプロパティ',
+	'Toggle full screen mode' : '最大化',
+	'Open file manager'       : 'ファイルマネージャを開く',
+	'Non breakable space'     : '改行なしスペース',
+	'Stop element floating'   : 'フロートの解除',
+	// dialogs
+	'Warning' : '警告',
+	'Properies' : 'プロパティ',
+	'Popup' : 'ポップアップ',
+	'Advanced' : 'アドバンス',
+	'Events' : 'イベント',
+	'Width' : '幅',
+	'Height' : '高さ',
+	'Left'   : 'å·¦',
+	'Center' : '中央',
+	'Right'  : '右',
+	'Border' : 'ボーダー',
+	'Background' : '背景',
+	'Css class' : 'CSS class',
+	'Css style' : 'CSS style',
+	'No' : 'No',
+	'Title' : 'タイトル',
+	'Script direction' : '文字表記方向',
+	'Language' : '言語',
+	'Charset' : 'Charset',
+	'Not set' : '設定しない',
+	'Left to right' : '左から右',
+	'Right to left' : '右から左',
+	'In this window' : '同じウィンドウ (_self)',
+	'In new window (_blank)' : '新しいウィンドウ (_blank)',
+	'In new parent window (_parent)' : '新しい親ウィンドウ (_parent)',
+	'In top frame (_top)' : 'トップフレーム (_top)',
+	'URL' : 'URL',
+	'Open in' : 'Open in',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'この機能はお使いのブラウザではセキュリティの観点からご利用できません。ショートカットをご利用ください。',
+	// format 
+	'Heading 1' : '見出し1',
+	'Heading 2' : '見出し2',
+	'Heading 3' : '見出し3',
+	'Heading 4' : '見出し4',
+	'Heading 5' : '見出し5',
+	'Heading 6' : '見出し6',
+	'Paragraph' : '段落',
+	'Address' : 'アドレス',
+	'Preformatted' : '',
+	// font size
+	'Small (8pt)'   : '小(8pt)',
+	'Small (10px)'  : '小(10pt)',
+	'Small (12pt)'  : '小(12pt)',
+	'Normal (14pt)' : '中(14pt)',
+	'Large (18pt)'  : '大(18pt)',
+	'Large (24pt)'  : '大(24pt)',
+	'Large (36pt)'  : '大(36pt)',
+	// bookmark
+	'Bookmark name' : 'アンカー名',
+	// link
+	'Link URL' : '(URL)',
+	'Target' : 'ターゲット',
+	'Open link in popup window' : 'リンク先をポップアップで開く',
+	'URL' : 'URL',
+	'Window name' : 'ウィンドウ名',
+	'Window size' : 'ウィンドウサイズ',
+	'Window position' : 'ウィンドウ位置',
+	'Location bar' : 'ロケーションバー',
+	'Menu bar' : 'メニューバー',
+	'Toolbar' : 'ツールバー',
+	'Scrollbars' : 'スクロールバー',
+	'Status bar' : 'ステータスバー',
+	'Resizable' : 'サイズ可変',
+	'Depedent' : 'ウィンドウ連動',
+	'Add return false' : 'return falseを加える',
+	'Target MIME type' : 'Target MIME type',
+	'Relationship page to target (rel)' : 'ページからターゲットの関係 (rel)',
+	'Relationship target to page (rev)' : 'ターゲットからページの関係 (rev)',
+	'Tab index' : 'タブインデックス',
+	'Access key' : 'アクセスキー',
+	// image
+	'Size' : 'サイズ',
+	'Preview' : 'プレビュー',
+	'Margins' : 'マージン',
+	'Alt text' : '代替テキスト',
+	'Image URL' : '画像URL',
+	// table
+	'Spacing'       : 'セル間隔 (spacing)',
+	'Padding'       : 'セル内余白 (padding)',
+	'Rows'          : '行',
+	'Columns'       : '列',
+	'Groups'        : 'グループ',
+	'Cells'         : 'セル',
+	'Caption'       : 'キャプション',
+	'Inner borders' : '内部ボーダー',
+	// about
+	'About elRTE' : 'elRTEについて',
+	'Version' : 'バージョン',
+	'Licence' : 'ライセンス',
+	'elRTE is an open-source JavaScript based WYSIWYG HTML-editor.' : 'elRTEはJavascriptベースのオープンソースWYSIWYG HTMLエディタです。',
+	'Main goal of the editor - simplify work with text and formating (HTML) on sites, blogs, forums and other online services.' : 'このエディタの主な目的は、ウェブサイト、ブログ、フォーラムやその他のオンラインサービスのテキストとHTMLフォーマット入力作業をシンプルにすることです。',
+	'You can use it in any commercial or non-commercial projects.' : '商用・非商用に関わらずご利用いただけます。',
+	'Authors' : '著作者',
+	'Chief developer' : 'チーフデベロッパー',
+	'Developer, tech support' : 'デベロッパー・テクニカルサポート',
+	'Interface designer' : 'インターフェイスデザイナー',
+	'Spanish localization' : 'スペイン語化ローカライゼーション',
+	'Japanese localization' : '日本語化ローカライゼーション',
+	'Latvian localization' : 'ラトビア語化ローカライゼーション',
+	'German localization' : 'ドイツ語化ローカライゼーション',
+	'Ukranian localization' : 'ウクライナ語化ローカライゼーション',
+	'For more information about this software visit the' : '次のURLにてこのソフトウェアのより詳しい情報を公開しています。',
+	'elRTE website' : 'elRTE ウェブサイト'
+	
+	
+}
+})(jQuery);

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.jp.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.jp.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.jp.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.lv.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.lv.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.lv.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.lv.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,179 @@
+/**
+ * Latvian translation
+ * @author Uldis Plotiņš <ul...@gmail.com>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.lv = {
+	'Editor' : 'Redaktors',
+	'Source' : 'Izejas kods',
+	// panel names
+	'Copy/Pase'      : 'Kopēt/Ievietot',
+	'Undo/Redo'      : 'Atcelt/Atkārtot darbību',
+	'Text styles'    : 'Teksta stili',
+	'Colors'         : 'Krāsa',
+	'Alignment'      : 'Izlīdzināšana',
+	'Indent/Outdent' : 'Atkāpes',
+	'Text format'    : 'Formatēšana',
+	'Lists'          : 'Saraksti',
+	'Misc elements'  : 'Dažādi elementi',
+	'Links'          : 'Saites',
+	'Images'         : 'Attēli',
+	'Media'          : 'Mēdiju faili',
+	'Tables'         : 'Tabulas',
+	'File manager (elFinder)' : 'Failu pārvaldnieks (elFinder)',
+	// button names
+	'Save'                    : 'Saglabāt',
+	'Copy'                    : 'Kopēt',
+	'Cut'                     : 'Izgriezt',
+	'Paste'                   : 'Ievietot',
+	'Paste only text'         : 'Ievietot tikai tekstu',
+	'Paste formatted text'    : 'Ievietot formatētu tekstu',
+	'Clean format'            : 'Atcelt formatēšanu', 
+	'Undo last action'        : 'Atcelt pēdējo darbību',
+	'Redo previous action'    : 'Atkārtot pēdējo darbību',
+	'Bold'                    : 'Treknraksts',
+	'Italic'                  : 'Slīpraksts',
+	'Underline'               : 'Pasvītrots',
+	'Strikethrough'           : 'Izsvītrots',
+	'Superscript'             : 'Augšraksts',
+	'Subscript'               : 'Apakšraksts',
+	'Align left'              : 'Izlīdzināt pa kreiso malu',
+	'Ailgn right'             : 'Izlīdzināt pa labo malu',
+	'Align center'            : 'Centrēt',
+	'Align full'              : 'Izlīdzināt pa malām',
+	'Font color'              : 'Šrifta krāsa',
+	'Background color'        : 'Fona krāsa',
+	'Indent'                  : 'Palielināt atkāpi',
+	'Outdent'                 : 'Samazināt atkāpi',
+	'Format'                  : 'Formatēšana',
+	'Font size'               : 'Å rifta lielums',
+	'Font'                    : 'Å rifts',
+	'Ordered list'            : 'Numurēts saraksts',
+	'Unordered list'          : 'Nenumurēts saraksts',
+	'Horizontal rule'         : 'Horizontālā līnija',
+	'Blockquote'              : 'Citāts',
+	'Block element (DIV)'     : 'Bloka elements (DIV)',
+	'Link'                    : 'Saite',
+	'Delete link'             : 'Dzēst saiti',
+	'Bookmark'                : 'Grāmatzīme',
+	'Image'                   : 'Attēls',
+	'Table'                   : 'Tabula',
+	'Delete table'            : 'Dzēst tabulu',
+	'Insert row before'       : 'Ievietot rindu pirms',
+	'Insert row after'        : 'Ievietot rindu pēc',
+	'Delete row'              : 'Dzēst rindu',
+	'Insert column before'    : 'Ievietot kolonnu pirms',
+	'Insert column after'     : 'Ievietot kolonnu pēc',
+	'Delete column'           : 'Dzēst kolonnu',
+	'Merge table cells'       : 'Apvienot ailes',
+	'Split table cell'        : 'Sadalīt aili',
+	'Toggle display document structure' : 'Rādīt dokumenta struktūru/neredzamos elementus',
+	'Table cell properties'   : 'Ailes iestatījumi',
+	'Table properties'        : 'Tabulas iestatījumi',
+	'Toggle full screen mode' : 'Pilns ekrāns',
+	'Open file manager'       : 'Atvērt failu pārvaldnieku',
+	'Non breakable space'     : 'Nepārtrauktā atstarpe',
+	'Stop element floating'   : 'Atslēgt elementu apklāšanu ar tekstu',
+	// dialogs
+	'Warning' : 'Uzmanību',
+	'Properies' : 'Iestatījumi',
+	'Popup' : 'Jauns logs',
+	'Advanced' : 'Papildus',
+	'Events' : 'Notikumi',
+	'Width' : 'Platums',
+	'Height' : 'Augstums',
+	'Left'   : 'Pa kresi',
+	'Center' : 'Pa centru',
+	'Right'  : 'Pa labi',
+	'Border' : 'Mala',
+	'Background' : 'Fons',
+	'Css class' : 'Css klase',
+	'Css style' : 'Css stils',
+	'No' : 'Nē',
+	'Title' : 'Virsraksts',
+	'Script direction' : 'Vēstules virziens',
+	'Language' : 'Valoda',
+	'Charset' : 'Kodējums',
+	'Not set' : 'Nav uzstādī†s',
+	'Left to right' : 'No kreisās uz labo',
+	'Right to left' : 'No labās uz kreiso',
+	'In this window' : 'Dotajā logā',
+	'In new window (_blank)' : 'Jaunā logā (_blank)',
+	'In new parent window (_parent)' : 'Vecāku logā (_parent)',
+	'In top frame (_top)' : 'Augšējā rāmī (_top)',
+	'URL' : 'URL',
+	'Open in' : 'Atvērt',
+	'Open file manger' : 'Atvērt failu pārvaldnieku',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'Dotā darbība jūsu pārlūkam ir liegta saistībā ar drošības aspektiem. Izmantojiet taustiņu kombināciju.',
+	// format 
+	'Heading 1' : 'Virsraksts 1',
+	'Heading 2' : 'Virsraksts 2',
+	'Heading 3' : 'Virsraksts 3',
+	'Heading 4' : 'Virsraksts 4',
+	'Heading 5' : 'Virsraksts 5',
+	'Heading 6' : 'Virsraksts 6',	
+	'Paragraph' : 'Paragrāfs',
+	'Address' : 'Adrese',
+	'Preformatted' : '',
+	// font size
+	'Small (8pt)'   : 'SÄ«ks (8pt)',
+	'Small (10px)'  : 'Mazs (10px)',
+	'Small (12pt)'  : 'Neliels (12pt)',
+	'Normal (14pt)' : 'Parasts (14pt)',
+	'Large (18pt)'  : 'Liels (18pt)',
+	'Large (24pt)'  : 'Ļoti liels(24pt)',
+	'Large (36pt)'  : 'Milzīgs (36pt)',				
+	// bookmark
+	'Bookmark name' : 'Grāmatzīmes vārds',
+	// link
+	'Link URL' : 'Saites adrese (URL)',
+	'Target' : 'Mērķis',
+	'Select bookmark' : 'Izvēlēties grāmatzīmi',
+	'Open link in popup window' : 'Atvērt saiti jaunā logā',
+	'URL' : 'URL',
+	'Window name' : 'Loga nosaukums',
+	'Window size' : 'Loga izmērs',
+	'Window position' : 'Loga pozīcija',
+	'Location bar' : 'Vietas panelis',
+	'Menu bar' : 'Izvēlnes panelis',
+	'Toolbar' : 'Instrumentu panelis',
+	'Scrollbars' : 'Ritjoslas',
+	'Status bar' : 'Stāvokļa panelis',
+	'Resizable' : 'Izmēra izmaiņas',
+	'Depedent' : 'Atkarīgs (Netscape)',
+	'Add return false' : 'Pievienot (return false)',
+	'Target MIME type' : 'MIME type mērķi',
+	'Relationship page to target (rel)' : 'Lapas attiecībaa pret mērķi (rel)',
+	'Relationship target to page (rev)' : 'Mērķa attiecība pret lapu (rev)',
+	'Tab index' : '',
+	'Access key' : 'Pieejas taustiņš',
+	// image
+	'Size' : 'Izmērs',
+	'Preview' : 'Priekšskats',
+	'Margins' : 'Atkāpes',
+	'Alt text' : 'Apraksta teksts',
+	'Image URL' : 'Bildes URL',
+	// table
+	'Spacing'       : 'Atstarpe',
+	'Padding'       : 'Atkāpe',
+	'Rows'          : 'Rindas',
+	'Columns'       : 'Kolonnas',
+	'Groups'        : 'Grupas',
+	'Cells'         : 'Ailes',
+	'Caption'       : 'Tabulas virsraksts',
+	'Inner borders' : 'Iekšējās robežas',
+	// table cell
+	'Table cell type' : 'Tabulas ailes tips',
+	'Data' : 'Dati',
+	'Header' : 'Virsraksts',
+	'Justify' : 'Pa malām',
+	'Paddings' : 'Atkāpes',
+	'Apply to' : 'Pielietot uz',
+	'Current cell' : 'Izvēlētā aile',
+	'All cells in row' : 'Visas rindas ailes',
+	'All cells in column' : 'Visas stabiņa ailes',
+	'All cells in table' : 'Visas tabulas ailes'
+}
+})(jQuery);

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.lv.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.lv.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.lv.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.nl.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.nl.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.nl.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.nl.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,199 @@
+/**
+ * Dutch translation
+ * @author Kurt Aerts
+ * @link http://ilabsolutions.net/
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.nl = {
+	'Editor' : 'Editor',
+	'Source' : 'Broncode',
+// Panel names
+	'Copy / Pase' : 'Kopieeer / Plakken',
+	'Undo / Redo' : 'Ongedaan maken / Herhalen typen',
+	'Text styles' : 'Tekst stijlen',
+	'Colors': 'Kleuren:',
+	'Alignment': 'Alinea',
+	'Indent / Outdent': '',
+	'Text format': 'Tekst opmaak',
+	'Lists': 'Lijsten',
+	'Misc elements': '',
+	'Links': 'Links',
+	'Images': 'Afbeeldingen',
+	'Media': 'Media',
+	'Tables': 'Tabelllen',
+	'File manager (elFinder)' : 'Bestandsmanager (elFinder)',
+// Button names
+	'About this software'     : 'Over deze software',
+	'Save': 'Opslaan',
+	'Copy': 'Kopieer',
+	'Cut': 'Knip',
+	'Paste': 'Plak',
+	'Paste only text': 'Plak alleen tekst',
+	'Paste formatted text': 'Plak opgemaakte tekst',
+	'Clean format': 'Opmaak opschonen',
+	'Undo last action': 'Maak laaste actie ongedaan',
+	'Redo previous action': 'Herdoe laatst gedane actie',
+	'Bold': 'Vet',
+	'Italic': 'Cursief',
+	'Underline': 'Onderlijnt',
+	'Strikethrough': 'Doorstreept',
+	'Superscript': '',
+	'Subscript': '',
+	'Align left': 'Links uitlijnen',
+	'Ailgn right': 'Rechts uitlijnen',
+	'Align center': 'Centreren',
+	'Align full': 'Uitvullen',
+	'Font color': 'Tekst kleur',
+	'Background color': 'Achtergrond kleur',
+	'Indent': 'Inspringing vergroten',
+	'Outdent': 'Inspringing Verkleinen',
+	'Format': 'Opmaak',
+	'Font size': 'Tekst grootte',
+	'Font': 'Lettertype',
+	'Ordered list': 'Geordende lijst',
+	'Unordered list': 'Ongeordende lijst',
+	'Horizontal rule': 'Horizontale regel',
+	'Blockquote': '',
+	'Block element (DIV)'  : '',
+	'Link': 'Link',
+	'Delete link': 'Verwijder mo,l',
+	'Bookmark': '',
+	'Image': 'Afbeelding',
+	'Table': 'Tabel',
+	'Delete table': 'Verwijder tabel',
+	'Insert row before': 'Invoegen voor rij',
+	'Insert row after': 'Invoegen na rij',
+	'Delete row': 'Verwijder rij',
+	'Insert column before': 'Invoegen voor kolom',
+	'Insert column after': 'Invoegen na kolom',
+	'Delete column': 'Verwijder kolom',
+	'Merge table cells': 'Samenvoegen tabel cellen',
+	'Split table cell': '',
+	'Toggle display document structure': '',
+	'Table cell properties': '',
+	'Table properties': '',
+	'Toggle full screen mode' : '(toggle) Volledig scherm',
+	'Open file manager'       : 'Open bestandsmanager',
+	'Non breakable space'   : '',
+	'Stop element floating' : '',
+// Dialogs
+	'Warning': 'Waarschuwing',
+	'Properies': 'Opties',
+	'Popup': 'Popup',
+	'Advanced': 'Geavanceerd',
+	'Events': 'Events',
+	'Width': 'Breedte',
+	'Height': 'Hoogte',
+	'Left'   : 'Links',
+	'Center' : 'Midden',
+	'Right'  : 'Rechts',
+	'Border': 'Border',
+	'Background': 'Achtergrond',
+	'Css class': 'Css Class',
+	'Css style': 'Css style',
+	'No': 'Nee',
+	'Title': 'Titel',
+	'Script direction': '',
+	'Language': 'Taal',
+	'Charset': 'Charset',
+	'Not set': 'Niet gezet',
+	'Left to right': 'Links naar rechts',
+	'Right to left': 'Rechts naar link',
+	'In this window': 'In dit venster',
+	'In new window (_blank)': 'In nieuw venster (_blank)',
+	'In new parent window (_parent)': 'In new parent window (_parent)',
+	'In top frame (_top)': 'In top frame (_top)',
+	'URL':'',
+	'Open in': 'Open in',
+// Copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead. ' : 'Deze operatie is uitgeschakeld in jou browser voor beveiligings redenen. Gebruik de snelkoppeling.',
+// Format
+	'Heading 1' : '',
+	'Heading 2' : '',
+	'Heading 3' : '',
+	'Heading 4' : '',
+	'Heading 5' : '',
+	'Heading 6' : '',
+	'Paragraph' : '',
+	'Address' : '',
+	'Preformatted':'',
+// Font size
+	'Small (8pt)': 'Kleinst (8pt)',
+	'Small (10px)': 'Kleiner (10px)',
+	'Small (12pt)': 'Klein (12pt)',
+	'Normal (14pt)': 'Normaal (14pt)',
+	'Large (18pt)': 'Groot (18pt)',
+	'Large (24pt)': 'Groter (24pt)',
+	'Large (36pt)': 'Grootst (36pt)',
+// Bookmark
+	'Bookmark name': '',
+// Link
+	'Link URL': '',
+	'Target': 'Doel',
+	'Select bookmark' : '',
+	'Open link in popup window': '',
+	'URL':'',
+	'Window name': 'Venster naam',
+	'Window size': 'Venster grootte',
+	'Window position': 'Venster Positie',
+	'Open link in popup window': 'Open link in een popup enster',
+	'Location bar': 'Locatie balk',
+	'Menu bar': 'Menu balk',
+	'Toolbar': 'Toolbar',
+	'Scrollbars': 'Scrollbar',
+	'Status bar': 'Status balk',
+	'Resizable': 'Schaalbaar',
+	'Depedent': '',
+	'Add return false': '',
+	'Target MIME type': '',
+	'Relationship page to target (rel)': '',
+	'Relationship target to page (rev)': '',
+	'Tab index':'',
+	'Access key': '',
+// Image
+	'Size': 'Grootte',
+	'Preview': 'Voorbeeld',
+	'Margins': '',
+	'Alt text': 'Alt tekst',
+	'Image URL': 'Afbeelding URL',
+// Table
+	'Spacing'       : '',
+	'Padding'       : '',
+	'Rows'          : '',
+	'Columns'       : '',
+	'Groups'        : '',
+	'Cells'         : '',
+	'Caption'       : '',
+	'Inner borders' : '' ,
+	// table cell
+	'Table cell type' : '',
+	'Data' : '',
+	'Header' : '',
+	'Justify' : '',
+	'Paddings' : '',
+	'Apply to' : 'Toepassen op',
+	'Current cell' : 'Huidige cell',
+	'All cells in row' : 'Alle cellen in rij',
+	'All cells in column' : 'Alle cellen in kolom',
+	'All cells in table' : 'Alle cellen in tabel',
+	// about
+	'About elRTE' : 'Over elRTE',
+	'Version' : 'Versie',
+	'Licence' : 'Licentie',
+	'elRTE is an open-source JavaScript based WYSIWYG HTML-editor.' : 'elRTE is een open-source Javascript gebasseerd WYSIWYG HTML-editor.',
+	'Main goal of the editor - simplify work with text and formating (HTML) on sites, blogs, forums and other online services.' : 'Hoofddoel van de editor - Simpel wekren met tekst en opmaak (HTML) op websites, forums en andere online diensten.',
+	'You can use it in any commercial or non-commercial projects.' : 'Je kan het gebruiken in commerciele en niet commericiele projecten.',
+	'Authors' : 'Auteurs',
+	'Chief developer' : '',
+	'Developer, tech support' : '',
+	'Interface designer' : '',
+	'Spanish localization' : '',
+	'Japanese localization' : '',
+	'Latvian localization' : '',
+	'German localization' : '',
+	'Ukranian localization' : '',
+	'For more information about this software visit the' : 'Voor meer informatie over deze software bezoek de',
+	'elRTE website' : ''
+};
+})(jQuery);

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.nl.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.nl.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.nl.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.pl.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.pl.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.pl.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.pl.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,168 @@
+/**
+ * Polish translation
+ * @author Andrzej Borowicz
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.pl = {
+	'Editor' : 'Edytor',
+	'Source' : 'Kod źródłowy',
+	// Panel Name
+	'Copy/Pase'      : 'Kopiuj/Wklej',
+	'Undo/Redo'      : 'Cofnij/Ponów',
+	'Text styles'    : 'Style tekstowe',
+	'Colors'         : 'Kolor',
+	'Alignment'      : 'Wyrównanie',
+	'Indent/Outdent' : 'Wcięcie / wysynięcie',
+	'Text format'    : 'Format',
+	'Lists'          : 'Lista',
+	'Misc elements'  : 'Inne elementy',
+	'Links'          : 'Link',
+	'Images'         : 'Obraz',
+	'Media'          : 'Pliki multimedialne',
+	'Tables'         : 'Tabela',
+	'File manager (elFinder)' : 'Menadżer plików (elFinder)',
+	// button names
+	'Save'                    : 'Zapisz',
+	'Copy'                    : 'Wytnij',
+	'Cut'                     : 'Kopiuj',
+	'Paste'                   : 'Wklej',
+	'Paste only text'         : 'Wklej tylko tekst',
+	'Paste formatted text'    : 'Wklej tekst sformatowany',
+	'Clean format'            : 'Wyczyść formaty', 
+	'Undo last action'        : 'Cofnij',
+	'Redo previous action'    : 'Ponów',
+	'Bold'                    : 'Pogróbienie',
+	'Italic'                  : 'Kursywa',
+	'Underline'               : 'Podkreślenie',
+	'Strikethrough'           : 'Przekreślenie',
+	'Superscript'             : 'Index górny',
+	'Subscript'               : 'index dolny',
+	'Align left'              : 'Wyrównanie do lewej',
+	'Ailgn right'             : 'Wyrównanie do prawej',
+	'Align center'            : 'Wycentrowanie',
+	'Align full'              : 'Wyjustowanie',
+	'Font color'              : 'Kolor czcionki',
+	'Background color'        : 'Kolor tła',
+	'Indent'                  : 'Wcięcie', 
+	'Outdent'                 : 'Wysunięcie', 
+	'Format'                  : 'Format',
+	'Font size'               : 'Rozmiar czcionki',
+	'Font'                    : 'Czcionka',
+	'Ordered list'            : 'Lista numerowana',
+	'Unordered list'          : 'Lista',
+	'Horizontal rule'         : 'Linia poziomae',
+	'Blockquote'              : 'Cytat',
+	'Block element (DIV)'     : 'Element blokowy (DIV)',
+	'Link'                    : 'Link',
+	'Delete link'             : 'Usuń link',
+	'Bookmark'                : 'Wstaw/etytuj kotwicę',
+	'Image'                   : 'Obraz',
+	'Table'                   : 'Tabela',
+	'Delete table'            : 'Skasuj Tabelę',
+	'Insert row before'       : 'Wstaw wiers przed',
+	'Insert row after'        : 'Wstaw wiers po',
+	'Delete row'              : 'Skasuj wiersz',
+	'Insert column before'    : 'Wstaw kolumnę Spalte przed',
+	'Insert column after'     : 'Wstaw kolumnę po',
+	'Delete column'           : 'Skasuj kolumnę',
+	'Merge table cells'       : 'Połącz komórki',
+	'Split table cell'        : 'Rozłącz komórki',
+	'Toggle display document structure' : 'Pokaż bloki',
+	'Table cell properties'   : 'Właściwości komórki',
+	'Table properties'        : 'Właściwości tabeli',
+	'Toggle full screen mode' : 'Pełny ekran',
+	'Open file manager'       : 'Menadźer plików',
+	'Non breakable space'     : 'Twarda spacja',
+	'Stop element floating'   : 'Wyłącz otaczanie elementów',
+	// dialogs
+	'Warning' : 'Ostrzeżenie',
+	'Properies' : 'Właściwości',
+	'Popup' : 'okienko Pop-up',
+	'Advanced' : 'Więcej',
+	'Events' : 'Wydarzenia',
+	'Width' : 'Szerokość',
+	'Height' : 'Wysokość',
+	'Left'   : 'Lewy',
+	'Center' : 'Centrum',
+	'Right'  : 'Prawy',
+	'Border' : 'Ramka',
+	'Background' : 'Kolor tła',
+	'Css class' : 'klasa Css',
+	'Css style' : 'styl Css',
+	'No' : 'Nie',
+	'Title' : 'Tytuł',
+	'Script direction' : 'Komentarz sktyptu',
+	'Language' : 'Język',
+	'Charset' : 'Strona kodowa',
+	'Not set' : 'nic',
+	'Left to right' : 'Z lewej do prawej',
+	'Right to left' : 'Z prawej do lewej',
+	'In this window' : 'To samo okno (_self)',
+	'In new window (_blank)' : 'Nowe okno (_blank)',
+	'In new parent window (_parent)' : 'Okno nadrzędne (_parent)',
+	'In top frame (_top)' : 'Górna ramka (_top)',
+	'URL' : '',
+	'Open in' : 'Otwórz w',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'Ta operacja jest zabroniona w twojej przeglądarce z powodu zabezpieczeń. Pomimo to możesz używać klawiszy skrótów.',
+	// format 
+	'Heading 1' : 'Nagłówek 1',
+	'Heading 2' : 'Nagłówek 2',
+	'Heading 3' : 'Nagłówek 3',
+	'Heading 4' : 'Nagłówek 4',
+	'Heading 5' : 'Nagłówek 5',
+	'Heading 6' : 'Nagłówek 6',	
+	'Paragraph' : 'Paragraf',
+	'Address' : 'Addresse',
+	'Preformatted' : '',
+	// font size
+	'Small (8pt)'   : 'Mały (8pt)',
+	'Small (10px)'  : 'Mały (10pt)',
+	'Small (12pt)'  : 'Mały (12pt)',
+	'Normal (14pt)' : 'Średni (14pt)',
+	'Large (18pt)'  : 'Duży (18pt)',
+	'Large (24pt)'  : 'Duży (24pt)',
+	'Large (36pt)'  : 'Duży (36pt)',				
+	// bookmark
+	'Bookmark name' : 'Nazwa kotwicy',
+	// link
+	'Link URL' : '(URL)',
+	'Target' : 'Cel',
+	'Open link in popup window' : 'Otwórz link w nowym oknie',
+	'URL' : '',
+	'Window name' : 'Okienko Pop-up Nazwa',
+	'Window size' : 'Rozmiar',
+	'Window position' : 'Pozycja',
+	'Location bar' : 'pasek adresu',
+	'Menu bar' : 'Pasek menu',
+	'Toolbar' : 'Pasek narzędzi',
+	'Scrollbars' : 'Paski przewijania',
+	'Status bar' : 'pasek statusy',
+	'Resizable' : 'Zmiana rozmiaru okna',
+	'Depedent' : 'Zależne (Netscape)',
+	'Add return false' : 'dodaj (return false)',
+	'Target MIME type' : 'MIME type',
+	'Relationship page to target (rel)' : 'Zależnośc strony do celu (rel)',
+	'Relationship target to page (rev)' : 'Zależnośc strony do strony (rev)',
+	'Tab index' : 'Index tab',
+	'Access key' : 'Klawisz dostepu',
+	// image
+	'Size' : 'Rozmiar',
+	'Preview' : 'Podgląd',
+	'Margins' : 'Marginesy',
+	'Alt text' : 'Text alternatywny',
+	'Image URL' : 'URL',
+	// table
+	'Spacing'       : 'Dystans (spacing)',
+	'Padding'       : 'Dystans (padding)',
+	'Rows'          : 'Wiersz',
+	'Columns'       : 'Kolumna',
+	'Groups'        : 'Grupa',
+	'Cells'         : 'Komórki',
+	'Caption'       : 'Legenda',
+	'Inner borders' : 'Wewnętrzne ramki'
+	
+	
+}
+})(jQuery);

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.pl.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.pl.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.pl.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ru.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ru.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ru.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ru.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,211 @@
+/*
+ * Russian translation
+ * @author Dmitry Levashov <di...@std42.ru>
+ * @version 2010-09-20
+ */
+(function($) {
+elRTE.prototype.i18Messages.ru = {
+	'Editor' : 'Редактор',
+	'Source' : 'Исходник',
+	// названия панелей
+	'Copy/Pase'      : 'Копирование/Вставка',
+	'Undo/Redo'      : 'Отмена/Повтор действия',
+	'Text styles'    : 'Стили текста',
+	'Colors'         : 'Цвета',
+	'Alignment'      : 'Выравнивание',
+	'Indent/Outdent' : 'Отступы',
+	'Text format'    : 'Форматирование',
+	'Lists'          : 'Списки',
+	'Misc elements'  : 'Разные элементы',
+	'Links'          : 'Ссылки',
+	'Images'         : 'Изображения',
+	'Media'          : 'Media файлы',
+	'Tables'         : 'Таблицы',
+	'File manager (elFinder)' : 'Файловый менеджер (elFinder)',
+	// названия кнопок
+	'About this software'     : 'О программе',
+	'Save'                    : 'Сохранить',
+	'Copy'                    : 'Копировать',
+	'Cut'                     : 'Вырезать',
+	'Paste'                   : 'Вставить',
+	'Paste only text'         : 'Вставить только текст',
+	'Paste formatted text'    : 'Вставить форматированый текст',
+	'Clean format'            : 'Удалить форматирование', 
+	'Undo last action'        : 'Отменить действие',
+	'Redo previous action'    : 'Повторить действие ',
+	'Bold'                    : 'Жирный',
+	'Italic'                  : 'Курсив',
+	'Underline'               : 'Подчеркнутый',
+	'Strikethrough'           : 'Перечеркнутый',
+	'Superscript'             : 'Надстрочный текст',
+	'Subscript'               : 'Подстрочный текст',
+	'Align left'              : 'Выровнять налево',
+	'Ailgn right'             : 'Выровнять направо',
+	'Align center'            : 'Выровнять по центру',
+	'Align full'              : 'Выровнять по краям',
+	'Font color'              : 'Цвет шрифта',
+	'Background color'        : 'Цвет заливки',
+	'Indent'                  : 'Увеличить отступ',
+	'Outdent'                 : 'Уменьшить отступ',
+	'Format'                  : 'Форматирование',
+	'Font size'               : 'Размер шрифта',
+	'Font'                    : 'Шрифт',
+	'Ordered list'            : 'Нумерованый список',
+	'Unordered list'          : 'Ненумерованый список',
+	'Horizontal rule'         : 'Горизонтальная линия',
+	'Blockquote'              : 'Цитата',
+	'Block element (DIV)'     : 'Блочный элемент (DIV)',
+	'Link'                    : 'Ссылка',
+	'Delete link'             : 'Удалить ссылку',
+	'Bookmark'                : 'Закладка',
+	'Image'                   : 'Изображение',
+	'Table'                   : 'Таблица',
+	'Delete table'            : 'Удалить таблицу',
+	'Insert row before'       : 'Вставить ряд до',
+	'Insert row after'        : 'Вставить ряд после',
+	'Delete row'              : 'Удалить ряд',
+	'Insert column before'    : 'Вставить колонку до',
+	'Insert column after'     : 'Вставить колонку после',
+	'Delete column'           : 'Удалить колонку',
+	'Merge table cells'       : 'Склеить ячейки',
+	'Split table cell'        : 'Разделить ячейку',
+	'Toggle display document structure' : 'Показать структуру документа/невидимые элементы',
+	'Table cell properties'   : 'Свойство ячейки',
+	'Table properties'        : 'Свойство таблицы',
+	'Toggle full screen mode' : 'Во весь экран',
+	'Open file manager'       : 'Открыть файловый менеджер',
+	'Non breakable space'     : 'Неразрывный пробел',
+	'Stop element floating'   : 'Отключить обтекание элементов текстом',
+	// dialogs
+	'Warning' : 'Внимание',
+	'Properies' : 'Свойства',
+	'Popup' : 'Новое окно',
+	'Advanced' : 'Дополнительно',
+	'Events' : 'События',
+	'Width' : 'Ширина',
+	'Height' : 'Высота',
+	'Left'   : 'Слева',
+	'Center' : 'По центру',
+	'Right'  : 'Справа',
+	'Border' : 'Бордюр',
+	'Background' : 'Фон',
+	'Css class' : 'Css класс',
+	'Css style' : 'Css cтиль',
+	'No' : 'Нет',
+	'Title' : 'Заголовок',
+	'Script direction' : 'Направление письма',
+	'Language' : 'Язык',
+	'Charset' : 'Кодировка',
+	'Not set' : 'Не установлено',
+	'Left to right' : 'Слево направо',
+	'Right to left' : 'Справа налево',
+	'In this window' : 'В этом окне',
+	'In new window (_blank)' : 'В новом окне (_blank)',
+	'In new parent window (_parent)' : 'В родительском окне (_parent)',
+	'In top frame (_top)' : 'В верхнем фрейме (_top)',
+	'URL' : '',
+	'Open in' : 'Открыть',
+	'Open file manger' : 'Открыть файловый менеджер',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'Действие запрещено в вашем браузере по соображениям безопастности. Используйте сочетание клавиш',
+	// format 
+	'Heading 1' : 'Заголовок 1',
+	'Heading 2' : 'Заголовок 2',
+	'Heading 3' : 'Заголовок 3',
+	'Heading 4' : 'Заголовок 4',
+	'Heading 5' : 'Заголовок 5',
+	'Heading 6' : 'Заголовок 6',	
+	'Paragraph' : 'Параграф',
+	'Address' : 'Адрес',
+	'Preformatted' : '',
+	// font size
+	'Small (8pt)'   : 'Мелкий (8pt)',
+	'Small (10px)'  : 'Маленький (10px)',
+	'Small (12pt)'  : 'Небольшой (12pt)',
+	'Normal (14pt)' : 'Обычный (14pt)',
+	'Large (18pt)'  : 'Большой (18pt)',
+	'Large (24pt)'  : 'Крупный (24pt)',
+	'Large (36pt)'  : 'Огромный (36pt)',				
+	// bookmark
+	'Bookmark name' : 'Имя закладки',
+	// link
+	'Link URL' : 'Адрес ссылки (URL)',
+	'Target' : 'Цель',
+	'Select bookmark' : 'Выбрать закладку',
+	'Open link in popup window' : 'Открыть ссылку во всплывающем окне',
+	'URL' : '',
+	'Window name' : 'Название окна',
+	'Window size' : 'Размер окна',
+	'Window position' : 'Позиция окна',
+	'Location bar' : 'Панель локации',
+	'Menu bar' : 'Панель меню',
+	'Toolbar' : 'Панель инструментов',
+	'Scrollbars' : 'Полосы прокрутки',
+	'Status bar' : 'Строка состояния',
+	'Resizable' : 'Изменение размера',
+	'Depedent' : 'Зависимый (Netscape)',
+	'Add return false' : 'Добавить (return false)',
+	'Target MIME type' : 'MIME type цели',
+	'Relationship page to target (rel)' : 'Отношение страницы к цели (rel)',
+	'Relationship target to page (rev)' : 'Отношение цели к странице (rev)',
+	'Tab index' : '',
+	'Access key' : 'Клавиша доступа',
+	// image
+	'Size' : 'Размер',
+	'Preview' : 'Предварительный просмотр',
+	'Margins' : 'Отступы',
+	'Alt text' : 'Описание (Alt)',
+	'Image URL' : 'URL',
+	// table
+	'Spacing'       : 'Промежуток (spacing)',
+	'Padding'       : 'Отступ (padding)',
+	'Rows'          : 'Строки',
+	'Columns'       : 'Колонки',
+	'Groups'        : 'Группы',
+	'Cells'         : 'Ячейки',
+	'Caption'       : 'Заголовок таблицы',
+	'Inner borders' : 'Внутренний бордюр',
+	// table cell
+	'Table cell type' : 'Тип ячейки',
+	'Data' : 'Данные',
+	'Header' : 'Заголовок',
+	'Justify' : 'По краям',
+	'Paddings' : 'Отступы',
+	'Apply to' : 'Применить к',
+	'Current cell' : 'Выбранная ячейка',
+	'All cells in row' : 'Все ячейки в ряду',
+	'All cells in column' : 'Все ячейки в столбце',
+	'All cells in table' : 'Все ячейки таблицы',
+	// about
+	'About elRTE' : 'О редакторе elRTE',
+	'Version' : 'Версия',
+	'Licence' : 'Лицензия',
+	'elRTE is an open-source JavaScript based WYSIWYG HTML-editor.' : 'elRTE - это свободный WYSIWYG редактор для сайтов и систем управления контентом (CMS), написанный на JavaScript.',
+	'Main goal of the editor - simplify work with text and formating (HTML) on sites, blogs, forums and other online services.' : 'Основная цель редактора - максимально упростить работу с текстом и разметкой (HTML) на сайтах, блогах, форумах и прочих online сервисах.',
+	'You can use it in any commercial or non-commercial projects.' : 'Вы можете использовать его в любых коммерческих и некоммерческих проектах.',
+	'Authors' : 'Авторы',
+	'Chief developer' : 'Ведущий разработчик',
+	'Developer, tech support' : 'Разработчик, техническая поддержка',
+	'Developer' : 'Разработчик',
+	'Interface designer' : 'Дизайнер интерфейса',
+	'Spanish localization' : 'Испанская локализация',
+	'Czech localization' : 'Чешская локализация',
+	'Japanese localization' : 'Японская локализация',
+	'Latvian localization' : 'Латышская локализация',
+	'German localization' : 'Немецкая локализация',
+	'Ukranian localization' : 'Украинская локализация',
+	'Persian (farsi) localization' : 'Персидская (фарси) локализация',
+	'Arabic localization' : 'Арабская локализация',
+	'RTL support' : 'Поддержка RTL',
+	'French localization' : 'Французская локализация',
+	'Dutch localization' : 'Голландская локализация',
+	'Hungarian localization' : 'Венгерская локализация',
+	'Polish localization' : 'Польская локализация',
+	'Italian localization' : 'Итальянская локализация',
+	'Traditional Chinese localization' : 'Китайская (традиционная) локализация',
+	'For more information about this software visit the' : 'Подробная информация и форум тех. поддержки',
+	'elRTE website' : 'на сайте elRTE' 
+	
+	
+}
+})(jQuery);

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ru.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ru.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ru.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ua.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ua.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ua.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ua.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,201 @@
+/*
+ * Ukranian translation
+ * @author Artem Vasilyev
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.ua = {
+	'Editor' : 'Редактор',
+	'Source' : 'Джерело',
+// Назви панелей
+	'Copy / Pase' : 'Копіювання / Вставка',
+	'Undo / Redo' : 'Скасувати / Повтор дії',
+	'Text styles' : 'Стилі тексту',
+	'Colors': 'Кольори',
+	'Alignment': 'Вирівнювання',
+	'Indent / Outdent': 'Відступи',
+	'Text format': 'Форматування',
+	'Lists': 'Списки',
+	'Misc elements': 'Різні елементи',
+	'Links': 'Посилання',
+	'Images': 'Малюнки',
+	'Media': 'Media файли',
+	'Tables': 'Таблиці',
+	'File manager (elFinder)' : 'Файловый менеджер (elFinder)',
+// Назви кнопок
+	'About this software'     : 'О программе',
+	'Save': 'Зберегти',
+	'Copy': 'Копіювати',
+	'Cut': 'Вирізати',
+	'Paste': 'Вставити',
+	'Paste only text': 'Вставити тільки текст',
+	'Paste formatted text': 'Вставити форматування тексту',
+	'Clean format': 'Видалити форматування',
+	'Undo last action': 'Скасувати дію',
+	'Redo previous action': 'Повторити дію',
+	'Bold': 'Товстий',
+	'Italic': 'Курсив',
+	'Underline': 'Підкреслений',
+	'Strikethrough': 'Перекреслений',
+	'Superscript': 'Верхній регістр',
+	'Subscript': 'Нижній регістр',
+	'Align left': 'Вирівняти ліворуч',
+	'Ailgn right': 'Вирівняти праворуч',
+	'Align center': 'Вирівняти по центру',
+	'Align full': 'Вирівняти по краях',
+	'Font color': 'Колір тексту',
+	'Background color': 'Колір залікві',
+	'Indent': 'Збільшити відступ',
+	'Outdent': 'Зменшити відступ',
+	'Format': 'Форматування',
+	'Font size': 'Розмір шрифту',
+	'Font': 'Шрифт',
+	'Ordered list': 'Нумерований список',
+	'Unordered list': 'Ненумерований список',
+	'Horizontal rule': 'Горизонтальна лінія',
+	'Blockquote': 'Цитата',
+	'Block element (DIV)'  : 'Блочный элемент (DIV)',
+	'Link': 'Посилання',
+	'Delete link': 'Видалити посилання',
+	'Bookmark': 'Закладка',
+	'Image': 'Зображення',
+	'Table': 'Таблиця',
+	'Delete table': 'Видалити таблицю',
+	'Insert row before': 'Вставити ряд до',
+	'Insert row after': 'Вставити ряд після',
+	'Delete row': 'Видалити ряд',
+	'Insert column before': 'Вставити колонку до',
+	'Insert column after': 'Вставити колонку після',
+	'Delete column': 'Видалити колонку',
+	'Merge table cells': 'склеїти осередку',
+	'Split table cell': 'Розділити клітинку',
+	'Toggle display document structure': 'Показати структуру документа / невидимі елементи',
+	'Table cell properties': 'Властивість клітинку',
+	'Table properties': 'Властивість таблиці',
+	'Toggle full screen mode' : 'Во весь экран',
+	'Open file manager'       : 'Открыть файловый менеджер',
+	'Non breakable space'   : 'Неразрывный пробел',
+	'Stop element floating' : 'Отключить обтекание элементов текстом',
+//Dialogs
+	'Warning': 'Увага',
+	'Properies': 'Властивості',
+	'Popup': 'Нове вікно',
+	'Advanced': 'Більше',
+	'Events': 'Події',
+	'Width': 'Ширина',
+	'Height': 'Висота',
+	'Left'   : 'Слева',
+	'Center' : 'По центру',
+	'Right'  : 'Справа',
+	'Border': 'Бордюр',
+	'Background': 'Фон',
+	'Css class': 'Css клас',
+	'Css style': 'Css style',
+	'No': 'Ні',
+	'Title': 'Заголовок',
+	'Script direction': 'Направлення письма',
+	'Language': 'Мова',
+	'Charset': 'Кодування',
+	'Not set': 'Не встановлено',
+	'Left to right': 'Зліва направо',
+	'Right to left': 'Справа наліво',
+	'In this window': 'У цьому вікні',
+	'In new window (_blank)': 'У новому вікні (_blank)',
+	'In new parent window (_parent)': 'У батьківському вікні (_parent)',
+	'In top frame (_top)': 'У верхньому фреймі (_top)',
+	'URL':'',
+	'Open in': 'Відкрити',
+// Copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead. ' : 'Дія заборонено у вашому браузері з міркувань безпеки. Використовуйте клавіші ',
+// Format
+	'Heading 1' : 'Заголовок 1',
+	'Heading 2' : 'Заголовок 2',
+	'Heading 3' : 'Заголовок 3',
+	'Heading 4' : 'Заголовок 4',
+	'Heading 5' : 'Заголовок 5',
+	'Heading 6' : 'Заголовок 6',	
+	'Paragraph' : 'Параграф',
+	'Address' : 'Адрес',
+	'Preformatted':'',
+// Font size
+	'Small (8pt)': 'Дрібний (8pt)',
+	'Small (10px)': 'Маленький (10px)',
+	'Small (12pt)': 'Невеликий (12pt)',
+	'Normal (14pt)': 'Звичайний (14pt)',
+	'Large (18pt)': 'Великий (18pt)',
+	'Large (24pt)': 'Крупний (24pt)',
+	'Large (36pt)': 'Величезний (36pt)',
+// Bookmark
+	'Bookmark name': 'Ім&rsquo;я закладки',
+// Link
+	'Link URL': 'Адреса ссиклі (URL)',
+	'Target': 'Мета',
+	'Select bookmark' : 'Выбрать закладку',
+	'Open link in popup window': 'Відкрити посилання у спливаючому вікні',
+	'URL':'',
+	'Window name': 'Назва вікна',
+	'Window size': 'Розмір вікна',
+	'Window position': 'Позиція вікна',
+	'Open link in popup window': 'Відкрити посилання у спливаючому вікні',
+	'Window name': 'Назва вікна',
+	'Window size': 'Розмір вікна',
+	'Window position': 'Позиція вікна',
+	'Location bar': 'Панель локації',
+	'Menu bar': 'Панель меню',
+	'Toolbar': 'Панель інструментів',
+	'Scrollbars': 'Смуги прокрутки',
+	'Status bar': 'Рядок стану',
+	'Resizable': 'Зміна розміру',
+	'Depedent': 'Залежний (Netscape)',
+	'Add return false': 'Додати (return false)',
+	'Target MIME type': 'MIME type цілі',
+	'Relationship page to target (rel)': 'Ставлення сторінки до мети (rel) ',
+	'Relationship target to page (rev)': 'Відношення мети до сторінки (rev)',
+	'Tab index':'',
+	'Access key': 'Клавіша доступу',
+// Image
+	'Size': 'Розмір',
+	'Preview': 'Попередній перегляд',
+	'Margins': 'Відступи',
+	'Alt text': 'Опис (Alt)',
+	'Image URL': 'URL',
+// Table
+	'Spacing'       : 'Проміжок (spacing)',
+	'Padding'       : 'Відступ (padding)',
+	'Rows'          : 'Рядок ',
+	'Columns'       : 'Колонки',
+	'Groups'        : 'Группы',
+	'Cells'         : 'Ячейки',
+	'Caption'       : 'Заголовок таблиці',
+	'Inner borders' : 'Внутрішній бордюр' ,
+	// table cell
+	'Table cell type' : 'Тип ячейки',
+	'Data' : 'Данные',
+	'Header' : 'Заголовок',
+	'Justify' : 'По краям',
+	'Paddings' : 'Отступы',
+	'Apply to' : 'Применить к',
+	'Current cell' : 'Выбранная ячейка',
+	'All cells in row' : 'Все ячейки в ряду',
+	'All cells in column' : 'Все ячейки в столбце',
+	'All cells in table' : 'Все ячейки таблицы',
+	// about
+	'About elRTE' : 'О редакторе elRTE',
+	'Version' : 'Версия',
+	'Licence' : 'Лицензия',
+	'elRTE is an open-source JavaScript based WYSIWYG HTML-editor.' : 'elRTE - это свободный WYSIWYG редактор для сайтов и систем управления контентом (CMS), написанный на JavaScript.',
+	'Main goal of the editor - simplify work with text and formating (HTML) on sites, blogs, forums and other online services.' : 'Основная цель редактора - максимально упростить работу с текстом и разметкой (HTML) на сайтах, блогах, форумах и прочих online сервисах.',
+	'You can use it in any commercial or non-commercial projects.' : 'Вы можете использовать его в любых коммерческих и некоммерческих проектах.',
+	'Authors' : 'Авторы',
+	'Chief developer' : 'Ведущий разработчик',
+	'Developer, tech support' : 'Разработчик, техническая поддержка',
+	'Interface designer' : 'Дизайнер интерфейса',
+	'Spanish localization' : 'Испанская локализация',
+	'Japanese localization' : 'Японская локализация',
+	'Latvian localization' : 'Латвийская локализация',
+	'German localization' : 'Немецкая локализация',
+	'Ukranian localization' : 'Украинская локализация',
+	'For more information about this software visit the' : 'Подробная информация и форум тех. поддержки',
+	'elRTE website' : 'на сайте elRTE'
+};
+})(jQuery);

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ua.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ua.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ua.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,167 @@
+/**
+ * Traditional Chinese translation
+ * @author Tad <ta...@gmail.com>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.zh_TW = {
+	'Editor' : '所見即所得',
+	'Source' : '原始碼',
+	// Panel Name
+	'Copy/Pase'      : '複製/貼上',
+	'Undo/Redo'      : '復原/重做',
+	'Text styles'    : '文字樣式',
+	'Colors'         : '顏色',
+	'Alignment'      : '對齊',
+	'Indent/Outdent' : '縮排/凸排',
+	'Text format'    : '文字格式',
+	'Lists'          : '清單',
+	'Misc elements'  : '其他元件',
+	'Links'          : '連結',
+	'Images'         : '圖檔',
+	'Media'          : '多媒體',
+	'Tables'         : '表格',
+	'File manager (elFinder)' : '檔案管理',
+	// button names
+	'Save'                    : '儲存',
+	'Copy'                    : '複製',
+	'Cut'                     : '剪下',
+	'Paste'                   : '貼上',
+	'Paste only text'         : '貼上純文字',
+	'Paste formatted text'    : '貼上已格式化文字',
+	'Clean format'            : '清除格式',
+	'Undo last action'        : '復原最後一個動作',
+	'Redo previous action'    : '重做上一個動作',
+	'Bold'                    : '粗體',
+	'Italic'                  : '斜體',
+	'Underline'               : '底線',
+	'Strikethrough'           : '刪除線',
+	'Superscript'             : '上標',
+	'Subscript'               : '下標',
+	'Align left'              : '靠左',
+	'Ailgn right'             : '靠右',
+	'Align center'            : '置中',
+	'Align full'              : '左右對齊',
+	'Font color'              : '文字顏色',
+	'Background color'        : '背景顏色',
+	'Indent'                  : '縮排',
+	'Outdent'                 : '凸排',
+	'Format'                  : '格式',
+	'Font size'               : '字型大小',
+	'Font'                    : '字型',
+	'Ordered list'            : '編號',
+	'Unordered list'          : '項目符號',
+	'Horizontal rule'         : '水平線',
+	'Blockquote'              : '引用',
+	'Block element (DIV)'     : '區域元件 (DIV)',
+	'Link'                    : '連結',
+	'Delete link'             : '移除連結',
+	'Bookmark'                : '書籤',
+	'Image'                   : '插圖',
+	'Table'                   : '表格',
+	'Delete table'            : '刪除表格',
+	'Insert row before'       : '上方新增一列',
+	'Insert row after'        : '下方新增一列',
+	'Delete row'              : '刪除列',
+	'Insert column before'    : '左邊新增一欄',
+	'Insert column after'     : '右邊新增一欄',
+	'Delete column'           : '刪除欄',
+	'Merge table cells'       : '合併儲存格',
+	'Split table cell'        : '分割儲存格',
+	'Toggle display document structure' : '切換顯示文件結構',
+	'Table cell properties'   : '表格儲存格屬性',
+	'Table properties'        : '表格屬性',
+	'Toggle full screen mode' : '切換為全螢幕',
+	'Open file manager'       : '開啟檔案管理',
+	'Non breakable space'     : '不斷行空白',
+	'Stop element floating'   : '停止元件浮動屬性',
+	// dialogs
+	'Warning' : '警告',
+	'Properies' : '屬性',
+	'Popup' : '跳出框',
+	'Advanced' : '進階',
+	'Events' : '事件',
+	'Width' : '寬度',
+	'Height' : '高度',
+	'Left'   : '靠左',
+	'Center' : '置中',
+	'Right'  : '靠右',
+	'Border' : '邊框',
+	'Background' : '背景',
+	'Css class' : 'CSS類別',
+	'Css style' : 'CSS樣式',
+	'No' : '不設置',
+	'Title' : '標題',
+	'Script direction' : '語言方向',
+	'Language' : '語言',
+	'Charset' : '字元編碼',
+	'Not set' : '不設定',
+	'Left to right' : '左至右',
+	'Right to left' : '右到左',
+	'In this window' : '在此視窗',
+	'In new window (_blank)' : '在新視窗 (_blank)',
+	'In new parent window (_parent)' : '在父視窗 (_parent)',
+	'In top frame (_top)' : '跳出框架 (_top)',
+	'URL' : '網址',
+	'Open in' : '開啟至',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : '基於安全理由,此動作無法在瀏覽器中進行,請直接按 Ctrl+V 試試。',
+	// format 
+	'Heading 1' : '標題 1',
+	'Heading 2' : '標題 2',
+	'Heading 3' : '標題 3',
+	'Heading 4' : '標題 4',
+	'Heading 5' : '標題 5',
+	'Heading 6' : '標題 6',
+	'Paragraph' : '段落',
+	'Address' : '位址',
+	'Preformatted' : '固定格式',
+	// font size
+	'Small (8pt)'   : '極小 (8pt)',
+	'Small (10px)'  : '更小 (10px)',
+	'Small (12pt)'  : '小 (12pt)',
+	'Normal (14pt)' : '中 (14pt)',
+	'Large (18pt)'  : '大 (18pt)',
+	'Large (24pt)'  : '更大 (24pt)',
+	'Large (36pt)'  : '極大 (36pt)',
+	// bookmark
+	'Bookmark name' : '書籤名稱',
+	// link
+	'Link URL' : '連結位址',
+	'Target' : '目標',
+	'Open link in popup window' : '在跳出視窗中開啟',
+	'Window name' : '視窗名稱',
+	'Window size' : '視窗尺寸',
+	'Window position' : '視窗位置',
+	'Location bar' : '位址列',
+	'Menu bar' : '選單列',
+	'Toolbar' : '工具列',
+	'Scrollbars' : '捲軸',
+	'Status bar' : '狀態列',
+	'Resizable' : '可否調整尺寸',
+	'Depedent' : '相關 (Netscape)',
+	'Add return false' : '加入傳回false (return false)',
+	'Target MIME type' : '目標物的MIME類型',
+	'Relationship page to target (rel)' : '定義連結的起點文件與目標文件之間的關係 (rel)',
+	'Relationship target to page (rev)' : '定義連結的起點文件與目標文件之間的反向關係 (rev)',
+	'Tab index' : '定位索引',
+	'Access key' : '存取鍵',
+	// image
+	'Size' : '尺寸',
+	'Preview' : '預覽',
+	'Margins' : '邊界',
+	'Alt text' : '提示文字',
+	'Image URL' : '圖檔網址',
+	// table
+	'Spacing'       : '儲存格間距 (Spacing)',
+	'Padding'       : '儲存格內距 (Padding)',
+	'Rows'          : '列',
+	'Columns'       : '欄',
+	'Groups'        : '儲存格群組',
+	'Cells'         : '儲存格',
+	'Caption'       : '表格標題',
+	'Inner borders' : '框線'
+	
+	
+}
+})(jQuery);

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain