[xExtension-YouTube] add player autosize feature
This commit is contained in:
parent
5c43bd5fcd
commit
6fe50ddd1e
7 changed files with 44 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
'yt_videos' => array(
|
||||
'autosize' => 'Autogröße des Players',
|
||||
'height' => 'Höhe des Players',
|
||||
'width' => 'Breite des Players',
|
||||
'updates' => 'Die neueste Version des Plugins findest Du bei',
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
'yt_videos' => array(
|
||||
'autosize' => 'Player autosize',
|
||||
'height' => 'Player height',
|
||||
'width' => 'Player width',
|
||||
'updates' => 'You can find the latest extension version at',
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
'yt_videos' => array(
|
||||
'autosize' => 'Taille automatique du lecteur',
|
||||
'height' => 'Hauteur du lecteur',
|
||||
'width' => 'Largeur du lecteur',
|
||||
'updates' => 'Vous pouvez trouver la dernière mise à jour de l’extension sur ',
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
'yt_videos' => array(
|
||||
'autosize' => 'Oynatıcı otomatik boyutlandırma',
|
||||
'height' => 'Oynatıcı yükseklik',
|
||||
'width' => 'Oynatıcı genişlik',
|
||||
'updates' => 'En son uzantı sürümünü şu adreste bulabilirsiniz:',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue