X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fgl.js;h=28cabb380c4c821897f927a0d7be8b63700178eb;hb=8665a7c6c60586526e32e8941fe2896739b6ebfb;hp=514514f8329b2ba0648050c57ab3b9969c0d9835;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/lang/gl.js b/_source/lang/gl.js index 514514f..28cabb3 100644 --- a/_source/lang/gl.js +++ b/_source/lang/gl.js @@ -110,17 +110,24 @@ CKEDITOR.lang['gl'] = unavailable : '%1, unavailable' // MISSING }, + contextmenu : + { + options : 'Context Menu Options' // MISSING + }, + // Special char dialog. specialChar : { toolbar : 'Inserir Carácter Especial', - title : 'Seleccione Caracter Especial' + title : 'Seleccione Caracter Especial', + options : 'Special Character Options' // MISSING }, // Link dialog. link : { toolbar : 'Inserir/Editar Ligazón', + other : '', menu : 'Editar Ligazón', title : 'Ligazón', info : 'Información da Ligazón', @@ -182,6 +189,29 @@ CKEDITOR.lang['gl'] = errorName : 'Por favor, escriba o nome da referencia' }, + // List style dialog + list: + { + numberedTitle : 'Numbered List Properties', // MISSING + bulletedTitle : 'Bulleted List Properties', // MISSING + type : 'Type', // MISSING + start : 'Start', // MISSING + circle : 'Circle', // MISSING + disc : 'Disc', // MISSING + square : 'Square', // MISSING + none : 'None', // MISSING + notset : '', // MISSING + armenian : 'Armenian numbering', // MISSING + georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING + lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING + upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING + lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING + upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING + lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING + decimal : 'Decimal (1, 2, 3, etc.)', // MISSING + decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING + }, + // Find And Replace Dialog findAndReplace : { @@ -476,7 +506,8 @@ CKEDITOR.lang['gl'] = smiley : { toolbar : 'Smiley', - title : 'Inserte un Smiley' + title : 'Inserte un Smiley', + options : 'Smiley Options' // MISSING }, elementsPath : @@ -503,9 +534,9 @@ CKEDITOR.lang['gl'] = clipboard : { title : 'Pegar', - cutError : 'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de corte. Por favor, use o teclado para iso (Ctrl+X).', - copyError : 'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de copia. Por favor, use o teclado para iso (Ctrl+C).', - pasteMsg : 'Por favor, pegue dentro do seguinte cadro usando o teclado (Ctrl+V) e pulse OK.', + cutError : 'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de corte. Por favor, use o teclado para iso (Ctrl/Cmd+X).', + copyError : 'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de copia. Por favor, use o teclado para iso (Ctrl/Cmd+C).', + pasteMsg : 'Por favor, pegue dentro do seguinte cadro usando o teclado (Ctrl/Cmd+V) e pulse OK.', securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING pasteArea : 'Paste Area' // MISSING }, @@ -528,6 +559,7 @@ CKEDITOR.lang['gl'] = { button : 'Plantillas', title : 'Plantillas de Contido', + options : 'Template Options', // MISSING insertOption : 'Replace actual contents', // MISSING selectPromptMsg : 'Por favor, seleccione a plantilla a abrir no editor
(o contido actual perderase):', emptyListMsg : '(Non hai plantillas definidas)' @@ -648,6 +680,7 @@ CKEDITOR.lang['gl'] = scayt : { title : 'Spell Check As You Type', // MISSING + opera_title : 'Not supported by Opera', // MISSING enable : 'Enable SCAYT', // MISSING disable : 'Disable SCAYT', // MISSING about : 'About SCAYT', // MISSING @@ -659,9 +692,23 @@ CKEDITOR.lang['gl'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + allCaps : 'Ignore All-Caps Words', // MISSING + ignoreDomainNames : 'Ignore Domain Names', // MISSING + mixedCase : 'Ignore Words with Mixed Case', // MISSING + mixedWithDigits : 'Ignore Words with Numbers', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + dic_field_name : 'Dictionary name', // MISSING + dic_create : 'Create', // MISSING + dic_restore : 'Restore', // MISSING + dic_delete : 'Delete', // MISSING + dic_rename : 'Rename', // MISSING + dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type it\'s name and click the Restore button.', // MISSING + aboutTab : 'About' // MISSING },