From a252b0a80bd0f71f567520e566c4429fb8ecd272 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 14 May 2017 20:55:49 +0000
Subject: [PATCH] Add attributions to the map

---
 lang_en.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lang_en.js b/lang_en.js
index c49a63f..74f5b55 100644
--- a/lang_en.js
+++ b/lang_en.js
@@ -70,6 +70,10 @@
 	help_source: 'Source',
 	help_license: 'License',
 	
+	copy_osm: 'Map: <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors.',
+	copy_zikit: 'Data: <a href="http://www.ttss.krakow.pl/internetservice/">ZIKiT</a>',
+	copy_jacekk: 'Realization: <a href="https://github.com/jacekkow/mpk-ttss">Jacek Kowalski</a>',
+	
 	error_title: 'Error occured!',
 	error_request_failed: 'Internet request failed.',
 	error_request_failed_status: 'Internet request failed with error: $status.',

--
Gitblit v1.9.1