[Mapbender-commits] r10184 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jul 15 00:02:06 PDT 2019


Author: armin11
Date: 2019-07-15 00:02:06 -0700 (Mon, 15 Jul 2019)
New Revision: 10184

Modified:
   trunk/mapbender/http/php/mod_showMetadata.php
Log:
Alter description for contact - switch from content responsibility to publishing responsibility

Modified: trunk/mapbender/http/php/mod_showMetadata.php
===================================================================
--- trunk/mapbender/http/php/mod_showMetadata.php	2019-07-14 06:30:27 UTC (rev 10183)
+++ trunk/mapbender/http/php/mod_showMetadata.php	2019-07-15 07:02:06 UTC (rev 10184)
@@ -155,7 +155,7 @@
 		$translation['extent'] = 'Ausdehnung';
 		$translation['resourceAbstract'] = 'Zusammenfassung';
 		$translation['resourceTitle'] = 'Titel';
-		$translation['metadataProvider'] = 'Inhaltlich verantwortliche Stelle';
+		$translation['metadataProvider'] = 'Publizierende Stelle';
 		$translation['wmcProvider'] = 'Verantwortlich für die Zusammenstellung der Datenquellen';
 		$translation['serviceProvider'] = 'Technisch verantwortliche Stelle';
 		$translation['contactPerson'] = 'Ansprechpartner';
@@ -237,7 +237,7 @@
 		$translation['extent'] = 'Extent';
 		$translation['resourceAbstract'] = 'Abstract';
 		$translation['resourceTitle'] = 'Title';
-		$translation['metadataProvider'] = 'Responsible party for content';
+		$translation['metadataProvider'] = 'Responsible party for publishing';
 		$translation['wmcProvider'] = 'Responsible for the collection of the datasources';
 		$translation['serviceProvider'] = 'Responsible party for service';
 		$translation['contactPerson'] = 'Contact person';
@@ -401,7 +401,7 @@
 		$translation['extent'] = 'Extent';
 		$translation['resourceAbstract'] = 'Abstract';
 		$translation['resourceTitle'] = 'Title';
-		$translation['metadataProvider'] = 'Responsible party for content';
+		$translation['metadataProvider'] = 'Responsible party for publishing';
 		$translation['wmcProvider'] = 'Responsible for the collection of the datasources';
 		$translation['serviceProvider'] = 'Responsible party for service';
 		$translation['contactPerson'] = 'Contact person';



More information about the Mapbender_commits mailing list