28 lines
982 B
YAML
28 lines
982 B
YAML
# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
|
# licensed under the Affero General Public License version 3 or later. See
|
|
# the COPYRIGHT file.
|
|
|
|
"en-GB":
|
|
activerecord:
|
|
errors:
|
|
models:
|
|
user:
|
|
attributes:
|
|
person:
|
|
invalid: "is invalid."
|
|
username:
|
|
taken: "is already taken."
|
|
email:
|
|
taken: "is already taken."
|
|
person:
|
|
attributes:
|
|
diaspora_handle:
|
|
taken: "is already taken."
|
|
contact:
|
|
attributes:
|
|
person_id:
|
|
taken: "must be unique among this user's contacts."
|
|
request:
|
|
attributes:
|
|
from_id:
|
|
taken: "is a duplicate of a pre-existing request."
|