[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bookshelves addb
From: |
Dorian Meid |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bookshelves addbookbybiblionumber.tmpl,1.1,1.2 shelves.tmpl,1.1,1.2 |
Date: |
Tue, 17 May 2005 06:21:37 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bookshelves
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13690/intranet-tmpl/default/de/bookshelves
Modified Files:
addbookbybiblionumber.tmpl shelves.tmpl
Log Message:
Some translation adjustments
Index: addbookbybiblionumber.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bookshelves/addbookbybiblionumber.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** addbookbybiblionumber.tmpl 12 May 2005 19:26:14 -0000 1.1
--- addbookbybiblionumber.tmpl 17 May 2005 13:21:35 -0000 1.2
***************
*** 1,19 ****
<!-- TMPL_INCLUDE Name="popup-top.inc" -->
<div id="mainbloc">
! <h2 class="catalogue">Select bookshelf</h2>
<form>
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR
NAME="biblionumber" -->">
<p><label>Titel</label><!-- TMPL_VAR NAME="title" --></p>
<p><label>Verfasser</label><!-- TMPL_VAR NAME="author" --></p>
! <p><label>Zum virtuellen Regal hinzugefügt</label><!-- TMPL_VAR
NAME="CGIbookshelves" --></p>
! <p>oder zu einem neuen Buchregal hinzufügen </p>
<p><input type="text" name="newbookshelf" maxlength=40 size=40>
<select name="category">
<option value="1">Privat</option>
<option value="2">Öffentlich</option>
! <option value="3">Free</option>
</select>
</p>
! <input type="submit" value="Zum virtuellen Regal hinzugefügt"
class="button catalogue">
</form>
<!-- TMPL_INCLUDE Name="popup-bottom.inc" -->
--- 1,19 ----
<!-- TMPL_INCLUDE Name="popup-top.inc" -->
<div id="mainbloc">
! <h2 class="catalogue">Virtuelles Regal bearbeiten</h2>
<form>
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR
NAME="biblionumber" -->">
<p><label>Titel</label><!-- TMPL_VAR NAME="title" --></p>
<p><label>Verfasser</label><!-- TMPL_VAR NAME="author" --></p>
! <p><label>Zum virtuellen Regal <!-- TMPL_VAR NAME="CGIbookshelves" -->
hinzufügen</label></p>
! <p>oder zu einem neuen virtuellem Regal hinzufügen </p>
<p><input type="text" name="newbookshelf" maxlength=40 size=40>
<select name="category">
<option value="1">Privat</option>
<option value="2">Öffentlich</option>
! <option value="3">Frei</option>
</select>
</p>
! <input type="submit" value="Titel hinzufügen" class="button
catalogue">
</form>
<!-- TMPL_INCLUDE Name="popup-bottom.inc" -->
Index: shelves.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bookshelves/shelves.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** shelves.tmpl 12 May 2005 19:26:14 -0000 1.1
--- shelves.tmpl 17 May 2005 13:21:35 -0000 1.2
***************
*** 7,15 ****
<div id="bloc25">
! <h2 class="catalogue">Shelf-Inhalt</h2>
<table class="small">
<tr colspan="4">
<th class="catalogue">löschen</th>
! <th class="catalogue">Barcode</th>
<th class="catalogue">Titel</th>
<th class="catalogue">Verfasser</th>
--- 7,15 ----
<div id="bloc25">
! <h2 class="catalogue">Inhalt</h2>
<table class="small">
<tr colspan="4">
<th class="catalogue">löschen</th>
! <th class="catalogue">Strichcode</th>
<th class="catalogue">Titel</th>
<th class="catalogue">Verfasser</th>
***************
*** 36,40 ****
<div id="bloc25">
<form>
! <h2 class="catalogue">Buch über Barcode
hinzufügen</h2>
<input type="hidden" name="shelfnumber" value="<!--
TMPL_VAR NAME="shelfnumber" -->">
<input type="hidden" name="modifyshelfcontents"
value="1">
--- 36,40 ----
<div id="bloc25">
<form>
! <h2 class="catalogue">Buch mittels Strichcode
hinzufügen</h2>
<input type="hidden" name="shelfnumber" value="<!--
TMPL_VAR NAME="shelfnumber" -->">
<input type="hidden" name="modifyshelfcontents"
value="1">
***************
*** 52,56 ****
<!-- TMPL_ELSE -->
<!-- TMPL_IF Name="shelves" -->
! <h1 class="catalogue">Buchregale</h1>
<!-- TMPL_IF Name="status1" -->
<p class="problem"><!-- TMPL_VAR NAME="string1" --><p>
--- 52,56 ----
<!-- TMPL_ELSE -->
<!-- TMPL_IF Name="shelves" -->
! <h1 class="catalogue">Virtuelle Regale verwalten</h1>
<!-- TMPL_IF Name="status1" -->
<p class="problem"><!-- TMPL_VAR NAME="string1" --><p>
***************
*** 71,75 ****
<input
type="checkbox" name="DEL-<!-- TMPL_VAR NAME="shelf" -->">
</label>
! <a
href="shelves.pl?viewshelf=<!-- TMPL_VAR name="shelf" -->"><!-- TMPL_VAR
NAME="shelfname" --></a> (<!-- TMPL_VAR NAME="shelfbookcount" --> item(s))
</p>
<!-- /TMPL_IF -->
--- 71,75 ----
<input
type="checkbox" name="DEL-<!-- TMPL_VAR NAME="shelf" -->">
</label>
! <a
href="shelves.pl?viewshelf=<!-- TMPL_VAR name="shelf" -->"><!-- TMPL_VAR
NAME="shelfname" --></a> (<!-- TMPL_VAR NAME="shelfbookcount" --> Medien)
</p>
<!-- /TMPL_IF -->
***************
*** 90,99 ****
<option
value="1">Privat</option>
<option
value="2">Öffentlich</option>
! <option value="3">Free</option>
</select>
</p>
! <p> <li>ein privates Regal wird durch Sie
gemanagt & kann nur von Ihnen eingesehen werden</li>
! <li> Ein Öffentliches kann
jedermann sehen, aber wird nur von Ihnen gemanagt.</li>
! <li> Ein Freies kann von jedem Benutzer
gemanagt werden.</li>
</p>
<p>
--- 90,99 ----
<option
value="1">Privat</option>
<option
value="2">Öffentlich</option>
! <option value="3">Frei</option>
</select>
</p>
! <p> <li>ein privates Regal wird durch Sie
verwaltet und kann nur von Ihnen eingesehen werden</li>
! <li> Ein öffentliches Regal wird
durch Sie verwaltet, kann aber von jedermann eingesehen werden.</li>
! <li> Ein freies Regal kann von jedem
Benutzer bearbeitet und betrachtet werden.</li>
</p>
<p>
***************
*** 109,115 ****
<table class="small">
<tr>
! <th class="catalogue">Shelf-Name</th>
<th class="catalogue">Kategorie</th>
! <th class="catalogue">Content size</th>
<th class="catalogue">Ändern</th>
</tr>
--- 109,115 ----
<table class="small">
<tr>
! <th class="catalogue">Regal-Name</th>
<th class="catalogue">Kategorie</th>
! <th class="catalogue">Umfang</th>
<th class="catalogue">Ändern</th>
</tr>
***************
*** 129,137 ****
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="category3"
-->
! Free
<!-- /TMPL_IF -->
</td>
<td bgcolor="<!-- TMPL_VAR NAME="color"
-->">
! <!-- TMPL_VAR
NAME="shelfbookcount" --> Exemplar(e)
</td>
<!-- TMPL_IF name="mine" -->
--- 129,137 ----
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="category3"
-->
! Frei
<!-- /TMPL_IF -->
</td>
<td bgcolor="<!-- TMPL_VAR NAME="color"
-->">
! <!-- TMPL_VAR
NAME="shelfbookcount" --> Titel
</td>
<!-- TMPL_IF name="mine" -->
***************
*** 145,149 ****
</div>
<div id="bloc25">
! <a href="shelves.pl?shelves=1" class="button
catalogue">Buchregal hinzufügen oder löschen</a>
</div>
<!-- /TMPL_IF -->
--- 145,149 ----
</div>
<div id="bloc25">
! <a href="shelves.pl?shelves=1" class="button
catalogue">Virtueles Regal hinzufügen oder löschen</a>
</div>
<!-- /TMPL_IF -->
***************
*** 159,183 ****
<p><label>Eigentümer</label><input type="hidden"
name="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->"><!-- TMPL_VAR
NAME="loggedinusername" --></p>
<p><label>Kategorie</label>
! <select name="category">
! <!-- TMPL_IF name="category1" -->
! <option value="1"
selected>Privat</option>
! <!-- TMPL_ELSE -->
! <option
value="1">Privat</option>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF name="category2" -->
! <option value="2"
selected>Öffentlich</option>
! <!-- TMPL_ELSE -->
! <option
value="2">Öffentlich</option>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF name="category3" -->
! <option value="3"
selected>Free</option>
! <!-- TMPL_ELSE -->
! <option value="3">Free</option>
! <!-- /TMPL_IF -->
</select>
</p>
! <p> <li>ein privates Regal wird durch Sie gemanagt
& kann nur von Ihnen eingesehen werden</li>
! <li> Ein Öffentliches kann jedermann
sehen, aber wird nur von Ihnen gemanagt.</li>
! <li> Ein Freies kann von jedem Benutzer
gemanagt werden.</li>
</p>
<p>
--- 159,171 ----
<p><label>Eigentümer</label><input type="hidden"
name="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->"><!-- TMPL_VAR
NAME="loggedinusername" --></p>
<p><label>Kategorie</label>
! <select name="category">
! <option value="1" <!-- TMPL_IF
name="category1" -->selected<!-- /TMPL_IF -->>Privat</option>
! <option value="2" <!-- TMPL_IF
name="category2" -->selected<!-- /TMPL_IF -->>Öffentlich</option>
! <option value="3" <!-- TMPL_IF
name="category3" -->selected<!-- /TMPL_IF -->>Frei</option>
</select>
</p>
! <p> <li>ein privates Regal wird durch Sie
verwaltet und kann nur von Ihnen eingesehen werden</li>
! <li> Ein öffentliches Regal wird
durch Sie verwaltet, kann aber von jedermann eingesehen werden.</li>
! <li> Ein freies Regal kann von jedem
Benutzer bearbeitet und betrachtet werden.</li>
</p>
<p>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bookshelves addbookbybiblionumber.tmpl,1.1,1.2 shelves.tmpl,1.1,1.2,
Dorian Meid <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/barcodes barcodes-top.inc,1.1,1.2 barcodes.tmpl,1.1,1.2 printerConfig.tmpl,1.1,1.2
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/circ branchtransfers.tmpl,1.1,1.2 circulation.tmpl,1.1,1.2 returns.tmpl,1.1,1.2 selectbranchprinter.tmpl,1.1,1.2
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/barcodes barcodes-top.inc,1.1,1.2 barcodes.tmpl,1.1,1.2 printerConfig.tmpl,1.1,1.2
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/circ branchtransfers.tmpl,1.1,1.2 circulation.tmpl,1.1,1.2 returns.tmpl,1.1,1.2 selectbranchprinter.tmpl,1.1,1.2
- Index(es):