Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
René Föhring committed Jul 10, 2012
2 parents 01f536a + 293afb6 commit cee2d53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/user_roles/index.html.erb
Expand Up @@ -14,7 +14,7 @@
<tr>
<th>id</th>
<% attributes.each do |attr| %>
<th><%= attr.humanize %></th>
<th><%= t(".table.headers.#{attr}") %></th>
<% end %>
</tr>
</thead>
Expand Down
14 changes: 12 additions & 2 deletions config/locales/de.yml
Expand Up @@ -171,6 +171,12 @@ de:
station:
name: Name
numeric_id: Nummer
address: Straße
address2: "(fortgesetzt)"
city: Stadt
country: Land
zip: PLZ

errors:
messages:
record_invalid: "Validierung fehlgeschlagen: %{errors}"
Expand Down Expand Up @@ -484,6 +490,10 @@ de:
edit:
page_title: "Benutzerrolle bearbeiten"
index:
table:
headers:
user_count: "Anzahl Benutzer"
user_percentage: "Prozentual"
header: "Alle Benutzerrollen"
intro: "Hier sehen Sie alle Benutzerrollen."
page_title: "Alle Benutzerrollen"
Expand Down Expand Up @@ -1084,14 +1094,14 @@ de:
demo_company:
create_link: "Demo-Unternehmen verwalten"
header: Demo-Unternehmen
intro: "Sie können die erzeugte Demo-Unternehmen erzeugen/löschen:"
intro: "Sie können das erzeugte Demo-Unternehmen erzeugen/löschen:"
page_title: Willkommen!
tolk:
dump_all_link: "Tolk ins System laden!"
header: Übersetzungen
import_link: "Sekundärsprachen in Tolk laden!"
intro: "Sie können das 'Tolk'-Übersetzungsinterface aufrufen:"
intro_rake_tasks: "Sie können auch die 'tolk'-rake Tasks ausführen:"
intro_rake_tasks: "Sie können auch die 'Tolk'-rake Tasks ausführen:"
open_link: "Tolk öffnen"
sync_link: "Englische Sprache in Tolk laden!"
support:
Expand Down

0 comments on commit cee2d53

Please sign in to comment.