Skip to content
Extraits de code Groupes Projets
en.yml 10,1 ko
Newer Older
Raphael's avatar
Raphael a validé
#   Copyright (c) 2010, Diaspora Inc.  This file is
Raphael's avatar
Raphael a validé
#   licensed under the Affero General Public License version 3 or later.  See
Raphael's avatar
Raphael a validé
#   the COPYRIGHT file.
Raphael Sofaer's avatar
Raphael Sofaer a validé
# Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en:

  settings: "Settings"
  profile: "Profile"
  account: "Account"
MrZYX's avatar
MrZYX a validé
  _services: "Services"
MrZYX's avatar
MrZYX a validé
  _photos: "photos"
  ok: "OK"
  cancel: "Cancel"
  delete: "Delete"  
  or: "or"
  ago: "ago"
  username: "Username"
  email: "Email"
  password: "Password"
  password_confirmation: "Password confirmation"
  are_you_sure: "Are you sure?"
  
  activemodel:
      errors:
          models:
              user:
                  attributes:
Raphael's avatar
Raphael a validé
                      person:
                          invalid: "is invalid"
Sarah Mei's avatar
Sarah Mei a validé
                          taken: "is already taken"
Sarah Mei's avatar
Sarah Mei a validé
                          taken: "is already taken"
              person:
                  attributes:
                      diaspora_handle:
                          taken: "is already taken"
  application:
      helper:
          unknown_person: "unknown person"
  error_messages:
      helper:
          invalid_fields: "Invalid Fields"
          correct_the_following_errors_and_try_again: "Correct the following errors and try again."
  layouts:
      application:
          view_profile: "view profile"
          edit_profile: "edit profile"
          account_settings: "account settings"
          search: "Search"
          logout: "logout"
  shared:
      stream_element:
          show_comments: "show comments"
          the_world: "the world"
      aspect_nav:
          manage: "Manage"
          manage_your_aspects: "Manage your Aspects"
MrZYX's avatar
MrZYX a validé
          everyone: "Everyone"
          add_a_new_aspect: "add a new aspect"
      publisher:
          share: "Share"
          post_a_message_to: "Post a message to %{aspect}"
          make_public: "make public"
MrZYX's avatar
MrZYX a validé
          share_with_all: "Share with all aspects"
          share_with: "Share with %{aspect}"
          all: "all"
      aspect_friends:
          add_friends: "add friends"
MrZYX's avatar
MrZYX a validé
          everyone: "Everyone"
          add_to: "add to %{aspect}"
      invitations:
MrZYX's avatar
MrZYX a validé
          invites: "Invites"
          invite_a_friend: "Invite a friend"
          invitations_left: "(%{count} left)"
      reshare:
MrZYX's avatar
MrZYX a validé
          reshare: "Reshare"
MrZYX's avatar
MrZYX a validé
          view_profile: "View profile"
MrZYX's avatar
MrZYX a validé
      add_friend_dropdown:
          add_to: "add to %{aspect}"
      public_explain:
          title: "You are about to post a public message!"
          outside: "Public messages will be available for others outside of Diaspora to see."
          logged_in: "logged in to %{service}"
          manage: "manage connected services"
Ariel Zavala's avatar
Ariel Zavala a validé
  aspects:
      no_friends_message:
Curtis J Schofield's avatar
Curtis J Schofield a validé
          nobody: "We know you have friends  bring them to Diaspora!"
Raphael's avatar
Raphael a validé
          nobody_in_aspect: "Your aspect '%{aspect_name}' is empty."
          add_friend: "Add a friend"
danielvincent's avatar
danielvincent a validé
          add_friend_to: "Add someone to %{aspect_name}"
danielvincent's avatar
danielvincent a validé
          invite: "Invite someone to join Diaspora!"
      no_posts_message:
          start_talking:  "Nobody has said anything yet.  Get the conversation started!"
      manage:
          add_a_new_aspect: "Add a new aspect"
          add_a_new_friend:  "Add a new friend"
          requests: "Requests"
MrZYX's avatar
MrZYX a validé
          no_requests: "No new requests"
          manage_aspects: "Manage aspects"
MrZYX's avatar
MrZYX a validé
          drag_to_add: "Drag to add people"
      new_aspect:
          add_a_new_aspect: "Add a new aspect"
          create: "Create"
          success: "Click on the plus on the left side to tell Diaspora who can see your new aspect."
Stephen Caudill's avatar
Stephen Caudill a validé
          failure: "Aspect creation failed."
      destroy:
          success: "%{name} was successfully removed."
      update:
          success: "Your aspect, %{name}, has been successfully edited."
      move_friend:
          failure: "didn't work %{inspect}"
ilya's avatar
ilya a validé
          success: "Person moved to new aspect"
MrZYX's avatar
MrZYX a validé
          error: "Error moving friend: %{inspect}"
ilya's avatar
ilya a validé
      add_to_aspect:
          failure: "Failed to add friend to aspect."
          success: "Successfully added friend to aspect."
      helper:
          remove: "remove"
          aspect_not_empty: "Aspect not empty"
MrZYX's avatar
MrZYX a validé
      remove_from_aspect:
          success: "Successfully removed person from aspect"
          failure: "Failed to remove person from aspect"
  users:
      edit:
          invite_friends: "Invite friends"
          export_data: "Export Data"
          close_account: "Close Account"
          change_language: "Change Language"
          change_password: "Change Password"
          new_password: "New Password"
