New fr_FR locale
This commit is contained in:
parent
ce1cbe3e0f
commit
de8c4525d9
5 changed files with 261 additions and 127 deletions
|
@ -97,6 +97,7 @@ module.exports = function (grunt) {
|
|||
poDel: false
|
||||
},
|
||||
files: {
|
||||
'i18n/fr_FR/LC_MESSAGES/Alltube.mo': 'i18n/fr_FR/LC_MESSAGES/Alltube.po',
|
||||
'i18n/zh_CN/LC_MESSAGES/Alltube.mo': 'i18n/zh_CN/LC_MESSAGES/Alltube.po'
|
||||
}
|
||||
}
|
||||
|
|
134
i18n/fr_FR/LC_MESSAGES/Alltube.po
Normal file
134
i18n/fr_FR/LC_MESSAGES/Alltube.po
Normal file
|
@ -0,0 +1,134 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Pierre Rudloff <contact@rudloff.pro>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr_FR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 1.6.10\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: templates/error.tpl:5
|
||||
msgid "An error occured"
|
||||
msgstr "Une erreur est survenue"
|
||||
|
||||
#: templates/error.tpl:6
|
||||
msgid "Please check the URL of your video."
|
||||
msgstr "Veuillez vérifier l'URL de votre vidéo"
|
||||
|
||||
#: templates/playlist.tpl:5
|
||||
msgid "Videos extracted from"
|
||||
msgstr "Vidéos extraites depuis"
|
||||
|
||||
#: templates/playlist.tpl:7
|
||||
msgid ":"
|
||||
msgstr " :"
|
||||
|
||||
#: templates/playlist.tpl:26 templates/password.tpl:10 templates/video.tpl:85
|
||||
#: templates/video.tpl:88 templates/index.tpl:18
|
||||
msgid "Download"
|
||||
msgstr "Télécharger"
|
||||
|
||||
#: templates/playlist.tpl:27
|
||||
msgid "More options"
|
||||
msgstr "Plus d'options"
|
||||
|
||||
#: templates/password.tpl:5
|
||||
msgid "This video is protected"
|
||||
msgstr "Cette vidéo est protégée"
|
||||
|
||||
#: templates/password.tpl:6
|
||||
msgid "You need a password in order to download this video."
|
||||
msgstr "L'accès à cette vidéo nécessite un mot de passe."
|
||||
|
||||
#: templates/password.tpl:8
|
||||
msgid "Video password"
|
||||
msgstr "Mot de passe de la vidéo"
|
||||
|
||||
#: templates/extractors.tpl:4
|
||||
msgid "Supported websites"
|
||||
msgstr "Sites web supportés"
|
||||
|
||||
#: templates/video.tpl:6
|
||||
msgid "You are going to download"
|
||||
msgstr "Vous allez télécharger"
|
||||
|
||||
#: templates/video.tpl:26
|
||||
msgid "Available formats:"
|
||||
msgstr "Formats disponibles :"
|
||||
|
||||
#: templates/video.tpl:31
|
||||
msgid "Generic formats"
|
||||
msgstr "Formats génériques"
|
||||
|
||||
#: templates/video.tpl:34
|
||||
msgid "Best"
|
||||
msgstr "Meilleure qualité"
|
||||
|
||||
#: templates/video.tpl:39
|
||||
msgid "Remux best video with best audio"
|
||||
msgstr "Combiner la meilleure vidéo avec le meilleur audio"
|
||||
|
||||
#: templates/video.tpl:43
|
||||
msgid "Worst"
|
||||
msgstr "Pire qualité"
|
||||
|
||||
#: templates/video.tpl:46
|
||||
msgid "Detailed formats"
|
||||
msgstr "Formats détaillés"
|
||||
|
||||
#: templates/inc/footer.tpl:4
|
||||
msgid "Code by"
|
||||
msgstr "Développé par"
|
||||
|
||||
#: templates/inc/footer.tpl:6
|
||||
msgid "Design by"
|
||||
msgstr "Designé par"
|
||||
|
||||
#: templates/inc/footer.tpl:12
|
||||
msgid "AllTube Download on Facebook"
|
||||
msgstr "AllTube Download sur Facebook"
|
||||
|
||||
#: templates/inc/footer.tpl:12
|
||||
msgid "Like us on Facebook"
|
||||
msgstr "Suivez-nous sur Facebook"
|
||||
|
||||
#: templates/inc/footer.tpl:14
|
||||
msgid "Get the code"
|
||||
msgstr "Obtenir le code"
|
||||
|
||||
#: templates/inc/footer.tpl:16
|
||||
msgid "Based on"
|
||||
msgstr "Basé sur"
|
||||
|
||||
#: templates/inc/header.tpl:4
|
||||
msgid "Share on Twitter"
|
||||
msgstr "Partager sur Twitter"
|
||||
|
||||
#: templates/inc/header.tpl:5
|
||||
msgid "Share on Facebook"
|
||||
msgstr "Partager sur Facebook"
|
||||
|
||||
#: templates/index.tpl:8
|
||||
msgid "Copy here the URL of your video (Youtube, Dailymotion, etc.)"
|
||||
msgstr "Copiez ici l'URL de votre vidéo (Youtube, Dailymotion, etc.)"
|
||||
|
||||
#: templates/index.tpl:23
|
||||
msgid "Audio only (MP3)"
|
||||
msgstr "Audio uniquement (MP3)"
|
||||
|
||||
#: templates/index.tpl:28
|
||||
msgid "See all supported websites"
|
||||
msgstr "Voir tous les sites supportés"
|
||||
|
||||
#: templates/index.tpl:30
|
||||
msgid "Drag this to your bookmarks bar:"
|
||||
msgstr "Glissez ce lien dans votre barre de favoris :"
|
||||
|
||||
#: templates/index.tpl:31
|
||||
msgid "Bookmarklet"
|
||||
msgstr "Bookmarklet"
|
|
@ -1,124 +1,123 @@
|
|||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
||||
#: ..\..\..\templates/error.tpl:5
|
||||
msgid "An error occured"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/error.tpl:6
|
||||
msgid "Please check the URL of your video."
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/extractors.tpl:4
|
||||
msgid "Supported websites"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/inc/footer.tpl:4
|
||||
msgid "Code by"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/inc/footer.tpl:6
|
||||
msgid "Design by"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/inc/footer.tpl:12
|
||||
msgid "AllTube Download on Facebook"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/inc/footer.tpl:12
|
||||
msgid "Like us on Facebook"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/inc/footer.tpl:14
|
||||
msgid "Get the code"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/inc/footer.tpl:16
|
||||
msgid "Based on"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/inc/header.tpl:4
|
||||
msgid "Share on Twitter"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/inc/header.tpl:5
|
||||
msgid "Share on Facebook"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/index.tpl:9
|
||||
msgid "Copy here the URL of your video (Youtube, Dailymotion, etc.)"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/index.tpl:19 ..\..\..\templates/password.tpl:10
|
||||
#: ..\..\..\templates/playlist.tpl:23 ..\..\..\templates/video.tpl:85
|
||||
#: ..\..\..\templates/video.tpl:90
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/index.tpl:24
|
||||
msgid "Audio only (MP3)"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/index.tpl:29
|
||||
msgid "See all supported websites"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/index.tpl:31
|
||||
msgid "Drag this to your bookmarks bar:"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/index.tpl:32
|
||||
msgid "Bookmarklet"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/password.tpl:5
|
||||
msgid "This video is protected"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/password.tpl:6
|
||||
msgid "You need a password in order to download this video."
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/password.tpl:8
|
||||
msgid "Video password"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/playlist.tpl:5
|
||||
msgid "Videos extracted from the"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/playlist.tpl:7
|
||||
msgid "playlist:"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/playlist.tpl:24
|
||||
msgid "More options"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/video.tpl:6
|
||||
msgid "You are going to download"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/video.tpl:24
|
||||
msgid "Available formats:"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/video.tpl:31
|
||||
msgid "Generic formats"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/video.tpl:34
|
||||
msgid "Best"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/video.tpl:39
|
||||
msgid "Remux best video with best audio"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/video.tpl:43
|
||||
msgid "Worst"
|
||||
msgstr ""
|
||||
|
||||
#: ..\..\..\templates/video.tpl:46
|
||||
msgid "Detailed formats"
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
||||
#: templates/error.tpl:5
|
||||
msgid "An error occured"
|
||||
msgstr ""
|
||||
|
||||
#: templates/error.tpl:6
|
||||
msgid "Please check the URL of your video."
|
||||
msgstr ""
|
||||
|
||||
#: templates/playlist.tpl:5
|
||||
msgid "Videos extracted from"
|
||||
msgstr ""
|
||||
|
||||
#: templates/playlist.tpl:7
|
||||
msgid ":"
|
||||
msgstr ""
|
||||
|
||||
#: templates/playlist.tpl:26 templates/password.tpl:10 templates/video.tpl:85
|
||||
#: templates/video.tpl:88 templates/index.tpl:18
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/playlist.tpl:27
|
||||
msgid "More options"
|
||||
msgstr ""
|
||||
|
||||
#: templates/password.tpl:5
|
||||
msgid "This video is protected"
|
||||
msgstr ""
|
||||
|
||||
#: templates/password.tpl:6
|
||||
msgid "You need a password in order to download this video."
|
||||
msgstr ""
|
||||
|
||||
#: templates/password.tpl:8
|
||||
msgid "Video password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/extractors.tpl:4
|
||||
msgid "Supported websites"
|
||||
msgstr ""
|
||||
|
||||
#: templates/video.tpl:6
|
||||
msgid "You are going to download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/video.tpl:26
|
||||
msgid "Available formats:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/video.tpl:31
|
||||
msgid "Generic formats"
|
||||
msgstr ""
|
||||
|
||||
#: templates/video.tpl:34
|
||||
msgid "Best"
|
||||
msgstr ""
|
||||
|
||||
#: templates/video.tpl:39
|
||||
msgid "Remux best video with best audio"
|
||||
msgstr ""
|
||||
|
||||
#: templates/video.tpl:43
|
||||
msgid "Worst"
|
||||
msgstr ""
|
||||
|
||||
#: templates/video.tpl:46
|
||||
msgid "Detailed formats"
|
||||
msgstr ""
|
||||
|
||||
#: templates/inc/footer.tpl:4
|
||||
msgid "Code by"
|
||||
msgstr ""
|
||||
|
||||
#: templates/inc/footer.tpl:6
|
||||
msgid "Design by"
|
||||
msgstr ""
|
||||
|
||||
#: templates/inc/footer.tpl:12
|
||||
msgid "AllTube Download on Facebook"
|
||||
msgstr ""
|
||||
|
||||
#: templates/inc/footer.tpl:12
|
||||
msgid "Like us on Facebook"
|
||||
msgstr ""
|
||||
|
||||
#: templates/inc/footer.tpl:14
|
||||
msgid "Get the code"
|
||||
msgstr ""
|
||||
|
||||
#: templates/inc/footer.tpl:16
|
||||
msgid "Based on"
|
||||
msgstr ""
|
||||
|
||||
#: templates/inc/header.tpl:4
|
||||
msgid "Share on Twitter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/inc/header.tpl:5
|
||||
msgid "Share on Facebook"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:8
|
||||
msgid "Copy here the URL of your video (Youtube, Dailymotion, etc.)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:23
|
||||
msgid "Audio only (MP3)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:28
|
||||
msgid "See all supported websites"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:30
|
||||
msgid "Drag this to your bookmarks bar:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:31
|
||||
msgid "Bookmarklet"
|
||||
msgstr ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
|
||||
$language = 'zh_CN';
|
||||
$language = 'fr_FR';
|
||||
putenv('LANG='.$language);
|
||||
setlocale(LC_ALL, [$language, $language.'.utf8']);
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<div class="wrapper">
|
||||
<div class="main">
|
||||
{include file="inc/logo.tpl"}
|
||||
<p>{t}Videos extracted from the{/t} {if isset($video->title)}<i>
|
||||
<p>{t}Videos extracted from{/t} {if isset($video->title)}<i>
|
||||
<a href="{$video->webpage_url}">
|
||||
{$video->title}</a></i>{/if} {t}playlist:{/t}
|
||||
{$video->title}</a></i>{/if}{t}:{/t}
|
||||
</p>
|
||||
{if $config->stream}
|
||||
<a href="{path_for name="redirect"}?url={$video->webpage_url}" class="downloadBtn">Download everything</a>
|
||||
|
|
Loading…
Reference in a new issue