Translation/Genderneutralization in admin/index.html.haml

* Translated 'Nick' to 'Benutzername'
* Genderneutralized 'Neueste Benutzer'
* Genderneutralized '...Gruppen und Benutzer...'
* Changed 'Name' to 'Gruppenname' in section 'Neueste Gruppen'
This commit is contained in:
sandoz 2009-03-22 13:42:37 +01:00
parent de105bea70
commit a4900bf8e0

View file

@ -1,14 +1,14 @@
- title "Administration" - title "Administration"
%p %p
%i Hier kannst Du die Gruppen und Benutzer der Foodsoft verwalten. %i Hier kannst Du die Gruppen und Benutzerinnen der Foodsoft verwalten.
.left_column{:style => "width:48%"} .left_column{:style => "width:48%"}
.box_title .box_title
%h2 Neuste Benutzer %h2 Neuste Benutzerinnen
.column_content .column_content
%table %table
%tr %tr
%th Nick %th Benutzername
%th Name %th Name
%th Erstellt am %th Erstellt am
- for user in @users - for user in @users
@ -27,7 +27,7 @@
.column_content .column_content
%table %table
%tr %tr
%th Name %th Gruppenname
%th Typ %th Typ
%th Mitglieder %th Mitglieder
- for group in @groups - for group in @groups