ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit cab4b7bf541e53a7a3b8413b687eb67af5b22f02
parent f3a0223a8579e81fde074a0d764f87ab3832d9a7
Author: Milan Pässler <me@pbb.lc>
Date: Fri, 7 Feb 2020 16:42:21 +0100

client: translation fixes
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/client/js/languages.js b/client/js/languages.js
@@ -76,21 +76,21 @@ export const languages = {
 		'ferry':             'Ferry',
 		'taxi':              'Taxi',
 		'save':              'Save',
-		'clearstorage':      'remove local data',
+		'clearstorage':      'Remove local data',
 		'datasource':        'Data source',
 		'accessibility':     'Accessibillity',
 		'access_none':       'none',
 		'access_partial':    'partial',
 		'access_full':       'full',
 		'etc':               'Others',
-		'showds100':         'Show DS100 (if avaliable)',
+		'showds100':         'Show DS100 (if available)',
 		'showdebug':         'Write debug messages to log',
 		'graphical':         'Graphical overview for journeys',
 		'fancy':             'Use fancy graphics',
 		'update':            'Update application',
 		'language':          'Language',
 		'de':                'German',
-		'en':                'Englisch',
+		'en':                'English',
 		'cancelled-ride':    'Cancelled!'
 	}
-}-
\ No newline at end of file
+}