From ad9b5763ab0a1ab9c74b8cc0e6cc6493b22a3085 Mon Sep 17 00:00:00 2001 From: fieldfare Date: Sun, 11 Oct 2015 14:48:32 +0300 Subject: added :ru translations --- amber/layouts/_footer.en.html.haml | 13 +++++++++++++ amber/layouts/_footer.html.haml | 13 ------------- amber/layouts/_footer.ru.html.haml | 13 +++++++++++++ 3 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 amber/layouts/_footer.en.html.haml delete mode 100644 amber/layouts/_footer.html.haml create mode 100644 amber/layouts/_footer.ru.html.haml (limited to 'amber/layouts') diff --git a/amber/layouts/_footer.en.html.haml b/amber/layouts/_footer.en.html.haml new file mode 100644 index 0000000..04bfbcb --- /dev/null +++ b/amber/layouts/_footer.en.html.haml @@ -0,0 +1,13 @@ +#footer-inner + .container + .row + .col-sm-12 + %div.footer-text + %div.creativecommons + %a(href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license")< + (cc) Attribution, Share-Alike + %a(href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license")< + %img(alt="Creative Commons License" src="/assets/images/by-sa-3.0-80x15.png" style="border-width:0; vertical-align: text-top") +   + © 2014 + %a(href="https://leap.se")=t :leap diff --git a/amber/layouts/_footer.html.haml b/amber/layouts/_footer.html.haml deleted file mode 100644 index 04bfbcb..0000000 --- a/amber/layouts/_footer.html.haml +++ /dev/null @@ -1,13 +0,0 @@ -#footer-inner - .container - .row - .col-sm-12 - %div.footer-text - %div.creativecommons - %a(href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license")< - (cc) Attribution, Share-Alike - %a(href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license")< - %img(alt="Creative Commons License" src="/assets/images/by-sa-3.0-80x15.png" style="border-width:0; vertical-align: text-top") -   - © 2014 - %a(href="https://leap.se")=t :leap diff --git a/amber/layouts/_footer.ru.html.haml b/amber/layouts/_footer.ru.html.haml new file mode 100644 index 0000000..6c8c384 --- /dev/null +++ b/amber/layouts/_footer.ru.html.haml @@ -0,0 +1,13 @@ +#footer-inner + .container + .row + .col-sm-12 + %div.footer-text + %div.creativecommons + %a(href="https://creativecommons.org/licenses/by-sa/3.0/deed.ru" rel="license")< + (cc) Атрибуция — На тех же условиях + %a(href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license")< + %img(alt="Creative Commons License" src="/assets/images/by-sa-3.0-80x15.png" style="border-width:0; vertical-align: text-top") +   + © 2014 + %a(href="https://leap.se")=t :leap -- cgit v1.2.3