From 569c2ce58a63cc112e13967f85aee70fbcb5a0dd Mon Sep 17 00:00:00 2001
From: hahn <hahn@AAE49.campus.unibe.ch>
Date: Mon, 5 May 2014 15:20:40 +0200
Subject: [PATCH] - change of config keys "ssh" --> "url" and "keyfile" -->
 "auth" (this requires to edit the project config files on server) - undo
 check of repository in project->canAcceptPhase() - fix: detection  of ? in
 url

---
 config/lang/de.json | 2 +-
 config/lang/en.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/lang/de.json b/config/lang/de.json
index 6c7373f9..fc2547ec 100644
--- a/config/lang/de.json
+++ b/config/lang/de.json
@@ -240,9 +240,9 @@
     "queue": "Queue",
     "repositoryinfos": "Quell-Repository",
     "repository-access-browser": "Browserzugriff auf das Repo",
+    "repository-auth": "Authentifizierung/ Dateiname zum SSH-Private-Key",
     "repository-url": "URL zum Repository",
     "repository-urlwebgui": "URL zur Web GUI des Repositorys",
-    "repository-privkey": "Authentifizierung/ Dateiname zum SSH-Private-Key",
     "revision": "Revision",
     "rollback": "Rollback",
     "rollback-hint": "Rollback der Phase [%s] auf Version [%s]",
diff --git a/config/lang/en.json b/config/lang/en.json
index 2bd2e203..f20a90f7 100644
--- a/config/lang/en.json
+++ b/config/lang/en.json
@@ -242,9 +242,9 @@
     "queue": "Queue",
     "repositoryinfos": "Sourcecode Repository",
     "repository-access-browser": "Browser access to sources",
+    "repository-auth": "Authentication/ filename of ssh private key",
     "repository-url": "URL to repository",
     "repository-urlwebgui": "URL zur Web GUI des Repositorys",
-    "repository-privkey": "Authentication/ filename of ssh private key",
     "revision": "Revision",
     "rollback": "Rollback",
     "rollback-hint": "Rollback of phase [%s] to version [%s]",
-- 
GitLab