diff options
author | Marvin Borner | 2018-07-13 19:06:45 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-13 19:06:45 +0200 |
commit | 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch) | |
tree | dbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/ckeditor/plugins/copyformatting/lang | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/ckeditor/plugins/copyformatting/lang')
15 files changed, 15 insertions, 0 deletions
diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/az.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/az.js new file mode 100644 index 0000000..11f61ea --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/az.js @@ -0,0 +1 @@ +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."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/de.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/de.js new file mode 100644 index 0000000..fa44860 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/de.js @@ -0,0 +1 @@ +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."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/en.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/en.js new file mode 100644 index 0000000..ea14871 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","en",{label:"Copy Formatting",notification:{copied:"Formatting copied",applied:"Formatting applied",canceled:"Formatting canceled",failed:"Formatting failed. You cannot apply styles without copying them first."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/it.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/it.js new file mode 100644 index 0000000..5a8608a --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/it.js @@ -0,0 +1 @@ +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."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/ja.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/ja.js new file mode 100644 index 0000000..6044c7e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","ja",{label:"フォーマットをコピー",notification:{copied:"コピーされたフォーマット",applied:"フォーマットを適用しました",canceled:"フォーマットを取り消しました",failed:"フォーマットに失敗しました。最初にフォーマットをコピーしてください。"}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/nb.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/nb.js new file mode 100644 index 0000000..6f2c273 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/nb.js @@ -0,0 +1 @@ +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."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/nl.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/nl.js new file mode 100644 index 0000000..4eab791 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/nl.js @@ -0,0 +1 @@ +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."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/oc.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/oc.js new file mode 100644 index 0000000..fc787e9 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/oc.js @@ -0,0 +1 @@ +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."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/pl.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/pl.js new file mode 100644 index 0000000..edd24af --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/pl.js @@ -0,0 +1 @@ +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."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/pt-br.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/pt-br.js new file mode 100644 index 0000000..2376a0b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/pt-br.js @@ -0,0 +1 @@ +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."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/ru.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/ru.js new file mode 100644 index 0000000..62261d6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","ru",{label:"Копировать форматирование",notification:{copied:"Форматирование скопировано",applied:"Форматирование применено",canceled:"Форматирование отменен",failed:"Formatting failed. You cannot apply styles without copying them first."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/sv.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/sv.js new file mode 100644 index 0000000..e0560ae --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/sv.js @@ -0,0 +1 @@ +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."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/tr.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/tr.js new file mode 100644 index 0000000..27b6bcb --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/tr.js @@ -0,0 +1 @@ +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."}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/zh-cn.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/zh-cn.js new file mode 100644 index 0000000..afdcf8b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","zh-cn",{label:"格式刷",notification:{copied:"格式已复制",applied:"格式已应用",canceled:"格式已取消",failed:"格式化失败,您不能还没复制就应用格式"}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/copyformatting/lang/zh.js b/public/bower_components/ckeditor/plugins/copyformatting/lang/zh.js new file mode 100644 index 0000000..5528e32 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/copyformatting/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","zh",{label:"格式化複製",notification:{copied:"已複製格式化",applied:"格式化已套用",canceled:"格式化已取消",failed:"格式化失敗。您無法在沒有複製它們前就套用樣式。"}});
\ No newline at end of file |