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/oembed/lang/de.js | 23 +++++++++++++++++++++++ sources/plugins/oembed/lang/en.js | 23 +++++++++++++++++++++++ sources/plugins/oembed/lang/fr.js | 25 +++++++++++++++++++++++++ sources/plugins/oembed/lang/nl.js | 23 +++++++++++++++++++++++ sources/plugins/oembed/lang/pl.js | 23 +++++++++++++++++++++++ sources/plugins/oembed/lang/pt-br.js | 23 +++++++++++++++++++++++ sources/plugins/oembed/lang/ru.js | 23 +++++++++++++++++++++++ sources/plugins/oembed/lang/tr.js | 23 +++++++++++++++++++++++ 8 files changed, 186 insertions(+) create mode 100644 sources/plugins/oembed/lang/de.js create mode 100644 sources/plugins/oembed/lang/en.js create mode 100644 sources/plugins/oembed/lang/fr.js create mode 100644 sources/plugins/oembed/lang/nl.js create mode 100644 sources/plugins/oembed/lang/pl.js create mode 100644 sources/plugins/oembed/lang/pt-br.js create mode 100644 sources/plugins/oembed/lang/ru.js create mode 100644 sources/plugins/oembed/lang/tr.js (limited to 'sources/plugins/oembed/lang') diff --git a/sources/plugins/oembed/lang/de.js b/sources/plugins/oembed/lang/de.js new file mode 100644 index 0000000..69422ae --- /dev/null +++ b/sources/plugins/oembed/lang/de.js @@ -0,0 +1,23 @@ +CKEDITOR.plugins.setLang('oembed', 'de', { + title : "Medien Inhalt einbinden (Bilder, Video, Inhalt)", + button : "Medien Inhalt von Verschiedenen Seiten einbinden", + pasteUrl : "Fügen Sie eine Url (Gekürzte Urls werden auch erkannt) ein von einer Seite die Unterstützt wird (z.B.: YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, etc.) ...", + invalidUrl : "Sie müssem eine korrekte URL an!", + noEmbedCode : "Kein embed Code gefunden, oder Seite wird nicht Unterstützt!", + url : "URL:", + width: "Breite:", + height: "Höhe:", + widthTitle: "Breite für den eingebundenen Inhalt", + heightTitle: "Höhe für den eingebundenen Inhalt", + maxWidth: "Max. Breite:", + maxHeight: "Max. Höhe:", + maxWidthTitle: "Maximale Breite für den eingebundenen Inhalt", + maxHeightTitle: "Maximale Höhe für den eingebundenen Inhalt", + resizeType: "Größenveränderungsmodus (Nur Video's):", + none:'None', + noresize: "Keine Veränderung (Standardgröße)", + responsive: "Responsive", + custom: "Eigene Größe", + noVimeo: "Der Eigentümber dieses Videos hat Domain einschränkungen für dieses Video gesetzt das Video kann nicht in die Webseite eingebunden werden.", + Error: "Inhalt konnte nicht gefunden werden, bitte Versuchen sie eine Andere URL." +}); diff --git a/sources/plugins/oembed/lang/en.js b/sources/plugins/oembed/lang/en.js new file mode 100644 index 0000000..e461f03 --- /dev/null +++ b/sources/plugins/oembed/lang/en.js @@ -0,0 +1,23 @@ +CKEDITOR.plugins.setLang('oembed', 'en', { + title: "Embed Media Content (Photo, Video, Audio or Rich Content)", + button: "Embed Media from External Sites", + pasteUrl: "Paste a URL (shorted URLs are also supported) from one of the supported sites (e.g. YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, etc.).", + invalidUrl: "Please provide a valid URL.", + noEmbedCode: "No embed code found, or site is not supported.", + url: "URL:", + width: "Width:", + height: "Height:", + widthTitle: "Width for the embeded content", + heightTitle: "Height for the embeded content", + maxWidth: "Max. Width:", + maxHeight: "Max. Height:", + maxWidthTitle: "Maximum Width for the embeded Content", + maxHeightTitle: "Maximum Height for the embeded Content", + none:'None', + resizeType: "Resize Type (videos only):", + noresize: "No Resize (use default)", + responsive: "Responsive Resize", + custom: "Specific Resize", + noVimeo: "The owner of this video has set domain restrictions and you will not be able to embed it on your website.", + Error: "Media Content could not been retrieved, please try a different URL." +}); diff --git a/sources/plugins/oembed/lang/fr.js b/sources/plugins/oembed/lang/fr.js new file mode 100644 index 0000000..c1e0650 --- /dev/null +++ b/sources/plugins/oembed/lang/fr.js @@ -0,0 +1,25 @@ +// French Translation by https://github.com/wissim + +CKEDITOR.plugins.setLang('oembed', 'fr', { + title : "Intégrer des contenus multimédia externes. (Photo, Video, Audio, ...)", + button : "Insérer des contenus multimédia provenant de nombreux sites.", + pasteUrl : "Coller l'URL de partage que vous voulez publier. De nombreux services sont pris en charge tels que : (YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, etc.). Vous pouvez aussi utiliser les URLs courtes.", + invalidUrl : "Merci de fournir une URL valide !", + noEmbedCode : "Aucun code d'intégration trouvé ou le site n'est pas supporté !", + url : "URL:", + width: "Largeur:", + height: "Hauteur:", + widthTitle: "Largeur du conteneur.", + heightTitle: "Hauteur du conteneur.", + maxWidth: "Max. Largeur:", + maxHeight: "Max. Hauteur:", + maxWidthTitle: "Largeur maximale du conteneur.", + maxHeightTitle: "Hauteur maximale du conteneur.", + resizeType: "Resize Type (Only Video's):", + none:'None', + noresize: "No Resize (use default)", + responsive: "Responsive Resize", + custom: "Specific Resize", + noVimeo: "The owner of this video has set domain restrictions and you will not be able to embed it on your website.", + Error: "Media Content could not been retrieved, please try a different URL." +}); diff --git a/sources/plugins/oembed/lang/nl.js b/sources/plugins/oembed/lang/nl.js new file mode 100644 index 0000000..94cf8ad --- /dev/null +++ b/sources/plugins/oembed/lang/nl.js @@ -0,0 +1,23 @@ +CKEDITOR.plugins.setLang('oembed', 'nl', { + title : "Integratie van media-inhoud (foto's, video, content)", + button : "Media-inhoud van externe websites", + pasteUrl : "Geef een URL van een pagina in dat ondersteund wordt (Bijv.: YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, etc.) ...", + invalidUrl : "Gelieve een geldige URL op te geven!", + noEmbedCode : "Geen embed code gevonden, of de website wordt niet ondersteund!", + url : "URL:", + width: "Breedte:", + height: "Hoogte:", + widthTitle: "Breedte voor de ingevoegde inhoud", + heightTitle: "Hoogte voor de ingevoegde inhoud", + maxWidth: "Maximale breedte:", + maxHeight: "Maximale hoogte:", + maxWidthTitle: "Maximum breedte voor de ingevoegde inhoud", + maxHeightTitle: "Maximum hoogte voor de ingevoegde inhoud", + none:'None', + resizeType: "Type formaat aanpassing (enkel video's):", + noresize: "Geen formaat aanpassing (gebruik standaard)", + responsive: "Responsieve formaat aanpassing", + custom: "Specifieke formaat aanpassing", + noVimeo: "De eigenaar van deze video heeft restricties ingesteld waardoor je deze video niet kunt invoegen op je eigen website.", + Error: "Media inhoud kon niet worden opgehaald, gelieve een andere URL te proberen." +}); diff --git a/sources/plugins/oembed/lang/pl.js b/sources/plugins/oembed/lang/pl.js new file mode 100644 index 0000000..a7d7b92 --- /dev/null +++ b/sources/plugins/oembed/lang/pl.js @@ -0,0 +1,23 @@ +CKEDITOR.plugins.setLang('oembed', 'pl', { + title: "Osadzanie multimediów (zdjęć, filmów, dźwięku, bogatych treści)", + button: "Osadzanie multimediów z witryn zewnętrznych", + pasteUrl: "Wklej tutaj adres URL (adresy skrócone są również obsługiwane) z jednej z obsługiwanych stron (YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, itp.).", + invalidUrl: "Proszę wprowadzić prawidłowy adres URL!", + noEmbedCode: "Odnośnik nieprawidłowy lub nieobsługiwany!", + url: "URL:", + width: "szerokość:", + height: "wysokość:", + widthTitle: "Szerokość osadzanej zawartości", + heightTitle: "Wysokość osadzanej zawartości", + maxWidth: "Maks. szerokość:", + maxHeight: "Maks. wysokość:", + maxWidthTitle: "Maksymalna szerokość osadzanej zawartości", + maxHeightTitle: "Maksymalna wysokość osadzanej zawartości", + resizeType: "Typ zmiany rozmiaru (tylko nagrania wideo):", + none:'None', + noresize: "Bez zmiany rozmiaru (domyślne)", + responsive: "Responsywna zmiana rozmiaru", + custom: "Narzucona zmiana rozmiaru", + noVimeo: "Właściciel nagrania wideo nałożył ograniczenia domenowe, nagrania nie można osadzić w witrynie.", + Error: "Nie można uzyskać zawartości multimedialnej, proszę spróbować inny adres URL." +}); diff --git a/sources/plugins/oembed/lang/pt-br.js b/sources/plugins/oembed/lang/pt-br.js new file mode 100644 index 0000000..6616432 --- /dev/null +++ b/sources/plugins/oembed/lang/pt-br.js @@ -0,0 +1,23 @@ +CKEDITOR.plugins.setLang('oembed', 'pt-br', { + title: "Conteúdo embed de mídia (foto, vídeo, audio, rich)", + button: "Conteúdo embed de mídia de vários sites", + pasteUrl: "Cole aqui a URL (inclusive URLs encurtadas) de um dos sites que o plugin suporta (ex. YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, etc.) ...", + invalidUrl: "Por favor informe uma URL válida!", + noEmbedCode: "Nenhum código embed foi encontrado, ou esse site não está na lista dos sites suportados pelo plugin!", + url: "URL:", + width: "Largura:", + height: "Altura:", + widthTitle: "Largura do conteúdo embebed", + heightTitle: "Altura do conteúdo embeded", + maxWidth: "Largura máx.:", + maxHeight: "Altura máx.:", + maxWidthTitle: "Largura máxima do conteúdo embeded", + maxHeightTitle: "Altura máxima do conteúdo embeded", + resizeType: "Tipo de redimensionamento (Somente para video):", + none:'None', + noresize: "Sem redimensionamento (default)", + responsive: "Redimensionamento responsivo", + custom: "Redimensionamento específico", + noVimeo: "O dono desse vídeo tem restrições de domínio a você não poderá utilizá-lo em seu site.", + Error: "Esse conteúdo de mídia não foi encontrado, por favor tente uma URL diferente." +}); diff --git a/sources/plugins/oembed/lang/ru.js b/sources/plugins/oembed/lang/ru.js new file mode 100644 index 0000000..f2a1e53 --- /dev/null +++ b/sources/plugins/oembed/lang/ru.js @@ -0,0 +1,23 @@ +CKEDITOR.plugins.setLang('oembed', 'ru', { + title: "Внедрить медиа-контент (видео, аудио, фото и т.д.)", + button: "Внедрить медиа-контент с различных сайтов", + pasteUrl: "Вставьте ссылку на страницу с медиа-контентом (например YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, и т.д.)", + invalidUrl: "Вы ввели некорректный URL", + noEmbedCode: "Не обнаружен код для вставки. Возможно, вы ввели ссылку с неподдерживаемого сайта.", + url: "URL:", + width: "Ширина:", + height: "Высота:", + widthTitle: "Ширина внедряемого медиа-контента", + heightTitle: "Высота внедряемого медиа-контента", + maxWidth: "Макс. ширина:", + maxHeight: "Макс. высота:", + maxWidthTitle: "Максимальная ширина внедряемого медиа-контента", + maxHeightTitle: "Максимальная высота внедряемого медиа-контента", + resizeType: "Изменение размера (только для видео):", + none:'None', + noresize: "Без изменения (стандартный размер)", + responsive: "Задать максимальный размер", + custom: "Задать конкретный размер", + noVimeo: "Владелец этого видео установил ограничения на домен, и вы не можете его встроить на ваш сайт.", + Error: "Невозможно получить медиа-контент. Попробуйте другой URL." +}); diff --git a/sources/plugins/oembed/lang/tr.js b/sources/plugins/oembed/lang/tr.js new file mode 100644 index 0000000..f027106 --- /dev/null +++ b/sources/plugins/oembed/lang/tr.js @@ -0,0 +1,23 @@ +CKEDITOR.plugins.setLang('oembed', 'tr', { + title: "Medya içeriği ekle (Fotoğraf, Video, Ses Dosyası, Zengin Medya İçeriği)", + button: "Farklı sitelerden medya içeriği ekle", + pasteUrl: "Desteklenen sitelerden bir URL ekleyin (Kısaltılmış URL de olabilir) (örnek: YouTube, Flickr, Qik, Vimeo, Hulu, Viddler, MyOpera, etc.)...", + invalidUrl: "Lütfen geçerli bir URL adresi tanımlayın!", + noEmbedCode: "Embed kodu bulunamadı veya site desteklenmiyor!", + url: "URL:", + width: "Genişlik:", + height: "Yükseklik:", + widthTitle: "Eklenecek içerik için genişlik", + heightTitle: "Eklenecek içerik için yükseklik", + maxWidth: "Max. genişlik:", + maxHeight: "Max. yükseklik:", + maxWidthTitle: "Eklenecek içerik için max. genişlik", + maxHeightTitle: "Eklenecek içerik için max. yükseklik", + resizeType: "Boyutlandır (sadece videolarda geçerli):", + none:'None', + noresize: "Boyutlandırma yapma (default kullan)", + responsive: "Esnek (Responsive) boyutlandırma", + custom: "Özel boyutlandırma", + noVimeo: "Bu videonun sahibi alan adı kısıtlaması ayarlamış, web sitenizde bu video çalışmayacaktır.", + Error: "Medya içeriği alınamadı, farklı bir URL deneyin." +}); -- cgit v1.2.3