[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters marc_subfields_structure.tmpl,1.1,1.2 marctagstructure.tmpl,1.1,1.2 printers.tmpl,1.1,1.2 systempreferences.tmpl,1.1,1.2 z3950servers.tmpl,1.1,1.2

Friedrich zur Hellen hellen at users.sourceforge.net
Sat Jun 25 14:58:57 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/parameters

Modified Files:
	marc_subfields_structure.tmpl marctagstructure.tmpl 
	printers.tmpl systempreferences.tmpl z3950servers.tmpl 
Log Message:
adjustments for 2.2.3

Index: marc_subfields_structure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/marc_subfields_structure.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** marc_subfields_structure.tmpl	12 May 2005 19:26:35 -0000	1.1
--- marc_subfields_structure.tmpl	25 Jun 2005 12:58:54 -0000	1.2
***************
*** 20,24 ****
  			<ul>
  				<p>
! 					<!-- TMPL_VAR NAME="repeatable" --> repeatable  <!-- TMPL_VAR NAME="mandatory" --> mandatory
  				</p>
  				<!-- TMPL_IF name="frameworkcode" -->
--- 20,25 ----
  			<ul>
  				<p>
! 					<!-- TMPL_VAR NAME="repeatable" --> repeatable 
! 					<!-- TMPL_VAR NAME="mandatory" --> mandatory
  				</p>
  				<!-- TMPL_IF name="frameworkcode" -->
***************
*** 41,48 ****
  				<p><!-- TMPL_VAR NAME="isurl" --> URL (if checked, it means that the subfield is an URL and can be clicked</p>
  				<p>
! 					<label>Auth value:</label> <!-- TMPL_VAR NAME="authorised_value" --> oder Thesaurus: <!-- TMPL_VAR NAME="authtypes" --> oder Plugin: <!-- TMPL_VAR NAME="value_builder" -->
  				</p>
  				<p>
! 					<label>&nbsp;</label>Link to field :  <input type="text" name="link" value="<!-- TMPL_VAR NAME="link" -->" size="10" maxlength="5"> (exemple :200b)
  				</p>
  			</ul>
--- 42,52 ----
  				<p><!-- TMPL_VAR NAME="isurl" --> URL (if checked, it means that the subfield is an URL and can be clicked</p>
  				<p>
! 					<label>Auth value:</label> <!-- TMPL_VAR NAME="authorised_value" -->
! 					or thesaurus: <!-- TMPL_VAR NAME="authtypes" -->
! 					or plugin: <!-- TMPL_VAR NAME="value_builder" -->
  				</p>
  				<p>
! 					<label>&nbsp;</label>Link to field :
! 					<input type="text" name="link" value="<!-- TMPL_VAR NAME="link" -->" size="10" maxlength="5"> (exemple :200b)
  				</p>
  			</ul>
***************
*** 63,67 ****
  	</tr>
  	<tr><td>&nbsp;</td><td><!-- TMPL_VAR NAME="liblibrarian" --></td></tr>
! 	<tr><td colspan="2" align="center">L&ouml;schen best&auml;tigen</td></tr>
  	<tr>
  		<td>
--- 67,71 ----
  	</tr>
  	<tr><td>&nbsp;</td><td><!-- TMPL_VAR NAME="liblibrarian" --></td></tr>
! 	<tr><td colspan="2" align="center">CONFIRM DELETION</td></tr>
  	<tr>
  		<td>
***************
*** 72,76 ****
  				<input type="hidden" name="tagsubfield" value="<!-- TMPL_VAR NAME="tagsubfield" -->">
  				<input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR NAME="frameworkcode" -->">
! 				<input type="submit" value="JA">
  			</form>
  		</td>
--- 76,80 ----
  				<input type="hidden" name="tagsubfield" value="<!-- TMPL_VAR NAME="tagsubfield" -->">
  				<input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR NAME="frameworkcode" -->">
! 				<input type="submit" value="YES">
  			</form>
  		</td>
***************
*** 81,85 ****
  				<input type="hidden" name="tagsubfield" value="<!-- TMPL_VAR NAME="tagsubfield" -->">
  				<input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR NAME="frameworkcode" -->">
! 				<input type="submit" value="NEIN">
  			</form>
  		</td>
--- 85,89 ----
  				<input type="hidden" name="tagsubfield" value="<!-- TMPL_VAR NAME="tagsubfield" -->">
  				<input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR NAME="frameworkcode" -->">
! 				<input type="submit" value="NO">
  			</form>
  		</td>
***************
*** 89,93 ****
  <!-- TMPL_IF NAME="delete_confirmed" -->
  <!-- ------------------------------------------------------------------------ -->
! 	Daten gel&ouml;scht
  	<form action="<!-- TMPL_VAR NAME="script_name" -->" method="post"><input type="hidden" name="tagfield" value="<!-- TMPL_VAR NAME="tagfield" -->">
  	<input type="submit" value="OK">
--- 93,97 ----
  <!-- TMPL_IF NAME="delete_confirmed" -->
  <!-- ------------------------------------------------------------------------ -->
! 	Data deleted
  	<form action="<!-- TMPL_VAR NAME="script_name" -->" method="post"><input type="hidden" name="tagfield" value="<!-- TMPL_VAR NAME="tagfield" -->">
  	<input type="submit" value="OK">
***************
*** 104,110 ****
  <tr>
  	<th>Subfield</th>
! 	<th>Texte</th>
  	<th>Constraints</th>
! 	<th>L&ouml;schen</th>
  <!-- TMPL_LOOP NAME="loop" -->
  <tr<!-- TMPL_IF NAME="toggle" --> class="hilighted"<!-- /TMPL_IF -->>
--- 108,114 ----
  <tr>
  	<th>Subfield</th>
! 	<th>Text</th>
  	<th>Constraints</th>
! 	<th>Delete</th>
  <!-- TMPL_LOOP NAME="loop" -->
  <tr<!-- TMPL_IF NAME="toggle" --> class="hilighted"<!-- /TMPL_IF -->>
***************
*** 122,131 ****
  		<!-- TMPL_ELSE -->
  			Tab :<!-- TMPL_VAR NAME="tab" -->,
! 			<!-- TMPL_IF NAME="kohafield" -->Koha-Feld : <!-- TMPL_VAR NAME="kohafield" -->, <!--/TMPL_IF -->
! 			<!-- TMPL_IF NAME="repeatable" -->Wiederholbar, <!-- TMPL_ELSE -->Nicht wiederholbar<!-- /TMPL_IF -->
! 			<!-- TMPL_IF NAME="mandatory" -->Obligatorisch, <!-- TMPL_ELSE -->Nicht obligatorisch,<!-- /TMPL_IF -->
! 			<!-- TMPL_IF NAME="seealso" -->siehe auch: <!-- TMPL_VAR NAME="seealso" --><!-- /TMPL_IF -->
! 			<!-- TMPL_IF NAME="hidden" -->versteckt<!-- /TMPL_IF -->
! 			<!-- TMPL_IF NAME="isurl" -->ist ein URL<!-- /TMPL_IF -->
  			<!-- TMPL_IF NAME="authorised_value" --> Auth value :<!-- TMPL_VAR NAME="authorised_value" -->,<!-- /TMPL_IF -->
  			<!-- TMPL_IF NAME="authtypecode" --> Authority :<!-- TMPL_VAR NAME="authtypecode" -->,<!-- /TMPL_IF -->
--- 126,135 ----
  		<!-- TMPL_ELSE -->
  			Tab :<!-- TMPL_VAR NAME="tab" -->,
! 			<!-- TMPL_IF NAME="kohafield" -->Koha field : <!-- TMPL_VAR NAME="kohafield" -->, <!--/TMPL_IF -->
! 			<!-- TMPL_IF NAME="repeatable" -->Repeatable, <!-- TMPL_ELSE -->Not repeatable,<!-- /TMPL_IF -->
! 			<!-- TMPL_IF NAME="mandatory" -->Mandatory, <!-- TMPL_ELSE -->Not mandatory,<!-- /TMPL_IF -->
! 			<!-- TMPL_IF NAME="seealso" -->see also : <!-- TMPL_VAR NAME="seealso" -->,<!-- /TMPL_IF -->
! 			<!-- TMPL_IF NAME="hidden" -->hidden,<!-- /TMPL_IF -->
! 			<!-- TMPL_IF NAME="isurl" -->is an url,<!-- /TMPL_IF -->
  			<!-- TMPL_IF NAME="authorised_value" --> Auth value :<!-- TMPL_VAR NAME="authorised_value" -->,<!-- /TMPL_IF -->
  			<!-- TMPL_IF NAME="authtypecode" --> Authority :<!-- TMPL_VAR NAME="authtypecode" -->,<!-- /TMPL_IF -->
***************
*** 143,147 ****
  </a>
  <!-- TMPL_IF NAME="previous" -->
! 	<input type="image" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/1leftarrow.png" title="vorheriges" alt="vorheriges" border="0">
  	</a><!-- /TMPL_IF -->
  <!-- TMPL_IF NAME="next" -->
--- 147,151 ----
  </a>
  <!-- TMPL_IF NAME="previous" -->
! 	<input type="image" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/1leftarrow.png" title="previous" alt="previous" border="0" >
  	</a><!-- /TMPL_IF -->
  <!-- TMPL_IF NAME="next" -->

Index: marctagstructure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/marctagstructure.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** marctagstructure.tmpl	12 May 2005 19:26:35 -0000	1.1
--- marctagstructure.tmpl	25 Jun 2005 12:58:54 -0000	1.2
***************
*** 116,120 ****
  <!-- TMPL_IF NAME="else" -->
  <div id="bloc25">
! <h2 class="parameters">Framework ausw%auml;hlen</h2>
  <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
  	<select name="frameworkcode">
--- 116,120 ----
  <!-- TMPL_IF NAME="else" -->
  <div id="bloc25">
! <h2 class="parameters">Framework ausw&auml;hlen</h2>
  <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
  	<select name="frameworkcode">

Index: printers.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/printers.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** printers.tmpl	12 May 2005 19:26:35 -0000	1.1
--- printers.tmpl	25 Jun 2005 12:58:54 -0000	1.2
***************
*** 43,47 ****
  					var alertString2;
  					if (f.printername.value.length==0) {
! 							_alertString += "\n- " + _("Druckername fehlt ");
  					}
  					if (f.printqueue.value.length==0) {
--- 43,47 ----
  					var alertString2;
  					if (f.printername.value.length==0) {
! 							_alertString += "\n- " + _("Druckername fehlt");
  					}
  					if (f.printqueue.value.length==0) {
***************
*** 51,55 ****
  							document.Aform.submit();
  					} else {
! 							alertString2  = _("Form not submitted because of the following problem(s)");
  							alertString2 += "\n------------------------------------------------------------------------------------\n";
  							alertString2 += _alertString;
--- 51,55 ----
  							document.Aform.submit();
  					} else {
! 							alertString2  = _("Form wird nicht unterstuetzt wegen der folgenden Probleme");
  							alertString2 += "\n------------------------------------------------------------------------------------\n";
  							alertString2 += _alertString;
***************
*** 60,64 ****
  	<div id="bloc25">
  		<!-- TMPL_IF NAME="searchfield" -->
! 			<h2 class="parameters">Drucker bearbeiten</h2>
  		<!-- TMPL_ELSE -->
  			<h2 class="parameters">Drucker hinzuf&uuml;gen</h2>
--- 60,64 ----
  	<div id="bloc25">
  		<!-- TMPL_IF NAME="searchfield" -->
! 			<h2 class="parameters">Drucker &auml;ndern</h2>
  		<!-- TMPL_ELSE -->
  			<h2 class="parameters">Drucker hinzuf&uuml;gen</h2>
***************
*** 80,84 ****
  	
  	<!-- TMPL_IF NAME="add_validate" -->
! 		Daten gespeichert
  			<form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
  			<input type="submit" value="OK" class="button">
--- 80,84 ----
  	
  	<!-- TMPL_IF NAME="add_validate" -->
! 		Daten hinzugef&uuml;gt
  			<form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
  			<input type="submit" value="OK" class="button">
***************
*** 106,110 ****
  			</tr>
  				<tr>
! 				<td colspan="2" align="center">L&ouml;schen best&auml;tigen</td>
  			</tr>
  				<tr>
--- 106,110 ----
  			</tr>
  				<tr>
! 				<td colspan="2" align="center">L&Ouml;SCHUNG BEST&Auml;TIGEN</td>
  			</tr>
  				<tr>
***************
*** 132,140 ****
  			<form action="<!-- TMPL_VAR NAME="script_name">" method="post">
  					<input type="text" name="description" value="<!-- TMPL_VAR NAME="searchfield" -->">
! 					<input type="reset" name="reset" value="l&ouml;schen">
  			</form>
  	
  		<!-- TMPL_IF NAME="searchfield" -->
! 			You searched for <b><!-- TMPL_VAR NAME="searchfield" --></b>
  		<!-- /TMPL_IF -->
  	
--- 132,140 ----
  			<form action="<!-- TMPL_VAR NAME="script_name">" method="post">
  					<input type="text" name="description" value="<!-- TMPL_VAR NAME="searchfield" -->">
! 					<input type="reset" name="reset" value="clr">
  			</form>
  	
  		<!-- TMPL_IF NAME="searchfield" -->
! 			Sie suchten nach <b><!-- TMPL_VAR NAME="searchfield" --></b>
  		<!-- /TMPL_IF -->
  	
***************
*** 153,157 ****
  				<td><!-- TMPL_VAR NAME="printtype" --></td>
  				<td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=add_form&amp;searchfield=<!-- TMPL_VAR NAME="printername" -->" class="button">Bearbeiten</a></td>
! 							<td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=delete_confirm&amp;searchfield=<!-- TMPL_VAR NAME="printername" -->" class="button">L&ouml;schen</a></td>
  			</tr>
  			<!-- /TMPL_LOOP -->
--- 153,157 ----
  				<td><!-- TMPL_VAR NAME="printtype" --></td>
  				<td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=add_form&amp;searchfield=<!-- TMPL_VAR NAME="printername" -->" class="button">Bearbeiten</a></td>
! 				<td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=delete_confirm&amp;searchfield=<!-- TMPL_VAR NAME="printername" -->" class="button">L&ouml;schen</a></td>
  			</tr>
  			<!-- /TMPL_LOOP -->
***************
*** 162,166 ****
  		
  		<!-- TMPL_IF NAME="offsetgtzero" -->
! 			<a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->">&lt;&lt; Prev</a>
  		<!-- /TMPL_IF -->
  	
--- 162,166 ----
  		
  		<!-- TMPL_IF NAME="offsetgtzero" -->
! 			<a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->">&lt;&lt; Vorherige</a>
  		<!-- /TMPL_IF -->
  	
***************
*** 168,176 ****
  	
  		<!-- TMPL_IF NAME="ltcount" -->
! 			<a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="nextpage" -->">N&auml;chster &gt;&gt;</a>	
  		<!-- /TMPL_iF -->
  	
  			<br>
! 		<input type="submit" class="button" value="Drucker hinzuf&uuml;gen" alt="Drucker hinzuf&uuml;gen">
  		<br>
  			</form>
--- 168,176 ----
  	
  		<!-- TMPL_IF NAME="ltcount" -->
! 			<a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="nextpage" -->">N&auml;chste &gt;&gt;</a>	
  		<!-- /TMPL_iF -->
  	
  			<br>
! 		<input type="submit" class="button" value="Drucker hinzuf&uuml;gen" alt="Add printer">
  		<br>
  			</form>

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/systempreferences.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** systempreferences.tmpl	12 May 2005 19:26:35 -0000	1.1
--- systempreferences.tmpl	25 Jun 2005 12:58:54 -0000	1.2
***************
*** 40,52 ****
  			var alertString2;
  			if (f.variable.value.length==0) {
! 				_alertString += "\n- " + _("variable missing");
  			}
  			if (f.value.value.length==0) {
! 				_alertString += "\n- " + _("value missing");
  			}
  			if (_alertString.length==0) {
  				document.Aform.submit();
  			} else {
! 				alertString2  = _("Form not submitted because of the following problem(s)");
  				alertString2 += "\n------------------------------------------------------------------------------------\n";
  				alertString2 += _alertString;
--- 40,52 ----
  			var alertString2;
  			if (f.variable.value.length==0) {
! 				_alertString += "\n- " + _("Variable fehlt");
  			}
  			if (f.value.value.length==0) {
! 				_alertString += "\n- " + _("Wert fehlt");
  			}
  			if (_alertString.length==0) {
  				document.Aform.submit();
  			} else {
! 				alertString2  = _("Daten wegen der folgenden Probleme nicht gespeichert");
  				alertString2 += "\n------------------------------------------------------------------------------------\n";
  				alertString2 += _alertString;
***************
*** 89,93 ****
  				<!-- /TMPL_IF -->
  				<!-- TMPL_IF NAME="type-yesno" -->
! 					<input type="radio" name="value" value="1"<!-- TMPL_IF NAME="value-yes" --> checked<!-- /TMPL_IF -->>Ja <input type="radio" name="value" value="0"<!-- TMPL_IF NAME="value-no" --> checked<!-- /TMPL_IF -->>Nein
  				<!-- /TMPL_IF -->
  	
--- 89,94 ----
  				<!-- /TMPL_IF -->
  				<!-- TMPL_IF NAME="type-yesno" -->
! 					<input type="radio" name="value" value="1"<!-- TMPL_IF NAME="value-yes" --> checked<!-- /TMPL_IF -->>Ja 
! 					<input type="radio" name="value" value="0"<!-- TMPL_IF NAME="value-no" --> checked<!-- /TMPL_IF -->>Nein
  				<!-- /TMPL_IF -->
  	

Index: z3950servers.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/z3950servers.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** z3950servers.tmpl	12 May 2005 19:26:35 -0000	1.1
--- z3950servers.tmpl	25 Jun 2005 12:58:54 -0000	1.2
***************
*** 64,68 ****
  							document.Aform.submit();
  					} else {
! 							alertString2  = _("Form not submitted because of the following problem(s)");
  							alertString2 += "\n------------------------------------------------------------------------------------\n";
  							alertString2 += _alertString;
--- 64,68 ----
  							document.Aform.submit();
  					} else {
! 							alertString2  = _("Daten wegen der folgenden Probleme nicht gespeichert");
  							alertString2 += "\n------------------------------------------------------------------------------------\n";
  							alertString2 += _alertString;
***************
*** 191,195 ****
  	
  	<!-- TMPL_IF NAME="else" -->
! 			<h1 class="parameters">Admin Z39.50 Server</h1>
  			<form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
  				<input type="text" name="description" value="<!-- TMPL_VAR NAME="searchfield" -->">
--- 191,195 ----
  	
  	<!-- TMPL_IF NAME="else" -->
! 			<h1 class="parameters">Administration Z39.50 Server</h1>
  			<form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
  				<input type="text" name="description" value="<!-- TMPL_VAR NAME="searchfield" -->">
***************
*** 197,201 ****
  			</form>
  			<!-- TMPL_IF NAME="searchfield" -->
! 				You searched for <b><!-- TMPL_VAR NAME="searchfield" --></b>
  			<!-- /TMPL_IF -->
  			<table>
--- 197,201 ----
  			</form>
  			<!-- TMPL_IF NAME="searchfield" -->
! 				Sie suchten nach <b><!-- TMPL_VAR NAME="searchfield" --></b>
  			<!-- /TMPL_IF -->
  			<table>





More information about the Koha-cvs mailing list