|
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 <[hidden email]> + * @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 <[hidden email]> + * @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 <[hidden email]> + * @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 <[hidden email]> + * @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 <[hidden email]> + * @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 <[hidden email]> + * @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 <[hidden email]> + * @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 <[hidden email]> + * @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à "visualizzazione struttura del documento"', + 'Table cell properties' : 'Proprietà celle', + 'Table properties' : 'Proprietà tabella', + 'Toggle full screen mode' : 'Passa alla modalità "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à', + '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 è 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 |
| Free forum by Nabble | Edit this page |
