Browse Source

add more purchase options and add social media icons at the bottom

april1st
Alexandros Theodotou 3 years ago
parent
commit
95194b3fce
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 22
      common/footer.j2.inc
  2. 95
      dist/fork-awesome/COPYING
  3. 7
      dist/fork-awesome/README
  4. 54
      dist/fork-awesome/git.svg
  5. 55
      dist/fork-awesome/liberapay.svg
  6. 55
      dist/fork-awesome/mastodon.svg
  7. 54
      dist/fork-awesome/patreon.svg
  8. 54
      dist/fork-awesome/twitter.svg
  9. 41
      locale/ar/LC_MESSAGES/messages.po
  10. 41
      locale/cs/LC_MESSAGES/messages.po
  11. 41
      locale/da/LC_MESSAGES/messages.po
  12. 41
      locale/de/LC_MESSAGES/messages.po
  13. 41
      locale/el/LC_MESSAGES/messages.po
  14. 41
      locale/en/LC_MESSAGES/messages.po
  15. 41
      locale/es/LC_MESSAGES/messages.po
  16. 41
      locale/et/LC_MESSAGES/messages.po
  17. 41
      locale/fi/LC_MESSAGES/messages.po
  18. 41
      locale/fr/LC_MESSAGES/messages.po
  19. 41
      locale/gd/LC_MESSAGES/messages.po
  20. 41
      locale/hi/LC_MESSAGES/messages.po
  21. 41
      locale/it/LC_MESSAGES/messages.po
  22. 41
      locale/ja/LC_MESSAGES/messages.po
  23. 41
      locale/ko/LC_MESSAGES/messages.po
  24. 42
      locale/messages.pot
  25. 41
      locale/nb_NO/LC_MESSAGES/messages.po
  26. 41
      locale/nl/LC_MESSAGES/messages.po
  27. 41
      locale/pl/LC_MESSAGES/messages.po
  28. 41
      locale/pt/LC_MESSAGES/messages.po
  29. 41
      locale/pt_BR/LC_MESSAGES/messages.po
  30. 41
      locale/ru/LC_MESSAGES/messages.po
  31. 41
      locale/sv/LC_MESSAGES/messages.po
  32. 41
      locale/zh/LC_MESSAGES/messages.po
  33. 11
      static/styles.css
  34. 72
      template/download.html.j2

22
common/footer.j2.inc

@ -23,11 +23,29 @@ GNU Affero General Public License for more details. @@ -23,11 +23,29 @@ GNU Affero General Public License for more details.
</div>
<div class="col-sm-4">
<right>
<a href="https://www.patreon.com/alex_tee">
<img
class="footer_btn"
alt="Donate using Patreon"
src="{{ url('dist/fork-awesome/patreon.svg') }}">
</a>
<a href="https://liberapay.com/Zrythm/donate">
<img
class="liberapay_btn"
class="footer_btn"
alt="Donate using Liberapay"
src="{{ url('static/images/donate_liberapay.svg') }}">
src="{{ url('dist/fork-awesome/liberapay.svg') }}">
</a>
<a href="https://twitter.com/zrythmdaw">
<img
class="footer_btn"
alt="Zrythm on Twitter"
src="{{ url('dist/fork-awesome/twitter.svg') }}">
</a>
<a href="https://mastodon.social/@zrythm">
<img
class="footer_btn"
alt="Zrythm on Mastodon"
src="{{ url('dist/fork-awesome/mastodon.svg') }}">
</a>
</right>
</div>

95
dist/fork-awesome/COPYING vendored

