Régularisation de commits manquants

This commit is contained in:
2020-06-24 13:10:52 +02:00
parent 6810659202
commit 2bc59082d9
941 changed files with 89385 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
tinymce.addI18n('de',{
'YouTube Title' : "Einfügen von YouTube-Videos",
'Youtube URL' : 'Youtube-Link',
'Youtube ID' : 'Link-Format : http://youtu.be/xxxxxxxx oder http://www.youtube.com/watch?v=xxxxxxxx',
'width' : 'Breite',
'height' : 'Hoehe',
'autoplay' : 'Automatische Wiedergabe?',
'Related video' : 'Verwandte Videos anzeigen?',
'HD video' : 'In HD abspielen?'
});

View File

@@ -0,0 +1,12 @@
tinymce.addI18n('en',{
'YouTube Title' : "Insert a YouTube Video",
'Youtube URL' : 'Link Sharing',
'Youtube ID' : 'Link format for sharing : http://youtu.be/xxxxxxxx or http://www.youtube.com/watch?v=xxxxxxxx',
'width' : 'Width',
'height' : 'Height',
'autoplay' : 'Autoplay',
'Related video' : 'Related video',
'HD video' : 'Watch in HD',
'Insert' : 'Insert',
'HTML5' : 'Force HTML5'
});

View File

@@ -0,0 +1,10 @@
tinymce.addI18n('es',{
'YouTube Title' : "Insertar un vídeo de YouTube",
'Youtube URL' : 'Enlace para compartir',
'Youtube ID' : 'Formato de enlace para compartir: http://youtu.be/xxxxxxxx ó http://www.youtube.com/watch?v=xxxxxxxx',
'width' : 'Ancho',
'height' : 'Alto',
'autoplay' : 'Autoplay',
'Related video' : 'Vídeos relacionados',
'HD video' : 'Ver en HD'
});

View File

@@ -0,0 +1,12 @@
tinymce.addI18n('fr',{
'YouTube Title' : "Insertion d'une vidéo youtube",
'Youtube URL' : 'URL YouTube',
'Youtube ID' : 'Format du lien de partage : http://youtu.be/xxxxxxxx ou http://www.youtube.com/watch?v=xxxxxxxx',
'width' : 'Largeur',
'height' : 'Hauteur',
'autoplay' : 'Autoplay',
'Related video' : 'Vidéos similaires',
'HD video' : 'Visionner en HD',
'Insert' : 'Insérer',
'HTML5' : 'Forcer HTML5'
});

View File

@@ -0,0 +1,10 @@
tinymce.addI18n('hu', {
'YouTube Title': "Youtube videó beillesztése",
'Youtube URL': 'Link megosztása',
'Youtube ID': 'Link formátuma a megosztáshoz: http://youtu.be/xxxxxxxx vagy http://www.youtube.com/watch?v=xxxxxxxx',
'width': 'Szélesség',
'height': 'Magasság',
'autoplay': 'Automatikus lejátszás',
'Related video': 'Kapcsolód videó',
'HD video': 'HD lejátszás'
});

View File

@@ -0,0 +1,10 @@
tinymce.addI18n('it',{
'YouTube Title' : "Inserisci un video di Youtube",
'Youtube URL' : 'Condividi URL',
'Youtube ID' : 'Formato del link per da condividere : http://youtu.be/xxxxxxxx o http://www.youtube.com/watch?v=xxxxxxxx',
'width' : 'Larghezza',
'height' : 'Altezza',
'autoplay' : 'Autoplay',
'Related video' : 'Video correlati',
'HD video' : 'Guarda in HD'
});

View File

@@ -0,0 +1,10 @@
tinymce.addI18n('pl',{
'YouTube Title' : "Wstaw film z YouTube",
'Youtube URL' : 'Adres',
'Youtube ID' : 'Format adresu: http://youtu.be/xxxxxxxx lub http://www.youtube.com/watch?v=xxxxxxxx',
'width' : 'Szeroko\u015B\u0107',
'height' : 'Wysoko\u015B\u0107',
'autoplay' : 'Automatyczne odtwarzanie',
'Related video' : 'Pokazuj sugerowane filmy',
'HD video' : 'Odtwarzaj w HD'
});

View File

@@ -0,0 +1,10 @@
tinymce.addI18n('pt_BR',{
'YouTube Title' : "Inserir um vídeo do Youtube",
'Youtube URL' : 'URL do Youtube',
'Youtube ID' : 'Formato do link : http://youtu.be/xxxxxxxx or http://www.youtube.com/watch?v=xxxxxxxx',
'width' : 'Largura',
'height' : 'Altura',
'autoplay' : 'Tocar automaticamente',
'Related video' : 'Vídeos relacionados',
'HD video' : 'Assistir em HD'
});

View File

@@ -0,0 +1,10 @@
tinymce.addI18n('ru',{
'YouTube Title' : "Вставить видео YouTube",
'Youtube URL' : 'Ссылка',
'Youtube ID' : 'Формат ссылки: http://youtu.be/xxxxxxxx или http://www.youtube.com/watch?v=xxxxxxxx',
'width' : 'Ширина',
'height' : 'Высота',
'autoplay' : 'Автозапуск',
'Related video' : 'Похожие видео',
'HD video' : 'В формате HD'
});