mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 02:35:11 +00:00
one more translation
This commit is contained in:
parent
7542594769
commit
89aec4afc4
2 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@ global:
|
||||||
sentence: Watch, read and play in a decentralized digital library controlled by the community.
|
sentence: Watch, read and play in a decentralized digital library controlled by the community.
|
||||||
email:
|
email:
|
||||||
disclaimer: You will receive 1-2 messages a month, only from LBRY, Inc. and only about LBRY. You can easily unsubscribe at any time.
|
disclaimer: You will receive 1-2 messages a month, only from LBRY, Inc. and only about LBRY. You can easily unsubscribe at any time.
|
||||||
|
page:
|
||||||
|
home:
|
||||||
|
primary_button: Get LBRY
|
||||||
download:
|
download:
|
||||||
main:
|
main:
|
||||||
title: LBRY for %os%
|
title: LBRY for %os%
|
|
@ -5,7 +5,7 @@
|
||||||
<main class="column-fluid">
|
<main class="column-fluid">
|
||||||
<div class="span7">
|
<div class="span7">
|
||||||
<div class="cover cover-dark cover-dark-grad content content-stretch content-dark">
|
<div class="cover cover-dark cover-dark-grad content content-stretch content-dark">
|
||||||
<h1><?php echo strtr(__('download.main.title'), ['%os%' => $osTitle]) ?> <span class="<?php echo $osIcon ?>"></span></h1>
|
<h1><?php echo strtr(__('download.main.title'), ['%os%' => $osTitle]) ?> <span class="<?php echo $osIcon ?>"></span></h1>
|
||||||
<?php if ($downloadHtml): ?>
|
<?php if ($downloadHtml): ?>
|
||||||
<?php echo View::render('download/_betaNotice') ?>
|
<?php echo View::render('download/_betaNotice') ?>
|
||||||
<?php echo $downloadHtml ?>
|
<?php echo $downloadHtml ?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue