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;"} #change_supplier{:style => "padding:0 0 0.5em 0.7em;"}
%span{:style => "float:left"} %span{:style => "float:left"}
Lieferant wechseln: Lieferantin wechseln:
- form_tag do - form_tag do
= select_tag :switch_supplier, | = select_tag :switch_supplier, |
options_for_select( Supplier.all(:order => 'name').collect {|s| [s.name, url_for(supplier_articles_path(s))] }, | 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" - title "Lieferung bearbeiten"
%p %p
%b Lieferant: %b Lieferantin:
= @supplier.name = @supplier.name
%p %p
%b Rechnungsbetrag: %b Rechnungsbetrag:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -11,7 +11,7 @@
%table.list{:style => "width:30em"} %table.list{:style => "width:30em"}
%tr %tr
%th Artikel %th Artikel
%th Lieferant %th Lieferantin
%th Einheit %th Einheit
%th Menge %th Menge
- for stock_change in @stock_taking.stock_changes.all :include => :stock_article - 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_for stock_article do |form|
= form.error_messages = form.error_messages
%p %p
Lieferant Lieferantin
%br/ %br/
= form.select :supplier_id, Supplier.without_deleted(:order => 'name').collect{ |s| [s.name, s.id] } = form.select :supplier_id, Supplier.without_deleted(:order => 'name').collect{ |s| [s.name, s.id] }
%p %p

View file

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

View file

@ -6,7 +6,7 @@
.column_content .column_content
- if shared_supplier = @supplier.shared_supplier - if shared_supplier = @supplier.shared_supplier
%p %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"} %table{:style => "width:40em"}
%tr %tr