community_engine 2.0.0.beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +15 -0
- data/.gitmodules +0 -0
- data/.travis.yml +9 -0
- data/CHANGELOG +118 -0
- data/Gemfile +3 -0
- data/LICENSE +30 -0
- data/README.markdown +188 -0
- data/Rakefile +54 -0
- data/UPGRADING.markdown +93 -0
- data/about.yml +7 -0
- data/app/assets/images/auth/facebook_32.png +0 -0
- data/app/assets/images/auth/facebook_64.png +0 -0
- data/app/assets/images/auth/google_32.png +0 -0
- data/app/assets/images/auth/google_64.png +0 -0
- data/app/assets/images/auth/linked_in_32.png +0 -0
- data/app/assets/images/auth/linked_in_64.png +0 -0
- data/app/assets/images/auth/open_id_32.png +0 -0
- data/app/assets/images/auth/remove.png +0 -0
- data/app/assets/images/auth/twitter_32.png +0 -0
- data/app/assets/images/auth/twitter_64.png +0 -0
- data/app/assets/images/bg_h6btn.gif +0 -0
- data/app/assets/images/bg_navbar.gif +0 -0
- data/app/assets/images/clearbits/bg_rounded.gif +0 -0
- data/app/assets/images/clearbits/comment.gif +0 -0
- data/app/assets/images/clearbits/lock.gif +0 -0
- data/app/assets/images/clearbits/smile.gif +0 -0
- data/app/assets/images/close.gif +0 -0
- data/app/assets/images/cropper/marqueeHoriz.gif +0 -0
- data/app/assets/images/cropper/marqueeVert.gif +0 -0
- data/app/assets/images/feed.png +0 -0
- data/app/assets/images/icon_missing_medium.gif +0 -0
- data/app/assets/images/icon_missing_thumb.gif +0 -0
- data/app/assets/images/icons/31.png +0 -0
- data/app/assets/images/icons/52.png +0 -0
- data/app/assets/images/icons/accept.png +0 -0
- data/app/assets/images/icons/activity_default.png +0 -0
- data/app/assets/images/icons/add.png +0 -0
- data/app/assets/images/icons/book.png +0 -0
- data/app/assets/images/icons/bullet_arrow_down.png +0 -0
- data/app/assets/images/icons/bullet_arrow_down_50.png +0 -0
- data/app/assets/images/icons/clipping.png +0 -0
- data/app/assets/images/icons/comment.png +0 -0
- data/app/assets/images/icons/comments.png +0 -0
- data/app/assets/images/icons/date.png +0 -0
- data/app/assets/images/icons/delete.png +0 -0
- data/app/assets/images/icons/email.png +0 -0
- data/app/assets/images/icons/email_edit.png +0 -0
- data/app/assets/images/icons/email_go.png +0 -0
- data/app/assets/images/icons/email_open.png +0 -0
- data/app/assets/images/icons/group_go.png +0 -0
- data/app/assets/images/icons/heart.png +0 -0
- data/app/assets/images/icons/heart_add.png +0 -0
- data/app/assets/images/icons/heart_off.png +0 -0
- data/app/assets/images/icons/ical.gif +0 -0
- data/app/assets/images/icons/page_white.png +0 -0
- data/app/assets/images/icons/page_white_magnify.png +0 -0
- data/app/assets/images/icons/picture.png +0 -0
- data/app/assets/images/icons/poll.png +0 -0
- data/app/assets/images/icons/post.png +0 -0
- data/app/assets/images/icons/printer.png +0 -0
- data/app/assets/images/icons/rss.png +0 -0
- data/app/assets/images/icons/slides.png +0 -0
- data/app/assets/images/icons/tag_blue.png +0 -0
- data/app/assets/images/icons/user.png +0 -0
- data/app/assets/images/icons/user_add.png +0 -0
- data/app/assets/images/icons/user_edit.png +0 -0
- data/app/assets/images/icons/user_go.png +0 -0
- data/app/assets/images/icons/vote.png +0 -0
- data/app/assets/images/icons/world.png +0 -0
- data/app/assets/images/icons/wrench.png +0 -0
- data/app/assets/images/logo.gif +0 -0
- data/app/assets/images/reply_background.png +0 -0
- data/app/assets/images/search.gif +0 -0
- data/app/assets/images/spinner.gif +0 -0
- data/app/assets/images/spinner_black.gif +0 -0
- data/app/assets/images/spinner_bounce.gif +0 -0
- data/app/assets/images/swf/choose.png +0 -0
- data/app/assets/images/swf/line_grapher.swf +0 -0
- data/app/assets/images/swf/swfupload.swf +0 -0
- data/app/assets/images/thumb.gif +0 -0
- data/app/assets/javascripts/builder.js +136 -0
- data/app/assets/javascripts/calendarview.js +839 -0
- data/app/assets/javascripts/community_engine.js +20 -0
- data/app/assets/javascripts/cropper.css +182 -0
- data/app/assets/javascripts/cropper.js +566 -0
- data/app/assets/javascripts/forum.js +73 -0
- data/app/assets/javascripts/lightbox.js +151 -0
- data/app/assets/javascripts/prototip-min.js +27 -0
- data/app/assets/javascripts/rails.js +202 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/css/advimage.css +84 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/editor_plugin.js +52 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/editor_plugin_src.js +45 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/image.htm +180 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/img/sample.gif +0 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/js/functions.js +508 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/langs/en.js +3 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/langs/en_dlg.js +43 -0
- data/app/assets/stylesheets/community_engine.css +6 -0
- data/app/assets/stylesheets/forum.css +605 -0
- data/app/assets/stylesheets/lightbox.css +38 -0
- data/app/assets/stylesheets/prototip.css +73 -0
- data/app/assets/stylesheets/reset-fonts-grids.css +8 -0
- data/app/assets/stylesheets/screen.css +977 -0
- data/app/controllers/activities_controller.rb +38 -0
- data/app/controllers/admin_controller.rb +80 -0
- data/app/controllers/ads_controller.rb +85 -0
- data/app/controllers/albums_controller.rb +106 -0
- data/app/controllers/authorizations_controller.rb +41 -0
- data/app/controllers/base_controller.rb +151 -0
- data/app/controllers/categories_controller.rb +118 -0
- data/app/controllers/clippings_controller.rb +192 -0
- data/app/controllers/comment_sweeper.rb +35 -0
- data/app/controllers/comments_controller.rb +179 -0
- data/app/controllers/event_sweeper.rb +24 -0
- data/app/controllers/events_controller.rb +173 -0
- data/app/controllers/favorite_sweeper.rb +29 -0
- data/app/controllers/favorites_controller.rb +36 -0
- data/app/controllers/forums_controller.rb +71 -0
- data/app/controllers/friendships_controller.rb +126 -0
- data/app/controllers/homepage_features_controller.rb +68 -0
- data/app/controllers/invitations_controller.rb +46 -0
- data/app/controllers/messages_controller.rb +95 -0
- data/app/controllers/metro_areas_controller.rb +68 -0
- data/app/controllers/moderators_controller.rb +26 -0
- data/app/controllers/monitorships_controller.rb +20 -0
- data/app/controllers/page_sweeper.rb +33 -0
- data/app/controllers/pages_controller.rb +70 -0
- data/app/controllers/password_resets_controller.rb +52 -0
- data/app/controllers/photo_manager_controller.rb +11 -0
- data/app/controllers/photos_controller.rb +189 -0
- data/app/controllers/post_sweeper.rb +36 -0
- data/app/controllers/posts_controller.rb +252 -0
- data/app/controllers/rsvps_controller.rb +77 -0
- data/app/controllers/sb_posts_controller.rb +149 -0
- data/app/controllers/sessions_controller.rb +34 -0
- data/app/controllers/sitemap_controller.rb +21 -0
- data/app/controllers/statistics_controller.rb +34 -0
- data/app/controllers/taggable_sweeper.rb +38 -0
- data/app/controllers/tags_controller.rb +104 -0
- data/app/controllers/theme_controller.rb +60 -0
- data/app/controllers/topics_controller.rb +122 -0
- data/app/controllers/users_controller.rb +426 -0
- data/app/controllers/vote_sweeper.rb +16 -0
- data/app/controllers/votes_controller.rb +24 -0
- data/app/helpers/base_helper.rb +290 -0
- data/app/helpers/forums_helper.rb +31 -0
- data/app/helpers/friendships_helper.rb +16 -0
- data/app/helpers/monitorships_helper.rb +2 -0
- data/app/helpers/posts_helper.rb +17 -0
- data/app/helpers/sitemap_helper.rb +7 -0
- data/app/helpers/users_helper.rb +6 -0
- data/app/models/ad.rb +43 -0
- data/app/models/album.rb +12 -0
- data/app/models/asset.rb +3 -0
- data/app/models/authorization.rb +60 -0
- data/app/models/category.rb +20 -0
- data/app/models/choice.rb +13 -0
- data/app/models/clipping.rb +78 -0
- data/app/models/clipping_image.rb +9 -0
- data/app/models/comment.rb +122 -0
- data/app/models/country.rb +24 -0
- data/app/models/event.rb +61 -0
- data/app/models/facebook_profile.rb +32 -0
- data/app/models/facebook_publisher.rb +45 -0
- data/app/models/favorite.rb +47 -0
- data/app/models/forum.rb +22 -0
- data/app/models/friendship.rb +64 -0
- data/app/models/friendship_status.rb +3 -0
- data/app/models/homepage_feature.rb +15 -0
- data/app/models/invitation.rb +36 -0
- data/app/models/message.rb +84 -0
- data/app/models/message_thread.rb +33 -0
- data/app/models/metro_area.rb +16 -0
- data/app/models/moderatorship.rb +8 -0
- data/app/models/monitorship.rb +6 -0
- data/app/models/page.rb +8 -0
- data/app/models/photo.rb +83 -0
- data/app/models/poll.rb +39 -0
- data/app/models/post.rb +201 -0
- data/app/models/role.rb +5 -0
- data/app/models/rsvp.rb +24 -0
- data/app/models/sb_post.rb +67 -0
- data/app/models/state.rb +4 -0
- data/app/models/topic.rb +72 -0
- data/app/models/twitter_profile.rb +20 -0
- data/app/models/user.rb +483 -0
- data/app/models/user_notifier.rb +140 -0
- data/app/models/user_session.rb +14 -0
- data/app/models/vote.rb +19 -0
- data/app/views/activities/_activity.html.haml +56 -0
- data/app/views/activities/_icon.html.haml +14 -0
- data/app/views/activities/_unhandled_item.html.haml +1 -0
- data/app/views/activities/destroy.js.rjs +1 -0
- data/app/views/activities/index.html.haml +16 -0
- data/app/views/activities/network.html.haml +14 -0
- data/app/views/admin/comments.html.haml +71 -0
- data/app/views/admin/events.html.haml +33 -0
- data/app/views/admin/messages.html.haml +4 -0
- data/app/views/admin/users.html.haml +69 -0
- data/app/views/ads/edit.html.haml +46 -0
- data/app/views/ads/index.html.haml +43 -0
- data/app/views/ads/new.html.haml +44 -0
- data/app/views/ads/show.html.haml +36 -0
- data/app/views/albums/_form.html.haml +14 -0
- data/app/views/albums/edit.html.haml +16 -0
- data/app/views/albums/new.html.haml +15 -0
- data/app/views/albums/show.html.haml +32 -0
- data/app/views/base/_homepage_banner_message.html.haml +19 -0
- data/app/views/base/advertise.html.haml +8 -0
- data/app/views/base/plaxo.html.haml +5 -0
- data/app/views/base/site_index.html.haml +35 -0
- data/app/views/categories/_tips.html.haml +11 -0
- data/app/views/categories/edit.html.haml +34 -0
- data/app/views/categories/index.html.haml +30 -0
- data/app/views/categories/new.html.haml +9 -0
- data/app/views/categories/show.html.haml +45 -0
- data/app/views/clippings/_clipping.html.haml +18 -0
- data/app/views/clippings/_images.html.haml +3 -0
- data/app/views/clippings/_meta.html.haml +26 -0
- data/app/views/clippings/edit.html.haml +26 -0
- data/app/views/clippings/index.html.haml +35 -0
- data/app/views/clippings/load_images_from_uri.js.rjs +1 -0
- data/app/views/clippings/new.html.haml +29 -0
- data/app/views/clippings/new_clipping.html.haml +91 -0
- data/app/views/clippings/show.html.haml +56 -0
- data/app/views/clippings/site_index.html.haml +34 -0
- data/app/views/comments/_comment.html.haml +42 -0
- data/app/views/comments/_comment_form.html.haml +50 -0
- data/app/views/comments/_edit_form.html.haml +29 -0
- data/app/views/comments/create.js.rjs +20 -0
- data/app/views/comments/edit.js.rjs +7 -0
- data/app/views/comments/index.html.haml +23 -0
- data/app/views/comments/update.js.rjs +9 -0
- data/app/views/events/_event.html.haml +32 -0
- data/app/views/events/_subscribe.html.haml +7 -0
- data/app/views/events/edit.html.haml +34 -0
- data/app/views/events/index.html.haml +22 -0
- data/app/views/events/new.html.haml +32 -0
- data/app/views/events/show.html.haml +29 -0
- data/app/views/facebook/_fb_require.html.haml +11 -0
- data/app/views/favorites/_favorite.html.haml +5 -0
- data/app/views/favorites/create.js.rjs +17 -0
- data/app/views/favorites/destroy.js.rjs +14 -0
- data/app/views/favorites/index.html.haml +10 -0
- data/app/views/favorites/show.html.haml +13 -0
- data/app/views/forums/_form.html.haml +21 -0
- data/app/views/forums/edit.html.haml +11 -0
- data/app/views/forums/index.html.haml +70 -0
- data/app/views/forums/new.html.haml +9 -0
- data/app/views/forums/show.html.haml +85 -0
- data/app/views/friendships/_friendship.html.haml +16 -0
- data/app/views/friendships/_friendships.html.erb +14 -0
- data/app/views/friendships/accepted.html.haml +13 -0
- data/app/views/friendships/denied.html.haml +8 -0
- data/app/views/friendships/index.html.erb +3 -0
- data/app/views/friendships/index.xml.builder +29 -0
- data/app/views/friendships/pending.html.haml +7 -0
- data/app/views/friendships/show.html.haml +12 -0
- data/app/views/homepage_features/edit.html.haml +31 -0
- data/app/views/homepage_features/index.html.haml +30 -0
- data/app/views/homepage_features/new.html.haml +30 -0
- data/app/views/homepage_features/show.html.haml +29 -0
- data/app/views/invitations/index.html.erb +16 -0
- data/app/views/invitations/new.html.haml +33 -0
- data/app/views/layouts/application.html.haml +59 -0
- data/app/views/messages/_form.html.haml +24 -0
- data/app/views/messages/_inbox.html.haml +41 -0
- data/app/views/messages/_sent.html.haml +34 -0
- data/app/views/messages/_sidebar_nav.html.haml +9 -0
- data/app/views/messages/index.html.haml +8 -0
- data/app/views/messages/new.html.haml +10 -0
- data/app/views/messages/show.html.haml +40 -0
- data/app/views/metro_areas/edit.html.haml +16 -0
- data/app/views/metro_areas/index.html.haml +28 -0
- data/app/views/metro_areas/new.html.haml +16 -0
- data/app/views/metro_areas/show.html.haml +22 -0
- data/app/views/moderators/_toggle.html.erb +14 -0
- data/app/views/moderators/create.js.rjs +5 -0
- data/app/views/moderators/destroy.js.rjs +1 -0
- data/app/views/monitorships/create.js.rjs +4 -0
- data/app/views/monitorships/destroy.js.rjs +4 -0
- data/app/views/pages/_form.html.haml +25 -0
- data/app/views/pages/edit.html.haml +16 -0
- data/app/views/pages/edit.html.haml~ +16 -0
- data/app/views/pages/index.html.haml +34 -0
- data/app/views/pages/index.html.haml~ +28 -0
- data/app/views/pages/new.html.haml +14 -0
- data/app/views/pages/show.html.haml +8 -0
- data/app/views/pages/show.html.haml~ +6 -0
- data/app/views/password_resets/edit.html.haml +16 -0
- data/app/views/password_resets/new.html.haml +13 -0
- data/app/views/photo_manager/index.html.haml +49 -0
- data/app/views/photos/_manage_photos.html.haml +14 -0
- data/app/views/photos/_show_image_list.html.haml +24 -0
- data/app/views/photos/edit.html.haml +39 -0
- data/app/views/photos/index.html.haml +28 -0
- data/app/views/photos/index.xml.builder +9 -0
- data/app/views/photos/manage_photos.js.rjs +5 -0
- data/app/views/photos/new.html.haml +51 -0
- data/app/views/photos/recent.html.haml +8 -0
- data/app/views/photos/show.html.haml +53 -0
- data/app/views/polls/_edit.html.haml +15 -0
- data/app/views/polls/_excerpt.html.haml +4 -0
- data/app/views/polls/_new.html.haml +10 -0
- data/app/views/polls/_poll_ui.html.haml +37 -0
- data/app/views/polls/_polls_sidebar.html.haml +8 -0
- data/app/views/posts/_author_profile.html.haml +21 -0
- data/app/views/posts/_favorited_post.html.haml +10 -0
- data/app/views/posts/_post.html.haml +29 -0
- data/app/views/posts/_send_to_friend.html.erb +29 -0
- data/app/views/posts/_sidebar_post.html.haml +1 -0
- data/app/views/posts/edit.html.haml +48 -0
- data/app/views/posts/featured.html.haml +19 -0
- data/app/views/posts/index.html.haml +23 -0
- data/app/views/posts/manage.html.haml +66 -0
- data/app/views/posts/new.html.haml +67 -0
- data/app/views/posts/popular.html.haml +35 -0
- data/app/views/posts/preview.html.haml +27 -0
- data/app/views/posts/recent.html.haml +29 -0
- data/app/views/posts/show.html.haml +85 -0
- data/app/views/rsvps/edit.html.haml +9 -0
- data/app/views/rsvps/new.html.haml +9 -0
- data/app/views/sb_posts/_dummy_forum_post.html.erb +13 -0
- data/app/views/sb_posts/_edit.html.erb +31 -0
- data/app/views/sb_posts/_post.xml.builder +10 -0
- data/app/views/sb_posts/_reply_form.html.haml +37 -0
- data/app/views/sb_posts/_sb_post.html.haml +34 -0
- data/app/views/sb_posts/create.js.rjs +16 -0
- data/app/views/sb_posts/edit.html.erb +13 -0
- data/app/views/sb_posts/edit.js.rjs +6 -0
- data/app/views/sb_posts/index.html.haml +55 -0
- data/app/views/sb_posts/index.xml.builder +20 -0
- data/app/views/sb_posts/monitored.html.erb +55 -0
- data/app/views/sb_posts/monitored.xml.builder +15 -0
- data/app/views/sb_posts/update.js.rjs +5 -0
- data/app/views/sessions/new.html.haml +27 -0
- data/app/views/shared/_admin_nav.html.haml +19 -0
- data/app/views/shared/_bio_help.html.haml +4 -0
- data/app/views/shared/_box.html.haml +3 -0
- data/app/views/shared/_contact.html.haml +5 -0
- data/app/views/shared/_explore.html.haml +9 -0
- data/app/views/shared/_footer_content.html.haml +13 -0
- data/app/views/shared/_header.html.haml +42 -0
- data/app/views/shared/_location_chooser.html.haml +21 -0
- data/app/views/shared/_login_sidebar.html.haml +14 -0
- data/app/views/shared/_messages.html.haml +8 -0
- data/app/views/shared/_scripts_and_styles.html.haml +12 -0
- data/app/views/shared/_user_menu.html.haml +21 -0
- data/app/views/sitemap/index.html.haml +21 -0
- data/app/views/sitemap/index.xml.builder +28 -0
- data/app/views/statistics/activities.xml.builder +33 -0
- data/app/views/statistics/index.html.haml +56 -0
- data/app/views/tags/edit.html.haml +19 -0
- data/app/views/tags/index.html.haml +25 -0
- data/app/views/tags/manage.html.haml +37 -0
- data/app/views/tags/show.html.haml +65 -0
- data/app/views/topics/_form.html.haml +28 -0
- data/app/views/topics/_recent_topics_sidebar.haml +22 -0
- data/app/views/topics/edit.html.haml +10 -0
- data/app/views/topics/new.html.haml +21 -0
- data/app/views/topics/show.html.haml +107 -0
- data/app/views/topics/show.xml.builder +15 -0
- data/app/views/user_notifier/activation.text.erb +11 -0
- data/app/views/user_notifier/comment_notice.text.erb +8 -0
- data/app/views/user_notifier/follow_up_comment_notice.text.erb +15 -0
- data/app/views/user_notifier/follow_up_comment_notice_anonymous.text.erb +18 -0
- data/app/views/user_notifier/forgot_username.text.erb +8 -0
- data/app/views/user_notifier/friendship_accepted.text.erb +8 -0
- data/app/views/user_notifier/friendship_request.text.erb +8 -0
- data/app/views/user_notifier/message_notification.text.erb +14 -0
- data/app/views/user_notifier/new_forum_post_notice.text.erb +14 -0
- data/app/views/user_notifier/password_reset_instructions.text.erb +10 -0
- data/app/views/user_notifier/post_recommendation.text.erb +32 -0
- data/app/views/user_notifier/signup_invitation.text.erb +14 -0
- data/app/views/user_notifier/signup_notification.text.erb +16 -0
- data/app/views/users/_dashboard_nav.html.haml +40 -0
- data/app/views/users/_omniauth_connect.html.haml +21 -0
- data/app/views/users/_profile_completeness.html.haml +21 -0
- data/app/views/users/_profile_user_info_sidebar.html.haml +50 -0
- data/app/views/users/_search_options.html.haml +10 -0
- data/app/views/users/_sidebar_user.html.haml +8 -0
- data/app/views/users/_user.html.haml +31 -0
- data/app/views/users/crop_profile_photo.html.haml +40 -0
- data/app/views/users/dashboard.html.haml +44 -0
- data/app/views/users/edit.html.haml +75 -0
- data/app/views/users/edit_account.html.haml +64 -0
- data/app/views/users/forgot_username.html.haml +13 -0
- data/app/views/users/index.html.haml +18 -0
- data/app/views/users/invite.html.haml +31 -0
- data/app/views/users/new.html.haml +54 -0
- data/app/views/users/resend_activation.html.haml +13 -0
- data/app/views/users/show.html.haml +103 -0
- data/app/views/users/signup_completed.html.haml +8 -0
- data/app/views/users/statistics.html.haml +28 -0
- data/app/views/users/upload_profile_photo.html.haml +15 -0
- data/app/views/users/welcome_about.html.haml +66 -0
- data/app/views/users/welcome_invite.html.haml +33 -0
- data/app/views/users/welcome_photo.html.haml +29 -0
- data/app/views/votes/create.js.rjs +6 -0
- data/community_engine.gemspec +55 -0
- data/config/application_config.rb +162 -0
- data/config/initializers/cropper.rb +19 -0
- data/config/initializers/mce_options.rb +40 -0
- data/config/initializers/recaptcha_constants.rb +6 -0
- data/config/initializers/white_list.rb +7 -0
- data/config/locales/de-DE.yml +1271 -0
- data/config/locales/en.yml +1658 -0
- data/config/locales/es-AR.yml +758 -0
- data/config/locales/es-ES.yml +340 -0
- data/config/locales/es-MX.yml +672 -0
- data/config/locales/fr-FR.yml +1509 -0
- data/config/locales/ja-JP.yml +1321 -0
- data/config/locales/ru-RU.yml +97 -0
- data/config/locales/sr-CP.yml +89 -0
- data/config/locales/sv-SE.yml +1320 -0
- data/config/routes.rb +242 -0
- data/db/migrate/001_create_users.rb +26 -0
- data/db/migrate/002_add_activation_code_to_user.rb +11 -0
- data/db/migrate/003_create_photos.rb +22 -0
- data/db/migrate/004_add_tag_support.rb +21 -0
- data/db/migrate/005_create_friendships.rb +14 -0
- data/db/migrate/006_add_comments_tables.rb +18 -0
- data/db/migrate/007_create_friendship_statuses.rb +13 -0
- data/db/migrate/008_add_friendship_statuses.rb +14 -0
- data/db/migrate/009_create_clippings.rb +16 -0
- data/db/migrate/010_create_invitations.rb +14 -0
- data/db/migrate/011_create_homepage_features.rb +22 -0
- data/db/migrate/012_create_posts.rb +19 -0
- data/db/migrate/013_create_states.rb +13 -0
- data/db/migrate/014_add_states.rb +11 -0
- data/db/migrate/015_create_metro_areas.rb +15 -0
- data/db/migrate/016_add_metro_areas.rb +295 -0
- data/db/migrate/017_add_sessions_table.rb +20 -0
- data/db/migrate/018_create_categories.rb +11 -0
- data/db/migrate/019_change_comment_to_text_field.rb +10 -0
- data/db/migrate/020_create_login_slug.rb +9 -0
- data/db/migrate/021_add_category_names.rb +8 -0
- data/db/migrate/023_add_denied_friendship_status.rb +13 -0
- data/db/migrate/024_add_notification_preferences.rb +13 -0
- data/db/migrate/025_create_countries.rb +11 -0
- data/db/migrate/026_add_countries.rb +230 -0
- data/db/migrate/027_add_us_to_existing_metro_areas.rb +9 -0
- data/db/migrate/028_add_country_id_to_users.rb +9 -0
- data/db/migrate/029_add_us_to_users_with_states.rb +14 -0
- data/db/migrate/030_add_users_counter_cache.rb +9 -0
- data/db/migrate/031_news_to_talk.rb +10 -0
- data/db/migrate/033_featured_users.rb +9 -0
- data/db/migrate/034_add_last_login.rb +9 -0
- data/db/migrate/035_track_emailed.rb +9 -0
- data/db/migrate/036_create_skills.rb +11 -0
- data/db/migrate/037_create_offerings.rb +12 -0
- data/db/migrate/038_add_zag_to_users.rb +13 -0
- data/db/migrate/039_create_activities_table.rb +17 -0
- data/db/migrate/040_add_category_tips.rb +9 -0
- data/db/migrate/041_create_events_table.rb +19 -0
- data/db/migrate/042_add_privacy_to_users.rb +10 -0
- data/db/migrate/043_sql_session_store_setup.rb +39 -0
- data/db/migrate/044_category_improvements.rb +11 -0
- data/db/migrate/045_adding_indexes.rb +39 -0
- data/db/migrate/046_adding_ads.rb +20 -0
- data/db/migrate/047_add_polls.rb +30 -0
- data/db/migrate/049_add_activities_count.rb +9 -0
- data/db/migrate/050_create_initial_schema.rb +73 -0
- data/db/migrate/051_add_audience_limitation_to_ads.rb +9 -0
- data/db/migrate/052_create_assets.rb +21 -0
- data/db/migrate/053_create_favoritables.rb +23 -0
- data/db/migrate/054_add_published_as_to_posts.rb +13 -0
- data/db/migrate/055_add_published_at_to_posts.rb +15 -0
- data/db/migrate/056_create_roles.rb +28 -0
- data/db/migrate/057_add_more_indexes.rb +19 -0
- data/db/migrate/058_add_anonymous_commenting_fields.rb +15 -0
- data/db/migrate/059_create_messages.rb +16 -0
- data/db/migrate/060_still_more_indexes.rb +19 -0
- data/db/migrate/061_postgres_compatibility_changes.rb +9 -0
- data/db/migrate/062_add_notify_to_comments.rb +11 -0
- data/db/migrate/063_create_albums.rb +15 -0
- data/db/migrate/064_add_album_id_to_photos.rb +9 -0
- data/db/migrate/065_add_view_count_to_albums.rb +9 -0
- data/db/migrate/066_add_view_count_to_photos.rb +9 -0
- data/db/migrate/067_create_static_pages.rb +22 -0
- data/db/migrate/068_create_rsvps.rb +13 -0
- data/db/migrate/069_create_pages.rb +29 -0
- data/db/migrate/070_add_pages.rb +11 -0
- data/db/migrate/071_authlogic_compatibility_changes.rb +43 -0
- data/db/migrate/072_add_allow_rsvp_to_events.rb +9 -0
- data/db/migrate/073_add_taggings_count_to_tags.rb +9 -0
- data/db/migrate/074_add_threading_to_messages.rb +19 -0
- data/db/migrate/075_add_anonymous_forum_posting.rb +16 -0
- data/db/migrate/076_add_comment_notification_toggle.rb +9 -0
- data/db/migrate/077_paperclip_changes.rb +36 -0
- data/db/migrate/078_create_authorizations.rb +20 -0
- data/db/migrate/079_create_slugs.rb +18 -0
- data/db/sample/users.rb +55 -0
- data/generators/ce_plugin/USAGE +7 -0
- data/generators/ce_plugin/ce_plugin_generator.rb +25 -0
- data/generators/ce_plugin/templates/README +13 -0
- data/generators/ce_plugin/templates/desert_routes.rb +3 -0
- data/generators/ce_plugin/templates/init.rb +8 -0
- data/generators/ce_plugin/templates/plugin.rb +1 -0
- data/generators/plugin_migration/plugin_migration_generator.rb +101 -0
- data/generators/plugin_migration/templates/plugin_migration.erb +13 -0
- data/lang/TRANSLATION.markdown +32 -0
- data/lib/community_engine/authenticated_system.rb +167 -0
- data/lib/community_engine/authenticated_test_helper.rb +113 -0
- data/lib/community_engine/community_engine_sha1_crypto_method.rb +12 -0
- data/lib/community_engine/engine.rb +39 -0
- data/lib/community_engine/engines_extensions.rb +7 -0
- data/lib/community_engine/i18n_extensions.rb +31 -0
- data/lib/community_engine/localized_application.rb +83 -0
- data/lib/community_engine/rails_asset_extensions.rb +131 -0
- data/lib/community_engine/url_upload.rb +15 -0
- data/lib/community_engine/version.rb +10 -0
- data/lib/community_engine/viewable.rb +12 -0
- data/lib/community_engine.rb +34 -0
- data/lib/tag_hacks.rb +24 -0
- data/lib/tasks/community_engine_tasks.rake +87 -0
- data/public/favicon.ico +0 -0
- data/sample_files/s3.yml +17 -0
- data/test/fixtures/ads.yml +13 -0
- data/test/fixtures/albums.yml +16 -0
- data/test/fixtures/categories.yml +16 -0
- data/test/fixtures/clippings.yml +15 -0
- data/test/fixtures/comments.yml +55 -0
- data/test/fixtures/countries.yml +13 -0
- data/test/fixtures/events.yml +61 -0
- data/test/fixtures/files/Granite.bmp +0 -0
- data/test/fixtures/files/library.jpg +0 -0
- data/test/fixtures/forums.yml +10 -0
- data/test/fixtures/friendship_statuses.yml +10 -0
- data/test/fixtures/friendships.yml +15 -0
- data/test/fixtures/homepage_features.yml +13 -0
- data/test/fixtures/invitations.yml +5 -0
- data/test/fixtures/messages.yml +24 -0
- data/test/fixtures/metro_areas.yml +24 -0
- data/test/fixtures/moderatorships.yml +4 -0
- data/test/fixtures/monitorships.yml +10 -0
- data/test/fixtures/pages.yml +26 -0
- data/test/fixtures/photos.yml +29 -0
- data/test/fixtures/posts.yml +49 -0
- data/test/fixtures/roles.yml +9 -0
- data/test/fixtures/rsvps.yml +7 -0
- data/test/fixtures/sb_posts.yml +90 -0
- data/test/fixtures/states.yml +7 -0
- data/test/fixtures/taggings.yml +15 -0
- data/test/fixtures/tags.yml +11 -0
- data/test/fixtures/topics.yml +63 -0
- data/test/fixtures/users.yml +222 -0
- data/test/functional/activities_controller_test.rb +62 -0
- data/test/functional/admin_controller_test.rb +60 -0
- data/test/functional/ads_controller_test.rb +51 -0
- data/test/functional/albums_controller_test.rb +120 -0
- data/test/functional/base_controller_test.rb +27 -0
- data/test/functional/categories_controller_test.rb +51 -0
- data/test/functional/clippings_controller_test.rb +123 -0
- data/test/functional/comments_controller_test.rb +215 -0
- data/test/functional/events_controller_test.rb +104 -0
- data/test/functional/favorites_controller_test.rb +53 -0
- data/test/functional/forums_controller_test.rb +95 -0
- data/test/functional/friendships_controller_test.rb +98 -0
- data/test/functional/homepage_features_controller_test.rb +69 -0
- data/test/functional/invitations_controller_test.rb +45 -0
- data/test/functional/messages_controller_test.rb +154 -0
- data/test/functional/metro_areas_controller_test.rb +63 -0
- data/test/functional/moderators_controller_test.rb +22 -0
- data/test/functional/monitorships_controller_test.rb +72 -0
- data/test/functional/pages_controller_test.rb +95 -0
- data/test/functional/password_reset_controller_test.rb +34 -0
- data/test/functional/photo_manager_controller_test.rb +21 -0
- data/test/functional/photos_controller_test.rb +203 -0
- data/test/functional/posts_controller_test.rb +224 -0
- data/test/functional/rsvps_controller_test.rb +92 -0
- data/test/functional/sb_posts_controller_test.rb +193 -0
- data/test/functional/sessions_controller_test.rb +55 -0
- data/test/functional/sitemap_controller_test.rb +9 -0
- data/test/functional/statistics_controller_test.rb +18 -0
- data/test/functional/tags_controller_test.rb +52 -0
- data/test/functional/theme_controller_test.rb +11 -0
- data/test/functional/topics_controller_test.rb +201 -0
- data/test/functional/users_controller_test.rb +460 -0
- data/test/functional/votes_controller_test.rb +27 -0
- data/test/test_helper.rb +103 -0
- data/test/testapp/.gitignore +4 -0
- data/test/testapp/README +256 -0
- data/test/testapp/Rakefile +7 -0
- data/test/testapp/app/controllers/application_controller.rb +3 -0
- data/test/testapp/app/helpers/application_helper.rb +2 -0
- data/test/testapp/config/application.rb +45 -0
- data/test/testapp/config/application_config.rb +1 -0
- data/test/testapp/config/boot.rb +10 -0
- data/test/testapp/config/database.yml +22 -0
- data/test/testapp/config/environment.rb +6 -0
- data/test/testapp/config/environments/development.rb +25 -0
- data/test/testapp/config/environments/production.rb +49 -0
- data/test/testapp/config/environments/test.rb +35 -0
- data/test/testapp/config/initializers/backtrace_silencers.rb +7 -0
- data/test/testapp/config/initializers/inflections.rb +10 -0
- data/test/testapp/config/initializers/mime_types.rb +5 -0
- data/test/testapp/config/initializers/secret_token.rb +7 -0
- data/test/testapp/config/initializers/session_store.rb +8 -0
- data/test/testapp/config/locales/en.yml +5 -0
- data/test/testapp/config/routes.rb +3 -0
- data/test/testapp/config.ru +4 -0
- data/test/testapp/db/schema.rb +456 -0
- data/test/testapp/db/seeds.rb +7 -0
- data/test/testapp/doc/README_FOR_APP +2 -0
- data/test/testapp/lib/tasks/.gitkeep +0 -0
- data/test/testapp/public/404.html +26 -0
- data/test/testapp/public/422.html +26 -0
- data/test/testapp/public/500.html +26 -0
- data/test/testapp/public/favicon.ico +0 -0
- data/test/testapp/public/images/rails.png +0 -0
- data/test/testapp/public/robots.txt +5 -0
- data/test/testapp/script/rails +6 -0
- data/test/testapp/test/performance/browsing_test.rb +9 -0
- data/test/testapp/test/test_helper.rb +13 -0
- data/test/testapp/vendor/plugins/.gitkeep +0 -0
- data/test/unit/ad_test.rb +34 -0
- data/test/unit/asset_test.rb +15 -0
- data/test/unit/authorization_test.rb +55 -0
- data/test/unit/category_test.rb +22 -0
- data/test/unit/choice_test.rb +9 -0
- data/test/unit/clipping_image_test.rb +17 -0
- data/test/unit/clipping_test.rb +52 -0
- data/test/unit/comment_test.rb +107 -0
- data/test/unit/country_test.rb +15 -0
- data/test/unit/event_test.rb +75 -0
- data/test/unit/favorite_test.rb +71 -0
- data/test/unit/forum_test.rb +23 -0
- data/test/unit/friendship_status_test.rb +10 -0
- data/test/unit/friendship_test.rb +38 -0
- data/test/unit/homepage_feature_test.rb +10 -0
- data/test/unit/invitation_test.rb +27 -0
- data/test/unit/message_test.rb +49 -0
- data/test/unit/message_thread_test.rb +80 -0
- data/test/unit/metro_area_test.rb +10 -0
- data/test/unit/moderatorship_test.rb +30 -0
- data/test/unit/monitorships_test.rb +38 -0
- data/test/unit/page_test.rb +25 -0
- data/test/unit/photo_test.rb +42 -0
- data/test/unit/poll_test.rb +25 -0
- data/test/unit/post_test.rb +212 -0
- data/test/unit/rsvp_test.rb +33 -0
- data/test/unit/sb_post_test.rb +152 -0
- data/test/unit/state_test.rb +10 -0
- data/test/unit/tag_test.rb +22 -0
- data/test/unit/topic_test.rb +111 -0
- data/test/unit/user_notifier_test.rb +108 -0
- data/test/unit/user_test.rb +259 -0
- data/test/unit/vote_test.rb +9 -0
- data/vendor/plugins/activity_tracker/README +4 -0
- data/vendor/plugins/activity_tracker/Rakefile +22 -0
- data/vendor/plugins/activity_tracker/generators/activity_migration/USAGE +13 -0
- data/vendor/plugins/activity_tracker/generators/activity_migration/activity_migration_generator.rb +11 -0
- data/vendor/plugins/activity_tracker/generators/activity_migration/templates/migration.rb +17 -0
- data/vendor/plugins/activity_tracker/init.rb +1 -0
- data/vendor/plugins/activity_tracker/install.rb +1 -0
- data/vendor/plugins/activity_tracker/lib/activity.rb +40 -0
- data/vendor/plugins/activity_tracker/lib/activity_tracker.rb +80 -0
- data/vendor/plugins/activity_tracker/tasks/activity_tracker_tasks.rake +4 -0
- data/vendor/plugins/activity_tracker/test/abstract_unit.rb +47 -0
- data/vendor/plugins/activity_tracker/test/activity_tracker_test.rb +48 -0
- data/vendor/plugins/activity_tracker/test/database.yml +18 -0
- data/vendor/plugins/activity_tracker/test/debug.log +3329 -0
- data/vendor/plugins/activity_tracker/test/fixtures/test_post.rb +5 -0
- data/vendor/plugins/activity_tracker/test/fixtures/test_posts.yml +3 -0
- data/vendor/plugins/activity_tracker/test/fixtures/test_user.rb +4 -0
- data/vendor/plugins/activity_tracker/test/fixtures/test_users.yml +6 -0
- data/vendor/plugins/activity_tracker/test/schema.rb +21 -0
- data/vendor/plugins/activity_tracker/uninstall.rb +1 -0
- data/vendor/plugins/acts_as_list/README +23 -0
- data/vendor/plugins/acts_as_list/init.rb +3 -0
- data/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb +256 -0
- data/vendor/plugins/acts_as_list/test/list_test.rb +332 -0
- data/vendor/plugins/acts_as_publishable/README +3 -0
- data/vendor/plugins/acts_as_publishable/Rakefile +22 -0
- data/vendor/plugins/acts_as_publishable/generators/publishing/publishing_generator.rb +34 -0
- data/vendor/plugins/acts_as_publishable/generators/publishing/templates/migration.rb +13 -0
- data/vendor/plugins/acts_as_publishable/init.rb +3 -0
- data/vendor/plugins/acts_as_publishable/install.rb +3 -0
- data/vendor/plugins/acts_as_publishable/lib/acts_as_publishable.rb +81 -0
- data/vendor/plugins/acts_as_publishable/test/acts_as_publishable_test.rb +8 -0
- data/vendor/plugins/acts_as_publishable/uninstall.rb +1 -0
- data/vendor/plugins/auto_complete/README +23 -0
- data/vendor/plugins/auto_complete/Rakefile +22 -0
- data/vendor/plugins/auto_complete/init.rb +2 -0
- data/vendor/plugins/auto_complete/lib/auto_complete.rb +47 -0
- data/vendor/plugins/auto_complete/lib/auto_complete_macros_helper.rb +143 -0
- data/vendor/plugins/auto_complete/test/auto_complete_test.rb +67 -0
- data/vendor/plugins/enumerations_mixin/LICENSE +20 -0
- data/vendor/plugins/enumerations_mixin/README_ENUMERATIONS +163 -0
- data/vendor/plugins/enumerations_mixin/init.rb +21 -0
- data/vendor/plugins/enumerations_mixin/lib/active_record/acts/enumerated.rb +177 -0
- data/vendor/plugins/enumerations_mixin/lib/active_record/aggregations/has_enumerated.rb +60 -0
- data/vendor/plugins/enumerations_mixin/lib/active_record/virtual_enumerations.rb +68 -0
- data/vendor/plugins/enumerations_mixin/virtual_enumerations_sample.rb +76 -0
- data/vendor/plugins/prototype_legacy_helper/README.markdown +13 -0
- data/vendor/plugins/prototype_legacy_helper/init.rb +1 -0
- data/vendor/plugins/prototype_legacy_helper/lib/prototype_legacy_helper.rb +432 -0
- data/vendor/plugins/prototype_legacy_helper/test/test_prototype_helper.rb +297 -0
- data/vendor/plugins/resource_feeder/README +4 -0
- data/vendor/plugins/resource_feeder/Rakefile +22 -0
- data/vendor/plugins/resource_feeder/init.rb +2 -0
- data/vendor/plugins/resource_feeder/lib/resource_feeder/atom.rb +71 -0
- data/vendor/plugins/resource_feeder/lib/resource_feeder/rss.rb +71 -0
- data/vendor/plugins/resource_feeder/lib/resource_feeder.rb +2 -0
- data/vendor/plugins/resource_feeder/test/atom_feed_test.rb +85 -0
- data/vendor/plugins/resource_feeder/test/rss_feed_test.rb +61 -0
- data/vendor/plugins/resource_feeder/test/test_helper.rb +60 -0
- data/vendor/plugins/respond_to_parent/MIT-LICENSE +20 -0
- data/vendor/plugins/respond_to_parent/README +47 -0
- data/vendor/plugins/respond_to_parent/Rakefile +22 -0
- data/vendor/plugins/respond_to_parent/init.rb +1 -0
- data/vendor/plugins/respond_to_parent/install.rb +1 -0
- data/vendor/plugins/respond_to_parent/lib/responds_to_parent.rb +70 -0
- data/vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb +10 -0
- data/vendor/plugins/respond_to_parent/test/test_helper.rb +6 -0
- data/vendor/plugins/respond_to_parent/uninstall.rb +1 -0
- data/vendor/plugins/tiny_mce/CHANGELOG_PLUGIN.rdoc +91 -0
- data/vendor/plugins/tiny_mce/CHANGELOG_TINYMCE +1226 -0
- data/vendor/plugins/tiny_mce/DEV_UPGRADE_NOTES.rdoc +12 -0
- data/vendor/plugins/tiny_mce/init.rb +2 -0
- data/vendor/plugins/tiny_mce/install.rb +18 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/base.rb +33 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/configuration.rb +114 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/exceptions.rb +14 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/helpers.rb +43 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/railtie.rb +13 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/spell_checker.rb +67 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/valid_tinymce_langs.yml +25 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/valid_tinymce_options.yml +167 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce.rb +24 -0
- data/vendor/plugins/white_list/README +35 -0
- data/vendor/plugins/white_list/Rakefile +22 -0
- data/vendor/plugins/white_list/init.rb +35 -0
- data/vendor/plugins/white_list/lib/white_list_helper.rb +61 -0
- data/vendor/plugins/white_list/test/white_list_test.rb +120 -0
- metadata +1073 -0
|
@@ -0,0 +1,758 @@
|
|
|
1
|
+
es-AR:
|
|
2
|
+
date:
|
|
3
|
+
order:
|
|
4
|
+
- :day
|
|
5
|
+
- :month
|
|
6
|
+
- :year
|
|
7
|
+
day_names: [Domingo, Lunes, Martes, Miercoles, Jueves, Viernes, Sabado]
|
|
8
|
+
abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
|
|
9
|
+
month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Septiembre, Octubre, Noviembre, Diciembre]
|
|
10
|
+
abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic]
|
|
11
|
+
formats:
|
|
12
|
+
published_date: "%Y/%m/%d"
|
|
13
|
+
date_ago: "%b %Y"
|
|
14
|
+
|
|
15
|
+
time:
|
|
16
|
+
am: AM
|
|
17
|
+
pm: PM
|
|
18
|
+
formats:
|
|
19
|
+
published_date: "%Y/%m/%d"
|
|
20
|
+
short_published_date: "%d/%m/%y"
|
|
21
|
+
literal_date: "%d %B, %Y"
|
|
22
|
+
short_literal_date: "%d %b, %Y"
|
|
23
|
+
time_ago: "%l:%M%p"
|
|
24
|
+
|
|
25
|
+
activerecord:
|
|
26
|
+
attributes:
|
|
27
|
+
photo:
|
|
28
|
+
created_at: "creado: "
|
|
29
|
+
#en: about: About
|
|
30
|
+
about: Acerca
|
|
31
|
+
#en: about_me: About Me
|
|
32
|
+
about_me: "Acerca de m\xC3\xAD"
|
|
33
|
+
#en: about_site: About %{site}
|
|
34
|
+
about_site: Acerca de %{site}
|
|
35
|
+
#en: about_you: About You
|
|
36
|
+
about_you: Acerca de usted
|
|
37
|
+
#en: accepted_friendships: Accepted Friendships
|
|
38
|
+
accepted_friendships: Amistades Aceptadas
|
|
39
|
+
#en: account_activation_error: Account activation failed. Your account may already be active. Try logging in or e-mail %{email} for help.
|
|
40
|
+
account_activation_error: "Activaci\xC3\xB3n de cuenta fracaso. Tal vez ya est\xC3\xA9 activa. Trate de iniciar una sesi\xC3\xB3n o mande un e-mail a %{email} para obtener ayuda."
|
|
41
|
+
#en: account_settings: Account settings
|
|
42
|
+
account_settings: "Configuraci\xC3\xB3n de cuenta"
|
|
43
|
+
#en: actions: Actions
|
|
44
|
+
actions: Acciones
|
|
45
|
+
#en: activate: Activate
|
|
46
|
+
activate: Activar
|
|
47
|
+
#en: active: active
|
|
48
|
+
active: activo
|
|
49
|
+
#en: active_users: Active Users
|
|
50
|
+
active_users: Usuarios activos
|
|
51
|
+
#en: activity_from_your_network: Activity from your network
|
|
52
|
+
activity_from_your_network: La actividad de su red
|
|
53
|
+
#en: ad_was_successfully_created: Ad was successfully created.
|
|
54
|
+
ad_was_successfully_created: El anuncio se ha creado correctamente.
|
|
55
|
+
#en: ad_was_successfully_updated: Ad was successfully updated.
|
|
56
|
+
ad_was_successfully_updated: El anuncio se ha actualizado.
|
|
57
|
+
#en: add_a_photo: Add a photo
|
|
58
|
+
add_a_photo: "A\xC3\xB1adir una foto"
|
|
59
|
+
#en: add_a_poll: Add a poll
|
|
60
|
+
add_a_poll: "A\xC3\xB1adir una encuesta"
|
|
61
|
+
#en: add_comment: Add Comment
|
|
62
|
+
add_comment: "A\xC3\xB1adir comentario"
|
|
63
|
+
#en: add_some_friends_to_get_started: Add some friends to get started!
|
|
64
|
+
add_some_friends_to_get_started: "A\xC3\xB1adir a algunos amigos para empezar!"
|
|
65
|
+
#en: add_your_comment: Add Your Comment!
|
|
66
|
+
add_your_comment: "A\xC3\xB1ade tu comentario!"
|
|
67
|
+
#en: added_a_clipping: "added a clipping:"
|
|
68
|
+
added_a_clipping: "a\xC3\xB1adi\xC3\xB3 un recorte"
|
|
69
|
+
#en: added_to_a_forum_topic: "added to a forum topic:"
|
|
70
|
+
added_to_a_forum_topic: "a\xC3\xB1adi\xC3\xB3 a un tema"
|
|
71
|
+
#en: admin: Admin
|
|
72
|
+
admin: Administrator
|
|
73
|
+
#en: admin_dashboard: Admin dashboard
|
|
74
|
+
admin_dashboard: Tablero de administrador
|
|
75
|
+
#en: ads: Ads
|
|
76
|
+
ads: Anuncios
|
|
77
|
+
#en: advertise: Advertise
|
|
78
|
+
advertise: Publicidad
|
|
79
|
+
#en: advertise_on: Advertise on
|
|
80
|
+
advertise_on: Anunciarse en
|
|
81
|
+
#en: after_signing_up_youll_receive_an_e_mail_confirmation_message: After signing up, you'll receive an e-mail confirmation message.
|
|
82
|
+
after_signing_up_youll_receive_an_e_mail_confirmation_message: "Despu\xC3\xA9s de registrarse, usted recibir\xC3\xA1 un e-mail mensaje de confirmaci\xC3\xB3n."
|
|
83
|
+
#en: all_clippings_tagged: All clippings tagged %{tag_name}
|
|
84
|
+
all_clippings_tagged: Todos los clippings marcados %{tag_name}
|
|
85
|
+
#en: all_photos_tagged: All photos tagged %{tag_name}
|
|
86
|
+
all_photos_tagged: Todas las fotos marcadas %{tag_name}
|
|
87
|
+
#en: all_posts_tagged: All posts tagged %{tag_name}
|
|
88
|
+
all_posts_tagged: Todos las entradas marcadas %{tag_name}
|
|
89
|
+
#en: all_tags: All tags
|
|
90
|
+
all_tags: Todas las etiquetas
|
|
91
|
+
#en: all_users_tagged: All users tagged %{tag_name}
|
|
92
|
+
all_users_tagged: Todos los usuarios marcados %{tag_name}
|
|
93
|
+
#en: already_have_an_account: Already have an account?
|
|
94
|
+
already_have_an_account: Ya tienes una cuenta?
|
|
95
|
+
#en: an_error_occurred: An error occurred
|
|
96
|
+
an_error_occurred: Se ha producido un error
|
|
97
|
+
#en: are_you_sure: Are you sure?
|
|
98
|
+
are_you_sure: "\xC2\xBFEst\xC3\xA1s seguro?"
|
|
99
|
+
#en: assume_id: Assume ID
|
|
100
|
+
assume_id: Asumir Identidad
|
|
101
|
+
#en: audience: Audience
|
|
102
|
+
audience: Audiencia
|
|
103
|
+
#en: author: Author
|
|
104
|
+
author: Autor
|
|
105
|
+
#en: back: Back
|
|
106
|
+
back: Atras
|
|
107
|
+
#en: birthday: "Birthday:"
|
|
108
|
+
birthday: "Cumplea\xC3\xB1os:"
|
|
109
|
+
#en: birthday__gender: Birthday & Gender
|
|
110
|
+
birthday__gender: "Fecha de nacimiento y el g\xC3\xA9nero"
|
|
111
|
+
#en: blog: Blog
|
|
112
|
+
blog: Blog
|
|
113
|
+
#en: blog_posts: Blog posts
|
|
114
|
+
blog_posts: Entradas de blog
|
|
115
|
+
#en: body_text: Body Text
|
|
116
|
+
body_text: Texto
|
|
117
|
+
#en: browse_all_members: browse all members
|
|
118
|
+
browse_all_members: navegar por todos los miembros.
|
|
119
|
+
#en: by_looking_at_the: by looking at the
|
|
120
|
+
by_looking_at_the: mirando al
|
|
121
|
+
#en: cancel: Cancel
|
|
122
|
+
cancel: Cancelar
|
|
123
|
+
#en: cancel_and_go_back_to_my_posts: cancel and go back to my posts
|
|
124
|
+
cancel_and_go_back_to_my_posts: cancelar y regresar a mis entradas
|
|
125
|
+
#en: categories: Categories
|
|
126
|
+
categories: "Categor\xC3\xADas"
|
|
127
|
+
#en: category: Category
|
|
128
|
+
category: "Categor\xC3\xADa"
|
|
129
|
+
#en: category_was_successfully_created: Category was successfully created.
|
|
130
|
+
category_was_successfully_created: "Categor\xC3\xADa se ha creado correctamente."
|
|
131
|
+
#en: choose_a_photo_for_your_profile: "Choose a photo for your profile:"
|
|
132
|
+
choose_a_photo_for_your_profile: "Elija una foto para su perfil:"
|
|
133
|
+
#en: choose_a_photo_to_upload: "Choose a photo to upload:"
|
|
134
|
+
choose_a_photo_to_upload: "Elija una foto para subir:"
|
|
135
|
+
#en: choose_your_location: Choose your location
|
|
136
|
+
choose_your_location: "Seleccione su ubicaci\xC3\xB3n"
|
|
137
|
+
#en: click_here_to_retrieve_it: Click here to retrieve it
|
|
138
|
+
click_here_to_retrieve_it: "Pulse aqu\xC3\xAD para recuperarla"
|
|
139
|
+
#en: click_here_to_sign_up: Click here to sign up
|
|
140
|
+
click_here_to_sign_up: "Haga clic aqu\xC3\xAD para inscribirse"
|
|
141
|
+
#en: click_the_activation_link_in_the_e_mail_to_log_in: Click the activation link in the e-mail to log in.
|
|
142
|
+
click_the_activation_link_in_the_e_mail_to_log_in: "Haga clic en el enlace de activaci\xC3\xB3n en el e-mail para acceder el sitio."
|
|
143
|
+
#en: clipping_comments: Clipping Comments
|
|
144
|
+
clipping_comments: Comentarios sobre recortes
|
|
145
|
+
#en: clipping_was_successfully_created: Clipping was successfully created.
|
|
146
|
+
clipping_was_successfully_created: Recorte se ha creado correctamente.
|
|
147
|
+
#en: clippings: Clippings
|
|
148
|
+
clippings: Recortes
|
|
149
|
+
#en: clippings_let_you_to_save_cool_images_from_around_the_web:
|
|
150
|
+
clippings_let_you_to_save_cool_images_from_around_the_web: Los recortes te permiten guardar las imagenes que te gusten de la Web.
|
|
151
|
+
#en: close_this_message: Close this message
|
|
152
|
+
close_this_message: Cerrar este mensaje
|
|
153
|
+
#en: comma_separated_keywords_that_describe_you: Comma-separated keywords that describe you.
|
|
154
|
+
comma_separated_keywords_that_describe_you: Palabras clave que te describen, separadas por comas.
|
|
155
|
+
#en: comment_character_limit: (2000 character limit)
|
|
156
|
+
comment_character_limit: "(2000 caracteres como m\xC3\xA1ximo)"
|
|
157
|
+
#en: comment_could_not_be_deleted: Comment could not be deleted.
|
|
158
|
+
comment_could_not_be_deleted: Comentario no pudo ser borrada.
|
|
159
|
+
#en: comment_save_error: Su comentario no se ha podido guardar.
|
|
160
|
+
comment_save_error: "Su comentario no se ha podido guardar: %{error}"
|
|
161
|
+
#en: comment_was_successfully_created: Comment was successfully created.
|
|
162
|
+
comment_was_successfully_created: Comentario se ha creado correctamente.
|
|
163
|
+
#en: comments: Comments
|
|
164
|
+
comments: Comentarios
|
|
165
|
+
#en: comments_rss: Comments RSS
|
|
166
|
+
comments_rss: Comentarios (RSS)
|
|
167
|
+
#en: community_tagline: CommunityEngine Rocks!
|
|
168
|
+
community_tagline: CommunityEngine es genial!
|
|
169
|
+
#en: comment_author_email_required: Required, won't be shown on the site.
|
|
170
|
+
comment_author_email_required: "Obligatorio, no se mostrará en el sitio."
|
|
171
|
+
#en: comment_web_site_label: "Web site (include http://)"
|
|
172
|
+
comment_web_site_label: "Sitio Web (incluyendo http://)"
|
|
173
|
+
#en: comment_spam_error: "Comment was flagged as spam. Please make sure you aren't including any spammy words or links and try again."
|
|
174
|
+
comment_spam_error: "El comentario ha sido marcado como spam. Asegúrese de que no incluyen palabras spam o enlaces y vuelva a intentarlo"
|
|
175
|
+
#en: country: Country
|
|
176
|
+
country: Pais
|
|
177
|
+
#en: create: Create
|
|
178
|
+
create: Crear
|
|
179
|
+
#en: create_an_account: Create an account
|
|
180
|
+
create_an_account: Crea una cuenta
|
|
181
|
+
#en: create_your_account: Create Your Account
|
|
182
|
+
create_your_account: "Crea tu cuenta"
|
|
183
|
+
#en: custom_friendly_local: custom, friendly, local
|
|
184
|
+
custom_friendly_local: adaptable, amigable, localizable
|
|
185
|
+
#en: dashboard: Dashboard
|
|
186
|
+
dashboard: panel de control
|
|
187
|
+
#en: dashboard_friends: Once you start adding friends, you'll be able to track their activity on %{site} here
|
|
188
|
+
dashboard_friends: "Una vez que comienza a a\xC3\xB1adir amigos, podra seguir sus actividades en %{site} aqu\xC3\xAD."
|
|
189
|
+
#en: date_created: Date Created
|
|
190
|
+
date_created: "Fecha de creaci\xC3\xB3n"
|
|
191
|
+
#en: date_published: Date Published
|
|
192
|
+
date_published: "Fecha de publicaci\xC3\xB3n"
|
|
193
|
+
#en: delete_this_event: Delete this event
|
|
194
|
+
delete_this_event: Borrar este evento
|
|
195
|
+
#en: description: Description
|
|
196
|
+
description: "Descripci\xC3\xB3n"
|
|
197
|
+
#en: destroy: Destroy
|
|
198
|
+
destroy: Suprimir
|
|
199
|
+
#en: dont_have_an_account: Don't have an account?
|
|
200
|
+
dont_have_an_account: No tiene una cuenta?
|
|
201
|
+
#en: dont_wait_its: Don't wait! It's
|
|
202
|
+
dont_wait_its: No espere! Es
|
|
203
|
+
#en: draft: draft
|
|
204
|
+
draft: borrador
|
|
205
|
+
#en: drag_the_bookmarklet:
|
|
206
|
+
drag_the_bookmarklet: "Arrastra el bookmarklet (link) ::%{site}:: que se encuentra a continuaci\xC3\xB3n a la barra de marcadores de tu navegador."
|
|
207
|
+
#en: drag_this_to_your_bookmarks_toolbar:
|
|
208
|
+
drag_this_to_your_bookmarks_toolbar: "Arrastra esto a la barra de marcadores:"
|
|
209
|
+
#en: e_mail: E-mail
|
|
210
|
+
email: E-mail
|
|
211
|
+
#en: e_mail_address: E-mail address
|
|
212
|
+
e_mail_address: "direcci\xC3\xB3n de E-mail"
|
|
213
|
+
#en: email_to_friends: E-mail to friends
|
|
214
|
+
email_to_friends: enviar
|
|
215
|
+
#en: edit: Edit
|
|
216
|
+
edit: Editar
|
|
217
|
+
#en: edit_account: Edit account
|
|
218
|
+
edit_account: Editar cuenta
|
|
219
|
+
#en: edit_profile: Edit profile
|
|
220
|
+
edit_profile: Editar perfil
|
|
221
|
+
#en: edit_this_event: Edit this event
|
|
222
|
+
edit_this_event: Editar este evento
|
|
223
|
+
#en: editing_ad: Editing ad
|
|
224
|
+
editing_ad: Editando anuncio
|
|
225
|
+
#en: editing_category: Editing category
|
|
226
|
+
editing_category: "Editando categor\xC3\xADa"
|
|
227
|
+
#en: editing_post: Editing post
|
|
228
|
+
editing_post: Editando entrada
|
|
229
|
+
#en: email_signup_thanks: "Gracias por registrarse! Debe recibir un e-mail de confirmaci\xC3\xB3n en breve: %{email}"
|
|
230
|
+
email_signup_thanks: "Gracias por registrarse! Debe recibir un e-mail de confirmaci\xC3\xB3n en breve: %{email}"
|
|
231
|
+
#en: end_date: End date
|
|
232
|
+
end_date: "Fecha de finalizaci\xC3\xB3n"
|
|
233
|
+
#en: enter_e_mail_addresses: Enter e-mail addresses
|
|
234
|
+
enter_e_mail_addresses: Ingrese direcciones de e-mail
|
|
235
|
+
#en: enter_your_email_address: "Enter your email address:"
|
|
236
|
+
enter_your_email_address: "Ingrese su direcci\xC3\xB3n de e-mail"
|
|
237
|
+
#en: event_was_successfully_created: Event was successfully created.
|
|
238
|
+
event_was_successfully_created: Evento creado exitosamente.
|
|
239
|
+
#en: events: Events
|
|
240
|
+
events: Eventos
|
|
241
|
+
#en: explore_site: Explore %{site}
|
|
242
|
+
explore_site: Explorar %{site}
|
|
243
|
+
#en: faq: FAQ
|
|
244
|
+
faq: FAQ
|
|
245
|
+
#en: favorited: favorited
|
|
246
|
+
favorited: marcado como favorito
|
|
247
|
+
#en: featured_writer: Featured Writer
|
|
248
|
+
featured_writer: Escritor principal
|
|
249
|
+
#en: features: Features
|
|
250
|
+
features: "Caracter\xC3\xADsticas"
|
|
251
|
+
#en: female: Female
|
|
252
|
+
female: Mujer
|
|
253
|
+
#en: find_an_expert: Find an Expert
|
|
254
|
+
find_an_expert: Encuentre un experto
|
|
255
|
+
#en: forgot_your_password: Forgot your password?
|
|
256
|
+
forgot_your_password: "\xC2\xBFOlvid\xC3\xB3 su contrase\xC3\xB1a?"
|
|
257
|
+
#en: forgot_your_username: Forgot your username?
|
|
258
|
+
forgot_your_username: "\xC2\xBFOlvid\xC3\xB3 su nombre de usuario?"
|
|
259
|
+
#en: forums: Forums
|
|
260
|
+
forums: "Conversaci\xC3\xB3n"
|
|
261
|
+
#en: frequency: Frequency
|
|
262
|
+
frequency: Frecuencia
|
|
263
|
+
#en: frequent_asked_questions: Frequent Asked Questions
|
|
264
|
+
frequent_asked_questions: "Preguntas hechas con frecuencia "
|
|
265
|
+
#en: frequently_asked_questions: Frequently Asked Questions
|
|
266
|
+
frequently_asked_questions: "Preguntas hechas con frecuencia "
|
|
267
|
+
#en: friends: Friends
|
|
268
|
+
friends: Amigos
|
|
269
|
+
#en: friendship_could_not_be_created: Friendship could not be created
|
|
270
|
+
friendship_could_not_be_created: La amistad no pudo ser creada
|
|
271
|
+
#en: friendship_request_detail: Friendship request detail
|
|
272
|
+
friendship_request_detail: Detalle de solicitud de amigo
|
|
273
|
+
#en: friendship_requested: Requested friendship with %{friend}.
|
|
274
|
+
friendship_requested: "Pidi\xC3\xB3 a la amistad con %{friend}."
|
|
275
|
+
#en: gender: Gender
|
|
276
|
+
gender: Sexo
|
|
277
|
+
#en: get_popular: Get popular.
|
|
278
|
+
get_popular: Sea popular!
|
|
279
|
+
#en: get_started_banner: Get started with <a href="/">%{site}</a> today!
|
|
280
|
+
get_started_banner: Comience con <a href="/">%{site}</a> hoy!
|
|
281
|
+
#en: get_started_invite_some_friends: "Get Started: Invite some friends!"
|
|
282
|
+
get_started_invite_some_friends: "Comience ahora: \xC2\xA1Invite a sus amigos!"
|
|
283
|
+
#en: get_started_tell_us_about_yourself: "Get Started: Tell us about yourself"
|
|
284
|
+
get_started_tell_us_about_yourself: "Comience ahora: Contanos de vos"
|
|
285
|
+
#en: get_started_upload_a_profile_photo: "Get Started: Upload a profile photo"
|
|
286
|
+
get_started_upload_a_profile_photo: "Comience ahora: Sub\xC3\xAD una foto al perfil"
|
|
287
|
+
#en: go: Go
|
|
288
|
+
go: Ir
|
|
289
|
+
#en: go_check_your_e_mail: Go check your e-mail!
|
|
290
|
+
go_check_your_e_mail: "Revis\xC3\xA1 tu e-mail"
|
|
291
|
+
#en: go_to_your_profile: Go to your profile
|
|
292
|
+
go_to_your_profile: Ir a tu perfil
|
|
293
|
+
#en: have_an_account_: "Have an account? "
|
|
294
|
+
have_an_account_: "\xC2\xBFTen\xC3\xA9s una cuenta?"
|
|
295
|
+
#en: have_something_to_contribute: Have something to contribute?
|
|
296
|
+
have_something_to_contribute: "\xC2\xBFTen\xC3\xA9s algo para contribuir?"
|
|
297
|
+
#en: help: Help
|
|
298
|
+
help: Ayuda
|
|
299
|
+
#en: home: Home
|
|
300
|
+
home: Inicio
|
|
301
|
+
#en: homepage_banner_download_msg: Download it now and get started
|
|
302
|
+
homepage_banner_download_msg: Descargar ahora y empezar
|
|
303
|
+
#en: homepage_banner_msg: CommunityEngine is the best way to go from zero to hero in no time
|
|
304
|
+
homepage_banner_msg: "CommunityEngine es la mejor manera de ir de cero a h\xC3\xA9roe rapid\xC3\xADsimo"
|
|
305
|
+
#en: homepage_banner_signup_prompt: See how it works
|
|
306
|
+
homepage_banner_signup_prompt: "Ver c\xC3\xB3mo funciona"
|
|
307
|
+
#en: homepage_feature_was_successfully_created: Homepage Feature was successfully created.
|
|
308
|
+
homepage_feature_was_successfully_created: "La caracter\xC3\xADstica del homepage fue creada con \xC3\xA9xito."
|
|
309
|
+
#en: html: Html
|
|
310
|
+
html: Html
|
|
311
|
+
#en: inactive: inactive
|
|
312
|
+
inactive: inactivo
|
|
313
|
+
#en: invitation_was_successfully_created: Invitation was successfully created.
|
|
314
|
+
invitation_was_successfully_created: "Invitaci\xC3\xB3n creada satisfactoriamente."
|
|
315
|
+
#en: invite_message: The more people you invite the better %{site} becomes.
|
|
316
|
+
invite_message: Cuantas mas personas invite a %{site}, mejor.
|
|
317
|
+
#en: invite_some_customers: Invite some customers!
|
|
318
|
+
invite_some_customers: "\xC2\xA1Invit\xC3\xA1 algunos clientes!"
|
|
319
|
+
#en: invite_your_friends_to_join: Invite Your Friends To Join!
|
|
320
|
+
invite_your_friends_to_join: "\xC2\xA1Invit\xC3\xA1 a tus amigos para que se unan!"
|
|
321
|
+
#en: left_a_comment: "left a comment:"
|
|
322
|
+
left_a_comment: "dej\xC3\xB3 un comentario"
|
|
323
|
+
#en: links: Links
|
|
324
|
+
links: Links
|
|
325
|
+
#en: loading_recent_content: Loading recent content...
|
|
326
|
+
loading_recent_content: Cargando contenido reciente...
|
|
327
|
+
#en: location: Location
|
|
328
|
+
location: "Localizaci\xC3\xB3n"
|
|
329
|
+
#en: log_in: Log In
|
|
330
|
+
log_in: "Iniciar sesi\xC3\xB3n"
|
|
331
|
+
#en: log_in_to_leave_a_comment: Log in to leave a comment
|
|
332
|
+
log_in_to_leave_a_comment: "Inici\xC3\xA1 sesi\xC3\xB3n para dejar un comentario"
|
|
333
|
+
#en: log_in_to_site: Log in to %{site}
|
|
334
|
+
log_in_to_site: Acceda a %{site}
|
|
335
|
+
#en: log_out: Log Out
|
|
336
|
+
log_out: "Cerrar sesi\xC3\xB3n"
|
|
337
|
+
#en: logged_in: "Logged in:"
|
|
338
|
+
logged_in: "Sesi\xC3\xB3n:"
|
|
339
|
+
#en: logged_into_the_site: logged into the site
|
|
340
|
+
logged_into_the_site: "inicio una sesi\xC3\xB3n"
|
|
341
|
+
#en: login: Login
|
|
342
|
+
login: "Iniciar sesi\xC3\xB3n"
|
|
343
|
+
#en: looking_for_most_x: (looking for %{link}?)
|
|
344
|
+
looking_for_most_x: Buscando lo mas %{link}?
|
|
345
|
+
#en: male: Male
|
|
346
|
+
male: Hombre
|
|
347
|
+
#en: manage_my: "Manage my:"
|
|
348
|
+
manage_my: "Gestionar mi:"
|
|
349
|
+
#en: manage_posts: Manage Posts
|
|
350
|
+
manage_posts: Administrar posts
|
|
351
|
+
#en: members: Members
|
|
352
|
+
members: Miembros
|
|
353
|
+
#en: metro_area: "Metro Area:"
|
|
354
|
+
metro_area: Localidad
|
|
355
|
+
#en: metro_area_was_successfully_created: MetroArea was successfully created.
|
|
356
|
+
metro_area_was_successfully_created: Localidad creada satisfactoriamente.
|
|
357
|
+
#en: metro_areas: Metro areas
|
|
358
|
+
metro_areas: Localidades
|
|
359
|
+
#en: more_about_you: More about you
|
|
360
|
+
more_about_you: "M\xC3\xA1s acerca tuyo"
|
|
361
|
+
#en: my_friends: My Friends
|
|
362
|
+
my_friends: Mis amigos
|
|
363
|
+
#en: my_profile: My Profile
|
|
364
|
+
my_profile: Mi perfil
|
|
365
|
+
#en: my_recent_comments: My recent comments
|
|
366
|
+
my_recent_comments: Mis comentarios recientes
|
|
367
|
+
#en: name: Name
|
|
368
|
+
name: Nombre
|
|
369
|
+
#en: navigation_menu_text: Navigation menu text
|
|
370
|
+
navigation_menu_text: "Texto de navegaci\xC3\xB3n del menu"
|
|
371
|
+
#en: need_to_contact_us: Need to contact us?
|
|
372
|
+
need_to_contact_us: "\xC2\xBFNecesitas contactarnos?"
|
|
373
|
+
#en: new_ad: New Ad
|
|
374
|
+
new_ad: Nuevo aviso
|
|
375
|
+
#en: new_category: New category
|
|
376
|
+
new_category: "Nueva categor\xC3\xADa"
|
|
377
|
+
#en: new_photo: New photo.
|
|
378
|
+
new_photo: Nueva foto
|
|
379
|
+
#en: new_post: New post
|
|
380
|
+
new_post: Nuevo post
|
|
381
|
+
#en: new_post_for_category: New %{category}
|
|
382
|
+
new_post_for_category: Nueva entrada en %{category}
|
|
383
|
+
#en: new_post_text: New Post text
|
|
384
|
+
new_post_text: Nuevo post
|
|
385
|
+
#en: next:
|
|
386
|
+
next: Siguiente
|
|
387
|
+
#en: no_clippings_yet:
|
|
388
|
+
no_clippings_yet: "Sin recortes a\xC3\xBAn"
|
|
389
|
+
#en: no_comments_found: "Lo sentimos, pero no se pudo encontrar ning\xC3\xBAn comentario para ese %{type}"
|
|
390
|
+
no_comments_found: "Lo sentimos, pero no se pudo encontrar ning\xC3\xBAn comentario para ese %{type}"
|
|
391
|
+
#en: no_tags: No tags
|
|
392
|
+
no_tags: Sin tags
|
|
393
|
+
#notify_me_of_follow_ups_via_email: Notify me of comments via e-mail
|
|
394
|
+
notify_me_of_follow_ups_via_email: Notificarme cuando hay nuevos commentarios
|
|
395
|
+
#en: on_commentable: On
|
|
396
|
+
on_commentable: sobre
|
|
397
|
+
#en: optional: (optional)
|
|
398
|
+
optional: opcional
|
|
399
|
+
#en: optional_keywords_describing_this_post_separated_by_commas: (optional keywords describing this post, separated by commas)
|
|
400
|
+
optional_keywords_describing_this_post_separated_by_commas: (palabras opcionales que describen este post, separadas por comas)
|
|
401
|
+
#en: password: Password
|
|
402
|
+
password: "Contrase\xC3\xB1a"
|
|
403
|
+
#en: people: People
|
|
404
|
+
people: Gente
|
|
405
|
+
#en: people_who_sign_up_using_your_invitation_will_automatically_be_added_as_your_friends: People who sign up using your invitation will automatically be added as your friends.
|
|
406
|
+
people_who_sign_up_using_your_invitation_will_automatically_be_added_as_your_friends: "Las personas que se suscriban usando tu invitaci\xC3\xB3n ser\xC3\xA1n agregadas automaticamente como tus amigos."
|
|
407
|
+
#en: permanently_delete_this_event: Permanently delete this event?
|
|
408
|
+
permanently_delete_this_event: "\xC2\xBFBorrar este evento?"
|
|
409
|
+
#en: photo_comments: Photo Comments
|
|
410
|
+
photo_comments: Comentarios de la foto
|
|
411
|
+
#en: photo_message: Your profile photo represents you on %{site}. You can change it later.
|
|
412
|
+
photo_message: Su foto de perfil lo representa en %{site}. La puede cambiar mas tarde.
|
|
413
|
+
#en: photo_was_successfully_created: Photo was successfully created.
|
|
414
|
+
photo_was_successfully_created: Foto creada satisfactoriamente.
|
|
415
|
+
#en: photos: Photos
|
|
416
|
+
photos: Fotos
|
|
417
|
+
#en: photos_should_be_x_pixels: Photos should be 300x300 pixels.
|
|
418
|
+
photos_should_be_x_pixels: La foto debe ser de 300x300 pixels.
|
|
419
|
+
#en: please_log_in: Please log in.
|
|
420
|
+
please_log_in: "Por favor inicie sesi\xC3\xB3n,"
|
|
421
|
+
#en: please_post_something_at_least: Please post something at least...
|
|
422
|
+
please_post_something_at_least: Por favor postee algo al menos...
|
|
423
|
+
#en: plural_posts: "%{count} posts"
|
|
424
|
+
plural_posts: "%{count} entradas"
|
|
425
|
+
#en: popular: Popular
|
|
426
|
+
popular: popular
|
|
427
|
+
#en: popular_catgory: Popular %{name}
|
|
428
|
+
popular_catgory: Popular en %{name}
|
|
429
|
+
#en: popular_posts: Popular Posts
|
|
430
|
+
popular_posts: Posts populares
|
|
431
|
+
#en: post_an_event: Post an event
|
|
432
|
+
post_an_event: Postea un evento
|
|
433
|
+
#en: post_created_for_category: Your '%{category}' post was successfully created.
|
|
434
|
+
post_created_for_category: Su entrada en '%{category}' fue creada.
|
|
435
|
+
#en: postal_code: "Postal code:"
|
|
436
|
+
postal_code: "C\xC3\xB3digo postal"
|
|
437
|
+
#en: posting_tips: Posting tips
|
|
438
|
+
posting_tips: Tips de posteo
|
|
439
|
+
#en: post: Post
|
|
440
|
+
post: Post
|
|
441
|
+
#en: posts: Posts
|
|
442
|
+
posts: Posts
|
|
443
|
+
#en: posts_saved_with_draft_status_wont_appear_in_your_blog_until_you_publish_them: Posts saved with 'draft' status won't appear in your blog until you publish them.
|
|
444
|
+
posts_saved_with_draft_status_wont_appear_in_your_blog_until_you_publish_them: "Los posts guardados como borrador no aparecer\xC3\xA1n en el blog hasta que los publiques."
|
|
445
|
+
#en: print: Print
|
|
446
|
+
print: imprimir
|
|
447
|
+
#en: prev:
|
|
448
|
+
prev: Anterior
|
|
449
|
+
#en: profile: Profile
|
|
450
|
+
profile: Perfil
|
|
451
|
+
#en: profile_comments: Profile Comments
|
|
452
|
+
profile_comments: Comentarios del perfil
|
|
453
|
+
#en: profile_photo: Profile Photo
|
|
454
|
+
profile_photo: Foto del perfil
|
|
455
|
+
#en: published: Published
|
|
456
|
+
published: Publicado
|
|
457
|
+
#en: read_more: read more
|
|
458
|
+
read_more: leer mas
|
|
459
|
+
#en: re_type_your_password_to_confirm: "Re-type your password to confirm:"
|
|
460
|
+
re_type_your_password_to_confirm: "Retipee su contrase\xC3\xB1a para confirmar:"
|
|
461
|
+
#en: recent: Recent
|
|
462
|
+
recent: reciente
|
|
463
|
+
#en: recent_blog_posts: Recent Blog Posts
|
|
464
|
+
recent_blog_posts: "Posts m\xC3\xA1s recientes"
|
|
465
|
+
#en: recent_activity: Recent activity
|
|
466
|
+
recent_activity: Actividad reciente
|
|
467
|
+
#en: recent_posts: Recent Posts
|
|
468
|
+
recent_posts: Entradas recientes
|
|
469
|
+
#en: recommended_posts: Recommended Posts
|
|
470
|
+
recommended_posts: Posts recomendados
|
|
471
|
+
#en: related_clippings_all_members: Related Clippings (all members)
|
|
472
|
+
related_clippings_all_members: Recortes relacionados (todos los miembros)
|
|
473
|
+
#en: related_photos_all_members: Related Photos (all members)
|
|
474
|
+
related_photos_all_members: Fotos relacionadas (todos los miembros)
|
|
475
|
+
#en: related_posts: Related Posts
|
|
476
|
+
related_posts: Posts relacionados
|
|
477
|
+
#en: related_tags: Related Tags
|
|
478
|
+
related_tags: Tags relacionados
|
|
479
|
+
#en: remember_me: Remember me
|
|
480
|
+
remember_me: Recordarme
|
|
481
|
+
#en: remember_you_can_always_change_this_later: Remember, you can always change this later.
|
|
482
|
+
remember_you_can_always_change_this_later: "Acordate, siempre pod\xC3\xA9s cambiar esto despu\xC3\xA9s."
|
|
483
|
+
#en: required: (required)
|
|
484
|
+
required: (requerido)
|
|
485
|
+
#en: required_we_will_send_a_confirmation_e_mail_to_the_address_you_enter: "(Required: We will send a confirmation e-mail to the address you enter.)"
|
|
486
|
+
required_we_will_send_a_confirmation_e_mail_to_the_address_you_enter: "(Requerido: te vamos a mandar un mail de confirmaci\xC3\xB3n a la direcci\xC3\xB3n que ingreses.)"
|
|
487
|
+
#en: required_you_must_be_at_least__years_old_to_sign_up: "(Required: you must be at least %{min_age} years old to sign up.)"
|
|
488
|
+
required_you_must_be_at_least__years_old_to_sign_up: "(Requerido: ten\xC3\xA9s que tener al menos %{min_age} a\xC3\xB1o para suscribirte,)"
|
|
489
|
+
#en: required_your_username_must_not_contain_numerals_spaces_or_special_characters: "(Required: Your username must not contain numerals, spaces or special characters.)"
|
|
490
|
+
required_your_username_must_not_contain_numerals_spaces_or_special_characters: "(Requerido: tu nombre de usuario no debe contener numerales, espacios o caracteres especiales.)"
|
|
491
|
+
#en: reset_my_password: Reset my password
|
|
492
|
+
reset_my_password: "Reiniciar mi contrase\xC3\xB1a"
|
|
493
|
+
#en: rss: RSS
|
|
494
|
+
rss: RSS
|
|
495
|
+
#en: rss_feed: RSS feed
|
|
496
|
+
rss_feed: RSS feed
|
|
497
|
+
#en: run: Run
|
|
498
|
+
run: Ejecutar
|
|
499
|
+
#en: save: Save
|
|
500
|
+
save: Guardar
|
|
501
|
+
#en: save_and_continue_to_step_three: Save, and continue to step three
|
|
502
|
+
save_and_continue_to_step_three: Guardar y continuar con el paso tres
|
|
503
|
+
#en: save_changes: Save Changes
|
|
504
|
+
save_changes: Guardar cambios
|
|
505
|
+
#en: save_post_as: "Save post as:"
|
|
506
|
+
save_post_as: "Guardar post como:"
|
|
507
|
+
#en: sb_post_was_deleted: Post '%{title}' was deleted.
|
|
508
|
+
sb_post_was_deleted: La entrada '%{title}' fue suprimida.
|
|
509
|
+
search: Search
|
|
510
|
+
#en: search_users: Search Users
|
|
511
|
+
search_users: "B\xC3\xBAsqueda de usuarios"
|
|
512
|
+
#en: see_all: SEE ALL
|
|
513
|
+
see_all: VER TODO
|
|
514
|
+
#en: send_invitations: Send Invitations!
|
|
515
|
+
send_invitations: "\xC2\xA1Enviar invitaciones!"
|
|
516
|
+
#en: send_me_my_username: Send me my username
|
|
517
|
+
send_me_my_username: Enviame mi nombre de usuario
|
|
518
|
+
#en: service_could_not_be_deleted: Service could not be deleted.
|
|
519
|
+
service_could_not_be_deleted: El servicio no pudo ser borrado.
|
|
520
|
+
#en: show: Show
|
|
521
|
+
show: Mostrar
|
|
522
|
+
#en: show_category: "%{category}"
|
|
523
|
+
show_category: "%{category}"
|
|
524
|
+
#en: showing_ad: Showing Ad
|
|
525
|
+
showing_ad: Mostrando aviso
|
|
526
|
+
#en: showing_metro_area_details: Showing Metro Area Details
|
|
527
|
+
showing_metro_area_details: Mostrando detalles de la localidad
|
|
528
|
+
#en: sign_up: Sign Up!
|
|
529
|
+
sign_up: Registrarse
|
|
530
|
+
#en: sign_up_for_an_account: Sign up for an account.
|
|
531
|
+
sign_up_for_an_account: Suscribase para obtener una cuenta.
|
|
532
|
+
#en: singular_posts: "%{count} post"
|
|
533
|
+
singular_posts: "%{count} entrada"
|
|
534
|
+
#en: site_members: "%{site} members"
|
|
535
|
+
site_members: Miembros de %{site}
|
|
536
|
+
#en: skip_this_and_go_to_your_profile: Skip this and go to your profile
|
|
537
|
+
skip_this_and_go_to_your_profile: Saltear esto e ir a tu perfil
|
|
538
|
+
#en: skip_this_step: Skip this step
|
|
539
|
+
skip_this_step: Saltear este paso
|
|
540
|
+
#en: small_profile: "%{user} doesn't have much here yet. Stay tuned."
|
|
541
|
+
small_profile: "%{user} no tiene mucho aqu\xC3\xAD todav\xC3\xADa. Est\xC3\xA9n atentos."
|
|
542
|
+
#en: sorry_there_was_an_error: Sorry, there was an error.
|
|
543
|
+
sorry_there_was_an_error: Disculpe, ha ocurrido un error.
|
|
544
|
+
#en: sorry_we_dont_recognize_that_email_address: Sorry. We don't recognize that email address.
|
|
545
|
+
sorry_we_dont_recognize_that_email_address: "Disculpe, no reconocemos la direcci\xC3\xB3n de email."
|
|
546
|
+
#en: spread_the_word: Spread the word
|
|
547
|
+
spread_the_word: Separar la palabra
|
|
548
|
+
#en: staff_writers: Featured Writers
|
|
549
|
+
staff_writers: Personal de Escritores
|
|
550
|
+
#en: start_date: Start date
|
|
551
|
+
start_date: Fecha de comienzo
|
|
552
|
+
#en: started_a_topic: "started a topic:"
|
|
553
|
+
started_a_topic: "public\xC3\xB3 un tema"
|
|
554
|
+
#en: state: State
|
|
555
|
+
state: Provincia
|
|
556
|
+
#en: statistics: Statistics
|
|
557
|
+
statistics: "Estad\xC3\xADsticas"
|
|
558
|
+
#en: stats: Stats
|
|
559
|
+
stats: "estad\xC3\xADsticas"
|
|
560
|
+
#en: status: Status
|
|
561
|
+
status: Estado
|
|
562
|
+
#en: tag_does_not_exists: The tag %{tag} does not exist
|
|
563
|
+
tag_does_not_exists: Etiquetta %{tag} no existe
|
|
564
|
+
#en: tags: Tags
|
|
565
|
+
tags: Etiquetas
|
|
566
|
+
#en: tagged: Tagged
|
|
567
|
+
tagged: Etiquetado
|
|
568
|
+
#en: tags_are_comma_separated_keywords_that_describe_you: Tags are comma-separated keywords that describe you.
|
|
569
|
+
tags_are_comma_separated_keywords_that_describe_you: Los tags son una lista de palabras separadas por coma que te describen
|
|
570
|
+
#en: thanks_for_activating_your_account: Thanks for activating your account!
|
|
571
|
+
thanks_for_activating_your_account: "\xC2\xA1Gracias por activar su cuenta!"
|
|
572
|
+
#en: thanks_youre_now_logged_in: Thanks! You're now logged in.
|
|
573
|
+
thanks_youre_now_logged_in: "Gracias! Ahora est\xC3\xA1 conectado."
|
|
574
|
+
#en: the_comment_was_deleted: The comment was deleted.
|
|
575
|
+
the_comment_was_deleted: El comentario fue borrado.
|
|
576
|
+
#en: the_friendship_was_accepted: The friendship was accepted.
|
|
577
|
+
the_friendship_was_accepted: La solicitud de amistad fue aceptada.
|
|
578
|
+
#en: the_friendship_was_denied: The friendship was denied.
|
|
579
|
+
the_friendship_was_denied: La solicitud de amistad fue rechazada.
|
|
580
|
+
#en: the_service_was_deleted: The service was deleted.
|
|
581
|
+
the_service_was_deleted: El servicio fue borrado.
|
|
582
|
+
#en: the_user_was_activated: The user was activated
|
|
583
|
+
the_user_was_activated: El usuario fue activado.
|
|
584
|
+
#en: the_user_was_deleted: The user was deleted.
|
|
585
|
+
the_user_was_deleted: El usuario fue borrado.
|
|
586
|
+
#en: this_is_your_dashboard: This is your dashboard.
|
|
587
|
+
this_is_your_dashboard: Este es su panel de control.
|
|
588
|
+
#en: this_topic_is_locked: This topic is locked.
|
|
589
|
+
this_topic_is_locked: "Este tema est\xC3\xA1 bloqueado."
|
|
590
|
+
#en: private_user_profile_message: This user's profile is not public. You'll need to create an account and log in to access it.
|
|
591
|
+
private_user_profile_message: "Este perfil de usuario no es p\xC3\xBAblico. Necesitas crear una cuenta e iniciar sesi\xC3\xB3n para poder accederlo."
|
|
592
|
+
#en: time_constrained: Time constrained
|
|
593
|
+
time_constrained: "Restricci\xC3\xB3n de tiempo"
|
|
594
|
+
#en: tips: "Tips:"
|
|
595
|
+
tips: "Tips:"
|
|
596
|
+
#en: title: Title
|
|
597
|
+
title: "T\xC3\xADtulo"
|
|
598
|
+
#en: title_required: "Title (required)"
|
|
599
|
+
title_required: "T\xC3\xADtulo (requerido)"
|
|
600
|
+
#en: to: To
|
|
601
|
+
to: a
|
|
602
|
+
#en: to_accept: to accept
|
|
603
|
+
to_accept: para aceptar
|
|
604
|
+
#en: to_get_recommended_content_on_your_dashboard: to start getting recommended content on your dashboard.
|
|
605
|
+
to_get_recommended_content_on_your_dashboard: para empezar a recibir contenidos recomendados en su panel de control.
|
|
606
|
+
#en: to_start_adding_friends: To start adding friends, you can
|
|
607
|
+
to_start_adding_friends: Para agregar amigos,
|
|
608
|
+
#en: top_writers: Top Writers
|
|
609
|
+
top_writers: "m\xC3\xA1s activos escritores"
|
|
610
|
+
#en: topic_deleted: Topic '%{topic}' was deleted.
|
|
611
|
+
topic_deleted: El Tema '%{topic}' fue suprimido.
|
|
612
|
+
#en: type_your_password: "Type your password:"
|
|
613
|
+
type_your_password: "Ingres\xC3\xA1 tu contrase\xC3\xB1a:"
|
|
614
|
+
#en: uh_oh_we_couldnt_log_you_in_with_the_username_and_password_you_entered_try_again: Uh oh. We couldn't log you in with the username and password you entered. Try again?
|
|
615
|
+
uh_oh_we_couldnt_log_you_in_with_the_username_and_password_you_entered_try_again: "No pudimos iniciar sesi\xC3\xB3n con el usuario y la contrase\xC3\xB1a que ingresaste. \xC2\xBFIntentamos de nuevo?"
|
|
616
|
+
#en: update: Update
|
|
617
|
+
update: Actualizar
|
|
618
|
+
#en: update_profile_and_tag_yourself: Update your profile and tag yourself
|
|
619
|
+
update_profile_and_tag_yourself: Actualice su perfil y su etiqueta
|
|
620
|
+
#en: update_your_profile: update your profile
|
|
621
|
+
update_your_profile: actualice su perfil
|
|
622
|
+
#en: updated_their_profile: updated their profile
|
|
623
|
+
updated_their_profile: "puso al d\xC3\xADa su perfil"
|
|
624
|
+
#en: upload_an_image_for_your_post: Upload an image for your post
|
|
625
|
+
upload_an_image_for_your_post: "Sub\xC3\xAD una imagen para tu post"
|
|
626
|
+
#en: upload_and_continue_to_step_two: Upload, and continue to step two
|
|
627
|
+
upload_and_continue_to_step_two: Subir y continuar con el paso 2
|
|
628
|
+
#en: uploaded_a_photo: "uploaded a photo:"
|
|
629
|
+
uploaded_a_photo: "public\xC3\xB3 una foto"
|
|
630
|
+
#en: user_clippings:
|
|
631
|
+
user_clippings: Recortes de %{user}
|
|
632
|
+
#en: user_e_mail: "User e-mail:"
|
|
633
|
+
user_e_mail: "E-mail del usuario:"
|
|
634
|
+
#en: user_login: "User login:"
|
|
635
|
+
user_login: "Nombre de usuario:"
|
|
636
|
+
#en: username: Username
|
|
637
|
+
username: Nombre de usuario
|
|
638
|
+
#en: users: Users
|
|
639
|
+
users: Usuarios
|
|
640
|
+
showing_posts: Mostrando mensajes
|
|
641
|
+
showing: Mostrando
|
|
642
|
+
#en: users_blog: "%{user}'s Blog"
|
|
643
|
+
users_blog: El blog de %{user}
|
|
644
|
+
#en: users_photos: "%{user}'s Photos"
|
|
645
|
+
users_photos: Las fotos de %{user}
|
|
646
|
+
#en: view_all_my_clippings: View all my clippings
|
|
647
|
+
view_all_my_clippings: Ver todos mis recortes
|
|
648
|
+
#en: view_all_my_photos: View all my photos
|
|
649
|
+
view_all_my_photos: Ver todas mis fotos
|
|
650
|
+
#en: view_my: "View my:"
|
|
651
|
+
view_my: "Ver mi:"
|
|
652
|
+
#en: views_count: Views
|
|
653
|
+
view_count: Vistas
|
|
654
|
+
#en: view_my_blog: View my blog
|
|
655
|
+
view_my_blog: Ver mi blog
|
|
656
|
+
#en: view_profile: View profile
|
|
657
|
+
view_profile: Ver perfil
|
|
658
|
+
#en: walkthrough_complete: You've completed the %{site} walk-through. Now you can continue exploring!
|
|
659
|
+
walkthrough_complete: Ha completado el tour de %{site}. Ahora puede seguir explorando!
|
|
660
|
+
#en: want_to_be_popular: Want to be popular?
|
|
661
|
+
want_to_be_popular: "\xC2\xBFQuer\xC3\xA9s ser popular?"
|
|
662
|
+
#en: want_to_post_in_this_category: Want to post in this category?
|
|
663
|
+
want_to_post_in_this_category: "\xC2\xBFQuer\xC3\xA9s postear en esta categor\xC3\xADa?"
|
|
664
|
+
#en: we_need_you: We need you
|
|
665
|
+
we_need_you: Te necesitamos
|
|
666
|
+
#en: welcome_message: Welcome! %{login_link} or %{signup_link}
|
|
667
|
+
welcome_message: Bienvenido! %{login_link} o %{signup_link}
|
|
668
|
+
#en: what_is_popular: What's Popular
|
|
669
|
+
what_is_popular: "Lo m\xC3\xA1s popular"
|
|
670
|
+
#en: whats_fresh: What's fresh
|
|
671
|
+
whats_fresh: Que hay de nuevo?
|
|
672
|
+
#en: whats_hot: What's Hot
|
|
673
|
+
whats_hot: "Lo m\xC3\xA1s popular"
|
|
674
|
+
#en: whats_popular: What's Popular
|
|
675
|
+
whats_popular: Populares
|
|
676
|
+
#en: when_you_see_an_image_you_like_on_the_web:
|
|
677
|
+
when_you_see_an_image_you_like_on_the_web: "Cuando veas una im\xC3\xA1gen que te guste en la Web, has clic en el bookmarklet para guardarlo en %{site}"
|
|
678
|
+
#en: why_sign_up: Why Sign up?
|
|
679
|
+
why_sign_up: "\xC2\xBFPorque suscribirse?"
|
|
680
|
+
#en: write_a_blog_post: Write a blog post!
|
|
681
|
+
write_a_blog_post: Escriba una entrada!
|
|
682
|
+
#
|
|
683
|
+
want_to_be_popular: ¿Deseas ser popular?
|
|
684
|
+
this_months_best: Lo mejor de este mes
|
|
685
|
+
have_an_account: ¿Tienes una cuenta?
|
|
686
|
+
#en: write_a_message: "Write a message:"
|
|
687
|
+
write_a_message: "Escrib\xC3\xAD un mensaje:"
|
|
688
|
+
#en: write_new_post: Write a '%{category}' post
|
|
689
|
+
write_new_post: Escriba una entrada de '%{category}'
|
|
690
|
+
#en: wrote_a_post: "wrote a post:"
|
|
691
|
+
wrote_a_post: escribio una entrada
|
|
692
|
+
#en: you_can_browse_all_content_and_users_on: You can browse all content and users on
|
|
693
|
+
you_can_browse_all_content_and_users_on: "Pod\xC3\xA9s ver todo el contenido y usuarios en"
|
|
694
|
+
#en: you_cant_delete_that_user: You can't delete that user.
|
|
695
|
+
you_cant_delete_that_user: "No pod\xC3\xA9s borrar ese usuario."
|
|
696
|
+
#en: you_could_tag_yourself: You could tag yourself
|
|
697
|
+
you_could_tag_yourself: "Pod\xC3\xA9s taguearte a vos mismo"
|
|
698
|
+
#en: you_have_no_clippings_use_the_bookmarklet_on_the_right_to_add_some:
|
|
699
|
+
you_have_no_clippings_use_the_bookmarklet_on_the_right_to_add_some: "No tienes ning\xC3\xBAn recorte. Utiliza el bookmarklet de la derecha para agregar algunos"
|
|
700
|
+
#en: you_have_no_network_activity_yet: You have no network activity yet.
|
|
701
|
+
you_have_no_network_activity_yet: "No ten\xC3\xA9s actividad en la red todav\xC3\xADa."
|
|
702
|
+
#en: you_may_want_to_use_your_company_logo_or_a_photo_of_one_of_your_products_: "You may want to use your company logo, or a photo of one of your products. "
|
|
703
|
+
you_may_want_to_use_your_company_logo_or_a_photo_of_one_of_your_products_: "Quiz\xC3\xA1s quieras usar el logo de tu compa\xC3\xB1ia o una foto de tus productos"
|
|
704
|
+
#en: your_about_text_goes_here: Your About Text Goes Here
|
|
705
|
+
your_about_text_goes_here: "Tu texto de \"Acerca\" va ac\xC3\xA1"
|
|
706
|
+
#en: your_changes_were_saved: Your changes were saved.
|
|
707
|
+
your_changes_were_saved: Tus cambios fueron guardados.
|
|
708
|
+
#en: your_password_reset_instructions_have_been_emailed_to_you: Your password has been reset and emailed to you.
|
|
709
|
+
your_password_reset_instructions_have_been_emailed_to_you: "Tu contrase\xC3\xB1a fue reseteada y mandada por email."
|
|
710
|
+
#en: your_post_was_deleted: Your post was deleted.
|
|
711
|
+
your_post_was_deleted: Tu post fue borrado.
|
|
712
|
+
#en: your_post_was_successfully_created: Your post was successfully created.
|
|
713
|
+
your_post_was_successfully_created: Tu post fue creado satisfactoriamente.
|
|
714
|
+
#en: your_profile_photo: "Your profile photo:"
|
|
715
|
+
your_profile_photo: "Foto de tu perfil:"
|
|
716
|
+
#en: your_username_was_emailed_to_you: Your username was emailed to you.
|
|
717
|
+
your_username_was_emailed_to_you: Su nombre de usuario le fue enviado por email.
|
|
718
|
+
#en: youre_editing_your_profile: You're editing your profile.
|
|
719
|
+
youre_editing_your_profile: "Est\xC3\xA1 editando su perfil."
|
|
720
|
+
#en: youve_been_logged_out_hope_you_come_back_soon: You've been logged out. Hope you come back soon!
|
|
721
|
+
youve_been_logged_out_hope_you_come_back_soon: "Ha cerrado sesi\xC3\xB3n. Lo esperamos de vuelta pronto!"
|
|
722
|
+
#en: zippostal_code: "ZIP/Postal code:"
|
|
723
|
+
zippostal_code: "C\xC3\xB3digo postal"
|
|
724
|
+
no_profile_photo: "Perfil sin fotografía, "
|
|
725
|
+
click_here_to_upload_one: "Haz click aquí para subir tu fotografía"
|
|
726
|
+
my_details: "Acerca de mí"
|
|
727
|
+
member_since: "Miembro desde "
|
|
728
|
+
profile_views: "Visitas al perfil"
|
|
729
|
+
invite_a_friend: "Invitar a un amigo"
|
|
730
|
+
view_all_my_friend_requests: "Ver todas las solicitudes de amigos"
|
|
731
|
+
all_comments: "Todos los comentarios"
|
|
732
|
+
you_last_logged_in_on: "Última sesión: "
|
|
733
|
+
you_have_no_clippings_use_the_bookmarklet_on_the_right_to_add_some: "No tienes recortes, usa el marcador de la derecha para agregar algunos"
|
|
734
|
+
no_clippings_yet: "No hay recortes todavía"
|
|
735
|
+
yesterday: "Ayer"
|
|
736
|
+
you_re_editing_your_account: "Estás editando tu cuenta"
|
|
737
|
+
edit_your_user_profile: "Editar tu perfil?"
|
|
738
|
+
joined: "Miembro desde"
|
|
739
|
+
forum: "Foro"
|
|
740
|
+
last_post: "Último mensaje"
|
|
741
|
+
topics: "Temas"
|
|
742
|
+
posts: "Mensajes"
|
|
743
|
+
voices: "Réplicas"
|
|
744
|
+
we_just_sent_an_email_to: "Acabamos de enviarte un correo electrónico a "
|
|
745
|
+
that_will_let_you_activate_your_account: "que te permitirá activar tu cuenta."
|
|
746
|
+
look_for_a_message_from: "Busca un mensaje de "
|
|
747
|
+
youre_editing_your_account: "Estás editando tu cuenta"
|
|
748
|
+
notify_me_when: "Notificarme cuando"
|
|
749
|
+
members_request_friendship: "soliciten ser mis amigos"
|
|
750
|
+
members_comment_on_my_profile_blog_or_photos: "cuando hagan comentarios en mi perfil, blog o fotos."
|
|
751
|
+
send_me_occasional_news_and_updates_from_the: "Envíame noticias y actualizaciones de parte de "
|
|
752
|
+
profile_privacy: "Privacidad del Perfil"
|
|
753
|
+
email_notification: "Notificación de correo."
|
|
754
|
+
make_my_profile_public: "Hacer mi perfil público."
|
|
755
|
+
when_checked_your_profile_will_be_visible_to_anyone: "Cuando esté marcado tu perfil será visible a todos."
|
|
756
|
+
when_unchecked_your_profile_will_only_be_visible_to_people_who_are_logged_in_to: "Cuando esté desmarcado tu perfil será visible únicamente a miembros de "
|
|
757
|
+
email_address: "Correo Electrónico"
|
|
758
|
+
confirm_password: "Confirmar Contraseña"
|