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 [1/2] - /ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/

Author: jleroux
Date: Thu Dec  9 13:01:47 2010
New Revision: 1043949

URL: http://svn.apache.org/viewvc?rev=1043949&view=rev
Log:
Following Erwan's advice at "i18n for elrte editor" https://issues.apache.org/jira/browse/OFBIZ-4051 this commit adds the elrte editor i18n files


Added:
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.YOUR_LANG.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ar.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.cs.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.de.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.es.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.fa.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.fr.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.hu.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.it.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.jp.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.lv.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.nl.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.pl.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ru.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ua.js   (with props)
    ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js   (with props)

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.YOUR_LANG.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.YOUR_LANG.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.YOUR_LANG.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.YOUR_LANG.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,211 @@
+/*
+ * WARNING! You this file if you want to make your own translation
+ */
+/*
+ * YOUR_LANGUAGE_TRANSLATION translation
+ * @author NAME <EMAIL>
+ * @version 201x-xx-xx
+ */
+(function($) {
+elRTE.prototype.i18Messages.TWO_LETTER_LANG_CODE = {
+	'Editor' : '',
+	'Source' : '',
+	// panels names
+	'Copy/Pase'      : '',
+	'Undo/Redo'      : '',
+	'Text styles'    : '',
+	'Colors'         : '',
+	'Alignment'      : '',
+	'Indent/Outdent' : '',
+	'Text format'    : '',
+	'Lists'          : '',
+	'Misc elements'  : '',
+	'Links'          : '',
+	'Images'         : '',
+	'Media'          : '',
+	'Tables'         : '',
+	'File manager (elFinder)' : '',
+	// buttons 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)'     : '',
+	'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 style'        : '',
+	'No'               : '',
+	'Title'            : '',
+	'Script direction' : '',
+	'Language'         : '',
+	'Charset'          : '',
+	'Not set'          : '',
+	'Left to right'    : '',
+	'Right to left'    : '',
+	'In this window'   : '',
+	'In new window (_blank)'         : '',
+	'In new parent window (_parent)' : '',
+	'In top frame (_top)'            : '',
+	'URL'              : '',
+	'Open in'          : '',
+	'Open file manger' : '',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : '',
+	// format 
+	'Heading 1'     : '',
+	'Heading 2'     : '',
+	'Heading 3'     : '',
+	'Heading 4'     : '',
+	'Heading 5'     : '',
+	'Heading 6'     : '',
+	'Paragraph'     : '',
+	'Address'       : '',
+	'Preformatted'  : '',
+	// font size
+	'Small (8pt)'   : '',
+	'Small (10px)'  : '',
+	'Small (12pt)'  : '',
+	'Normal (14pt)' : '',
+	'Large (18pt)'  : '',
+	'Large (24pt)'  : '',
+	'Large (36pt)'  : '',				
+	// bookmark
+	'Bookmark name' : '',
+	// link
+	'Link URL'         : '',
+	'Target'           : '',
+	'Select bookmark'  : '',
+	'Open link in popup window' : '',
+	'Window name'      : '',
+	'Window size'      : '',
+	'Window position'  : '',
+	'Location bar'     : '',
+	'Menu bar'         : '',
+	'Toolbar'          : '',
+	'Scrollbars'       : '',
+	'Status bar'       : '',
+	'Resizable'        : '',
+	'Depedent'         : '',
+	'Add return false' : '',
+	'Target MIME type' : '',
+	'Relationship page to target (rel)' : '',
+	'Relationship target to page (rev)' : '',
+	'Tab index'        : '',
+	'Access key'       : '',
+	// image
+	'Size'             : '',
+	'Preview'          : '',
+	'Margins'          : '',
+	'Alt text'         : '',
+	'Image URL'        : '',
+	// table
+	'Spacing'          : '',
+	'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'                  : '',
+	'Version'                      : '',
+	'Licence'                      : '',
+	'elRTE is an open-source JavaScript based WYSIWYG HTML-editor.' : '',
+	'Main goal of the editor - simplify work with text and formating (HTML) on sites, blogs, forums and other online services.' : '',
+	'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'                  : '',
+	'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.YOUR_LANG.js
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ar.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ar.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ar.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.ar.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,195 @@
+/**
+ * Arabic translation
+ * @author tawfek daghistani <ta...@gmail.com>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.ar = {
+	'Editor' : 'المحرر',
+	'Source' : 'المصدر',
+	// Panel Name
+	'Copy/Pase'      : 'نسخ/لصق',
+	'Undo/Redo'      : 'تراجع/تكرار',
+	'Text styles'    : 'تنسيق النص',
+	'Colors'         : 'الألوان',
+	'Alignment'      : 'المحاذاة',
+	'Indent/Outdent' : 'مسافة بادئة / مسافة خاتمة',
+	'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'                 : 'مسافة خاتمة', 
+	'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' : 'الأحداث',
+	'Popup' : '',
+	'Advanced' : '',
+	'Events' : '',
+	'Width' : 'العرض',
+	'Height' : 'الارتفاع',
+	'Left'   : 'اليسار',
+	'Center' : 'المنتصف',
+	'Right'  : 'اليمين',
+	'Border' : 'حدود',
+	'Background' : 'الخلفية',
+	'Css class' : 'Css نمط',
+	'Css style' : 'Css تنسيق',
+	'Border' : '',
+	'Background' : '',
+	'Css class' : '',
+	'Css style' : '',
+	'No' : 'لا',
+	'Title' : 'العنوان',
+	'Script direction' : 'اتجاه النص',
+	'Language' : 'اللغة',
+	'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' : '',
+	'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)'   : '',
+	'Small (10px)'  : '',
+	'Small (12pt)'  : '',
+	'Normal (14pt)' : '',
+	'Large (18pt)'  : '',
+	'Large (24pt)'  : '',
+	'Large (36pt)'  : '',				
+	// bookmark
+	'Bookmark name' : 'اسم العلامة',
+	// link
+	'Link URL' : '(ارتباط)',
+	'Target' : 'الهدف',
+	'Open link in popup window' : 'افتح في نافذة صغيرة',
+	'URL' : 'ارتباط',
+	'Window name' : 'اسم النافذة',
+	'Window size' : 'حجم النافذة',
+	'Window position' : 'الموضع',
+	'Location bar' : 'العنوان',
+	'Menu bar' : 'شريط القوائم',
+	'Toolbar' : 'قائمة الأدوات',
+	'Scrollbars' : 'شريط التمرير',
+	'Status bar' : 'شريط المعلومات',
+	'Resizable' : 'متغير الحجم',
+	'Depedent' : '',
+	'Add return false' : 'إضافة (return false)',
+	'Menu bar' : '',
+	'Toolbar' : 'قائمة الأدوات',
+	'Scrollbars' : '',
+	'Status bar' : '',
+	'Resizable' : 'متغير الحجم',
+	'Depedent' : '',
+	'Add return false' : '',
+	'Target MIME type' : 'MIME type',
+	'Relationship page to target (rel)' : '',
+	'Relationship target to page (rev)' : '',
+	'Tab index' : '',
+	'Access key' : 'زر اختصار',
+	// image
+	'Size' : 'الحجم',
+	'Preview' : 'معاينة',
+	'Margins' : '',
+	'Alt text' : 'نص بديل',
+	'Image URL' : 'رابط صورة',
+	// table
+	'Spacing'       : 'مسافات (spacing)',
+	'Padding'       : 'الهامش (padding)',
+	'Spacing'       : '',
+	'Padding'       : '',
+	'Rows'          : 'الصفوف',
+	'Columns'       : 'الأعمدة',
+	'Groups'        : 'المجموعات',
+	'Cells'         : 'خلايا',
+	'Caption'       : 'العنوان',
+	'Inner borders' : 'حدود داخلية'
+}
+})(jQuery);

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

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

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

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.cs.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.cs.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.cs.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.cs.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,169 @@
+/*
+ * Czech translation
+ * @author Michal Marek <mi...@gmail.com>
+ * @version 2010-09-19
+ */
+(function($) {
+elRTE.prototype.i18Messages.cs = {
+	'Editor' : 'Editor',
+	'Source' : 'Kód',
+	// Panel Name
+	'Copy/Pase'      : 'Kopírovat/Vložit',
+	'Undo/Redo'      : 'Zpět/Znovu',
+	'Text styles'    : 'Styly',
+	'Colors'         : 'Barvy',
+	'Alignment'      : 'Zarovnání',
+	'Indent/Outdent' : 'Odsadit / Předsadit',
+	'Text format'    : 'Formát',
+	'Lists'          : 'Seznamy',
+	'Misc elements'  : 'Ostatní elementy',
+	'Links'          : 'Odkazy',
+	'Images'         : 'Obrázky',
+	'Media'          : 'Média',
+	'Tables'         : 'Tabulky',
+	'File manager (elFinder)' : 'Správce souborů (elFinder)',
+	'elfinder' : 'Správce souborů',
+	// button names
+	'Save'                    : 'Uložit',
+	'Copy'                    : 'Kopírovat',
+	'Cut'                     : 'Vyjmout',
+	'Paste'                   : 'Vložit',
+	'Paste only text'         : 'Vložit pouze text',
+	'Paste formatted text'    : 'Vložit formátovaný text',
+	'Clean format'            : 'Vyčistit', 
+	'Undo last action'        : 'Zpět',
+	'Redo previous action'    : 'Znovu',
+	'Bold'                    : 'Tučné',
+	'Italic'                  : 'Kurzíva',
+	'Underline'               : 'Podtržené',
+	'Strikethrough'           : 'Škrtnuté',
+	'Superscript'             : 'Horní index',
+	'Subscript'               : 'Dolní index',
+	'Align left'              : 'Zarovnat vlevo',
+	'Ailgn right'             : 'Zarovna vpravo',
+	'Align center'            : 'Zarovnat na střed',
+	'Align full'              : 'Do bloku',
+	'Font color'              : 'Barva písma',
+	'Background color'        : 'Barva pozadí',
+	'Indent'                  : 'Odsadit', 
+	'Outdent'                 : 'Předsadit', 
+	'Format'                  : 'Formát',
+	'Font size'               : 'Velikost',
+	'Font'                    : 'Písmo',
+	'Ordered list'            : 'Číslovaný seznam',
+	'Unordered list'          : 'Seznam',
+	'Horizontal rule'         : 'Vodorovná čára',
+	'Blockquote'              : 'Citát',
+	'Block element (DIV)'     : 'DIV element',
+	'Link'                    : 'Odkaz',
+	'Delete link'             : 'Odstranit odkaz',
+	'Bookmark'                : 'Záložka',
+	'Image'                   : 'Obrázek',
+	'Table'                   : 'Tabulka',
+	'Delete table'            : 'Smazat tabulku',
+	'Insert row before'       : 'Vložit řádek nad',
+	'Insert row after'        : 'Vložit řádek pod',
+	'Delete row'              : 'Smazat řádek',
+	'Insert column before'    : 'Vložit sloupec před',
+	'Insert column after'     : 'Vložit sloupec za',
+	'Delete column'           : 'Smazat sloupec',
+	'Merge table cells'       : 'Sloučit buňky',
+	'Split table cell'        : 'Rozdělit buňku',
+	'Toggle display document structure' : 'Zobrazit strukturu',
+	'Table cell properties'   : 'Vlastnosti buňky',
+	'Table properties'        : 'Vlastnosti tabulky',
+	'Toggle full screen mode' : 'Fullscreen',
+	'Open file manager'       : 'Otevřít správce souborů',
+	'Non breakable space'     : 'Nedělitelná mezera',
+	'Stop element floating'   : 'Zrušit obtékání elementu',
+	// dialogs
+	'Warning' : 'Pozor',
+	'Properies' : 'Vlastnosti',
+	'Popup' : 'Pop-up',
+	'Advanced' : 'Více',
+	'Events' : 'Události',
+	'Width' : 'Šířka',
+	'Height' : 'Výška',
+	'Left'   : 'Vlevo',
+	'Center' : 'Na střed',
+	'Right'  : 'Vpravo',
+	'Border' : 'Rámeček',
+	'Background' : 'Pozadí',
+	'Css class' : 'CSS třída',
+	'Css style' : 'CSS styl',
+	'No' : 'Ne',
+	'Title' : 'Titulek',
+	'Script direction' : 'Pravidla scriptu',
+	'Language' : 'Jazyk',
+	'Charset' : 'Znaková sada',
+	'Not set' : 'Nenastaveno',
+	'Left to right' : 'Zleva doprava',
+	'Right to left' : 'Zprava doleva',
+	'In this window' : 'V tomto okně (_self)',
+	'In new window (_blank)' : 'V novém okně (_blank)',
+	'In new parent window (_parent)' : 'V novém rodičovském okně (_parent)',
+	'In top frame (_top)' : 'V hlavním okně (_top)',
+	'URL' : 'URL',
+	'Open in' : 'Otevřít v',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'Tato operace je ve vašem prohlížeči vypnutá kvůli bezpečnosti. Použijte klávesovou zkratku.',
+	// format 
+	'Heading 1' : 'Nadpis 1',
+	'Heading 2' : 'Nadpis 2',
+	'Heading 3' : 'Nadpis 3',
+	'Heading 4' : 'Nadpis 4',
+	'Heading 5' : 'Nadpis 5',
+	'Heading 6' : 'Nadpis 6',	
+	'Paragraph' : 'Odstavec',
+	'Address' : 'Adresa',
+	'Preformatted' : 'Předformátováno',
+	// font size
+	'Small (8pt)'   : 'Malé (8 pt)',
+	'Small (10px)'  : 'Malé (10 pt)',
+	'Small (12pt)'  : 'Malé (12 pt)',
+	'Normal (14pt)' : 'Normální (14 pt)',
+	'Large (18pt)'  : 'Velké (18 pt)',
+	'Large (24pt)'  : 'Velké (24 pt)',
+	'Large (36pt)'  : 'Velké (36 pt)',				
+	// bookmark
+	'Bookmark name' : 'Jméno záložky',
+	// link
+	'Link URL' : 'URL',
+	'Target' : 'Cíl',
+	'Open link in popup window' : 'Otevírat odkaz v popup okně.',
+	'URL' : 'URL',
+	'Window name' : 'Jméno okna',
+	'Window size' : 'Velikost okna',
+	'Window position' : 'Pozice okna',
+	'Location bar' : 'Adresní řádek',
+	'Menu bar' : 'Menu nabídek',
+	'Toolbar' : 'Lišta nástrojů',
+	'Scrollbars' : 'Posuvníky',
+	'Status bar' : 'Stavový řádek',
+	'Resizable' : 'Změna velikosti',
+	'Depedent' : '',
+	'Add return false' : 'Přidat return false',
+	'Target MIME type' : 'Cílový MIME typ',
+	'Relationship page to target (rel)' : '',
+	'Relationship target to page (rev)' : '',
+	'Tab index' : '',
+	'Access key' : '',
+	// image
+	'Size' : 'Velikost',
+	'Preview' : 'Náhled',
+	'Margins' : 'Okraje',
+	'Alt text' : 'Alternativní text',
+	'Image URL' : 'URL',
+	// table
+	'Spacing'       : 'Vnější okraje',
+	'Padding'       : 'Vnitřní okraje',
+	'Rows'          : 'Řádky',
+	'Columns'       : 'Sloupce',
+	'Groups'        : 'Skupiny',
+	'Cells'         : 'Buňky',
+	'Caption'       : 'Popisek',
+	'Inner borders' : 'Vnitřní rámečky'
+	
+	
+}
+})(jQuery);

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

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

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

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.de.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.de.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.de.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.de.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,168 @@
+/*
+ * German translation
+ * @author Vasiliy Razumnyh <rv...@std42.ru>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.de = {
+	'Editor' : 'Editor',
+	'Source' : 'Quellcode',
+	// Panel Name
+	'Copy/Pase'      : 'Kopieren/Einfügen',
+	'Undo/Redo'      : 'Rückgängig/Wiederherstellen',
+	'Text styles'    : 'Textstile',
+	'Colors'         : 'Farbe',
+	'Alignment'      : 'Alignment',
+	'Indent/Outdent' : 'Einrücken / Ausrücken',
+	'Text format'    : 'Format',
+	'Lists'          : 'Listen',
+	'Misc elements'  : 'Sonstige elemente',
+	'Links'          : 'Link',
+	'Images'         : 'Bild',
+	'Media'          : 'Media datei',
+	'Tables'         : 'Tabelle',
+	'File manager (elFinder)' : 'Datei-Manager (elFinder)',
+	// button names
+	'Save'                    : 'Speichern',
+	'Copy'                    : 'Ausschneiden',
+	'Cut'                     : 'Kopieren',
+	'Paste'                   : 'Einfügen',
+	'Paste only text'         : 'Fügen sie nur text',
+	'Paste formatted text'    : 'Fügen sie formatierten text',
+	'Clean format'            : 'Formatierungen entfernen', 
+	'Undo last action'        : 'Rückgängig',
+	'Redo previous action'    : 'Wiederherstellen',
+	'Bold'                    : 'Fett',
+	'Italic'                  : 'Kursiv',
+	'Underline'               : 'Unterstrichen',
+	'Strikethrough'           : 'Durchgestrichen',
+	'Superscript'             : 'Hochgestellt',
+	'Subscript'               : 'Tiefgestellt',
+	'Align left'              : 'Linksbündig',
+	'Ailgn right'             : 'Rechtsbündig',
+	'Align center'            : 'Zentriert',
+	'Align full'              : 'Blocksatz',
+	'Font color'              : 'Textfarbe',
+	'Background color'        : 'Hintergrundfarbe',
+	'Indent'                  : 'Einzug erhöhen', 
+	'Outdent'                 : 'Einzug verringern', 
+	'Format'                  : 'Format',
+	'Font size'               : 'Größe',
+	'Font'                    : 'Schriftart',
+	'Ordered list'            : 'Nummerierte Liste',
+	'Unordered list'          : 'Liste',
+	'Horizontal rule'         : 'Horizontale Linie',
+	'Blockquote'              : 'Zitatblock',
+	'Block element (DIV)'     : 'Block-Element (DIV)',
+	'Link'                    : 'Link',
+	'Delete link'             : 'Link entfernen',
+	'Bookmark'                : 'Anker einfügen/editieren',
+	'Image'                   : 'Bild',
+	'Table'                   : 'Tabelle',
+	'Delete table'            : 'Tabelle löschen',
+	'Insert row before'       : 'Zeile oberhalb einfügen',
+	'Insert row after'        : 'Zeile unterhalb einfügen',
+	'Delete row'              : 'Zeile entfernen',
+	'Insert column before'    : 'Spalte links davor einfügen',
+	'Insert column after'     : 'Spalte rechts danach einfügen',
+	'Delete column'           : 'Spalte löschen',
+	'Merge table cells'       : 'Zellen verbinden',
+	'Split table cell'        : 'Zelle teilen',
+	'Toggle display document structure' : 'Blöcke anzeigen',
+	'Table cell properties'   : 'Zellen-Eigenschaften',
+	'Table properties'        : 'Tabellen-Eigenschaften',
+	'Toggle full screen mode' : 'Editor maximieren',
+	'Open file manager'       : 'Server',
+	'Non breakable space'     : 'Non-breaking space',
+	'Stop element floating'   : 'Deaktivieren Sie flow-Element Text',
+	// dialogs
+	'Warning' : 'ACHTUNG',
+	'Properies' : 'Properies',
+	'Popup' : 'Pop-up',
+	'Advanced' : 'mehr',
+	'Events' : 'Veranstaltungen',
+	'Width' : 'Breite',
+	'Height' : 'Höhe',
+	'Left'   : 'Links',
+	'Center' : 'Zentrum',
+	'Right'  : 'Rechts',
+	'Border' : 'Rahmen',
+	'Background' : 'Hintergrundfarbe',
+	'Css class' : 'Css class',
+	'Css style' : 'Css style',
+	'No' : 'Nein',
+	'Title' : 'Titel',
+	'Script direction' : 'Richtung Schreiben',
+	'Language' : 'Sprache',
+	'Charset' : 'Charset',
+	'Not set' : 'nicht',
+	'Left to right' : 'Links nach Rechts',
+	'Right to left' : 'Rechts nach Links',
+	'In this window' : 'Gleiches Fenster (_self)',
+	'In new window (_blank)' : 'Neues Fenster (_blank)',
+	'In new parent window (_parent)' : 'Oberes Fenster (_parent)',
+	'In top frame (_top)' : 'Oberstes Fenster (_top)',
+	'URL' : '',
+	'Open in' : '',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'Dieser Vorgang ist in Ihrem Browser aus Sicherheitsgründen deaktiviert. Tastenkombination statt.',
+	// format 
+	'Heading 1' : 'Überschrift 1',
+	'Heading 2' : 'Überschrift 2',
+	'Heading 3' : 'Überschrift 3',
+	'Heading 4' : 'Überschrift 4',
+	'Heading 5' : 'Überschrift 5',
+	'Heading 6' : 'Überschrift 6',	
+	'Paragraph' : 'Formatiert',
+	'Address' : 'Addresse',
+	'Preformatted' : '',
+	// font size
+	'Small (8pt)'   : '',
+	'Small (10px)'  : '',
+	'Small (12pt)'  : '',
+	'Normal (14pt)' : '',
+	'Large (18pt)'  : '',
+	'Large (24pt)'  : '',
+	'Large (36pt)'  : '',				
+	// bookmark
+	'Bookmark name' : 'Anker Name',
+	// link
+	'Link URL' : '(URL)',
+	'Target' : 'Zielseite',
+	'Open link in popup window' : 'Link in einem Popup-Fenster',
+	'URL' : '',
+	'Window name' : 'Pop-up Fenster-Name',
+	'Window size' : 'Größe',
+	'Window position' : 'Position',
+	'Location bar' : 'Adress-Leiste',
+	'Menu bar' : 'Menü-Leiste',
+	'Toolbar' : 'Werkzeugleiste',
+	'Scrollbars' : 'Rollbalken',
+	'Status bar' : 'Statusleiste',
+	'Resizable' : 'Vergrößerbar',
+	'Depedent' : 'Abhängig (Netscape)',
+	'Add return false' : 'add (return false)',
+	'Target MIME type' : 'MIME type',
+	'Relationship page to target (rel)' : '',
+	'Relationship target to page (rev)' : '',
+	'Tab index' : '',
+	'Access key' : 'Zugriffstaste',
+	// image
+	'Size' : 'Größe',
+	'Preview' : 'Vorschau',
+	'Margins' : '',
+	'Alt text' : 'Alt',
+	'Image URL' : 'URL',
+	// table
+	'Spacing'       : 'Abstand (spacing)',
+	'Padding'       : 'Abstand (padding)',
+	'Rows'          : 'Zeile',
+	'Columns'       : 'Spalte',
+	'Groups'        : 'Gruppen',
+	'Cells'         : 'Zellen',
+	'Caption'       : 'Tabellen-Eigenschaften',
+	'Inner borders' : 'Innere Grenzen'
+	
+	
+}
+})(jQuery);

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

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

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

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.es.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.es.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.es.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.es.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,167 @@
+/**
+ * Spanish translation
+ * @author Ricardo Obregón <ro...@gmail.com>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.es = {
+	'Editor' : 'Editor',
+	'Source' : 'Código Fuente',
+	// Panel Name
+	'Copy/Pase'      : 'Copiar/Pegar',
+	'Undo/Redo'      : 'Deshacer/Rehacer',
+	'Text styles'    : 'Estilos de Texto',
+	'Colors'         : 'Colores',
+	'Alignment'      : 'Alineación',
+	'Indent/Outdent' : 'Aumentar/Disminuir Sangría',
+	'Text format'    : 'Formato de texto',
+	'Lists'          : 'Listas',
+	'Misc elements'  : 'Elementos varios',
+	'Links'          : 'Vínculos',
+	'Images'         : 'Imágenes',
+	'Media'          : 'Multimedia',
+	'Tables'         : 'Tablas',
+	'File manager (elFinder)' : 'Administrador de archivos',
+	// button names
+	'Save'                    : 'Guardar',
+	'Copy'                    : 'Copiar',
+	'Cut'                     : 'Cortar',
+	'Paste'                   : 'Pegar',
+	'Paste only text'         : 'Pegar solo texto',
+	'Paste formatted text'    : 'Pegar texto formateado',
+	'Clean format'            : 'Limpiar formato',
+	'Undo last action'        : 'Deshacer la última acción',
+	'Redo previous action'    : 'Rehacer la última acción',
+	'Bold'                    : 'Negrita',
+	'Italic'                  : 'Cursiva',
+	'Underline'               : 'Subrayado',
+	'Strikethrough'           : 'Tachado',
+	'Superscript'             : 'Superíndice',
+	'Subscript'               : 'Subíndice',
+	'Align left'              : 'Alinear a la izquierda',
+	'Ailgn right'             : 'Alinear a la derecha',
+	'Align center'            : 'Centrar',
+	'Align full'              : 'Justificado',
+	'Font color'              : 'Color de texto',
+	'Background color'        : 'Color de fondo',
+	'Indent'                  : 'Aumentar sangría',
+	'Outdent'                 : 'Reducir sangría',
+	'Format'                  : 'Formato',
+	'Font size'               : 'Tamaño de letra',
+	'Font'                    : 'Fuente',
+	'Ordered list'            : 'Lista ordenada',
+	'Unordered list'          : 'Lista desordenada',
+	'Horizontal rule'         : 'Línea horizontal',
+	'Blockquote'              : 'Cita',
+	'Block element (DIV)'     : 'Bloque de Elementos (DIV)',
+	'Link'                    : 'Vínculo',
+	'Delete link'             : 'Eliminar vínculo',
+	'Bookmark'                : 'Marcador',
+	'Image'                   : 'Imagen',
+	'Table'                   : 'Tabla',
+	'Delete table'            : 'Eliminar tabla',
+	'Insert row before'       : 'Insertar fila antes',
+	'Insert row after'        : 'Insertar fila después',
+	'Delete row'              : 'Eliminar fila',
+	'Insert column before'    : 'Insertar columna antes',
+	'Insert column after'     : 'Insertar columna después',
+	'Delete column'           : 'Eliminar columna',
+	'Merge table cells'       : 'Fundir celdas',
+	'Split table cell'        : 'Dividir celda',
+	'Toggle display document structure' : 'Pantalla de estructura de documento',
+	'Table cell properties'   : 'Propiedades de celda',
+	'Table properties'        : 'Propiedades de tabla',
+	'Toggle full screen mode' : 'Modo de pantalla completa',
+	'Open file manager'       : 'Abrir administrador de archivos',
+	'Non breakable space'     : 'Espacio indivisible',
+	'Stop element floating'   : 'Detener elemento flotante',
+	// dialogs
+	'Warning' : 'Advertencia',
+	'Properies' : 'Propiedades',
+	'Popup' : 'Ventana emergente',
+	'Advanced' : 'Avanzado',
+	'Events' : 'Eventos',
+	'Width' : 'Ancho',
+	'Height' : 'Alto',
+	'Left'   : 'Izquierda',
+	'Center' : 'Centrado',
+	'Right'  : 'Derecha',
+	'Border' : 'Borde',
+	'Background' : 'Fondo',
+	'Css class' : 'Clase CSS',
+	'Css style' : 'Estilo CSS',
+	'No' : 'No',
+	'Title' : 'Título',
+	'Script direction' : 'Dirección del script',
+	'Language' : 'Idioma',
+	'Charset' : 'Charset',
+	'Not set' : 'No establecido',
+	'Left to right' : 'Izquierda a derecha',
+	'Right to left' : 'Derecha a izquierda',
+	'In this window' : 'En esta ventana (_self)',
+	'In new window (_blank)' : 'En nueva ventana (_blank)',
+	'In new parent window (_parent)' : 'En nueva ventana padre (_parent)',
+	'In top frame (_top)' : 'En marco superior (_top)',
+	'URL' : 'URL',
+	'Open in' : 'Abrir en',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'Esta operación está desactivada en su navegador por razones de seguridad. Utilice en su lugar un comando de teclado.',
+	// format 
+	'Heading 1' : 'Encabezado 1',
+	'Heading 2' : 'Encabezado 2',
+	'Heading 3' : 'Encabezado 3',
+	'Heading 4' : 'Encabezado 4',
+	'Heading 5' : 'Encabezado 5',
+	'Heading 6' : 'Encabezado 6',
+	'Paragraph' : 'Párrafo',
+	'Address' : 'Dirección',
+	'Preformatted' : 'Preformateado',
+	// font size
+	'Small (8pt)'   : 'Pequeño (8pt)',
+	'Small (10px)'  : 'Pequeño (10px)',
+	'Small (12pt)'  : 'Pequeño (12pt)',
+	'Normal (14pt)' : 'Normal (14pt)',
+	'Large (18pt)'  : 'Grande (18pt)',
+	'Large (24pt)'  : 'Grande (24pt)',
+	'Large (36pt)'  : 'Grande (36pt)',
+	// bookmark
+	'Bookmark name' : 'Nombre del marcador',
+	// link
+	'Link URL' : 'URL del vínculo',
+	'Target' : 'Objetivo',
+	'Open link in popup window' : 'Abrir vínculo en ventana emergente',
+	'Window name' : 'Nombre de la ventana',
+	'Window size' : 'Tamaño de la ventana',
+	'Window position' : 'Posición de la ventana',
+	'Location bar' : 'Barra de dirección',
+	'Menu bar' : 'Barra de Menú',
+	'Toolbar' : 'Barra de herramientas',
+	'Scrollbars' : 'Barras de desplazamiento',
+	'Status bar' : 'Barra de estado',
+	'Resizable' : 'Redimensionable',
+	'Depedent' : 'Dependiente (Netscape)',
+	'Add return false' : 'Agregar (return false)',
+	'Target MIME type' : 'Objetivo de Tipo MIME',
+	'Relationship page to target (rel)' : '',
+	'Relationship target to page (rev)' : '',
+	'Tab index' : '',
+	'Access key' : 'Tecla de acceso',
+	// image
+	'Size' : 'Tamaño',
+	'Preview' : 'Previsualización',
+	'Margins' : 'Márgenes',
+	'Alt text' : 'Texto alternativo',
+	'Image URL' : 'URL de la imagen',
+	// table
+	'Spacing'       : 'Espaciado (Spacing)',
+	'Padding'       : 'Relleno (Padding)',
+	'Rows'          : 'Filas',
+	'Columns'       : 'Columnas',
+	'Groups'        : 'Grupos',
+	'Cells'         : 'Celdas',
+	'Caption'       : 'Leyenda',
+	'Inner borders' : 'Bordes internos'
+	
+	
+}
+})(jQuery);

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

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

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

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.fa.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.fa.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.fa.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.fa.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,168 @@
+/**
+ * Persian translation
+ * @author Saleh soozanchi <in...@soozanchi.ir>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.fa = {
+	'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
+	'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 style' : 'استایل سی اس اس',
+	'No' : 'خیر',
+	'Title' : 'عنوان',
+	'Script direction' : 'اسکریپت هم سو',
+	'Language' : 'ربان',
+	'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' : '',
+	'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)'   : '',
+	'Small (10px)'  : '',
+	'Small (12pt)'  : '',
+	'Normal (14pt)' : '',
+	'Large (18pt)'  : '',
+	'Large (24pt)'  : '',
+	'Large (36pt)'  : '',				
+	// bookmark
+	'Bookmark name' : 'نام نشانه',
+	// link
+	'Link URL' : '(URL) پیوند',
+	'Target' : 'مقصد',
+	'Open link in popup window' : 'باز کردن پیوند در یک پنجره بازشو',
+	'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' : 'MIME type',
+	'Relationship page to target (rel)' : '',
+	'Relationship target to page (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' : 'کادر درونی'
+	
+	
+}
+})(jQuery);

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

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

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

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.fr.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.fr.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.fr.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.fr.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,167 @@
+/**
+ * French translation
+ * @author Francois Mazerolle <fm...@gmail.com>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.fr = {
+	'Editor' : 'Editeur',
+	'Source' : 'Code Source',
+	// Panel Name
+	'Copy/Pase'      : 'Copier/Coller',
+	'Undo/Redo'      : 'Annuler/Répéter',
+	'Text styles'    : 'Styles de texte',
+	'Colors'         : 'Couleurs',
+	'Alignment'      : 'Alignement',
+	'Indent/Outdent' : 'Augmenter/Diminuer l\'incrément',
+	'Text format'    : 'Format de texte',
+	'Lists'          : 'Listes',
+	'Misc elements'  : 'Éléments divers',
+	'Links'          : 'Liens',
+	'Images'         : 'Images',
+	'Media'          : 'Multimédia',
+	'Tables'         : 'Tableaux',
+	'File manager (elFinder)' : 'Gestionnaire de fichiers',
+	// button names
+	'Save'                    : 'Enregistrer',
+	'Copy'                    : 'Copier',
+	'Cut'                     : 'Couper',
+	'Paste'                   : 'Coller',
+	'Paste only text'         : 'Coller seulement le texte',
+	'Paste formatted text'    : 'Coller le texte formaté',
+	'Clean format'            : 'Effacer le formatage',
+	'Undo last action'        : 'Annuler la dernière action',
+	'Redo previous action'    : 'Répéter la dernière action',
+	'Bold'                    : 'Gras',
+	'Italic'                  : 'Italique',
+	'Underline'               : 'Souligner',
+	'Strikethrough'           : 'Barré',
+	'Superscript'             : 'Exposant',
+	'Subscript'               : 'Indice',
+	'Align left'              : 'Aligner à gauche',
+	'Ailgn right'             : 'Aligner à droite',
+	'Align center'            : 'Centrer',
+	'Align full'              : 'Justifier',
+	'Font color'              : 'Couleur de texte',
+	'Background color'        : 'Couleur d\'arrière plan',
+	'Indent'                  : 'Aumenter la marge',
+	'Outdent'                 : 'Réduire la marge',
+	'Format'                  : 'Formater',
+	'Font size'               : 'Taille de police',
+	'Font'                    : 'Police',
+	'Ordered list'            : 'Liste ordonnée',
+	'Unordered list'          : 'Liste désordonnée',
+	'Horizontal rule'         : 'Ligne horizontale',
+	'Blockquote'              : 'Citation',
+	'Block element (DIV)'     : 'Bloc élément (DIV)',
+	'Link'                    : 'Lien',
+	'Delete link'             : 'Supprimer le lien',
+	'Bookmark'                : 'Marque page',
+	'Image'                   : 'Image',
+	'Table'                   : 'Tableau',
+	'Delete table'            : 'Supprimer tableau',
+	'Insert row before'       : 'Insérer une ligne avant',
+	'Insert row after'        : 'Insérer une ligne après',
+	'Delete row'              : 'Supprimer une ligne',
+	'Insert column before'    : 'Insérer une colone avant',
+	'Insert column after'     : 'Insérer une colone après',
+	'Delete column'           : 'Supprimer une colone',
+	'Merge table cells'       : 'Fusionner les cellules',
+	'Split table cell'        : 'Diviser la cellule',
+	'Toggle display document structure' : 'Alterner la vue du document',
+	'Table cell properties'   : 'Propriété de la cellule',
+	'Table properties'        : 'Propriété du tableau',
+	'Toggle full screen mode' : 'Alterner la vue plein écran',
+	'Open file manager'       : 'Ouvrir le gestionnaire de fichiers',
+	'Non breakable space'     : 'Espace insécable',
+	'Stop element floating'   : 'Interrompre le flottement de l\'élément',
+	// dialogs
+	'Warning' : 'Attention',
+	'Properies' : 'Propriété',
+	'Popup' : 'Nouvelle fenêtre',
+	'Advanced' : 'Avancé',
+	'Events' : 'Évènements',
+	'Width' : 'Largeur',
+	'Height' : 'Hauteur',
+	'Left'   : 'Gauche',
+	'Center' : 'Centre',
+	'Right'  : 'Droite',
+	'Border' : 'Bordure',
+	'Background' : 'Arrière plan',
+	'Css class' : 'Classe CSS',
+	'Css style' : 'Style CSS',
+	'No' : 'Non',
+	'Title' : 'Titre',
+	'Script direction' : 'Direction de script',
+	'Language' : 'Langue',
+	'Charset' : 'Jeu de caractères',
+	'Not set' : 'No set',
+	'Left to right' : 'Gauche à droite',
+	'Right to left' : 'Droite à gauche',
+	'In this window' : 'Dans cette fenêtre (_self)',
+	'In new window (_blank)' : 'Dans une nouvelle fenêtre (_blank)',
+	'In new parent window (_parent)' : 'Dans une nouvelle fenêtre parente (_parent)',
+	'In top frame (_top)' : 'Dans le cadre maitre (_top)',
+	'URL' : 'URL',
+	'Open in' : 'Ouvrir dans',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'Cette opération est désactivée dans votre navigateur pour des raisons de sécurité. Utilisez le raccourci.',
+	// format 
+	'Heading 1' : 'Entête 1',
+	'Heading 2' : 'Entête 2',
+	'Heading 3' : 'Entête 3',
+	'Heading 4' : 'Entête 4',
+	'Heading 5' : 'Entête 5',
+	'Heading 6' : 'Entête 6',
+	'Paragraph' : 'Paragraphe',
+	'Address' : 'Adresse',
+	'Preformatted' : 'Préformaté',
+	// font size
+	'Small (8pt)'   : 'Petite (8pt)',
+	'Small (10px)'  : 'Petite (10px)',
+	'Small (12pt)'  : 'Petite (12pt)',
+	'Normal (14pt)' : 'Normale (14pt)',
+	'Large (18pt)'  : 'Grande (18pt)',
+	'Large (24pt)'  : 'Grande (24pt)',
+	'Large (36pt)'  : 'Grande (36pt)',
+	// bookmark
+	'Bookmark name' : 'Nom du favori',
+	// link
+	'Link URL' : 'Adresse du lien',
+	'Target' : 'Cible',
+	'Open link in popup window' : 'Ouvrir dans une nouvelle fenêtre',
+	'Window name' : 'Nom de la fenêtre',
+	'Window size' : 'Taille de la fenêtre',
+	'Window position' : 'Position de la fenêtre',
+	'Location bar' : 'Barre d\'adresse',
+	'Menu bar' : 'Barre de menu',
+	'Toolbar' : 'Barre d\'outils',
+	'Scrollbars' : 'Barres de défillement',
+	'Status bar' : 'Barre d\'état',
+	'Resizable' : 'Redimensionable',
+	'Depedent' : 'Dépendent (Netscape)',
+	'Add return false' : 'Ajouter un retour négatif (return false)',
+	'Target MIME type' : 'Type MIME cible',
+	'Relationship page to target (rel)' : '',
+	'Relationship target to page (rev)' : '',
+	'Tab index' : 'Index de tabulation',
+	'Access key' : 'Tecla de acceso',
+	// image
+	'Size' : 'Taille',
+	'Preview' : 'Prévisualisation',
+	'Margins' : 'Marges',
+	'Alt text' : 'Texte ALT',
+	'Image URL' : 'URL de l\'image',
+	// table
+	'Spacing'       : 'Espace (Spacing)',
+	'Padding'       : 'Marge intérieure (Padding)',
+	'Rows'          : 'Lignes',
+	'Columns'       : 'Colones',
+	'Groups'        : 'Groupes',
+	'Cells'         : 'Cellules',
+	'Caption'       : 'Étiquette',
+	'Inner borders' : 'Bordures intérieures'
+	
+	
+}
+})(jQuery);

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

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

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

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.hu.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.hu.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.hu.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.hu.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,201 @@
+/**
+ * Hungarian translation
+ * @author Viktor Tamas <ta...@totalstudio.hu>
+ * @version 2010-09-18
+ */
+ (function($) {
+elRTE.prototype.i18Messages.hu = {
+    'Editor' : 'Szerkesztő',
+    'Source' : 'Forrás',
+    // названия панелей
+    'Copy/Pase'      : 'Másolás/Beillesztés',
+    'Undo/Redo'      : 'Visszavonás/Ismét',
+    'Text styles'    : 'Szöveg stílus',
+    'Colors'         : 'Színek',
+    'Alignment'      : 'Elrendezés',
+    'Indent/Outdent' : 'Отступы',
+    'Text format'    : 'Szöveg forma',
+    'Lists'          : 'Listák',
+    'Misc elements'  : 'Egyéb elemek',
+    'Links'          : 'Linkek',
+    'Images'         : 'Képek',
+    'Media'          : 'Média',
+    'Tables'         : 'Táblázatok',
+    'File manager (elFinder)' : 'Fájl kezelő (elFinder)',
+    // названия кнопок
+    'About this software'     : 'A szoftverről',
+    'Save'                    : 'Mentés',
+    'Copy'                    : 'Másolás',
+    'Cut'                     : 'Kivágás',
+    'Paste'                   : 'Beillesztés',
+    'Paste only text'         : 'Beillesztés csak szövegként',
+    'Paste formatted text'    : 'Beillesztés formázott szövegként',
+    'Clean format'            : 'Formázás törlése', 
+    'Undo last action'        : 'Utolsó művelet visszavonása',
+    'Redo previous action'    : 'Előző művelet újra',
+    'Bold'                    : 'Félkövér',
+    'Italic'                  : 'Dőlt',
+    'Underline'               : 'Aláhúzott',
+    'Strikethrough'           : 'Áthúzott',
+    'Superscript'             : 'Felső index',
+    'Subscript'               : 'Alsó index',
+    'Align left'              : 'Balra igazítás',
+    'Ailgn right'             : 'Jobbra igazítás',
+    'Align center'            : 'Középre igazítás',
+    'Align full'              : 'Sórkizárt igazítás',
+    'Font color'              : 'Betűszín',
+    'Background color'        : 'Háttér szín',
+    'Indent'                  : 'Behúzás',
+    'Outdent'                 : 'Kihúzás',
+    'Format'                  : 'Formátum',
+    'Font size'               : 'Betű méret',
+    'Font'                    : 'Betű típus',
+    'Ordered list'            : 'Számozott lista',
+    'Unordered list'          : 'Lista',
+    'Horizontal rule'         : 'Vízszintes vonal',
+    'Blockquote'              : 'Idézet',
+    'Block element (DIV)'     : 'Blokk elem (DIV)',
+    'Link'                    : 'Link',
+    'Delete link'             : 'Link törlése',
+    'Bookmark'                : 'Horgony',
+    'Image'                   : 'Kép',
+    'Table'                   : 'Táblázat',
+    'Delete table'            : 'Táblázat törlése',
+    'Insert row before'       : 'Sor beszúrása sor elé',
+    'Insert row after'        : 'Sor beszúrása sor mögé',
+    'Delete row'              : 'Sor törlése',
+    'Insert column before'    : 'Oszlop beszúrása oszlop elé',
+    'Insert column after'     : 'Oszlop beszúrása oszlop mögé',
+    'Delete column'           : 'Oszlop törlése',
+    'Merge table cells'       : 'Cellák összevonása',
+    'Split table cell'        : 'Cellák szétávlasztása',
+    'Toggle display document structure' : 'Dokumentum szerkezet megtekintése',
+    'Table cell properties'   : 'Táblázat cella tulajdonságai',
+    'Table properties'        : 'Tábla tulajdonságok',
+    'Toggle full screen mode' : 'Teljes képernyős mód',
+    'Open file manager'       : 'Fájl kezelő megnyitása',
+    'Non breakable space'     : 'Szóköz',
+    'Stop element floating'   : 'Elem elrendezések törlése',
+    // dialogs
+    'Warning' : 'Figyelmeztetés',
+    'Properies' : 'Tulajdonságok',
+    'Popup' : 'Popup',
+    'Advanced' : 'Egyéni',
+    'Events' : 'Események',
+    'Width' : 'Szélesség',
+    'Height' : 'Magasság',
+    'Left'   : 'Bal',
+    'Center' : 'Közép',
+    'Right'  : 'Jobb',
+    'Border' : 'Keret',
+    'Background' : 'Háttér',
+    'Css class' : 'Css class',
+    'Css style' : 'Css stílus',
+    'No' : 'Nem',
+    'Title' : 'Cím',
+    'Script direction' : 'Script hivatkozás',
+    'Language' : 'Nyelv',
+    'Charset' : 'Karaktertábla',
+    'Not set' : 'Nincs beállítva',
+    'Left to right' : 'Balról jobbra',
+    'Right to left' : 'Jobbról balra',
+    'In this window' : 'Ebbe az ablakba',
+    'In new window (_blank)' : 'Új ablakba (_blank)',
+    'In new parent window (_parent)' : 'Egy új ablakba (_parent)',
+    'In top frame (_top)' : 'A top frame-be (_top)',
+    'URL' : '',
+    'Open in' : 'Megnyitás',
+    'Open file manger' : 'Fájlkezelő megnyitása',
+    // copy
+    'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'Ez a művelet le van tiltva a böngészőjében a biztonsági okból. Használja a parancsikont ehelyett.',
+    // format 
+    'Heading 1' : 'Címsor 1',
+    'Heading 2' : 'Címsor 2',
+    'Heading 3' : 'Címsor 3',
+    'Heading 4' : 'Címsor 4',
+    'Heading 5' : 'Címsor 5',
+    'Heading 6' : 'Címsor 6',    
+    'Paragraph' : 'Bekezdés',
+    'Address' : 'Cím',
+    'Preformatted' : 'Előre formázott',
+    // font size
+    'Small (8pt)'   : 'Kicsi (8pt)',
+    'Small (10px)'  : 'Kicsi (10px)',
+    'Small (12pt)'  : 'Kicsi (12pt)',
+    'Normal (14pt)' : 'Normál (14pt)',
+    'Large (18pt)'  : 'Nagy (18pt)',
+    'Large (24pt)'  : 'Nagy (24pt)',
+    'Large (36pt)'  : 'Nagy (36pt)',                
+    // bookmark
+    'Bookmark name' : 'Horgony neve',
+    // link
+    'Link URL' : 'Link címe (URL)',
+    'Target' : 'Cél',
+    'Select bookmark' : 'Horgony választása',
+    'Open link in popup window' : 'Hivatkozás megnyitása új popup ablakban',
+    'URL' : '',
+    'Window name' : 'Ablak neve',
+    'Window size' : 'Ablak mérete',
+    'Window position' : 'Ablak pozíciója',
+    'Location bar' : 'Címsor',
+    'Menu bar' : 'Menüsor',
+    'Toolbar' : 'Eszköztár',
+    'Scrollbars' : 'Görgősáv',
+    'Status bar' : 'Státusz sor',
+    'Resizable' : 'Átméretezhető',
+    'Depedent' : '',
+    'Add return false' : 'Hozzáadás (return false)',
+    'Target MIME type' : 'MIME típusú cél',
+    'Relationship page to target (rel)' : 'Célhoz kapcsolódó lap (rel)',
+    'Relationship target to page (rev)' : 'Laphoz kapcsolódó cél (rev)',
+    'Tab index' : 'Tabulátor index',
+    'Access key' : 'Hozzáférési kulcs',
+    // image
+    'Size' : 'Méret',
+    'Preview' : 'Előnézet',
+    'Margins' : 'Margók',
+    'Alt text' : 'Alt szöveg',
+    'Image URL' : 'Kép URL',
+    // table
+    'Spacing'       : 'Cellaköz',
+    'Padding'       : '',
+    'Rows'          : 'Sorok',
+    'Columns'       : 'Oszlopok',
+    'Groups'        : 'Csoportok',
+    'Cells'         : 'Cellák',
+    'Caption'       : 'Felirat',
+    'Inner borders' : 'Belső keret',
+    // table cell
+    'Table cell type' : 'Táblázat cella típus',
+    'Data' : 'Adat',
+    'Header' : 'Címsor',
+    'Justify' : 'Sorkizárt',
+    'Paddings' : 'Padding',
+    'Apply to' : 'Alkalmazás a',
+    'Current cell' : 'Jelenlegi cella',
+    'All cells in row' : 'Összes cella a sorban',
+    'All cells in column' : 'Összes cella az oszlopban',
+    'All cells in table' : 'Összes cella a táblázatban',
+    // about
+    'About elRTE' : 'Az elRTE-ről',
+    'Version' : 'Verzió',
+    'Licence' : 'Liszensz',
+    'elRTE is an open-source JavaScript based WYSIWYG HTML-editor.' : 'Az elRTE egy nyíltforráskódú JavaScript alapú WYSIWYG HTML-szerkesztő.',
+    'Main goal of the editor - simplify work with text and formating (HTML) on sites, blogs, forums and other online services.' : 'A szerkesztő fő célja, hogy egyszerűsítse a munkát és a szöveg formázást (HTML) az oldalakon, blogokon, fórumokon illetve más online szolgáltatásokban.',
+    'You can use it in any commercial or non-commercial projects.' : 'Használhatod bármilyen kereskedelni vagy nem-kereskedelmi célú projektben.',
+    'Authors' : 'Készítők',
+    'Chief developer' : 'Fő fejlesztő',
+    'Developer, tech support' : 'Fejelsaztő, tech kapcsolat',
+    'Interface designer' : 'Interface tervező',
+    'Spanish localization' : 'Spanyol fordító',
+    'Japanese localization' : 'Japán fordító',
+    'Latvian localization' : 'Litván fordító',
+    'German localization' : 'Német fordító',
+    'Ukranian localization' : 'Ukrán fordító',
+    'Magyar localization' : 'Magyar fordító',
+    'For more information about this software visit the' : 'További információkért a szoftverről keresse fel a ',
+    'elRTE website' : 'elRTE honlapját' 
+    
+    
+}
+})(jQuery);

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

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

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

Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.it.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.it.js?rev=1043949&view=auto
==============================================================================
--- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.it.js (added)
+++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.it.js Thu Dec  9 13:01:47 2010
@@ -0,0 +1,167 @@
+/**
+ * Italian translation
+ * @author Ugo Punzolo <sa...@gmail.com>
+ * @version 2010-09-20
+ */
+(function($) {
+elRTE.prototype.i18Messages.it = {
+	'Editor' : 'Editor',
+	'Source' : 'Codice Sorgente',
+	// Panel Name
+	'Copy/Pase'      : 'Copia/Incolla',
+	'Undo/Redo'      : 'Annulla/Ripristina',
+	'Text styles'    : 'Stile del testo',
+	'Colors'         : 'Colori',
+	'Alignment'      : 'Allineamento',
+	'Indent/Outdent' : 'Aumenta/Riduci indentazione',
+	'Text format'    : 'Formato del testo',
+	'Lists'          : 'Liste',
+	'Misc elements'  : 'Elementi vari',
+	'Links'          : 'Collegamenti',
+	'Images'         : 'Immagini',
+	'Media'          : 'Multimedia',
+	'Tables'         : 'Tabelle',
+	'File manager (elFinder)' : 'File manager (elFinder)',
+	// button names
+	'Save'                    : 'Salva',
+	'Copy'                    : 'Copia',
+	'Cut'                     : 'Taglia',
+	'Paste'                   : 'Incolla',
+	'Paste only text'         : 'Incolla solo testo',
+	'Paste formatted text'    : 'Incolla testo formattato',
+	'Clean format'            : 'Pulisci formato',
+	'Undo last action'        : 'Annulla ultima azione',
+	'Redo previous action'    : 'Ripristina ultima azione',
+	'Bold'                    : 'Neretto',
+	'Italic'                  : 'Corsivo',
+	'Underline'               : 'Sottolineato',
+	'Strikethrough'           : 'Barrato',
+	'Superscript'             : 'Indice',
+	'Subscript'               : 'Pedice/Deponente',
+	'Align left'              : 'Allinea a sinistra',
+	'Ailgn right'             : 'Allinea a destra',
+	'Align center'            : 'Centra',
+	'Align full'              : 'Giustifica',
+	'Font color'              : 'Colore del testo',
+	'Background color'        : 'Colore di sfondo',
+	'Indent'                  : 'Aumenta indentazione',
+	'Outdent'                 : 'Riduci indentazione',
+	'Format'                  : 'Formato',
+	'Font size'               : 'Grandezza caratteri',
+	'Font'                    : 'Carattere',
+	'Ordered list'            : 'Lista ordinata',
+	'Unordered list'          : 'Lista non ordinata',
+	'Horizontal rule'         : 'Linea orizzontale',
+	'Blockquote'              : 'Citazione',
+	'Block element (DIV)'     : 'Blocco elemento (DIV)',
+	'Link'                    : 'Collegamento',
+	'Delete link'             : 'Elimina collegamento',
+	'Bookmark'                : 'Segnalibro',
+	'Image'                   : 'Immagine',
+	'Table'                   : 'Tabella',
+	'Delete table'            : 'Elimina tabella',
+	'Insert row before'       : 'Inserisci riga sopra',
+	'Insert row after'        : 'Inserisci riga sotto',
+	'Delete row'              : 'Elimina riga',
+	'Insert column before'    : 'Inserisci colonna a sinistra',
+	'Insert column after'     : 'Inserisci colonna a destra',
+	'Delete column'           : 'Elimina colonna',
+	'Merge table cells'       : 'Unisci celle',
+	'Split table cell'        : 'Separa celle',
+	'Toggle display document structure' : 'Passa alla modalit&agrave; "visualizzazione struttura del documento"',
+	'Table cell properties'   : 'Propriet&agrave; celle',
+	'Table properties'        : 'Propriet&agrave; tabella',
+	'Toggle full screen mode' : 'Passa alla modalit&agrave; "schermo intero"',
+	'Open file manager'       : 'Apri il file manager',
+	'Non breakable space'     : 'Spazio non divisibile',
+	'Stop element floating'   : 'Blocca elemento fluttuante',
+	// dialogs
+	'Warning' : 'Attenzione',
+	'Properies' : 'Propriet&agrave;',
+	'Popup' : 'Popup',
+	'Advanced' : 'Avanzate',
+	'Events' : 'Eventi',
+	'Width' : 'Larghezza',
+	'Height' : 'Altezza',
+	'Left'   : 'Sinistra',
+	'Center' : 'Centro',
+	'Right'  : 'Destra',
+	'Border' : 'Bordo',
+	'Background' : 'Sfondo',
+	'Css class' : 'Classe CSS',
+	'Css style' : 'Stile CSS',
+	'No' : 'No',
+	'Title' : 'Titolo',
+	'Script direction' : 'Direzione dello script',
+	'Language' : 'Lingua',
+	'Charset' : 'Charset',
+	'Not set' : 'Non settato',
+	'Left to right' : 'Da sinistra a destra',
+	'Right to left' : 'Da destra a sinistra',
+	'In this window' : 'In questa finestra (_self)',
+	'In new window (_blank)' : 'In una nuova finestra (_blank)',
+	'In new parent window (_parent)' : 'In una nuova finestra madre (_parent)',
+	'In top frame (_top)' : 'In alto al frame (_top)',
+	'URL' : 'URL',
+	'Open in' : 'Apri in',
+	// copy
+	'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'Questa operazione &egrave; disabilitata nel tuo browser per motivi di sicurezza. Puoi comunque utilizzare un comando da tastiera.',
+	// format 
+	'Heading 1' : 'Intestazione 1',
+	'Heading 2' : 'Intestazione 2',
+	'Heading 3' : 'Intestazione 3',
+	'Heading 4' : 'Intestazione 4',
+	'Heading 5' : 'Intestazione 5',
+	'Heading 6' : 'Intestazione 6',
+	'Paragraph' : 'Paragrafo',
+	'Address' : 'Indirizzo',
+	'Preformatted' : 'Preformattato',
+	// font size
+	'Small (8pt)'   : 'Piccolo (8pt)',
+	'Small (10px)'  : 'Piccolo (10px)',
+	'Small (12pt)'  : 'Piccolo (12pt)',
+	'Normal (14pt)' : 'Normale (14pt)',
+	'Large (18pt)'  : 'Grande (18pt)',
+	'Large (24pt)'  : 'Grande (24pt)',
+	'Large (36pt)'  : 'Grande (36pt)',
+	// bookmark
+	'Bookmark name' : 'Nome del segnalibro',
+	// link
+	'Link URL' : 'URL del collegamento',
+	'Target' : 'Target',
+	'Open link in popup window' : 'Apri il link in una finestra popup',
+	'Window name' : 'Nome della finestra',
+	'Window size' : 'Dimensioni della finestra',
+	'Window position' : 'Posizione della finestra',
+	'Location bar' : 'Barra direzionale',
+	'Menu bar' : 'Barra del menu',
+	'Toolbar' : 'Barra degli strumenti',
+	'Scrollbars' : 'Barra di scorrimento',
+	'Status bar' : 'Barra di stato',
+	'Resizable' : 'Ridimensionabile',
+	'Depedent' : 'Dipendente (Netscape)',
+	'Add return false' : 'Aggiungi condizione falsa (return false)',
+	'Target MIME type' : 'Obiettivo del tipo di MIME (MIME type)',
+	'Relationship page to target (rel)' : 'Dalla pagina correlata all\'obiettivo',
+	'Relationship target to page (rev)' : 'Dall\'obiettivo alla pagina correlata',
+	'Tab index' : 'Indice di tabulazione',
+	'Access key' : 'Chiave di accesso',
+	// image
+	'Size' : 'Dimensione',
+	'Preview' : 'Anteprima',
+	'Margins' : 'Margini',
+	'Alt text' : 'Testo alternativo',
+	'Image URL' : 'URL dell\'immagine',
+	// table
+	'Spacing'       : 'Spaziatura (Spacing)',
+	'Padding'       : 'Riempimento (Padding)',
+	'Rows'          : 'Righe',
+	'Columns'       : 'Colonne',
+	'Groups'        : 'Gruppi',
+	'Cells'         : 'Celle',
+	'Caption'       : 'Didascalia',
+	'Inner borders' : 'Bordi interni'
+	
+	
+}
+})(jQuery);

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

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

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