From 317f8f8f0651488f226b5280a8f036c7c135c639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 17:54:04 +0100 Subject: Add oembed --- sources/plugins/elementspath/lang/af.js | 2 +- sources/plugins/elementspath/lang/ar.js | 2 +- sources/plugins/elementspath/lang/az.js | 8 ++++++++ sources/plugins/elementspath/lang/bg.js | 2 +- sources/plugins/elementspath/lang/bn.js | 2 +- sources/plugins/elementspath/lang/bs.js | 2 +- sources/plugins/elementspath/lang/ca.js | 2 +- sources/plugins/elementspath/lang/cs.js | 2 +- sources/plugins/elementspath/lang/cy.js | 2 +- sources/plugins/elementspath/lang/da.js | 2 +- sources/plugins/elementspath/lang/de-ch.js | 2 +- sources/plugins/elementspath/lang/de.js | 2 +- sources/plugins/elementspath/lang/el.js | 2 +- sources/plugins/elementspath/lang/en-au.js | 2 +- sources/plugins/elementspath/lang/en-ca.js | 2 +- sources/plugins/elementspath/lang/en-gb.js | 2 +- sources/plugins/elementspath/lang/en.js | 2 +- sources/plugins/elementspath/lang/eo.js | 2 +- sources/plugins/elementspath/lang/es-mx.js | 8 ++++++++ sources/plugins/elementspath/lang/es.js | 2 +- sources/plugins/elementspath/lang/et.js | 2 +- sources/plugins/elementspath/lang/eu.js | 2 +- sources/plugins/elementspath/lang/fa.js | 2 +- sources/plugins/elementspath/lang/fi.js | 2 +- sources/plugins/elementspath/lang/fo.js | 2 +- sources/plugins/elementspath/lang/fr-ca.js | 2 +- sources/plugins/elementspath/lang/fr.js | 6 +++--- sources/plugins/elementspath/lang/gl.js | 2 +- sources/plugins/elementspath/lang/gu.js | 2 +- sources/plugins/elementspath/lang/he.js | 2 +- sources/plugins/elementspath/lang/hi.js | 2 +- sources/plugins/elementspath/lang/hr.js | 4 ++-- sources/plugins/elementspath/lang/hu.js | 2 +- sources/plugins/elementspath/lang/is.js | 2 +- sources/plugins/elementspath/lang/it.js | 2 +- sources/plugins/elementspath/lang/ja.js | 2 +- sources/plugins/elementspath/lang/ka.js | 2 +- sources/plugins/elementspath/lang/km.js | 2 +- sources/plugins/elementspath/lang/ko.js | 2 +- sources/plugins/elementspath/lang/ku.js | 2 +- sources/plugins/elementspath/lang/lt.js | 2 +- sources/plugins/elementspath/lang/lv.js | 2 +- sources/plugins/elementspath/lang/mk.js | 2 +- sources/plugins/elementspath/lang/mn.js | 2 +- sources/plugins/elementspath/lang/ms.js | 2 +- sources/plugins/elementspath/lang/nb.js | 2 +- sources/plugins/elementspath/lang/nl.js | 2 +- sources/plugins/elementspath/lang/no.js | 2 +- sources/plugins/elementspath/lang/oc.js | 8 ++++++++ sources/plugins/elementspath/lang/pl.js | 2 +- sources/plugins/elementspath/lang/pt-br.js | 2 +- sources/plugins/elementspath/lang/pt.js | 2 +- sources/plugins/elementspath/lang/ro.js | 2 +- sources/plugins/elementspath/lang/ru.js | 2 +- sources/plugins/elementspath/lang/si.js | 2 +- sources/plugins/elementspath/lang/sk.js | 2 +- sources/plugins/elementspath/lang/sl.js | 4 ++-- sources/plugins/elementspath/lang/sq.js | 2 +- sources/plugins/elementspath/lang/sr-latn.js | 2 +- sources/plugins/elementspath/lang/sr.js | 2 +- sources/plugins/elementspath/lang/sv.js | 2 +- sources/plugins/elementspath/lang/th.js | 2 +- sources/plugins/elementspath/lang/tr.js | 2 +- sources/plugins/elementspath/lang/tt.js | 2 +- sources/plugins/elementspath/lang/ug.js | 2 +- sources/plugins/elementspath/lang/uk.js | 2 +- sources/plugins/elementspath/lang/vi.js | 2 +- sources/plugins/elementspath/lang/zh-cn.js | 2 +- sources/plugins/elementspath/lang/zh.js | 2 +- 69 files changed, 94 insertions(+), 70 deletions(-) create mode 100644 sources/plugins/elementspath/lang/az.js create mode 100644 sources/plugins/elementspath/lang/es-mx.js create mode 100644 sources/plugins/elementspath/lang/oc.js (limited to 'sources/plugins/elementspath/lang') diff --git a/sources/plugins/elementspath/lang/af.js b/sources/plugins/elementspath/lang/af.js index 7d83e85..c07fa39 100644 --- a/sources/plugins/elementspath/lang/af.js +++ b/sources/plugins/elementspath/lang/af.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'af', { diff --git a/sources/plugins/elementspath/lang/ar.js b/sources/plugins/elementspath/lang/ar.js index f00047c..fa0147c 100644 --- a/sources/plugins/elementspath/lang/ar.js +++ b/sources/plugins/elementspath/lang/ar.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'ar', { diff --git a/sources/plugins/elementspath/lang/az.js b/sources/plugins/elementspath/lang/az.js new file mode 100644 index 0000000..c344c1e --- /dev/null +++ b/sources/plugins/elementspath/lang/az.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'elementspath', 'az', { + eleLabel: 'Elementin izləri', + eleTitle: '%1 element' +} ); diff --git a/sources/plugins/elementspath/lang/bg.js b/sources/plugins/elementspath/lang/bg.js index 5631407..07b990b 100644 --- a/sources/plugins/elementspath/lang/bg.js +++ b/sources/plugins/elementspath/lang/bg.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'bg', { diff --git a/sources/plugins/elementspath/lang/bn.js b/sources/plugins/elementspath/lang/bn.js index a332dca..493caad 100644 --- a/sources/plugins/elementspath/lang/bn.js +++ b/sources/plugins/elementspath/lang/bn.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'bn', { diff --git a/sources/plugins/elementspath/lang/bs.js b/sources/plugins/elementspath/lang/bs.js index 6fc622a..f432973 100644 --- a/sources/plugins/elementspath/lang/bs.js +++ b/sources/plugins/elementspath/lang/bs.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'bs', { diff --git a/sources/plugins/elementspath/lang/ca.js b/sources/plugins/elementspath/lang/ca.js index 4f964cf..d9573c2 100644 --- a/sources/plugins/elementspath/lang/ca.js +++ b/sources/plugins/elementspath/lang/ca.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'ca', { diff --git a/sources/plugins/elementspath/lang/cs.js b/sources/plugins/elementspath/lang/cs.js index da06354..427e5bf 100644 --- a/sources/plugins/elementspath/lang/cs.js +++ b/sources/plugins/elementspath/lang/cs.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'cs', { diff --git a/sources/plugins/elementspath/lang/cy.js b/sources/plugins/elementspath/lang/cy.js index 05f5885..5c9c77d 100644 --- a/sources/plugins/elementspath/lang/cy.js +++ b/sources/plugins/elementspath/lang/cy.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'cy', { diff --git a/sources/plugins/elementspath/lang/da.js b/sources/plugins/elementspath/lang/da.js index 8c68da7..3cd404e 100644 --- a/sources/plugins/elementspath/lang/da.js +++ b/sources/plugins/elementspath/lang/da.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'da', { diff --git a/sources/plugins/elementspath/lang/de-ch.js b/sources/plugins/elementspath/lang/de-ch.js index dc440b1..ad13b78 100644 --- a/sources/plugins/elementspath/lang/de-ch.js +++ b/sources/plugins/elementspath/lang/de-ch.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'de-ch', { diff --git a/sources/plugins/elementspath/lang/de.js b/sources/plugins/elementspath/lang/de.js index 0c898ef..5072d3b 100644 --- a/sources/plugins/elementspath/lang/de.js +++ b/sources/plugins/elementspath/lang/de.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'de', { diff --git a/sources/plugins/elementspath/lang/el.js b/sources/plugins/elementspath/lang/el.js index 5106bd8..00a4812 100644 --- a/sources/plugins/elementspath/lang/el.js +++ b/sources/plugins/elementspath/lang/el.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'el', { diff --git a/sources/plugins/elementspath/lang/en-au.js b/sources/plugins/elementspath/lang/en-au.js index fc9a3aa..60a838a 100644 --- a/sources/plugins/elementspath/lang/en-au.js +++ b/sources/plugins/elementspath/lang/en-au.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'en-au', { diff --git a/sources/plugins/elementspath/lang/en-ca.js b/sources/plugins/elementspath/lang/en-ca.js index 894d985..8acb5c4 100644 --- a/sources/plugins/elementspath/lang/en-ca.js +++ b/sources/plugins/elementspath/lang/en-ca.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'en-ca', { diff --git a/sources/plugins/elementspath/lang/en-gb.js b/sources/plugins/elementspath/lang/en-gb.js index f172fc0..86fb78e 100644 --- a/sources/plugins/elementspath/lang/en-gb.js +++ b/sources/plugins/elementspath/lang/en-gb.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'en-gb', { diff --git a/sources/plugins/elementspath/lang/en.js b/sources/plugins/elementspath/lang/en.js index 135c895..96feac7 100644 --- a/sources/plugins/elementspath/lang/en.js +++ b/sources/plugins/elementspath/lang/en.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'en', { diff --git a/sources/plugins/elementspath/lang/eo.js b/sources/plugins/elementspath/lang/eo.js index 5df75e9..20e0320 100644 --- a/sources/plugins/elementspath/lang/eo.js +++ b/sources/plugins/elementspath/lang/eo.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'eo', { diff --git a/sources/plugins/elementspath/lang/es-mx.js b/sources/plugins/elementspath/lang/es-mx.js new file mode 100644 index 0000000..625d951 --- /dev/null +++ b/sources/plugins/elementspath/lang/es-mx.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'elementspath', 'es-mx', { + eleLabel: 'Ruta de los elementos', + eleTitle: '%1 elemento' +} ); diff --git a/sources/plugins/elementspath/lang/es.js b/sources/plugins/elementspath/lang/es.js index 3953de4..815a18d 100644 --- a/sources/plugins/elementspath/lang/es.js +++ b/sources/plugins/elementspath/lang/es.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'es', { diff --git a/sources/plugins/elementspath/lang/et.js b/sources/plugins/elementspath/lang/et.js index be7f786..ab62d21 100644 --- a/sources/plugins/elementspath/lang/et.js +++ b/sources/plugins/elementspath/lang/et.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'et', { diff --git a/sources/plugins/elementspath/lang/eu.js b/sources/plugins/elementspath/lang/eu.js index 06a7041..f3d0bb9 100644 --- a/sources/plugins/elementspath/lang/eu.js +++ b/sources/plugins/elementspath/lang/eu.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'eu', { diff --git a/sources/plugins/elementspath/lang/fa.js b/sources/plugins/elementspath/lang/fa.js index 72b4b11..faeb18e 100644 --- a/sources/plugins/elementspath/lang/fa.js +++ b/sources/plugins/elementspath/lang/fa.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'fa', { diff --git a/sources/plugins/elementspath/lang/fi.js b/sources/plugins/elementspath/lang/fi.js index 5a175b5..5f975cf 100644 --- a/sources/plugins/elementspath/lang/fi.js +++ b/sources/plugins/elementspath/lang/fi.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'fi', { diff --git a/sources/plugins/elementspath/lang/fo.js b/sources/plugins/elementspath/lang/fo.js index a9feb77..0935eb9 100644 --- a/sources/plugins/elementspath/lang/fo.js +++ b/sources/plugins/elementspath/lang/fo.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'fo', { diff --git a/sources/plugins/elementspath/lang/fr-ca.js b/sources/plugins/elementspath/lang/fr-ca.js index 0f3d209..0b8796c 100644 --- a/sources/plugins/elementspath/lang/fr-ca.js +++ b/sources/plugins/elementspath/lang/fr-ca.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'fr-ca', { diff --git a/sources/plugins/elementspath/lang/fr.js b/sources/plugins/elementspath/lang/fr.js index 8cd9b1a..78488bb 100644 --- a/sources/plugins/elementspath/lang/fr.js +++ b/sources/plugins/elementspath/lang/fr.js @@ -1,8 +1,8 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'fr', { - eleLabel: 'Elements path', - eleTitle: '%1 éléments' + eleLabel: 'Chemin des éléments', + eleTitle: 'Élément %1' } ); diff --git a/sources/plugins/elementspath/lang/gl.js b/sources/plugins/elementspath/lang/gl.js index 827325b..7dfc457 100644 --- a/sources/plugins/elementspath/lang/gl.js +++ b/sources/plugins/elementspath/lang/gl.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'gl', { diff --git a/sources/plugins/elementspath/lang/gu.js b/sources/plugins/elementspath/lang/gu.js index ffdfb3d..d6f4f40 100644 --- a/sources/plugins/elementspath/lang/gu.js +++ b/sources/plugins/elementspath/lang/gu.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'gu', { diff --git a/sources/plugins/elementspath/lang/he.js b/sources/plugins/elementspath/lang/he.js index 19ec76e..3e2773f 100644 --- a/sources/plugins/elementspath/lang/he.js +++ b/sources/plugins/elementspath/lang/he.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'he', { diff --git a/sources/plugins/elementspath/lang/hi.js b/sources/plugins/elementspath/lang/hi.js index 6f89d6d..3d514f2 100644 --- a/sources/plugins/elementspath/lang/hi.js +++ b/sources/plugins/elementspath/lang/hi.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'hi', { diff --git a/sources/plugins/elementspath/lang/hr.js b/sources/plugins/elementspath/lang/hr.js index 6d07ae5..004182b 100644 --- a/sources/plugins/elementspath/lang/hr.js +++ b/sources/plugins/elementspath/lang/hr.js @@ -1,8 +1,8 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'hr', { - eleLabel: 'Putanja elemenata', + eleLabel: 'Putanje elemenata', eleTitle: '%1 element' } ); diff --git a/sources/plugins/elementspath/lang/hu.js b/sources/plugins/elementspath/lang/hu.js index 62152ce..23701f2 100644 --- a/sources/plugins/elementspath/lang/hu.js +++ b/sources/plugins/elementspath/lang/hu.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'hu', { diff --git a/sources/plugins/elementspath/lang/is.js b/sources/plugins/elementspath/lang/is.js index ef8abad..b5711de 100644 --- a/sources/plugins/elementspath/lang/is.js +++ b/sources/plugins/elementspath/lang/is.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'is', { diff --git a/sources/plugins/elementspath/lang/it.js b/sources/plugins/elementspath/lang/it.js index 966ae05..2e3ed4d 100644 --- a/sources/plugins/elementspath/lang/it.js +++ b/sources/plugins/elementspath/lang/it.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'it', { diff --git a/sources/plugins/elementspath/lang/ja.js b/sources/plugins/elementspath/lang/ja.js index 60fc4cd..6fba524 100644 --- a/sources/plugins/elementspath/lang/ja.js +++ b/sources/plugins/elementspath/lang/ja.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'ja', { diff --git a/sources/plugins/elementspath/lang/ka.js b/sources/plugins/elementspath/lang/ka.js index 901f95f..9923902 100644 --- a/sources/plugins/elementspath/lang/ka.js +++ b/sources/plugins/elementspath/lang/ka.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'ka', { diff --git a/sources/plugins/elementspath/lang/km.js b/sources/plugins/elementspath/lang/km.js index d8cf78c..2fc661d 100644 --- a/sources/plugins/elementspath/lang/km.js +++ b/sources/plugins/elementspath/lang/km.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'km', { diff --git a/sources/plugins/elementspath/lang/ko.js b/sources/plugins/elementspath/lang/ko.js index 77d399f..843a2de 100644 --- a/sources/plugins/elementspath/lang/ko.js +++ b/sources/plugins/elementspath/lang/ko.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'ko', { diff --git a/sources/plugins/elementspath/lang/ku.js b/sources/plugins/elementspath/lang/ku.js index 7461fdf..f425c90 100644 --- a/sources/plugins/elementspath/lang/ku.js +++ b/sources/plugins/elementspath/lang/ku.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'ku', { diff --git a/sources/plugins/elementspath/lang/lt.js b/sources/plugins/elementspath/lang/lt.js index 266a8e6..14c5345 100644 --- a/sources/plugins/elementspath/lang/lt.js +++ b/sources/plugins/elementspath/lang/lt.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'lt', { diff --git a/sources/plugins/elementspath/lang/lv.js b/sources/plugins/elementspath/lang/lv.js index e4b5681..7459ce8 100644 --- a/sources/plugins/elementspath/lang/lv.js +++ b/sources/plugins/elementspath/lang/lv.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'lv', { diff --git a/sources/plugins/elementspath/lang/mk.js b/sources/plugins/elementspath/lang/mk.js index 6bf992b..3fb1549 100644 --- a/sources/plugins/elementspath/lang/mk.js +++ b/sources/plugins/elementspath/lang/mk.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'mk', { diff --git a/sources/plugins/elementspath/lang/mn.js b/sources/plugins/elementspath/lang/mn.js index 95ff819..e3e9285 100644 --- a/sources/plugins/elementspath/lang/mn.js +++ b/sources/plugins/elementspath/lang/mn.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'mn', { diff --git a/sources/plugins/elementspath/lang/ms.js b/sources/plugins/elementspath/lang/ms.js index 9220621..143b4cd 100644 --- a/sources/plugins/elementspath/lang/ms.js +++ b/sources/plugins/elementspath/lang/ms.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'ms', { diff --git a/sources/plugins/elementspath/lang/nb.js b/sources/plugins/elementspath/lang/nb.js index 6972c02..d797354 100644 --- a/sources/plugins/elementspath/lang/nb.js +++ b/sources/plugins/elementspath/lang/nb.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'nb', { diff --git a/sources/plugins/elementspath/lang/nl.js b/sources/plugins/elementspath/lang/nl.js index 559d3b6..14a3585 100644 --- a/sources/plugins/elementspath/lang/nl.js +++ b/sources/plugins/elementspath/lang/nl.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'nl', { diff --git a/sources/plugins/elementspath/lang/no.js b/sources/plugins/elementspath/lang/no.js index a3e2a84..64d05f5 100644 --- a/sources/plugins/elementspath/lang/no.js +++ b/sources/plugins/elementspath/lang/no.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'no', { diff --git a/sources/plugins/elementspath/lang/oc.js b/sources/plugins/elementspath/lang/oc.js new file mode 100644 index 0000000..04c1b30 --- /dev/null +++ b/sources/plugins/elementspath/lang/oc.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'elementspath', 'oc', { + eleLabel: 'Camin dels elements', + eleTitle: 'Element %1' +} ); diff --git a/sources/plugins/elementspath/lang/pl.js b/sources/plugins/elementspath/lang/pl.js index f477bd1..082224d 100644 --- a/sources/plugins/elementspath/lang/pl.js +++ b/sources/plugins/elementspath/lang/pl.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'pl', { diff --git a/sources/plugins/elementspath/lang/pt-br.js b/sources/plugins/elementspath/lang/pt-br.js index 0cccfea..ec265b6 100644 --- a/sources/plugins/elementspath/lang/pt-br.js +++ b/sources/plugins/elementspath/lang/pt-br.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'pt-br', { diff --git a/sources/plugins/elementspath/lang/pt.js b/sources/plugins/elementspath/lang/pt.js index 6b79d0f..5eed642 100644 --- a/sources/plugins/elementspath/lang/pt.js +++ b/sources/plugins/elementspath/lang/pt.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'pt', { diff --git a/sources/plugins/elementspath/lang/ro.js b/sources/plugins/elementspath/lang/ro.js index c11f4de..bc79113 100644 --- a/sources/plugins/elementspath/lang/ro.js +++ b/sources/plugins/elementspath/lang/ro.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'ro', { diff --git a/sources/plugins/elementspath/lang/ru.js b/sources/plugins/elementspath/lang/ru.js index 3e1bd71..ce9529e 100644 --- a/sources/plugins/elementspath/lang/ru.js +++ b/sources/plugins/elementspath/lang/ru.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'ru', { diff --git a/sources/plugins/elementspath/lang/si.js b/sources/plugins/elementspath/lang/si.js index 8a5c180..ff4e5dc 100644 --- a/sources/plugins/elementspath/lang/si.js +++ b/sources/plugins/elementspath/lang/si.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'si', { diff --git a/sources/plugins/elementspath/lang/sk.js b/sources/plugins/elementspath/lang/sk.js index f4b82f6..b3eb725 100644 --- a/sources/plugins/elementspath/lang/sk.js +++ b/sources/plugins/elementspath/lang/sk.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'sk', { diff --git a/sources/plugins/elementspath/lang/sl.js b/sources/plugins/elementspath/lang/sl.js index 8888344..2d2a1c6 100644 --- a/sources/plugins/elementspath/lang/sl.js +++ b/sources/plugins/elementspath/lang/sl.js @@ -1,8 +1,8 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'sl', { eleLabel: 'Pot elementov', - eleTitle: '%1 element' + eleTitle: 'Element %1' } ); diff --git a/sources/plugins/elementspath/lang/sq.js b/sources/plugins/elementspath/lang/sq.js index ad0faf3..0018d6f 100644 --- a/sources/plugins/elementspath/lang/sq.js +++ b/sources/plugins/elementspath/lang/sq.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'sq', { diff --git a/sources/plugins/elementspath/lang/sr-latn.js b/sources/plugins/elementspath/lang/sr-latn.js index 4558023..65ae9f4 100644 --- a/sources/plugins/elementspath/lang/sr-latn.js +++ b/sources/plugins/elementspath/lang/sr-latn.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'sr-latn', { diff --git a/sources/plugins/elementspath/lang/sr.js b/sources/plugins/elementspath/lang/sr.js index b27edf6..80d1ba4 100644 --- a/sources/plugins/elementspath/lang/sr.js +++ b/sources/plugins/elementspath/lang/sr.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'sr', { diff --git a/sources/plugins/elementspath/lang/sv.js b/sources/plugins/elementspath/lang/sv.js index bfe4fde..e34dd0e 100644 --- a/sources/plugins/elementspath/lang/sv.js +++ b/sources/plugins/elementspath/lang/sv.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'sv', { diff --git a/sources/plugins/elementspath/lang/th.js b/sources/plugins/elementspath/lang/th.js index a57021b..d56fb77 100644 --- a/sources/plugins/elementspath/lang/th.js +++ b/sources/plugins/elementspath/lang/th.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'th', { diff --git a/sources/plugins/elementspath/lang/tr.js b/sources/plugins/elementspath/lang/tr.js index d0c48bd..e32e4ff 100644 --- a/sources/plugins/elementspath/lang/tr.js +++ b/sources/plugins/elementspath/lang/tr.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'tr', { diff --git a/sources/plugins/elementspath/lang/tt.js b/sources/plugins/elementspath/lang/tt.js index ccc908b..63b171c 100644 --- a/sources/plugins/elementspath/lang/tt.js +++ b/sources/plugins/elementspath/lang/tt.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'tt', { diff --git a/sources/plugins/elementspath/lang/ug.js b/sources/plugins/elementspath/lang/ug.js index 9d1b2f1..5b66e0f 100644 --- a/sources/plugins/elementspath/lang/ug.js +++ b/sources/plugins/elementspath/lang/ug.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'ug', { diff --git a/sources/plugins/elementspath/lang/uk.js b/sources/plugins/elementspath/lang/uk.js index b0eb692..0d247c6 100644 --- a/sources/plugins/elementspath/lang/uk.js +++ b/sources/plugins/elementspath/lang/uk.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'uk', { diff --git a/sources/plugins/elementspath/lang/vi.js b/sources/plugins/elementspath/lang/vi.js index d3a938b..5ba86b4 100644 --- a/sources/plugins/elementspath/lang/vi.js +++ b/sources/plugins/elementspath/lang/vi.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'vi', { diff --git a/sources/plugins/elementspath/lang/zh-cn.js b/sources/plugins/elementspath/lang/zh-cn.js index 4e7c836..e585d13 100644 --- a/sources/plugins/elementspath/lang/zh-cn.js +++ b/sources/plugins/elementspath/lang/zh-cn.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'zh-cn', { diff --git a/sources/plugins/elementspath/lang/zh.js b/sources/plugins/elementspath/lang/zh.js index 4a968da..5031d0f 100644 --- a/sources/plugins/elementspath/lang/zh.js +++ b/sources/plugins/elementspath/lang/zh.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'elementspath', 'zh', { -- cgit v1.2.3