Skip to content

Commit

Permalink
Merge branch 't/16786' into major
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Jan 16, 2017
2 parents c390920 + 1715800 commit 981d4a9
Show file tree
Hide file tree
Showing 15 changed files with 184 additions and 2 deletions.
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/az.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'az', {
label: 'Formatı köçür',
notification: {
copied: 'Format köçürülüb',
applied: 'Format tədbiq edilib',
canceled: 'Format imtina edilib',
failed: 'Format etmək mümkün deyil. Siz üslubları köçürmədən onları tədbiq edə bilməzsiniz.'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/de.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'de', {
label: 'Formatierung kopieren',
notification: {
copied: 'Formatierung kopiert',
applied: 'Formatierung angewendet',
canceled: 'Formatierung abgebrochen',
failed: 'Formatierung fehlgeschlagen. Sie können Stile nicht anwenden, ohne sie zuerst zu kopieren.'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/it.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'it', {
label: 'Copia formattazione',
notification: {
copied: 'Formattazione copiata',
applied: 'Formattazione applicata',
canceled: 'Formattazione annullata',
failed: 'Formattazione fallita. Non è possibile applicare stili senza averli prima copiati.'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/ja.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'ja', {
label: 'フォーマットをコピー',
notification: {
copied: 'コピーされたフォーマット',
applied: 'フォーマットを適用しました',
canceled: 'フォーマットを取り消しました',
failed: 'フォーマットに失敗しました。最初にフォーマットをコピーしてください。'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/nb.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'nb', {
label: 'Kopier formatering',
notification: {
copied: 'Formatering kopiert',
applied: 'Formatering tatt i bruk',
canceled: 'Formatering avbrutt',
failed: 'Formatering mislyktes. Du kan ikke ta i bruk stiler uten å kopiere dem først.'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/nl.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'nl', {
label: 'Opmaakstijl kopiëren',
notification: {
copied: 'Opmaakstijl gekopieerd',
applied: 'Opmaakstijl toegepast',
canceled: 'Opmaakstijl toepassen geannuleerd',
failed: 'Opmaakstijl toepassen mislukt. U kunt geen opmaakstijl toepassen zonder deze eerst te kopiëren.'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/oc.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'oc', {
label: 'Copiar lo formatatge',
notification: {
copied: 'Formatatge copiat',
applied: 'Formatatge aplicat',
canceled: 'Formatatge anullat',
failed: 'Formatting failed. You cannot apply styles without copying them first.' // MISSING
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/pl.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'pl', {
label: 'Kopiuj formatowanie',
notification: {
copied: 'Formatowanie skopiowane',
applied: 'Formatowanie zastosowane',
canceled: 'Formatowanie przerwane',
failed: 'Formatowanie nie powiodło się. Nie możesz zastosować stylów bez uprzedniego ich skopiowania.'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/pt-br.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'pt-br', {
label: 'Copiar Formatação',
notification: {
copied: 'Formatação copiada',
applied: 'Formatação aplicada',
canceled: 'Formatação cancelada',
failed: 'A formatação falhou. Você não pode aplicar estilos sem copiá-los antes.'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/ru.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'ru', {
label: 'Копировать форматирование',
notification: {
copied: 'Форматирование скопировано',
applied: 'Форматирование применено',
canceled: 'Форматирование отменен',
failed: 'Formatting failed. You cannot apply styles without copying them first.' // MISSING
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/sv.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'sv', {
label: 'Kopiera formatering',
notification: {
copied: 'Formatering kopierad',
applied: 'Formatering applicerad',
canceled: 'Formatering avbruten',
failed: 'Formatering misslyckades. Du kan inte applicera stilar utan att kopiera dem först.'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/tr.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'tr', {
label: 'Formatı Kopyala',
notification: {
copied: 'Formatlama Kopyalandı',
applied: 'Formatlama Uygulandı',
canceled: 'Formatlama İptal Edildi',
failed: 'Formatlama hatası. İlk önce onları kopyalamadan stilleri uygulayamazsınız.'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/zh-cn.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'zh-cn', {
label: '格式刷',
notification: {
copied: '格式已复制',
applied: '格式已应用',
canceled: '格式已取消',
failed: '格式化失败,您不能还没复制就应用格式'
}
} );
13 changes: 13 additions & 0 deletions plugins/copyformatting/lang/zh.js
@@ -0,0 +1,13 @@
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'copyformatting', 'zh', {
label: '格式化複製',
notification: {
copied: '已複製格式化',
applied: '格式化已套用',
canceled: '格式化已取消',
failed: '格式化失敗。您無法在沒有複製它們前就套用樣式。'
}
} );
4 changes: 2 additions & 2 deletions plugins/copyformatting/plugin.js
@@ -1,4 +1,4 @@
/**
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
Expand Down Expand Up @@ -72,7 +72,7 @@
}

CKEDITOR.plugins.add( 'copyformatting', {
lang: 'en',
lang: 'az,de,en,it,ja,nb,nl,oc,pl,pt-br,ru,sv,tr,zh,zh-cn',
icons: 'copyformatting',
hidpi: true,

Expand Down

0 comments on commit 981d4a9

Please sign in to comment.