Genderchanged string 'Lieferant'

* Since s.b. started this already. I changed every string 'Lieferant' to
 'Lieferantin' to give note on female existance in this world :-)
This commit is contained in:
sandoz 2009-03-22 13:56:54 +01:00
parent 7c6a01b0fc
commit 48b6515c08
20 changed files with 22 additions and 22 deletions

View File

@ -13,7 +13,7 @@
#change_supplier{:style => "padding:0 0 0.5em 0.7em;"}
%span{:style => "float:left"}
Lieferant wechseln:
Lieferantin wechseln:
- form_tag do
= select_tag :switch_supplier, |
options_for_select( Supplier.all(:order => 'name').collect {|s| [s.name, url_for(supplier_articles_path(s))] }, |

View File

@ -1,7 +1,7 @@
- title "Lieferung bearbeiten"
%p
%b Lieferant:
%b Lieferantin:
= @supplier.name
%p
%b Rechnungsbetrag:

View File

@ -1,7 +1,7 @@
- title "Lieferung anzeigen"
%p
%b Lieferant:
%b Lieferantin:
=h @delivery.supplier.name
%p
%b Geliefert am:

View File

@ -9,7 +9,7 @@
%tr
%th Datum
%th Betrag
%th Lieferant
%th Lieferantin
%th
%tbody
- for invoice in @unpaid_invoices
@ -48,7 +48,7 @@
%table.list
%thead
%tr
%th Lieferant
%th Lieferantin
%th Ende
%th Betrag(FC)
%th

View File

@ -8,7 +8,7 @@
- if @invoice.order
%p= "Diese Rechnung ist mit einer #{link_to "Bestellung", @invoice.order} verknüpft."
%p
Lieferant
Lieferantin
%br/
= f.select :supplier_id, Supplier.all.collect { |s| [s.name, s.id] }
%p

View File

@ -4,7 +4,7 @@
<thead>
<tr>
<th>Nummer</th>
<th>Lieferant</th>
<th>Lieferantin</th>
<th>Datum</th>
<th>Bezahlt am</th>
<th>Betrag</th>

View File

@ -1,7 +1,7 @@
- title "Rechnung #{@invoice.number}"
%p
%b Lieferant:
%b Lieferantin:
=h @invoice.supplier.name
- if @invoice.delivery
%p

View File

@ -8,7 +8,7 @@
%tr{:valign => "top"}
%td{:width => "60%"}
%p
%b Lieferant:
%b Lieferantin:
=h @order.name
%p
%b Ende:

View File

@ -3,7 +3,7 @@
%table.list
%thead
%tr
%th Lieferant
%th Lieferantin
%th Ende
%th Summe
%tbody

View File

@ -15,7 +15,7 @@
%tr{:valign => "top"}
%td{:style => "width:50%"}
%p
Lieferant:
Lieferantin:
%b=h @order.name
- unless @order.note.blank?
%p

View File

@ -6,7 +6,7 @@
.column_content
= form.hidden_field :supplier_id
%p
Lieferant:
Lieferantin:
= @order.name
%p
Notiz

View File

@ -3,7 +3,7 @@
%thead
%tr
%th[sort_td_class_helper "supplier"]
= sort_link_helper "Lieferant", "supplier"
= sort_link_helper "Lieferantin", "supplier"
%th Start
%th[sort_td_class_helper "ends"]
= sort_link_helper "Ende", "ends"

View File

@ -5,7 +5,7 @@
- form_tag do
Neue Bestellung anlegen für
%select{:onchange => "redirectTo(this)", :style => "font-size: 0.9em;margin-left:1em;"}
%option{:selected => 'selected'} Lieferant auswählen...
%option{:selected => 'selected'} Lieferantin auswählen...
= options_for_suppliers_to_select
%br/
.left_column{:style => "width:55em"}
@ -16,7 +16,7 @@
%table.list
%thead
%tr
%th Lieferant
%th Lieferantin
%th Ende
%th Notiz
%th{:colspan => "2"}

View File

@ -15,7 +15,7 @@
%p
%b{:style => "color:red"} Bestellung wurde noch nicht abgerechnet.
%p
Lieferant:
Lieferantin:
%b=h @order.name
- unless @order.note.empty?
%p

View File

@ -5,7 +5,7 @@
%table.list
%thead
%tr
%th Lieferant
%th Lieferantin
%th Ende
%th Wer hat bestellt?
%th Summe

View File

@ -1,7 +1,7 @@
- remote_form_for stock_article, :url => add_stock_article_stock_takings_path do |form|
= form.error_messages
%p
Lieferant
Lieferantin
%br/
= form.select :supplier_id, Supplier.without_deleted(:order => 'name').collect{ |s| [s.name, s.id] }
%p

View File

@ -11,7 +11,7 @@
%table.list{:style => "width:30em"}
%tr
%th Artikel
%th Lieferant
%th Lieferantin
%th Einheit
%th Menge
- for stock_change in @stock_taking.stock_changes.all :include => :stock_article

View File

@ -1,7 +1,7 @@
- form_for stock_article do |form|
= form.error_messages
%p
Lieferant
Lieferantin
%br/
= form.select :supplier_id, Supplier.without_deleted(:order => 'name').collect{ |s| [s.name, s.id] }
%p

View File

@ -38,7 +38,7 @@
%tr
%th Datum
%th Betrag
%th Lieferant
%th Lieferantin
- for delivery in @deliveries
%tr
%td= link_to delivery.delivered_on, [delivery.supplier, delivery]

View File

@ -6,7 +6,7 @@
.column_content
- if shared_supplier = @supplier.shared_supplier
%p
%strong Der Lieferant ist mit der externen ArtikleDatenbank verknüpft.
%strong Die Lieferantin ist mit der externen Artikledatenbank verknüpft.
%table{:style => "width:40em"}
%tr