@ -0,0 +1,95 @@ @@ -0,0 +1,95 @@
Copyright (c) 2018, Fork Awesome (https://forkawesome.github.io),
with Reserved Font Name Fork Awesome.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

7
dist/fork-awesome/README vendored

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
This is not part of zrythm-web but is used with
zrythm-web.
These files were taken from the Fork-Awesome project
and were modified. They are licensed under the SIL
Open Font License version 1.1. See the COPYING file
for details.

54
dist/fork-awesome/git.svg vendored

@ -0,0 +1,54 @@ @@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1536"
height="1536"
version="1.1"
id="svg4787"
sodipodi:docname="git.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<metadata
id="metadata4793">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs4791" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1279"
inkscape:window-height="701"
id="namedview4789"
showgrid="false"
inkscape:zoom="0.15364583"
inkscape:cx="429.55931"
inkscape:cy="767.99996"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="svg4787" />
<path
d="m 514.32007,1288.8445 c 0,-74.1656 -81.75068,-84.279 -139.06043,-84.279 -59.83812,0 -133.16089,12.6418 -133.16089,87.6502 0,75.8511 86.80742,85.1218 144.95996,85.1218 61.5237,0 127.26136,-15.1702 127.26136,-88.493 z M 464.59543,652.53771 c 0,-63.20929 -30.34046,-120.51904 -100.29206,-120.51904 -77.53673,0 -104.50602,51.41022 -104.50602,122.20462 C 259.79735,724.1749 290.1378,768 364.30337,768 437.62614,768 464.59543,720.80373 464.59543,652.53771 Z M 691.30607,379.47359 v 170.24368 c -21.91255,7.58511 -43.82511,13.48465 -66.58045,18.54139 8.4279,22.75534 13.48465,46.35347 13.48465,70.7944 0,142.43159 -87.65021,251.15156 -227.55343,277.27806 -42.13952,8.42791 -66.58045,26.12651 -66.58045,71.63719 0,128.94699 340.48735,41.29669 340.48735,278.96369 0,192.999 -130.63252,256.2083 -305.93294,256.2083 -144.11717,0 -308.461308,-48.0391 -308.461308,-221.6539 0,-101.1349 61.523708,-159.2874 153.387868,-189.6279 v -3.3712 c -38.76836,-23.5981 -56.46696,-60.6809 -56.46696,-106.1915 0,-42.98236 9.27069,-96.07816 53.0958,-115.46234 v -3.37117 C 135.06436,854.80742 79.440187,737.65954 79.440187,652.53771 c 0,-157.60182 122.204613,-273.06412 278.120853,-273.06412 52.25301,0 104.50602,13.48465 150.01671,39.61116 63.20928,0 125.57577,-16.85581 183.72832,-39.61116 z M 959.31344,1121.972 H 772.21395 c 3.37116,-37.9256 3.37116,-75.0084 3.37116,-112.9339 V 495.77868 c 0,-36.23999 0.84279,-72.47998 -3.37116,-107.87718 h 187.09949 c -4.21396,34.55441 -3.37117,69.95161 -3.37117,104.50602 v 516.63058 c 0,37.9255 0,75.0083 3.37117,112.9339 z M 1465.8305,934.87251 v 165.18689 c -44.6679,24.441 -96.0781,32.8689 -146.6455,32.8689 -180.3572,0 -201.427,-142.43162 -201.427,-289.07716 V 548.03169 h 1.6856 v -3.37116 c -10.9563,0 -21.0697,-1.68559 -31.1832,-1.68559 -16.8558,0 -33.7116,2.52838 -49.7247,5.05675 V 387.9015 h 80.9079 v -64.05208 c 0,-25.28371 -0.8428,-50.56743 -5.0567,-75.00835 h 191.3134 c -6.7423,46.35348 -5.0567,92.70695 -5.0567,139.06043 h 144.1171 v 160.13019 c -24.4409,0 -48.8818,-3.37116 -72.4799,-3.37116 h -71.6372 v 307.61852 c 0,49.72463 10.9563,110.40555 73.3227,110.40555 32.8689,0 64.8949,-9.2707 91.8642,-27.81209 z M 980.3832,136.74994 c 0,63.20928 -48.88185,122.20462 -113.77672,122.20462 -66.58044,0 -116.30508,-58.15255 -116.30508,-122.20462 0,-64.894868 48.88185,-123.8902 116.30508,-123.8902 66.58045,0 113.77672,60.680913 113.77672,123.8902 z"
id="path4785"
style="fill:#ffffff;stroke-width:0.84279048"
inkscape:connector-curvature="0" />
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

55
dist/fork-awesome/liberapay.svg vendored

@ -0,0 +1,55 @@ @@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1536"
height="1796"
viewBox="0 0 1536 1796"
version="1.1"
id="svg5374"
sodipodi:docname="liberapay.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<metadata
id="metadata5380">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs5378" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1437"
inkscape:window-height="743"
id="namedview5376"
showgrid="false"
inkscape:zoom="0.13140312"
inkscape:cx="874.54238"
inkscape:cy="898.00001"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="svg5374" />
<path
d="M 622.74267,23.457627 340.63784,67.143752 109.52636,1033.4903 c -13.392573,57.0434 -20.321727,110.748 -20.925252,161.082 -0.627439,50.3591 9.681457,94.9722 30.913022,133.7948 21.23612,38.8488 56.41596,69.4589 105.56797,91.8998 49.15087,22.4398 116.76507,33.6505 202.93027,33.6505 l 54.62018,-223.8566 c -31.55982,-2.4118 -56.16316,-7.8823 -73.75421,-16.4 -17.58992,-8.471 -29.99066,-19.6772 -37.27737,-33.6494 -7.28785,-13.9459 -10.6676,-30.0168 -10.03902,-48.2091 0.60353,-18.1946 3.32622,-38.2521 8.20111,-60.0906 L 622.74267,23.55328 Z M 1057.9175,456.8412 c -72.79886,0 -140.45975,5.73691 -202.93145,17.24602 -62.49562,11.55808 -118.04728,24.61472 -166.54681,39.16538 L 386.3509,1772.5424 h 269.334 l 81.90864,-329.3711 c 41.23558,7.2878 82.4928,10.9329 123.75571,10.9329 84.91032,0 163.48935,-14.9264 235.68355,-44.629 72.1714,-29.7276 133.9997,-71.2536 185.5897,-124.6519 51.4181,-53.3733 91.8042,-116.7343 120.9283,-190.1606 29.1241,-73.3522 43.6872,-154.41137 43.6872,-242.98839 h 0.1879 c 0,-54.60424 -7.5873,-105.78547 -22.7153,-153.73043 -15.202,-47.91991 -38.5425,-89.78635 -70.0784,-125.59476 -31.6589,-35.78336 -71.9664,-64.01013 -121.1196,-84.64159 -49.1246,-20.60526 -107.6712,-30.91643 -175.5974,-30.91643 z m -34.4966,227.43795 c 57.0172,0 97.0594,18.2333 120.1266,54.62018 23.0205,36.38575 34.5456,80.70728 34.5456,132.8496 0,53.39832 -7.5646,102.19505 -22.7154,146.47327 -15.202,44.325 -36.4267,82.2298 -63.7163,113.7669 -27.3146,31.5609 -60.3799,56.1403 -99.20367,73.7075 -38.82376,17.6138 -81.90522,26.39 -129.22274,26.39 -30.33114,0 -55.78852,-2.3902 -76.39379,-7.2594 L 914.22604,695.21093 c 33.94773,-7.28785 70.34601,-10.93292 109.19486,-10.93292 z"
id="path5372"
style="fill:#ffffff;stroke-width:1.13872707"
inkscape:connector-curvature="0" />
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

55
dist/fork-awesome/mastodon.svg vendored

@ -0,0 +1,55 @@ @@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1536"
height="1792"
viewBox="0 0 1536 1792"
version="1.1"
id="svg5961"
sodipodi:docname="mastodon.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<metadata
id="metadata5967">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs5965" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1228"
inkscape:window-height="712"
id="namedview5963"
showgrid="false"
inkscape:zoom="0.13169643"
inkscape:cx="676.88136"
inkscape:cy="896.00002"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="svg5961" />
<path
d="m 1474.2219,1053.3499 c -21.6861,111.5651 -194.2265,233.6626 -392.3927,257.3253 -103.33309,12.3293 -205.07473,23.6616 -313.56451,18.6855 -177.42238,-8.1283 -317.42362,-42.3482 -317.42362,-42.3482 0,17.2718 1.0661,33.7176 3.19638,49.0983 23.06526,175.0981 173.62283,185.5862 316.23939,190.4768 143.94486,4.9243 272.11626,-35.4896 272.11626,-35.4896 l 5.9135,130.1326 c 0,0 -100.68134,54.0667 -280.04287,64.0103 -98.90158,5.4361 -221.7069,-2.4876 -364.74029,-40.3477 C 93.309924,1562.7842 40.187324,1232.1054 31.795854,896.58872 29.306363,796.96968 30.838284,703.03459 30.843086,624.47058 30.852691,281.38175 255.63592,180.81571 255.63592,180.81571 c 113.3439,-52.05554 307.83639,-73.9452 510.03171,-75.59718 h 4.96842 c 202.19435,1.65294 396.81265,23.54164 510.15085,75.59718 0,0 224.7841,100.56508 224.7841,443.65487 0,0 2.819,253.13288 -31.3491,428.87932 z M 1240.42,651.08662 c 0,-84.90395 -20.8523,-153.04802 -65.0322,-202.28848 -44.7859,-49.91661 -103.4282,-75.50401 -176.21411,-75.50401 -84.23069,0 -148.00951,32.37011 -190.17143,97.12187 l -41.00265,68.7213 -40.99498,-68.72034 c -42.17056,-64.75368 -105.95034,-97.12475 -190.17237,-97.12475 -72.79458,0 -131.4369,25.58836 -176.21413,75.50497 -43.42204,49.91757 -65.03989,117.38549 -65.03989,202.28848 V 1066.51 H 460.16033 V 663.29781 c 0,-84.99808 35.76147,-128.1387 107.29498,-128.1387 79.09322,0 118.74068,51.17576 118.74068,152.37186 v 220.70035 h 163.613 V 687.53193 c 0,-101.1961 39.63977,-152.37186 118.73107,-152.37186 71.53254,0 107.29694,43.14062 107.29694,128.1387 v 403.21313 h 164.5811 V 651.08758 Z"
id="path5959"
style="fill:#ffffff;stroke-width:0.96045202"
inkscape:connector-curvature="0" />
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

54
dist/fork-awesome/patreon.svg vendored

@ -0,0 +1,54 @@ @@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1536"
height="1796"
version="1.1"
id="svg6548"
sodipodi:docname="patreon.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<metadata
id="metadata6554">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6552" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="782"
inkscape:window-height="480"
id="namedview6550"
showgrid="false"
inkscape:zoom="0.13140312"
inkscape:cx="768"
inkscape:cy="898"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="svg6548" />
<path
d="M984.667 195.006c-304.951 0-553.051 248.063-553.051 552.993 0 304.004 248.1 551.336 553.05 551.336C1288.675 1299.335 1536 1052.003 1536 748c0-304.93-247.326-552.993-551.333-552.993M270.03 1668V195H0v1473z"
fill-rule="evenodd"
id="path6546"
style="fill:#ffffff" />
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

54
dist/fork-awesome/twitter.svg vendored

@ -0,0 +1,54 @@ @@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1536"
height="1536"
version="1.1"
id="svg4733"
sodipodi:docname="twitter.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<metadata
id="metadata4739">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs4737" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1025"
id="namedview4735"
showgrid="false"
inkscape:zoom="0.29947917"
inkscape:cx="768"
inkscape:cy="768"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg4733" />
<path
d="m 1525.9478,298.61099 c -42.3219,61.55922 -95.2244,116.38539 -155.8217,160.63108 0.9618,13.46607 0.9618,26.93215 0.9618,40.39823 0,410.71538 -312.6054,883.9518 -883.95182,883.9518 -176.02087,0 -339.53754,-50.9787 -477.083906,-139.4701 25.00843,2.8856 49.054998,3.8475 75.025292,3.8475 145.241274,0 278.940194,-49.055 385.706954,-132.7371 -136.58451,-2.8855 -251.04617,-92.3388 -290.48254,-215.45721 19.23725,2.88559 38.4745,4.80932 58.67362,4.80932 27.89402,0 55.78804,-3.84745 81.75833,-10.58049 C 178.37815,865.14814 71.611388,740.10598 71.611388,589.09353 v -3.84745 C 112.97149,608.33079 161.06462,622.75873 212.04335,624.68245 128.36129,568.89442 73.535113,473.67001 73.535113,365.94138 c 0,-57.71176 15.389804,-110.61421 42.321957,-156.78362 152.93618,188.52509 382.82137,311.64352 640.60058,325.1096 -4.80932,-23.08471 -7.6949,-47.13128 -7.6949,-71.17784 0,-171.21157 138.50823,-310.68166 310.68165,-310.68166 89.4532,0 170.2497,37.51264 226.9996,98.10999 70.216,-13.46607 137.5464,-39.43637 197.1819,-75.02529 -23.0847,72.13971 -72.1397,132.73706 -136.5845,171.21157 62.521,-6.73304 123.1184,-24.04657 178.9064,-48.09314 z"
id="path4731"
style="fill:#ffffff;stroke-width:0.96186274"
inkscape:connector-curvature="0" />
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

41
locale/ar/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-05-09 09:52+0000\n"
"Last-Translator: Weblate Admin <weblate.admin@zrythm.org>\n"
"Language-Team: Arabic <https://translate.zrythm.org/projects/zrythm/website/ar/>\n"
@ -115,13 +115,42 @@ msgstr "" @@ -115,13 +115,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/cs/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -113,13 +113,42 @@ msgstr "" @@ -113,13 +113,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/da/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -113,13 +113,42 @@ msgstr "" @@ -113,13 +113,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/de/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-10-25 17:53+0000\n"
"Last-Translator: Andrรฉ Menrath <andre.menrath@posteo.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/zrythm/web/de/>\n"
@ -115,13 +115,42 @@ msgstr "GPG-Signierungsschlรผssel" @@ -115,13 +115,42 @@ msgstr "GPG-Signierungsschlรผssel"
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/el/LC_MESSAGES/messages.po

@ -8,7 +8,7 @@ msgid "" @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-06-01 22:01+0000\n"
"Last-Translator: Weblate Admin <weblate.admin@zrythm.org>\n"
"Language-Team: Greek <https://translate.zrythm.org/projects/zrythm/website/el/>\n"
@ -116,13 +116,42 @@ msgstr "" @@ -116,13 +116,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/en/LC_MESSAGES/messages.po

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
#: common/header.j2.inc:19 template/index.html.j2:23
msgid "a highly automated and intuitive digital audio workstation"
@ -100,13 +100,42 @@ msgstr "" @@ -100,13 +100,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/es/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-06-11 22:43+0000\n"
"Last-Translator: Alexandros Theodotou <alextee@posteo.net>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/zrythm/web/es/>\n"
@ -115,13 +115,42 @@ msgstr "" @@ -115,13 +115,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/et/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -113,13 +113,42 @@ msgstr "" @@ -113,13 +113,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/fi/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -113,13 +113,42 @@ msgstr "" @@ -113,13 +113,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/fr/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-11-12 11:04+0000\n"
"Last-Translator: Olivier Humbert <trebmuh@tuxfamily.org>\n"
"Language-Team: French <https://hosted.weblate.org/projects/zrythm/web/fr/>\n"
@ -117,13 +117,42 @@ msgstr "clรฉ de signature GPG" @@ -117,13 +117,42 @@ msgstr "clรฉ de signature GPG"
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/gd/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -113,13 +113,42 @@ msgstr "" @@ -113,13 +113,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/hi/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-05-09 09:52+0000\n"
"Last-Translator: Weblate Admin <weblate.admin@zrythm.org>\n"
"Language-Team: Hindi <https://translate.zrythm.org/projects/zrythm/website/hi/>\n"
@ -115,13 +115,42 @@ msgstr "" @@ -115,13 +115,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/it/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-09-05 07:58+0000\n"
"Last-Translator: Hannu Martinet <swann.ranskassa@laposte.net>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/zrythm/web/it/>\n"
@ -116,13 +116,42 @@ msgstr "Chiave di firma GPG" @@ -116,13 +116,42 @@ msgstr "Chiave di firma GPG"
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/ja/LC_MESSAGES/messages.po

@ -8,7 +8,7 @@ msgid "" @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-12-11 01:25+0000\n"
"Last-Translator: Alexandros Theodotou <alextee@posteo.net>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/zrythm/web/ja/>\n"
@ -116,13 +116,42 @@ msgstr "GPG็ฝฒๅใ‚ญใƒผ" @@ -116,13 +116,42 @@ msgstr "GPG็ฝฒๅใ‚ญใƒผ"
msgid "Installer"
msgstr "ใ‚คใƒณใ‚นใƒˆใƒผใƒฉ"
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/ko/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-05-09 09:52+0000\n"
"Last-Translator: Weblate Admin <weblate.admin@zrythm.org>\n"
"Language-Team: Korean <https://translate.zrythm.org/projects/zrythm/website/ko/>\n"
@ -115,13 +115,42 @@ msgstr "" @@ -115,13 +115,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

42
locale/messages.pot

@ -8,7 +8,7 @@ msgid "" @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -113,14 +113,42 @@ msgstr "" @@ -113,14 +113,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you "
"purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/nb_NO/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-09-08 23:51+0000\n"
"Last-Translator: Allan Nordhรธy <epost@anotheragency.no>\n"
"Language-Team: Norwegian Bokmรฅl <https://hosted.weblate.org/projects/zrythm/web/nb_NO/>\n"
@ -115,13 +115,42 @@ msgstr "GPG-signeringsnรธkkel" @@ -115,13 +115,42 @@ msgstr "GPG-signeringsnรธkkel"
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/nl/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -113,13 +113,42 @@ msgstr "" @@ -113,13 +113,42 @@ msgstr ""
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/pl/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-11-02 13:27+0000\n"
"Last-Translator: Desmond <xenhiltv@gmail.com>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/zrythm/web/pl/>\n"
@ -115,13 +115,42 @@ msgstr "Klucz podpisywania GPG" @@ -115,13 +115,42 @@ msgstr "Klucz podpisywania GPG"
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108
msgid "Binary package (installer) for all supported distros"
msgstr ""
#: template/download.html.j2:88
msgid ""
"You will receive free updates for the major version of Zrythm you purchased."
#: template/download.html.j2:90 template/download.html.j2:99
#: template/download.html.j2:109
msgid "Latest Zrythm version"
msgstr ""
#: template/download.html.j2:91
msgid "$5 one-time purchase"
msgstr ""
#: template/download.html.j2:100
msgid "Free updates for the major version of Zrythm you purchased"
msgstr ""
#: template/download.html.j2:101
msgid "$25 one-time purchase"
msgstr ""
#: template/download.html.j2:110
msgid "Free updates for as long as you are subscribed"
msgstr ""
#: template/download.html.j2:111
msgid "$5 per month"
msgstr ""
#: template/download.html.j2:120 template/download.html.j2:128
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:136
msgid "Coming Soon"
msgstr ""
#: template/index.html.j2:39

41
locale/pt/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-12-11 01:27+0000\n"
"POT-Creation-Date: 2019-12-12 15:46+0000\n"
"PO-Revision-Date: 2019-11-25 10:05+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/zrythm/web/pt/>\n"
@ -116,13 +116,42 @@ msgstr "Chave de assinatura GPG" @@ -116,13 +116,42 @@ msgstr "Chave de assinatura GPG"
msgid "Installer"
msgstr ""
#: template/download.html.j2:85
msgid "Pay $1 or more and get a binary package (installer) for your distro."
#: template/download.html.j2:89 template/download.html.j2:98
#: template/download.html.j2:108