aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/gl.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/wsc/lang/gl.js')
-rw-r--r--sources/plugins/wsc/lang/gl.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/gl.js b/sources/plugins/wsc/lang/gl.js
new file mode 100644
index 00000000..5da1ff7c
--- /dev/null
+++ b/sources/plugins/wsc/lang/gl.js
@@ -0,0 +1,24 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.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});