1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-05 05:37:45 +02:00

user side cyanine theme translation

This commit is contained in:
severoiuliano@gmail.com
2020-06-15 09:58:12 +02:00
parent 8b33c09f62
commit f80273d3e2
5 changed files with 17 additions and 5 deletions

View File

@@ -1,2 +0,0 @@
# Please add translations for your theme like this
# ACTIVATE_SPECIAL_STARTPAGE_DESIGN: Activate Special Startpage-Design

View File

@@ -0,0 +1,7 @@
# English
# Please add translations for your theme like this
ALL_RIGHTS_RESERVED: All Rights Reserved
BUILT_WITH: Built with
BY: by
NEXT: next
PREVIOUS: previous

View File

@@ -0,0 +1,7 @@
# ITaliano
# Aggiungi traduzioni per il tuo tema in questo modo
ALL_RIGHTS_RESERVED: Tutti i diritti riservati
BUILT_WITH: Costruito con
BY: di
NEXT: successivo
PREVIOUS: precedente

View File

@@ -14,10 +14,10 @@
</div>
<div class="dn dib-l">
{% if item.prevItem %}
<a class="link pr1 f-link underline-hover" href="{{ item.prevItem.urlRel }}">&lsaquo;&nbsp; previous</a>
<a class="link pr1 f-link underline-hover" href="{{ item.prevItem.urlRel }}">&lsaquo;&nbsp; {{ __('previous') }}</a>
{% endif %}
{% if item.nextItem %}
<a class="link pl1 f-link underline-hover" href="{{ item.nextItem.urlRel }}">next &nbsp;&rsaquo;</a>
<a class="link pl1 f-link underline-hover" href="{{ item.nextItem.urlRel }}">{{ __('next') }} &nbsp;&rsaquo;</a>
{% endif %}
</div>
</div>

View File

@@ -20,5 +20,5 @@
</footer>
<div class="w-100 center f6 f-secondary">
<p class="f6">{{ settings.copyright }} by {{ settings.author }}, {{ copyrightYears }}. All Rights Reserved. Built with <a class="link underline f-secondary" href="https://typemill.net">Typemill</a>.</p>
<p class="f6">{{ settings.copyright }} {{ __('by') }} {{ settings.author }}, {{ copyrightYears }}. {{ __('All Rights Reserved') }}. {{ __('Built with') }} <a class="link underline f-secondary" href="https://typemill.net">Typemill</a>.</p>
</div>