Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en-AU.yml « diaspora « locales « config - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f34d29a1fbd455f23d6f2627924526deff3790b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#   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-AU":
  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."
              poll:
                  attributes:
                      poll_answers:
                          not_enough_poll_answers: "Not enough poll options provided."
              poll_participation:
                  attributes:
                      poll:
                          already_participated: "You've already participated in this poll!"