Fix small typos (#333)
* Fix small typos - *Fix cap on YouTube, AllTube...* * Fix YouTube cap
This commit is contained in:
parent
f2bef49ad6
commit
a5bda1d35e
4 changed files with 16 additions and 16 deletions
|
@ -60,7 +60,7 @@ class FrontController extends BaseController
|
||||||
[
|
[
|
||||||
'class' => 'index',
|
'class' => 'index',
|
||||||
'description' => $this->localeManager->t(
|
'description' => $this->localeManager->t(
|
||||||
'Easily download videos from Youtube, Dailymotion, Vimeo and other websites.'
|
'Easily download videos from YouTube, Dailymotion, Vimeo and other websites.'
|
||||||
),
|
),
|
||||||
'supportedLocales' => $this->localeManager->getSupportedLocales(),
|
'supportedLocales' => $this->localeManager->getSupportedLocales(),
|
||||||
]
|
]
|
||||||
|
@ -103,7 +103,7 @@ class FrontController extends BaseController
|
||||||
'extractors' => $this->downloader->getExtractors(),
|
'extractors' => $this->downloader->getExtractors(),
|
||||||
'class' => 'extractors',
|
'class' => 'extractors',
|
||||||
'title' => $this->localeManager->t('Supported websites'),
|
'title' => $this->localeManager->t('Supported websites'),
|
||||||
'description' => $this->localeManager->t('List of all supported websites from which Alltube Download ' .
|
'description' => $this->localeManager->t('List of all supported websites from which AllTube Download ' .
|
||||||
'can extract video or audio files'),
|
'can extract video or audio files'),
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
@ -128,7 +128,7 @@ class FrontController extends BaseController
|
||||||
'class' => 'password',
|
'class' => 'password',
|
||||||
'title' => $this->localeManager->t('Password prompt'),
|
'title' => $this->localeManager->t('Password prompt'),
|
||||||
'description' => $this->localeManager->t(
|
'description' => $this->localeManager->t(
|
||||||
'You need a password in order to download this video with Alltube Download'
|
'You need a password in order to download this video with AllTube Download'
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
@ -69,8 +69,8 @@ msgid "Video password"
|
||||||
msgstr "Mot de passe de la vidéo"
|
msgstr "Mot de passe de la vidéo"
|
||||||
|
|
||||||
#: templates/index.tpl:8
|
#: templates/index.tpl:8
|
||||||
msgid "Copy here the URL of your video (Youtube, Dailymotion, etc.)"
|
msgid "Copy here the URL of your video (YouTube, Dailymotion, etc.)"
|
||||||
msgstr "Copiez ici l'URL de votre vidéo (Youtube, Dailymotion, etc.)"
|
msgstr "Copiez ici l'URL de votre vidéo (YouTube, Dailymotion, etc.)"
|
||||||
|
|
||||||
#: templates/index.tpl:25
|
#: templates/index.tpl:25
|
||||||
msgid "Audio only (MP3)"
|
msgid "Audio only (MP3)"
|
||||||
|
@ -219,17 +219,17 @@ msgstr "Impossible de trouver l'URL de la vidéo."
|
||||||
|
|
||||||
#: controllers/FrontController.php:64
|
#: controllers/FrontController.php:64
|
||||||
msgid ""
|
msgid ""
|
||||||
"Easily download videos from Youtube, Dailymotion, Vimeo and other websites."
|
"Easily download videos from YouTube, Dailymotion, Vimeo and other websites."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Téléchargez facilement des vidéos depuis Youtube, Dailymotion, Vimeo et "
|
"Téléchargez facilement des vidéos depuis YouTube, Dailymotion, Vimeo et "
|
||||||
"d'autres sites web."
|
"d'autres sites web."
|
||||||
|
|
||||||
#: controllers/FrontController.php:110
|
#: controllers/FrontController.php:110
|
||||||
msgid ""
|
msgid ""
|
||||||
"List of all supported websites from which Alltube Download can extract video "
|
"List of all supported websites from which AllTube Download can extract video "
|
||||||
"or audio files"
|
"or audio files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Liste de tous les sites web depuis lesquels Alltube Download peut extraire "
|
"Liste de tous les sites web depuis lesquels AllTube Download peut extraire "
|
||||||
"des fichiers vidéo ou audio"
|
"des fichiers vidéo ou audio"
|
||||||
|
|
||||||
#: controllers/FrontController.php:136
|
#: controllers/FrontController.php:136
|
||||||
|
@ -238,9 +238,9 @@ msgstr "Demande de mot de passe"
|
||||||
|
|
||||||
#: controllers/FrontController.php:138
|
#: controllers/FrontController.php:138
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need a password in order to download this video with Alltube Download"
|
"You need a password in order to download this video with AllTube Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Vous avez besoin d'un mot de passe pour télécharger cette vidéo avec Alltube "
|
"Vous avez besoin d'un mot de passe pour télécharger cette vidéo avec AllTube "
|
||||||
"Download"
|
"Download"
|
||||||
|
|
||||||
#: controllers/FrontController.php:169
|
#: controllers/FrontController.php:169
|
||||||
|
|
|
@ -127,7 +127,7 @@ msgid "Video password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/index.tpl:8
|
#: templates/index.tpl:8
|
||||||
msgid "Copy here the URL of your video (Youtube, Dailymotion, etc.)"
|
msgid "Copy here the URL of your video (YouTube, Dailymotion, etc.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/index.tpl:25
|
#: templates/index.tpl:25
|
||||||
|
@ -173,12 +173,12 @@ msgstr ""
|
||||||
|
|
||||||
#: classes/Controller/FrontController.php:65
|
#: classes/Controller/FrontController.php:65
|
||||||
msgid ""
|
msgid ""
|
||||||
"Easily download videos from Youtube, Dailymotion, Vimeo and other websites."
|
"Easily download videos from YouTube, Dailymotion, Vimeo and other websites."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/Controller/FrontController.php:112
|
#: classes/Controller/FrontController.php:112
|
||||||
msgid ""
|
msgid ""
|
||||||
"List of all supported websites from which Alltube Download can extract video "
|
"List of all supported websites from which AllTube Download can extract video "
|
||||||
"or audio files"
|
"or audio files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -188,7 +188,7 @@ msgstr ""
|
||||||
|
|
||||||
#: classes/Controller/FrontController.php:140
|
#: classes/Controller/FrontController.php:140
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need a password in order to download this video with Alltube Download"
|
"You need a password in order to download this video with AllTube Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/Controller/FrontController.php:174
|
#: classes/Controller/FrontController.php:174
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
alt="{$config->appName}" width="328" height="284"></div>
|
alt="{$config->appName}" width="328" height="284"></div>
|
||||||
<form action="{path_for name="info"}">
|
<form action="{path_for name="info"}">
|
||||||
<label class="labelurl" for="url">
|
<label class="labelurl" for="url">
|
||||||
{t}Copy here the URL of your video (Youtube, Dailymotion, etc.){/t}
|
{t}Copy here the URL of your video (YouTube, Dailymotion, etc.){/t}
|
||||||
</label>
|
</label>
|
||||||
<div class="champs">
|
<div class="champs">
|
||||||
<span class="URLinput_wrapper">
|
<span class="URLinput_wrapper">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue