Sha256: ac75133fed0ce5d2f876900ee7d9d7aa32380e343db5c0e6418e87d17a052393
Contents?: true
Size: 1.4 KB
Versions: 28
Compression:
Stored size: 1.4 KB
Contents
# encoding: UTF-8 # Copyright 2011-2013 innoQ Deutschland GmbH # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. de: authlogic: error_messages: login_blank: "muss ausgefüllt werden" login_not_found: "ist ungültig" login_invalid: "ist keine gültige E-Mail Adresse" consecutive_failed_logins_limit_exceeded: email_invalid: "ist keine gültige E-Mail Adresse" password_blank: "muss angegeben werden" password_invalid: "ist ungültig" not_active: "Ihr Account ist nicht aktiv" not_confirmed: "Ihr Account ist noch nicht bestätigt" not_approved: "Ihr Account ist noch nicht zugelassen" no_authentication_details: "Sie haben keine Angaben für die Authentifizierung gemacht" models: user_session: "UserSession" attributes: user_session: login: email: "E-Mail" password: "Passwort" remember_me: "Angemeldet bleiben"
Version data entries
28 entries across 28 versions & 1 rubygems