]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/wsc/lang/gl.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / wsc / lang / gl.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'wsc', 'gl', {
6 btnIgnore: 'Ignorar',
7 btnIgnoreAll: 'Ignorar Todas',
8 btnReplace: 'Substituir',
9 btnReplaceAll: 'Substituir Todas',
10 btnUndo: 'Desfacer',
11 changeTo: 'Cambiar a',
12 errorLoading: 'Error loading application service host: %s.',
13 ieSpellDownload: 'O corrector ortográfico non está instalado. ¿Quere descargalo agora?',
14 manyChanges: 'Corrección ortográfica rematada: %1 verbas substituidas',
15 noChanges: 'Corrección ortográfica rematada: Non se substituiu nengunha verba',
16 noMispell: 'Corrección ortográfica rematada: Non se atoparon erros',
17 noSuggestions: '- Sen candidatos -',
18 notAvailable: 'Sorry, but service is unavailable now.',
19 notInDic: 'Non está no diccionario',
20 oneChange: 'Corrección ortográfica rematada: Unha verba substituida',
21 progress: 'Corrección ortográfica en progreso...',
22 title: 'Spell Checker',
23 toolbar: 'Corrección Ortográfica'
24 });