svn commit: r1178141 [6/19] - in /ofbiz/trunk: applications/content/webapp/content/website/ framework/images/webapp/images/jquery/ framework/images/webapp/images/jquery/plugins/elrte-1.3/ framework/images/webapp/images/jquery/plugins/elrte-1.3/css/ fra...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1178141 [6/19] - in /ofbiz/trunk: applications/content/webapp/content/website/ framework/images/webapp/images/jquery/ framework/images/webapp/images/jquery/plugins/elrte-1.3/ framework/images/webapp/images/jquery/plugins/elrte-1.3/css/ fra...

jleroux@apache.org
Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/elrte.min.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/elrte.min.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/elrte.min.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/
------------------------------------------------------------------------------
    bugtraq:number = true

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.YOUR_LANG.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.YOUR_LANG.js?rev=1178141&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.YOUR_LANG.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.YOUR_LANG.js Sun Oct  2 08:06:49 2011
@@ -0,0 +1,216 @@
+/*
+ * WARNING! Use this file only if you want to make translation
+ * Please submit your translation to the project by creating new issue at:
+ * http://elrte.org/redmine/projects/elrte/issues/new
+ */
+/*
+ * YOUR_LANGUAGE_TRANSLATION translation
+ * @author NAME <EMAIL>
+ * @version 201x-xx-xx
+ */
+(function($) {
+// LANG_CODE can be 2-letter "en", "fr" or 5-letter "pt_BR", "zh_CN"
+elRTE.prototype.i18Messages.LANG_CODE = {
+ '_translator'    : 'YOUR_NAME &lt;YOUR_EMAIL&gt;',
+ '_translation'   : 'YOUR_TRANSLATION NAME', // will be seen in about dialog
+ '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/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.YOUR_LANG.js
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ar.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ar.js?rev=1178141&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ar.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ar.js Sun Oct  2 08:06:49 2011
@@ -0,0 +1,168 @@
+/**
+ * Arabic translation
+ * @author tawfek daghistani <[hidden email]>
+ * @version 2010-09-21
+ */
+(function($) {
+elRTE.prototype.i18Messages.ar = {
+ '_translator'    : 'Tawfek Daghistani &lt;[hidden email]&gt;',
+ '_translation'   : 'Arabic translation',
+ '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' : '(_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)',
+ '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)',
+ 'Rows'          : 'الصفوف',
+ 'Columns'       : 'الأعمدة',
+ 'Groups'        : 'المجموعات',
+ 'Cells'         : 'خلايا',
+ 'Caption'       : 'العنوان',
+ 'Inner borders' : 'حدود داخلية'
+}
+})(jQuery);

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

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

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

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ca.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ca.js?rev=1178141&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ca.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ca.js Sun Oct  2 08:06:49 2011
@@ -0,0 +1,167 @@
+/**
+ * Catalan translation
+ * @author Maria Consuelo Bravo <[hidden email]>
+ * @version 2010-12-21
+ */
+(function($) {
+elRTE.prototype.i18Messages.ca = {
+ '_translator'    : 'Maria Consuelo Bravo &lt;[hidden email]&gt;',
+ '_translation'   : 'Catalan translation',
+ 'Editor' : 'Editor',
+ 'Source' : 'Codi font',
+ // Panel Name
+ 'Copy/Pase'      : 'Copia/Enganxa',
+ 'Undo/Redo'      : 'Desfés/Restaura',
+ 'Text styles'    : 'Estils de text',
+ 'Colors'         : 'Colors',
+ 'Alignment'      : 'Alineació',
+ 'Indent/Outdent' : 'Augmenta/Redueix el sagnat',
+ 'Text format'    : 'Format de text',
+ 'Lists'          : 'Llistes',
+ 'Misc elements'  : 'Diversos',
+ 'Links'          : 'Enllaços',
+ 'Images'         : 'Imatges',
+ 'Media'          : 'Multimèdia',
+ 'Tables'         : 'Taules',
+ 'File manager (elFinder)' : 'Gestor d\'arxius',
+ // button names
+ 'Save'                    : 'Desa',
+ 'Copy'                    : 'Copia',
+ 'Cut'                     : 'Retalla',
+ 'Paste'                   : 'Enganxa',
+ 'Paste only text'         : 'Enganxa només el text',
+ 'Paste formatted text'    : 'Enganxa el text formatat',
+ 'Clean format'            : 'Neteja el format',
+ 'Undo last action'        : 'Desfés l\'última acció',
+ 'Redo previous action'    : 'Restaura l\'última acció',
+ 'Bold'                    : 'Negreta',
+ 'Italic'                  : 'Cursiva',
+ 'Underline'               : 'Subratllat',
+ 'Strikethrough'           : 'Ratllat',
+ 'Superscript'             : 'Superíndex',
+ 'Subscript'               : 'Subíndex',
+ 'Align left'              : 'Alinea a l\'esquerra',
+ 'Ailgn right'             : 'Alinea a la dreta',
+ 'Align center'            : 'Centra',
+ 'Align full'              : 'Justifica',
+ 'Font color'              : 'Color del text',
+ 'Background color'        : 'Color de fons',
+ 'Indent'                  : 'Augmenta el sagnat',
+ 'Outdent'                 : 'Redueix el sagnat',
+ 'Format'                  : 'Format',
+ 'Font size'               : 'Mida de la lletra',
+ 'Font'                    : 'Font',
+ 'Ordered list'            : 'Llista ordenada',
+ 'Unordered list'          : 'Llista desordenada',
+ 'Horizontal rule'         : 'Línia horitzontal',
+ 'Blockquote'              : 'Cita',
+ 'Block element (DIV)'     : 'Elements de bloc (DIV)',
+ 'Link'                    : 'Enllaç',
+ 'Delete link'             : 'Elimina l\'enllaç',
+ 'Bookmark'                : 'Marcador',
+ 'Image'                   : 'Imatge',
+ 'Table'                   : 'Taula',
+ 'Delete table'            : 'Elimina la taula',
+ 'Insert row before'       : 'Insereix fila abans',
+ 'Insert row after'        : 'Insereix fila després',
+ 'Delete row'              : 'Elimina la fila',
+ 'Insert column before'    : 'Insereix columna abans',
+ 'Insert column after'     : 'Insereix columna després',
+ 'Delete column'           : 'Elimina la columna',
+ 'Merge table cells'       : 'Fusiona les cel·les',
+ 'Split table cell'        : 'Divideix la cel·la',
+ 'Toggle display document structure' : 'Pantalla d\'estructura del document',
+ 'Table cell properties'   : 'Propietats de la cel·la',
+ 'Table properties'        : 'Propietats de la taula',
+ 'Toggle full screen mode' : 'Pantalla completa',
+ 'Open file manager'       : 'Obre el gestor d\'arxius',
+ 'Non breakable space'     : 'Espai indivisible',
+ 'Stop element floating'   : 'Atura l\'element flotant',
+ // dialogs
+ 'Warning' : 'Advertència',
+ 'Properies' : 'Propietats',
+ 'Popup' : 'Finestra emergent',
+ 'Advanced' : 'Avançat',
+ 'Events' : 'Incidències',
+ 'Width' : 'Amplada',
+ 'Height' : 'Alçada',
+ 'Left'   : 'Esquerra',
+ 'Center' : 'Centrat',
+ 'Right'  : 'Dreta',
+ 'Border' : 'Vora',
+ 'Background' : 'Fons',
+ 'Css class' : 'Classe CSS',
+ 'Css style' : 'Estil CSS',
+ 'No' : 'No',
+ 'Title' : 'Títol',
+ 'Script direction' : 'Adreça de l\'script',
+ 'Language' : 'Idioma',
+ 'Charset' : 'Charset',
+ 'Not set' : 'No establert',
+ 'Left to right' : 'D\'esquerra a dreta',
+ 'Right to left' : 'De dreta a esquerra',
+ 'In this window' : 'En aquesta finestra (_self)',
+ 'In new window (_blank)' : 'En una finestra nova (_blank)',
+ 'In new parent window (_parent)' : 'En una finestra mare nova (_parent)',
+ 'In top frame (_top)' : 'En un marc superior (_top)',
+ 'URL' : 'URL',
+ 'Open in' : 'Obre a',
+ // copy
+ 'This operation is disabled in your browser on security reason. Use shortcut instead.' : 'Per raons de seguretat aquesta operació no està disponible en el seu navegador. Utilitzi una drecera de teclat.',
+ // format
+ 'Heading 1' : 'Encapçalament 1',
+ 'Heading 2' : ' Encapçalament 2',
+ 'Heading 3' : ' Encapçalament 3',
+ 'Heading 4' : ' Encapçalament 4',
+ 'Heading 5' : ' Encapçalament 5',
+ 'Heading 6' : ' Encapçalament 6',
+ 'Paragraph' : 'Paràgraf',
+ 'Address' : 'Adreça',
+ 'Preformatted' : 'Preformatat',
+ // font size
+ 'Small (8pt)'   : 'Petit (8pt)',
+ 'Small (10px)'  : 'Petit (10px)',
+ 'Small (12pt)'  : 'Petit (12pt)',
+ 'Normal (14pt)' : 'Normal (14pt)',
+ 'Large (18pt)'  : 'Gran (18pt)',
+ 'Large (24pt)'  : 'Gran (24pt)',
+ 'Large (36pt)'  : 'Gran (36pt)',
+ // bookmark
+ 'Bookmark name' : 'Nom del marcador',
+ // link
+ 'Link URL' : 'URL de l\'enllaç',
+ 'Target' : 'Objectiu',
+ 'Open link in popup window' : 'Obre l\'enllaç en una finestra emergent',
+ 'Window name' : 'Nom de la finestra',
+ 'Window size' : 'Mida de la finestra',
+ 'Window position' : 'Posició de la finestra',
+ 'Location bar' : 'Barra d\'adreces',
+ 'Menu bar' : 'Barra de menús',
+ 'Toolbar' : 'Barra d\'eines',
+ 'Scrollbars' : 'Barres de desplaçament',
+ 'Status bar' : 'Barra d\'estat',
+ 'Resizable' : 'Redimensionable',
+ 'Depedent' : 'Dependent (Netscape)',
+ 'Add return false' : 'Afegeix (return false)',
+ 'Target MIME type' : 'Destí de tipus MIME',
+ 'Relationship page to target (rel)' : 'Relació de la pàgina amb l\'enllaç (rel)',
+ 'Relationship target to page (rev)' : 'Relació de l\'enllaç amb la pàgina (rev)',
+ 'Tab index' : 'Índex de tabulador',
+ 'Access key' : 'Tecla d\'accés',
+ // image
+ 'Size' : 'Mida',
+ 'Preview' : 'Previsualització',
+ 'Margins' : 'Marges',
+ 'Alt text' : 'Text alternatiu',
+ 'Image URL' : 'URL de la imatge',
+ // table
+ 'Spacing'       : 'Interlineat (Spacing)',
+ 'Padding'       : 'Emplenament (Padding)',
+ 'Rows'          : 'Files',
+ 'Columns'       : 'Columnes',
+ 'Groups'        : 'Grups',
+ 'Cells'         : 'Cel·les',
+ 'Caption'       : 'Llegenda',
+ 'Inner borders' : 'Vores internes'
+}
+})(jQuery);

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ca.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ca.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.ca.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.cs.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.cs.js?rev=1178141&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.cs.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.cs.js Sun Oct  2 08:06:49 2011
@@ -0,0 +1,171 @@
+/*
+ * Czech translation
+ * @author Michal Marek <[hidden email]>
+ * @version 2010-09-19
+ */
+(function($) {
+elRTE.prototype.i18Messages.cs = {
+ '_translator'    : 'Michal Marek &lt;[hidden email]&gt;',
+ '_translation'   : 'Czech translation',
+ '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/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.cs.js
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.da.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.da.js?rev=1178141&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.da.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.da.js Sun Oct  2 08:06:49 2011
@@ -0,0 +1,210 @@
+/*
+ * Danish translation
+ * @author Steen Rabol <[hidden email]>
+ * @version 2011-01-05
+ */
+(function($) {
+elRTE.prototype.i18Messages.da = {
+ '_translator'    : 'Steen Rabol &lt;[hidden email]&gt;',
+ '_translation'   : 'Dansk oversættelse', // will be seen in about dialog
+ 'Editor' : 'Editor',
+ 'Source' : 'Kilde',
+ // panels names
+ 'Copy/Pase'      : 'Kopier/Sæt ind',
+ 'Undo/Redo'      : 'Fortryd / Gentag',
+ 'Text styles'    : 'Tekst stile',
+ 'Colors'         : 'Farver',
+ 'Alignment'      : 'Justering',
+ 'Indent/Outdent' : 'Indrykning / Udrykning',
+ 'Text format'    : 'Tekst formatering',
+ 'Lists'          : 'Lister',
+ 'Misc elements'  : 'Forsekllign elementer',
+ 'Links'          : 'Links',
+ 'Images'         : 'Billeder',
+ 'Media'          : 'Media',
+ 'Tables'         : 'Tabeller',
+ 'File manager (elFinder)' : 'Fil håndtering',
+ // buttons names
+ 'About this software'     : 'Om...',
+ 'Save'                    : 'Gem',
+ 'Copy'                    : 'Kopier',
+ 'Cut'                     : 'Klip',
+ 'Paste'                   : 'Sæt ind',
+ 'Paste only text'         : 'Indsæt kun teskst',
+ 'Paste formatted text'    : 'Indsæt formateret tekst',
+ 'Clean format'            : 'Fjern formatering',
+ 'Undo last action'        : 'Fortryd sidste handling',
+ 'Redo previous action'    : 'Gentag sidste handling',
+ 'Bold'                    : 'Fed',
+ 'Italic'                  : 'Kursiv',
+ 'Underline'               : 'Understreg',
+ 'Strikethrough'           : 'Gennemstreget',
+ 'Superscript'             : 'Hævet skrift',
+ 'Subscript'               : 'Sænket skrift',
+ 'Align left'              : 'Venstrejusteret',
+ 'Ailgn right'             : 'Højrejusteret',
+ 'Align center'            : 'Centreret',
+ 'Align full'              : 'Lige margner',
+ 'Font color'              : 'Tekst farve',
+ 'Background color'        : 'Baggrunds farve',
+ 'Indent'                  : 'Indryk',
+ 'Outdent'                 : 'Ryk ud',
+ 'Format'                  : 'Formatering',
+ 'Font size'               : 'Skrift størrelse',
+ 'Font'                    : 'Skrifttype',
+ 'Ordered list'            : 'Nummeret liste',
+ 'Unordered list'          : 'Punkt liste',
+ 'Horizontal rule'         : 'Horisontal linie',
+ 'Blockquote'              : 'Citat',
+ 'Block element (DIV)'     : 'Lag (DIV)',
+ 'Link'                    : 'Link',
+ 'Delete link'             : 'Slet link',
+ 'Bookmark'                : 'Bogmærke',
+ 'Image'                   : 'Billed',
+ 'Table'                   : 'Tabel',
+ 'Delete table'            : 'Slet tabel',
+ 'Insert row before'       : 'Indsæt række før',
+ 'Insert row after'        : 'Indsæt række efter',
+ 'Delete row'              : 'Slet række',
+ 'Insert column before'    : 'Indsæt kolonne før',
+ 'Insert column after'     : 'Indsæt kolone efter',
+ 'Delete column'           : 'Slet kolone',
+ 'Merge table cells'       : 'Flet tabel celler',
+ 'Split table cell'        : 'Del tabel celler',
+ 'Toggle display document structure' : 'Skift visning af dokument struktur',
+ 'Table cell properties'   : 'Tabel celler egenskaber',
+ 'Table properties'        : 'Tabel egenskaber',
+ 'Toggle full screen mode' : 'Skift fuldskærms tilstand',
+ 'Open file manager'       : 'Åben filhÃ¥ndtering',
+ 'Non breakable space'     : 'Ikke ombrydelig mellemrum',
+ 'Stop element floating'   : 'Forhindre element forskydning',
+ // dialogs
+ 'Warning'          : 'Advarsel',
+ 'Properies'        : 'Egenskaber',
+ 'Popup'            : 'Popup',
+ 'Advanced'         : 'Avanceret',
+ 'Events'           : 'Hændelser',
+ 'Width'            : 'Bredde',
+ 'Height'           : 'Højde',
+ 'Left'             : 'Venstre',
+ 'Center'           : 'Centreret',
+ 'Right'            : 'Højre',
+ 'Border'           : 'Ramme',
+ 'Background'       : 'Baggrund',
+ 'Css class'        : 'Css klasse',
+ 'Css style'        : 'Css stil',
+ 'No'               : 'Nej',
+ 'Title'            : 'Overskrift',
+ 'Script direction' : 'Script retning',
+ 'Language'         : 'Sprog',
+ 'Charset'          : 'Karaktersæt',
+ 'Not set'          : 'Ikke sat',
+ 'Left to right'    : 'Venstre mod højre',
+ 'Right to left'    : 'Højre mod venstre',
+ 'In this window'   : 'I dette vindue',
+ 'In new window (_blank)'         : 'I et nyt vindue',
+ 'In new parent window (_parent)' : 'I ydre ramme (_parent)',
+ 'In top frame (_top)'            : 'I øverste ramme (_top)',
+ 'URL'              : 'URL',
+ 'Open in'          : 'Åbn i',
+ 'Open file manger' : 'Åbn fil håndtering',
+ // copy
+ 'This operation is disabled in your browser on security reason. Use shortcut instead.' : '',
+ // format
+ 'Heading 1'     : 'Overskrift 1',
+ 'Heading 2'     : 'Overskrift 2',
+ 'Heading 3'     : 'Overskrift 3',
+ 'Heading 4'     : 'Overskrift 4',
+ 'Heading 5'     : 'Overskrift 5',
+ 'Heading 6'     : 'Overskrift 6',
+ 'Paragraph'     : 'Paragraf',
+ 'Address'       : 'Adresse',
+ 'Preformatted'  : 'Pre-formateret',
+ // font size
+ 'Small (8pt)'   : 'Lille (8pt)',
+ 'Small (10px)'  : 'Lille (10px)',
+ 'Small (12pt)'  : 'Lille (12pt)',
+ 'Normal (14pt)' : 'Normal (14pt)',
+ 'Large (18pt)'  : 'Stor (18pt)',
+ 'Large (24pt)'  : 'Stor (24pt)',
+ 'Large (36pt)'  : 'Stor (36pt)',
+ // bookmark
+ 'Bookmark name' : 'Bogmærke navn',
+ // link
+ 'Link URL'         : 'Link URL',
+ 'Target'           : 'Destination',
+ 'Select bookmark'  : 'Vælg bogmærke',
+ 'Open link in popup window' : 'Åbn link i popup vindue',
+ 'Window name'      : 'Title',
+ 'Window size'      : 'Størrelse',
+ 'Window position'  : 'Position',
+ 'Location bar'     : 'Adresselinje',
+ 'Menu bar'         : 'Menu bar',
+ 'Toolbar'          : 'Værktøjslinie',
+ 'Scrollbars'       : 'Vis rullepanel',
+ 'Status bar'       : 'Status linie',
+ 'Resizable'        : 'Skalebar',
+ 'Depedent'         : 'Afh\u00E6ngig (Kun Mozilla/Firefox)',
+ 'Add return false' : 'Inds\u00E6t \'return false\'',
+ 'Target MIME type' : 'Destinations-MIME-type',
+ 'Relationship page to target (rel)' : 'Forholds side til desitnation (rel)',
+ 'Relationship target to page (rev)' : 'Forholds desitination til side (rev)',
+ 'Tab index'        : 'Tabindeks',
+ 'Access key'       : 'Genvejstast',
+ // image
+ 'Size'             : 'Størrelse',
+ 'Preview'          : 'Vis',
+ 'Margins'          : 'Margin',
+ 'Alt text'         : 'Alternativ teks',
+ 'Image URL'        : 'Billed URL',
+ // table
+ 'Spacing'          : 'Celle afstand',
+ 'Padding'          : 'Indholds afstand',
+ 'Rows'             : 'Rækker',
+ 'Columns'          : 'Kolonner',
+ 'Groups'           : 'Grupper',
+ 'Cells'            : 'Celler',
+ 'Caption'          : 'Oversrift',
+ 'Inner borders'    : 'Kanter',
+ // table cell
+ 'Table cell type'  : 'Tabel celle type',
+ 'Data'             : 'Data',
+ 'Header'           : 'Hoved',
+ 'Justify'          : 'Lige margin',
+ 'Paddings'         : 'Afstand',
+ 'Apply to'         : 'Gælder for',
+ 'Current cell'     : 'Aktuelle celle',
+ 'All cells in row' : 'Alle celler i rækken',
+ 'All cells in column' : 'Alle celler i kolonnen',
+ 'All cells in table' : 'Alle celler i tabellen',
+ // about
+ 'About elRTE'                  : 'Om elRTE',
+ 'Version'                      : 'Version',
+ 'Licence'                      : 'Licens',
+ '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'                      : 'Forfatere',
+ 'Chief developer'              : 'Chef udvikler',
+ 'Developer, tech support'      : 'Udvikler, teknisk support',
+ 'Developer'                    : 'Udvikler',
+ 'Interface designer'           : 'Interface designer',
+ 'Spanish localization'         : 'Spansk oversættelse',
+ 'Czech localization'           : 'Tjekkoslovakisk oversættelse',
+ 'Japanese localization'        : 'Japansk oversættelse',
+ 'Latvian localization'         : 'Lettisk oversættelse',
+ 'German localization'          : 'Tysk oversættelse',
+ 'Ukranian localization'        : 'Ukrainsk oversættelse',
+ 'Persian (farsi) localization' : 'Persisk (fasi) oversættelse',
+ 'Arabic localization'          : 'Arabisk oversættelse',
+ 'RTL support'                  : 'RTL understøttelse',
+ 'French localization'          : 'Fransk oversættelse',
+ 'Dutch localization'           : 'Hollandsk oversættelse',
+ 'Hungarian localization'       : 'Ungarsk oversættelse',
+ 'Polish localization'          : 'Polsk oversættelse',
+ 'Italian localization'         : 'Italiensk oversættelse',
+ 'Traditional Chinese localization' : 'Traditoinel kinesisk oversættelse',
+ 'For more information about this software visit the' : 'For mere information, besøg ',
+ 'elRTE website'                : 'elRTE\'s hjemmeside'
+}
+})(jQuery);

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.da.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.da.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.da.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.de.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.de.js?rev=1178141&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.de.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.de.js Sun Oct  2 08:06:49 2011
@@ -0,0 +1,170 @@
+/*
+ * German translation
+ * @author Daniel Holzmann <[hidden email]>
+ * @version 2011-03-31
+ */
+(function($) {
+elRTE.prototype.i18Messages.de = {
+ '_translator'    : 'Daniel Holzmann &lt;[hidden email]&gt;',
+ '_translation'   : 'German translation',
+ 'Editor' : 'Editor',
+ 'Source' : 'Quellcode',
+ // Panel Name
+ 'Copy/Pase'      : 'Kopieren/Einfügen',
+ 'Undo/Redo'      : 'Rückgängig/Wiederherstellen',
+ 'Text styles'    : 'Textstile',
+ 'Colors'         : 'Farbe',
+ 'Alignment'      : 'Ausrichtung',
+ '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'         : 'nur Text einfügen',
+ 'Paste formatted text'    : 'formatierten Text einfügen',
+ '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'                : 'Lesezeichen 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'       : 'Dateimanager öffnen',
+ 'Non breakable space'     : 'Geschütztes Leerzeichen',
+ 'Stop element floating'   : 'Floating deaktivieren',
+ // dialogs
+ 'Warning' : 'ACHTUNG',
+ 'Properies' : 'Einstellungen',
+ 'Popup' : 'Pop-up',
+ 'Advanced' : 'erweitert',
+ 'Events' : 'Veranstaltungen',
+ 'Width' : 'Breite',
+ 'Height' : 'Höhe',
+ 'Left'   : 'Links',
+ 'Center' : 'Mitte',
+ 'Right'  : 'Rechts',
+ 'Border' : 'Rahmen',
+ 'Background' : 'Hintergrundfarbe',
+ 'Css class' : 'CSS Klasse',
+ 'Css style' : 'CSS Stil',
+ 'No' : 'Nein',
+ 'Title' : 'Titel',
+ 'Script direction' : 'Schreibrichtung',
+ 'Language' : 'Sprache',
+ 'Charset' : 'Zeichensatz',
+ 'Not set' : 'nicht definiert',
+ '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' : 'URL',
+ 'Open in' : 'öffnen 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. Benutzen Sie stattessen die Tastenkombination.',
+ // 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' : 'Absatz',
+ 'Address' : 'Addresse',
+ 'Preformatted' : 'vorformattierter Text',
+ // font size
+ 'Small (8pt)'   : 'Klein (8pt)',
+ 'Small (10px)'  : 'Klein (10px)',
+ 'Small (12pt)'  : 'Klein (12pt)',
+ 'Normal (14pt)' : 'Normal (14pt)',
+ 'Large (18pt)'  : 'Groß (18pt)',
+ 'Large (24pt)'  : 'Groß (24pt)',
+ 'Large (36pt)'  : 'Groß (36pt)',
+ // bookmark
+ 'Bookmark name' : 'Lesezeichen-Name',
+ // link
+ 'Link URL' : 'Link URL',
+ 'Target' : 'Zielfenster',
+ 'Open link in popup window' : 'Link in einem Popup-Fenster öffnen',
+ 'URL' : 'URL',
+ 'Window name' : 'Fenster-Name',
+ 'Window size' : 'Fenstergröße',
+ 'Window position' : 'Fensterposition',
+ 'Location bar' : 'Adressleiste',
+ 'Menu bar' : 'Menüleiste',
+ 'Toolbar' : 'Werkzeugleiste',
+ 'Scrollbars' : 'Scrollbalken',
+ 'Status bar' : 'Statusleiste',
+ 'Resizable' : 'Vergrößerbar',
+ 'Depedent' : 'Abhängig (Netscape)',
+ 'Add return false' : 'return false hinzufügen',
+ 'Target MIME type' : 'MIME-Type',
+ 'Relationship page to target (rel)' : 'Verhältnis Seite zum Ziel (rel)',
+ 'Relationship target to page (rev)' : 'Verhältnis Ziel zur Seite (rev)',
+ 'Tab index' : 'Tab Index',
+ 'Access key' : 'Zugriffstaste',
+ // image
+ 'Size' : 'Größe',
+ 'Preview' : 'Vorschau',
+ 'Margins' : 'Außenabstände',
+ 'Alt text' : 'Alt-Text',
+ 'Image URL' : 'Bild-URL',
+ // table
+ 'Spacing'       : 'Abstand (spacing)',
+ 'Padding'       : 'Abstand (padding)',
+ 'Rows'          : 'Zeilen',
+ 'Columns'       : 'Spalten',
+ 'Groups'        : 'Gruppen',
+ 'Cells'         : 'Zellen',
+ 'Caption'       : 'Überschrift',
+ 'Inner borders' : 'Innere Ränder'
+
+
+}
+})(jQuery);

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

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

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

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.en.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.en.js?rev=1178141&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.en.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.en.js Sun Oct  2 08:06:49 2011
@@ -0,0 +1,11 @@
+/*
+ * This is dummy file and does nothing.
+ *
+ * You do not need to include it for English localization.
+ *
+ * Translators!
+ * If you want to make new localization use 'elrte.YOUR_LANG.js' file
+ * in this directory as template.
+ * Please submit your localization by creating new issue:
+ * http://elrte.org/redmine/projects/elrte/issues/new
+ */

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.en.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.en.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.en.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.es.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.es.js?rev=1178141&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.es.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.es.js Sun Oct  2 08:06:49 2011
@@ -0,0 +1,169 @@
+/**
+ * Spanish translation
+ * @author Ricardo Obregón <[hidden email]>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.es = {
+ '_translator'    : 'Ricardo Obregón &lt;[hidden email]&gt;',
+ '_translation'   : 'Spanish translation',
+ '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/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.es.js
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.fa.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.fa.js?rev=1178141&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.fa.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.fa.js Sun Oct  2 08:06:49 2011
@@ -0,0 +1,170 @@
+/**
+ * Persian (farsi) translation
+ * @author Saleh soozanchi <[hidden email]>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.fa = {
+ '_translator'    : 'Saleh soozanchi &lt;[hidden email]&gt;',
+ '_translation'   : 'Persian (farsi) translation',
+ '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/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.fa.js
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.fr.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.fr.js?rev=1178141&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.fr.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.fr.js Sun Oct  2 08:06:49 2011
@@ -0,0 +1,169 @@
+/**
+ * French translation
+ * @author Francois Mazerolle <[hidden email]>
+ * @version 2010-09-18
+ */
+(function($) {
+elRTE.prototype.i18Messages.fr = {
+ '_translator'    : 'Francois Mazerolle &lt;[hidden email]&gt;',
+ '_translation'   : 'French translation',
+ '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/trunk/framework/images/webapp/images/jquery/plugins/elrte-1.3/js/i18n/elrte.fr.js
------------------------------------------------------------------------------
    svn:eol-style = native

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

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