summaryrefslogtreecommitdiff
path: root/plugins/wsc/lang/gl.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wsc/lang/gl.js')
-rw-r--r--plugins/wsc/lang/gl.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/wsc/lang/gl.js b/plugins/wsc/lang/gl.js
deleted file mode 100644
index b8ce152..0000000
--- a/plugins/wsc/lang/gl.js
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
-Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'wsc', 'gl', {
- btnIgnore: 'Ignorar',
- btnIgnoreAll: 'Ignorar Todas',
- btnReplace: 'Substituir',
- btnReplaceAll: 'Substituir Todas',
- btnUndo: 'Desfacer',
- changeTo: 'Cambiar a',
- errorLoading: 'Error loading application service host: %s.',
- ieSpellDownload: 'O corrector ortográfico non está instalado. ¿Quere descargalo agora?',
- manyChanges: 'Corrección ortográfica rematada: %1 verbas substituidas',
- noChanges: 'Corrección ortográfica rematada: Non se substituiu nengunha verba',
- noMispell: 'Corrección ortográfica rematada: Non se atoparon erros',
- noSuggestions: '- Sen candidatos -',
- notAvailable: 'Sorry, but service is unavailable now.',
- notInDic: 'Non está no diccionario',
- oneChange: 'Corrección ortográfica rematada: Unha verba substituida',
- progress: 'Corrección ortográfica en progreso...',
- title: 'Spell Check',
- toolbar: 'Corrección Ortográfica'
-});