MrZYX's avatar
MrZYX a validé
          download_xml: "download my xml"
          download_photos: "download my photos"
ilya's avatar
ilya a validé
      destroy: "Account successfully closed."
          signup_steps: "Complete your sign-up by doing these things:"
MrZYX's avatar
MrZYX a validé
          step_1:
Sarah Mei's avatar
Sarah Mei a validé
              fill_me_out: "Fill me out"
          edit_profile: "Edit your profile"
          define_aspects: "Define your aspects"
          connect_services: "Connect your services"
MrZYX's avatar
MrZYX a validé
      update:
          password_changed: "Password Changed"
          password_not_changed: "Password Change Failed"
          language_changed: "Language Changed"
          language_not_changed: "Language Change Failed"
      public:
          does_not_exist: "User %{username} does not exist!"
  comments:
      new_comment:
          comment: "Comment"
  photos:
      show:
MrZYX's avatar
MrZYX a validé
          delete_photo: "Delete Photo"
          prev: "prev"
          full_size: "full size"
          next: "next"
          edit_photo: "Edit Photo"
MrZYX's avatar
MrZYX a validé
          add_a_description: "Add a description"
          make_profile_photo: "make profile photo"
          update_photo: "Update Photo"
      edit:
          editing: "Editing"
      new:
          new_photo: "New Photo"
          back_to_list: "Back to List"
          post_it: "post it!"
      create:
          runtime_error: "Photo upload failed.  Are you sure that your seatbelt is fastened?"
          integrity_error: "Photo upload failed.  Are you sure that was an image?"
          type_error: "Photo upload failed.  Are you sure an image was added?"
      update:
          notice: "Photo successfully updated."
          error:  "Failed to edit photo."
      destroy:
          notice: "Photo deleted."
  registrations:
      new:
          sign_up: "Sign up"
          sign_up_for_diaspora: "Sign up for Diaspora"
      create:
          success: "You've joined Diaspora!"
MrZYX's avatar
MrZYX a validé
          sent: "Your invitation has been sent."
          no_more: "You have no more invitations."
          already_sent: "You already invited this person."
          already_friends: "You are already friends with this person" 
MrZYX's avatar
MrZYX a validé
          invite_someone_to_join: "Invite someone to join Diaspora!"
          if_they_accept_info: "if they accept, they will be added to the aspect you invited them"
          to: "To"
          message: "Message:"
          send_an_invitation: "Send an invitation"
          send_invitation: "Send invitation"
MrZYX's avatar
MrZYX a validé
      check_token:
          not_found: "Invitation token not found"
  status_messages:
      new_status_message:
          tell_me_something_good: "tell me something good"
          oh_yeah: "oh yeah!"
      show:
          destroy: "Destroy"
      helper:
          no_message_to_display: "No message to display."
  people:
      person:
          add_friend: "add friend"
          pending_request: "pending request"
MrZYX's avatar
MrZYX a validé
          already_friends: "Already friends"
          thats_you: "thats you!"
      index:
MrZYX's avatar
MrZYX a validé
          results_for: "search results for"
      show:
          save: "save"
          no_posts: "no posts to display!"
          add_friend: "add friend"
MrZYX's avatar
MrZYX a validé
          not_friends: "You're currently not friends with %{name}"
          request_people: "If you'd like, you can request to place him/her in one of your aspects."
          already_requested: "You have already sent a request to %{name}."
MrZYX's avatar
MrZYX a validé
          does_not_exist: "Person does not exist!"
          info_available_to: "This info will be available to whomever you connect with on Diaspora."
          your_profile: "Your profile"
          your_name: "Your name"
          first_name: "First name"
          last_name: "Last name"
          your_gender: "Your gender"
          your_birthday: "Your birthday"
          your_bio: "Your bio"
          fill_me_out: "Fill me out"
          your_photo: "Your photo"
MrZYX's avatar
MrZYX a validé
          search: "Search"
          allow_search: "Allow for people to search for you"
      profile_photo_upload:
          or_select_one: "or select one from your already existing"
MrZYX's avatar
MrZYX a validé
      update:
          updated: "Profile updated"
          failed: "Failed to update profile"
      profile_sidebar:
          remove_friend: "remove friend"
          edit_my_profile: "Edit my profile"
          last_seen: "last seen: %{how_long_ago}"
          friends_since: "friends since: %{how_long_ago}"
MrZYX's avatar
MrZYX a validé
      helper:
           results_for: " results for %{params}"
           people_on_pod_are_aware_of: " people on pod are aware of"
          add_a_new_friend_to: "Add a new friend to"
          enter_a_diaspora_username: "Enter a Diaspora username:"
          your_diaspora_username_is: "Your Diaspora username is: %{diaspora_handle}"
          friends_username: "Friend's username"
          create_request: "Create request"
      destroy:
          success: "You are now friends."
          error: "Please select an aspect!"
          ignore: "Ignored friend request."
      create:
MrZYX's avatar
MrZYX a validé
          tried: "we tried our best to send a message to %{account}"
  services:
MrZYX's avatar
MrZYX a validé
      index:
        logged_in_as: "logged in as"
        disconnect: "disconnect"
        really_disconnect: "disconnect %{service}?"
        connect_to_twitter: "Connect to twitter"
        connect_to_facebook: "Connect to facebook"
MrZYX's avatar
MrZYX a validé
      create:
          success: "Authentication successful."
      destroy:
          success: "Successfully destroyed authentication."
MrZYX's avatar
MrZYX a validé
  dashboards:
      helper:
          home: "Home"