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,1321 @@
|
|
|
1
|
+
ja:
|
|
2
|
+
date:
|
|
3
|
+
formats:
|
|
4
|
+
published_date: "%Y年%m月%d日"
|
|
5
|
+
date_ago: "%Y年%m月%d日"
|
|
6
|
+
abbr_day_names: [日, 月, 火, 水, 木, 金, 土]
|
|
7
|
+
day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
|
|
8
|
+
month_names: [1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
|
|
9
|
+
abbr_month_names: [1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
|
|
10
|
+
|
|
11
|
+
time:
|
|
12
|
+
formats:
|
|
13
|
+
published_date: "%Y年%m月%d日"
|
|
14
|
+
time_ago: "%l:%M%p"
|
|
15
|
+
|
|
16
|
+
activerecord:
|
|
17
|
+
attributes:
|
|
18
|
+
photo:
|
|
19
|
+
created_at: "created at: "
|
|
20
|
+
#en: a_few_seconds_ago: a few seconds ago
|
|
21
|
+
a_few_seconds_ago: 数秒前
|
|
22
|
+
#en: about: About
|
|
23
|
+
about: About
|
|
24
|
+
#en: about_me: About Me
|
|
25
|
+
about_me: 自己紹介
|
|
26
|
+
#en: about_site: About %{site}
|
|
27
|
+
about_site: "%{site}について"
|
|
28
|
+
#en: about_you: About You
|
|
29
|
+
about_you: About You
|
|
30
|
+
#en: accept: Accept
|
|
31
|
+
accept: 許可
|
|
32
|
+
#en: accepted: accepted
|
|
33
|
+
accepted: 許可済
|
|
34
|
+
#en: accepted_friendships: Accepted Friendships
|
|
35
|
+
accepted_friendships: 友人の承認
|
|
36
|
+
#en: accept_this_request: Accept this request
|
|
37
|
+
accept_this_request: リクエストの承認
|
|
38
|
+
#en: account: account
|
|
39
|
+
account: アカウント
|
|
40
|
+
#en: account_activation_error: Account activation failed. Your account may already be active. Try logging in or e-mail %{email} for help.
|
|
41
|
+
account_activation_error: "アカウントのアクティベーションに失敗しました. あなたのアカウントは既に有効になっている可能性があります. 再度ログインを試みる, もしくは, e-mail %{email} for help."
|
|
42
|
+
#en: account_settings: Account settings
|
|
43
|
+
account_settings: アカウント設定
|
|
44
|
+
#en: actions: Actions
|
|
45
|
+
actions: Actions
|
|
46
|
+
#en: activate: Activate
|
|
47
|
+
activate: Activate
|
|
48
|
+
#en: activation_email_not_sent_message: Activation e-mail could not be sent. Perhaps that user is already active?
|
|
49
|
+
activation_email_not_sent_message: アクティベーションのE-mailが送信できませんでした. そのユーザは既に有効になっているのではないでしょうか?
|
|
50
|
+
#en: activation_email_resent_message: An activation e-mail was resent to the e-mail address you used to sign up.
|
|
51
|
+
activation_email_resent_message: サインアップ時のE-mailアドレスにアクティベーションのE-mailを再度送信しました.
|
|
52
|
+
#en: active: active
|
|
53
|
+
active: active
|
|
54
|
+
#en: active_users: Active Users
|
|
55
|
+
active_users: Active Users
|
|
56
|
+
#en: activity_from_your_network: Activity from your network
|
|
57
|
+
activity_from_your_network: Activity from your network
|
|
58
|
+
#en: ad_was_successfully_created: Ad was successfully created.
|
|
59
|
+
ad_was_successfully_created: Ad was successfully created.
|
|
60
|
+
#en: ad_was_successfully_updated: Ad was successfully updated.
|
|
61
|
+
ad_was_successfully_updated: Ad was successfully updated.
|
|
62
|
+
#en: add_a_photo: Add a photo
|
|
63
|
+
add_a_photo: 写真の追加
|
|
64
|
+
#en: add_a_poll: Add a poll
|
|
65
|
+
add_a_poll: Add a poll
|
|
66
|
+
#en: add_comment: Add Comment
|
|
67
|
+
add_comment: コメントの追加
|
|
68
|
+
#en: add_from_my_address_book: "Add from my address book"
|
|
69
|
+
add_from_my_address_book: アドレス帳から追加
|
|
70
|
+
#en: add_some_friends_to_get_started: Add some friends to get started!
|
|
71
|
+
add_some_friends_to_get_started: Add some friends to get started!
|
|
72
|
+
#en: add_your_comment: Add Your Comment!
|
|
73
|
+
add_your_comment: コメントの追加!
|
|
74
|
+
#en: added_a_clipping: "added a clipping:"
|
|
75
|
+
added_a_clipping: "added a clipping:"
|
|
76
|
+
#en: added_to_a_forum_topic: "added to a forum topic:"
|
|
77
|
+
added_to_a_forum_topic: "added to a forum topic:"
|
|
78
|
+
#en: admin: Admin
|
|
79
|
+
admin: 管理者
|
|
80
|
+
#en: admin_controls: Admin Controls
|
|
81
|
+
admin_controls: Admin Controls
|
|
82
|
+
#en: admin_dashboard: Admin dashboard
|
|
83
|
+
admin_dashboard: Admin dashboard
|
|
84
|
+
#en: ads: Ads
|
|
85
|
+
ads: Ads
|
|
86
|
+
#en: advertise: Advertise
|
|
87
|
+
advertise: Advertise
|
|
88
|
+
#en: advertise_on: Advertise on
|
|
89
|
+
advertise_on: Advertise on
|
|
90
|
+
#en: after_signing_up_youll_receive_an_e_mail_confirmation_message: After signing up, you'll receive an e-mail confirmation message.
|
|
91
|
+
after_signing_up_youll_receive_an_e_mail_confirmation_message: "After signing up, you'll receive an e-mail confirmation message."
|
|
92
|
+
#en: all_clippings_tagged: All clippings tagged %{tag_name}
|
|
93
|
+
all_clippings_tagged: "All clippings tagged %{tag_name}"
|
|
94
|
+
#en: all_comments: All comments
|
|
95
|
+
all_comments: すべてのコメント
|
|
96
|
+
#en: all_photos_tagged: "All photos tagged %{tag_name}"
|
|
97
|
+
all_photos_tagged: タグ:「{{tag_name}」のすべての写真}
|
|
98
|
+
#en: all_posts_tagged: All posts tagged %{tag_name}
|
|
99
|
+
all_posts_tagged: "タグ:「{{tag_name}」のすべての記事}"
|
|
100
|
+
#en: all_tags: All tags
|
|
101
|
+
all_tags: すべてのタグ
|
|
102
|
+
#en: all_users_tagged: All users tagged %{tag_name}
|
|
103
|
+
all_users_tagged: "タグ:「%{tag_name}」のすべてのユーザ"
|
|
104
|
+
#en: already_have_an_account: Already have an account?
|
|
105
|
+
already_have_an_account: 既にアカウントを持っていますか?
|
|
106
|
+
#en: an_error_occurred: An error occurred
|
|
107
|
+
an_error_occurred: エラーが発生しました
|
|
108
|
+
#en: are_you_sure: Are you sure?
|
|
109
|
+
are_you_sure: Are you sure?
|
|
110
|
+
#en: are_you_sure_you_want_to_delete_this_photo: "Are you sure you want to delete this photo?"
|
|
111
|
+
are_you_sure_you_want_to_delete_this_photo: "Are you sure you want to delete this photo?"
|
|
112
|
+
#en: are_you_sure_you_want_to_delete_this_post: "Are you sure you want to delete this post?"
|
|
113
|
+
are_you_sure_you_want_to_delete_this_post: "Are you sure you want to delete this post?"
|
|
114
|
+
#en: are_you_sure_you_want_to_permanently_delete_this_comment: "Are you sure you want to permanently delete this comment?"
|
|
115
|
+
are_you_sure_you_want_to_permanently_delete_this_comment: "Are you sure you want to permanently delete this comment?"
|
|
116
|
+
#en: are_you_sure_you_want_to_permanently_delete_this_user: Are you sure you want to permanently delete this user?
|
|
117
|
+
are_you_sure_you_want_to_permanently_delete_this_user: Are you sure you want to permanently delete this user?
|
|
118
|
+
#en: assume_id: Assume ID
|
|
119
|
+
assume_id: Assume ID
|
|
120
|
+
#en: assume_user_id: "Assume this user's ID"
|
|
121
|
+
assume_user_id: "Assume this user's ID"
|
|
122
|
+
#en: assign_role: Assign role
|
|
123
|
+
assign_role: Assign role
|
|
124
|
+
#en: audience: Audience
|
|
125
|
+
audience: Audience
|
|
126
|
+
#en: author: Author
|
|
127
|
+
author: 投稿者
|
|
128
|
+
#en: back: Back
|
|
129
|
+
back: 戻る
|
|
130
|
+
#en: back_to_all_users: Back to all users
|
|
131
|
+
back_to_all_users: Back to all users
|
|
132
|
+
#en: back_to_my_photos: Back to my photos
|
|
133
|
+
back_to_my_photos: Back to my photos
|
|
134
|
+
#en: back_to_all_statistics: Back to all statistics
|
|
135
|
+
back_to_all_statistics: Back to all statistics
|
|
136
|
+
#en: banner_subtitle_required: "Banner subtitle (required):"
|
|
137
|
+
banner_subtitle_required: "Banner subtitle (required):"
|
|
138
|
+
#en: banner_title_required: "Banner title (required):"
|
|
139
|
+
banner_title_required: "Banner title (required):"
|
|
140
|
+
#en: becomes: becomes.
|
|
141
|
+
becomes: becomes.
|
|
142
|
+
#en: begin: begin
|
|
143
|
+
begin: begin
|
|
144
|
+
#en: begin_required: begin (required)
|
|
145
|
+
begin_required: begin (required)
|
|
146
|
+
#en: bigger_font_size_more_popular_tag: "Bigger font size = more popular tag"
|
|
147
|
+
bigger_font_size_more_popular_tag: "Bigger font size = more popular tag"
|
|
148
|
+
#en: birthday: Birthday
|
|
149
|
+
birthday: 誕生日
|
|
150
|
+
#en: birthday_gender: Birthday & Gender
|
|
151
|
+
birthday_gender: "誕生日 & 性別"
|
|
152
|
+
#en: blog: Blog
|
|
153
|
+
blog: ブログ
|
|
154
|
+
#en: blog_posts: Blog posts
|
|
155
|
+
blog_posts: ブログ記事
|
|
156
|
+
#en: body_text: Body Text
|
|
157
|
+
body_text: Body Text
|
|
158
|
+
#en: body_text_reqiured: Body Text (required)
|
|
159
|
+
body_text_required: 本文 (必須)
|
|
160
|
+
#en: bookmarklet: bookmarklet
|
|
161
|
+
bookmarklet: ブックマークレット
|
|
162
|
+
#en: browse_all_members: browse all members
|
|
163
|
+
browse_all_members: すべてのメンバを閲覧
|
|
164
|
+
#en: browse_content_by_tags: Browse content by tags
|
|
165
|
+
browse_content_by_tags: Browse content by tags
|
|
166
|
+
#en: by: by
|
|
167
|
+
by: by
|
|
168
|
+
#en: by_looking_at_the: by looking at the
|
|
169
|
+
by_looking_at_the: by looking at the
|
|
170
|
+
#en: cancel: Cancel
|
|
171
|
+
cancel: キャンセル
|
|
172
|
+
#en: cancel_and_go_back_to: cancel and go back to
|
|
173
|
+
cancel_and_go_back_to: cancel and go back to
|
|
174
|
+
#en: cancel_and_go_back_to_all_features: cancel and go back to all features
|
|
175
|
+
cancel_and_go_back_to_all_features: cancel and go back to all features
|
|
176
|
+
#en: cancel_and_go_back_to_my_clippings: cancel and go back to my clippings
|
|
177
|
+
cancel_and_go_back_to_my_clippings: cancel and go back to my clippings
|
|
178
|
+
#en: cancel_and_go_back_to_my_photos: cancel and go back to my photos
|
|
179
|
+
cancel_and_go_back_to_my_photos: cancel and go back to my photos
|
|
180
|
+
#en: cancel_and_go_back_to_my_posts: cancel and go back to my posts
|
|
181
|
+
cancel_and_go_back_to_my_posts: cancel and go back to my posts
|
|
182
|
+
#en: categories: Categories
|
|
183
|
+
categories: カテゴリ
|
|
184
|
+
#en: category: Category
|
|
185
|
+
category: カテゴリ
|
|
186
|
+
#en: category_was_successfully_created: Category was successfully created.
|
|
187
|
+
category_was_successfully_created: Category was successfully created.
|
|
188
|
+
#en: choices: Choices
|
|
189
|
+
choices: Choices
|
|
190
|
+
#en: choose_a_photo_for_your_profile: "Choose a photo for your profile:"
|
|
191
|
+
choose_a_photo_for_your_profile: "プロフィール写真を選択してください:"
|
|
192
|
+
#en: choose_a_photo_to_upload: "Choose a photo to upload:"
|
|
193
|
+
choose_a_photo_to_upload: "アップロードする写真を選択してください:"
|
|
194
|
+
#en: choose_your_location: Choose your location
|
|
195
|
+
choose_your_location: Choose your location
|
|
196
|
+
#en: click_here: click here
|
|
197
|
+
click_here: ここをクリック
|
|
198
|
+
#en: click_here_to_retrieve_it: Click here to retrieve it
|
|
199
|
+
click_here_to_retrieve_it: 検索するにはここをクリック
|
|
200
|
+
#en: click_here_to_sign_up: Click here to sign up
|
|
201
|
+
click_here_to_sign_up: サインアップするにはここをクリック
|
|
202
|
+
#en: click_here_to_sign_up_for_an_account_and_enter: Click here to sign up for an account and enter
|
|
203
|
+
click_here_to_sign_up_for_an_account_and_enter: Click here to sign up for an account and enter
|
|
204
|
+
#en: click_here_to_upload_one: Click here to upload one!
|
|
205
|
+
click_here_to_upload_one: Click here to upload one!
|
|
206
|
+
#en: click_here_to_view_as_a_list: Click here to view as a list
|
|
207
|
+
click_here_to_view_as_a_list: Click here to view as a list
|
|
208
|
+
#en: click_on_an_image_below_to_clip_it: Click on an image below to clip it
|
|
209
|
+
click_on_an_image_below_to_clip_it: Click on an image below to clip it
|
|
210
|
+
#en: click_the_activation_link_in_the_e_mail_to_log_in: Click the activation link in the e-mail to log in.
|
|
211
|
+
click_the_activation_link_in_the_e_mail_to_log_in: Click the activation link in the e-mail to log in.
|
|
212
|
+
#en: click_to_accept_it: Click to accept it!
|
|
213
|
+
click_to_accept_it: 承認するためにクリックしてください!
|
|
214
|
+
#en: clipping_comments: Clipping Comments
|
|
215
|
+
clipping_comments: Clipping Comments
|
|
216
|
+
#en: clipping_was_successfully_created: Clipping was successfully created.
|
|
217
|
+
clipping_was_successfully_created: Clipping was successfully created.
|
|
218
|
+
#en: clippings: Clippings
|
|
219
|
+
clippings: クリップ
|
|
220
|
+
#en: clippings_are_a_way_to_save_images_you_like_from_around_the_web: Clippings are a way to save images you like from around the Web
|
|
221
|
+
clippings_are_a_way_to_save_images_you_like_from_around_the_web: Clippings are a way to save images you like from around the Web
|
|
222
|
+
#en: clippings_let_you_to_save_cool_images_from_around_the_web: Clippings let you to save cool images from around the Web.
|
|
223
|
+
clippings_let_you_to_save_cool_images_from_around_the_web: Clippings let you to save cool images from around the Web.
|
|
224
|
+
#en: close_this_message: Close this message
|
|
225
|
+
close_this_message: このメッセージを閉じる
|
|
226
|
+
#en: comma_separated: (comma separated)
|
|
227
|
+
comma_separated: (comma separated)
|
|
228
|
+
#en: comma_separated_keywords_that_describe_you: Comma-separated keywords that describe you.
|
|
229
|
+
comma_separated_keywords_that_describe_you: Comma-separated keywords that describe you.
|
|
230
|
+
#en: comment_character_limit: (2000 character limit)
|
|
231
|
+
comment_character_limit: (最大2000文字)
|
|
232
|
+
#en: comment_could_not_be_deleted: Comment could not be deleted.
|
|
233
|
+
comment_could_not_be_deleted: コメントを削除できませんでした.
|
|
234
|
+
#en: comment_save_error: Your comment couldn't be saved.
|
|
235
|
+
comment_save_error: "コメントを保存できませんでした: %{error}"
|
|
236
|
+
#en: comment_was_successfully_created: Comment was successfully created.
|
|
237
|
+
comment_was_successfully_created: コメントの投稿が完了しました.
|
|
238
|
+
#en: comments: Comments
|
|
239
|
+
comments: コメント
|
|
240
|
+
#en: comments_deleted: Comments deleted
|
|
241
|
+
comments_deleted: Comments deleted
|
|
242
|
+
#en: comments_rss: Comments RSS
|
|
243
|
+
comments_rss: コメントRSS
|
|
244
|
+
#en: community_tagline: CommunityEngine Rocks!
|
|
245
|
+
community_tagline: CommunityEngine Rocks!
|
|
246
|
+
#en: compose: Compose
|
|
247
|
+
compose: Compose
|
|
248
|
+
#en: compose_message: Compose message
|
|
249
|
+
compose_message: Compose message
|
|
250
|
+
#en: confirm_password: Confirm Password
|
|
251
|
+
confirm_password: パスワードの確認
|
|
252
|
+
#en: country: Country
|
|
253
|
+
country: 国
|
|
254
|
+
#en: create: Create
|
|
255
|
+
create: 作成
|
|
256
|
+
#en: create_an_account: Create an account
|
|
257
|
+
create_an_account: アカウントの作成
|
|
258
|
+
#en: create_a_clipping: Create a clipping
|
|
259
|
+
create_a_clipping: クリップの作成
|
|
260
|
+
#en: create_a_post: Create a post
|
|
261
|
+
create_a_post: 記事の作成
|
|
262
|
+
#en: create_new_forum: Create new forum
|
|
263
|
+
create_new_forum: 新規フォーラムの作成
|
|
264
|
+
#en: create_your_account: Create Your Account
|
|
265
|
+
create_your_account: アカウントを作成しよう!
|
|
266
|
+
#en: created_at: Created at
|
|
267
|
+
created_at: 作成日
|
|
268
|
+
#en: custom_friendly_local: custom, friendly, local
|
|
269
|
+
custom_friendly_local: "custom, friendly, local"
|
|
270
|
+
#en: dashboard: Dashboard
|
|
271
|
+
dashboard: ダッシュボード
|
|
272
|
+
#en: dashboard_friends: Once you start adding friends, you'll be able to track their activity on %{site} here
|
|
273
|
+
dashboard_friends: "Once you start adding friends, you'll be able to track their activity on %{site} here"
|
|
274
|
+
#en: date_title: Date
|
|
275
|
+
date_title: 日付
|
|
276
|
+
#en: date_created: 作成日時
|
|
277
|
+
date_created: Date Created
|
|
278
|
+
#en: date_published: Date Published
|
|
279
|
+
date_published: Date Published
|
|
280
|
+
#en: days_ago: days ago
|
|
281
|
+
days_ago: 日前
|
|
282
|
+
#en: deactivate_link: Click here to deactivate your account
|
|
283
|
+
deactivate_link: Click here to deactivate your account
|
|
284
|
+
#en: deactivate_tip: Deactivating your account will remove your profile from the site.
|
|
285
|
+
deactivate_tip: Deactivating your account will remove your profile from the site.
|
|
286
|
+
#en: deactivate_confirmation: Are you sure you want to deactivate your account?
|
|
287
|
+
deactivate_confirmation: Are you sure you want to deactivate your account?
|
|
288
|
+
#en: deactivate_completed: Thanks. Your account has been deactivated and you have been logged out.
|
|
289
|
+
deactivate_completed: Thanks. Your account has been deactivated and you have been logged out.
|
|
290
|
+
#en: delete: Delete
|
|
291
|
+
delete: 削除
|
|
292
|
+
#en: delete_selected: Delete selected
|
|
293
|
+
delete_selected: Delete selected
|
|
294
|
+
#en: delete_this_event: Delete this event
|
|
295
|
+
delete_this_event: このイベントを削除します
|
|
296
|
+
#en: delete_this_forum: Delete this forum
|
|
297
|
+
delete_this_forum: このフォーラムを削除します
|
|
298
|
+
#en: delete_this_photo: Delete this photo
|
|
299
|
+
delete_this_photo: この写真を削除します
|
|
300
|
+
#en: delete_this_post: Delete this post?
|
|
301
|
+
delete_this_post: この記事を削除しますか?
|
|
302
|
+
#en: delete_this_topic_forever: Delete this topic forever?
|
|
303
|
+
delete_this_topic_forever: Delete this topic forever?
|
|
304
|
+
#en: delete_this_user: Delete this user
|
|
305
|
+
delete_this_user: このユーザを削除します
|
|
306
|
+
#en: deny: Deny
|
|
307
|
+
deny: 拒否
|
|
308
|
+
#en: denied: denied
|
|
309
|
+
denied: denied
|
|
310
|
+
#en: denied_friendships: Denied Friendships
|
|
311
|
+
denied_friendships: Denied Friendships
|
|
312
|
+
#en: description: Description
|
|
313
|
+
description: Description
|
|
314
|
+
#en: destroy: Destroy
|
|
315
|
+
destroy: Destroy
|
|
316
|
+
#en: dont_have_an_account: Don't have an account?
|
|
317
|
+
dont_have_an_account: アカウントを持っていますか?
|
|
318
|
+
#en: dont_wait_its: Don't wait! It's
|
|
319
|
+
dont_wait_its: Don't wait! It's
|
|
320
|
+
#en: draft: draft
|
|
321
|
+
draft: 草稿
|
|
322
|
+
#en: drag_the_bookmarklet: Drag the %{site}-It! bookmarklet to your bookmarks toolbar.
|
|
323
|
+
drag_the_bookmarklet: "Drag the %{site}-It! bookmarklet to your bookmarks toolbar."
|
|
324
|
+
#en: drag_this_to_your_bookmarks_toolbar: Drag this to your bookmarks toolbar
|
|
325
|
+
drag_this_to_your_bookmarks_toolbar: Drag this to your bookmarks toolbar
|
|
326
|
+
#en: e_mail: E-mail
|
|
327
|
+
e_mail: E-mail
|
|
328
|
+
#en: e_mail_address: E-mail address
|
|
329
|
+
e_mail_address: E-mailアドレス
|
|
330
|
+
#en: e_mail_notification: E-mail Notification
|
|
331
|
+
e_mail_notification: E-mail通知
|
|
332
|
+
#en: edit: Edit
|
|
333
|
+
edit: 編集
|
|
334
|
+
#en: edit_account: Edit account
|
|
335
|
+
edit_account: アカウントの編集
|
|
336
|
+
#en: edit_event: Edit event
|
|
337
|
+
edit_event: イベントの編集
|
|
338
|
+
#en: edit_forum: Edit forum
|
|
339
|
+
edit_forum: フォーラムの編集
|
|
340
|
+
#en: edit_post: Edit post
|
|
341
|
+
edit_post: 記事の編集
|
|
342
|
+
#en: edit_profile: Edit profile
|
|
343
|
+
edit_profile: プロフィールの編集
|
|
344
|
+
#en: edit_this_event: Edit this event
|
|
345
|
+
edit_this_event: このイベントの編集
|
|
346
|
+
#en: edit_this_photo_details: Edit this photo's details
|
|
347
|
+
edit_this_photo_details: この写真の詳細を編集
|
|
348
|
+
#en: edit_topic: Edit topic
|
|
349
|
+
edit_topic: トピックの編集
|
|
350
|
+
#en: edit_your_account_settings_instead: "Edit your account settings instead?"
|
|
351
|
+
edit_your_account_settings_instead: "Edit your account settings instead?"
|
|
352
|
+
#en: edit_your_user_profile: Edit your user profile?
|
|
353
|
+
edit_your_user_profile: プロフィールを編集しますか?
|
|
354
|
+
#en: editing_ad: Editing ad
|
|
355
|
+
editing_ad: Editing ad
|
|
356
|
+
#en: editing_category: Editing category
|
|
357
|
+
editing_category: カテゴリの編集
|
|
358
|
+
#en: editing_clipping: Editing clipping
|
|
359
|
+
editing_clipping: クリップの編集
|
|
360
|
+
#en: editing_homepage_feature: Editing homepage feature
|
|
361
|
+
editing_homepage_feature: Editing homepage feature
|
|
362
|
+
#en: editing_metro_area: Editing Metro Area
|
|
363
|
+
editing_metro_area: Editing Metro Area
|
|
364
|
+
#en: editing_photo: Editing photo
|
|
365
|
+
editing_photo: 写真の編集
|
|
366
|
+
#en: editing_post: Editing post
|
|
367
|
+
editing_post: Editing post
|
|
368
|
+
#en: email_addresses: Email Addresses
|
|
369
|
+
email_addresses: Emailアドレス
|
|
370
|
+
#en: email_signup_thanks: Thanks for signing up! You should receive an e-mail confirmation shortly at %{email}
|
|
371
|
+
email_signup_thanks: "Thanks for signing up! You should receive an e-mail confirmation shortly at %{email}"
|
|
372
|
+
#en: email_this_story_to_friends: "E-mail this story to friends"
|
|
373
|
+
email_this_story_to_friends: "E-mail this story to friends"
|
|
374
|
+
#en: email_to_friends: E-mail to friends
|
|
375
|
+
email_to_friends: 友人にE-mailを送る
|
|
376
|
+
#en: end: end
|
|
377
|
+
end: end
|
|
378
|
+
#en: end_date: End date
|
|
379
|
+
end_date: 終了日時
|
|
380
|
+
#en: end_required: end (required)
|
|
381
|
+
end_required: end (required)
|
|
382
|
+
#en: end_tome: End time
|
|
383
|
+
end_tome: 終了時刻
|
|
384
|
+
#en: enter_a_message: Enter a message
|
|
385
|
+
enter_a_message: メッセージを入力
|
|
386
|
+
#en: enter_e_mail_addresses: Enter e-mail addresses
|
|
387
|
+
enter_e_mail_addresses: Enter e-mail addresses
|
|
388
|
+
#en: enter_e_mail_addresses_comma_sep: Enter e-mail addresses (comma-separated)
|
|
389
|
+
enter_e_mail_addresses_comma_sep: Enter e-mail addresses (comma-separated)
|
|
390
|
+
#en: enter_your_email_address: "Enter your email address"
|
|
391
|
+
enter_your_email_address: "E-mailアドレスを入力してください"
|
|
392
|
+
#en: error: Error!
|
|
393
|
+
error: エラー!
|
|
394
|
+
#en: estimated_total_for_this_month: Estimated total for this month
|
|
395
|
+
estimated_total_for_this_month: Estimated total for this month
|
|
396
|
+
#en: estimated_writers_costs_this_month: "Estimated writers' costs this month"
|
|
397
|
+
estimated_writers_costs_this_month: "Estimated writers' costs this month"
|
|
398
|
+
#en: event_was_successfully_created: Event was successfully created.
|
|
399
|
+
event_was_successfully_created: Event was successfully created.
|
|
400
|
+
#en: events: Events
|
|
401
|
+
events: Events
|
|
402
|
+
#en: every_person_has_something_to_say: Every single person has something to say, something to give, something that will help someone else. Join in!
|
|
403
|
+
every_person_has_something_to_say: "Every single person has something to say, something to give, something that will help someone else. Join in!"
|
|
404
|
+
#en: explore_site: Explore %{site}
|
|
405
|
+
explore_site: "Explore %{site}"
|
|
406
|
+
#en: failed: failed
|
|
407
|
+
failed: failed
|
|
408
|
+
#en: faq: FAQ
|
|
409
|
+
faq: よくある質問
|
|
410
|
+
#en: faq_section: FAQ section
|
|
411
|
+
faq_section: FAQ section
|
|
412
|
+
#en: favorites: Favorites
|
|
413
|
+
favorites: Favorites
|
|
414
|
+
#en: favorite_this: Favorite this
|
|
415
|
+
favorite_this: Favorite this
|
|
416
|
+
#en: featured_posts: Featured posts
|
|
417
|
+
featured_posts: Featured posts
|
|
418
|
+
#en: featured_writer: Featured writer
|
|
419
|
+
featured_writer: Featured writer
|
|
420
|
+
#en: featured_writers: Featured writers
|
|
421
|
+
featured_writers: Featured writers
|
|
422
|
+
#en: features: Features
|
|
423
|
+
features: Features
|
|
424
|
+
#en: feel_free_to_embed_images_or_videos: Feel free to embed images or videos.
|
|
425
|
+
feel_free_to_embed_images_or_videos: Feel free to embed images or videos.
|
|
426
|
+
#en: female: Female
|
|
427
|
+
female: 女性
|
|
428
|
+
#en: filename: Filename
|
|
429
|
+
filename: ファイル名
|
|
430
|
+
#en: find_an_expert: Find an Expert
|
|
431
|
+
find_an_expert: Find an Expert
|
|
432
|
+
#en: find_an_expert_in: Find an Expert in
|
|
433
|
+
find_an_expert_in: Find an Expert in
|
|
434
|
+
#en: find_experts: Find experts
|
|
435
|
+
find_experts: Find experts
|
|
436
|
+
#en: find_out_where_to_be_and_when_to_be_there: Find out where to be, and when to be there.
|
|
437
|
+
find_out_where_to_be_and_when_to_be_there: "Find out where to be, and when to be there."
|
|
438
|
+
#en: for_more_information_on_tags_check_out_the: For more information on tags check out the
|
|
439
|
+
for_more_information_on_tags_check_out_the: For more information on tags check out the
|
|
440
|
+
#en: forgot_your_password: Forgot your password?
|
|
441
|
+
forgot_your_password: パスワードを忘れましたか?
|
|
442
|
+
#en: forgot_your_username: Forgot your username?
|
|
443
|
+
forgot_your_username: ユーザ名を忘れましたか?
|
|
444
|
+
#en: forum: Forum
|
|
445
|
+
forum: フォーラム
|
|
446
|
+
#en: forums: Forums
|
|
447
|
+
forums: フォーラム
|
|
448
|
+
#en: found: found
|
|
449
|
+
found: を見つけました
|
|
450
|
+
#en: frequency: Frequency
|
|
451
|
+
frequency: Frequency
|
|
452
|
+
#en: frequent_asked_questions: Frequent Asked Questions
|
|
453
|
+
frequent_asked_questions: よくある質問
|
|
454
|
+
#en: frequently_asked_questions: Frequently Asked Questions
|
|
455
|
+
frequently_asked_questions: よくある質問
|
|
456
|
+
#en: friend: friend
|
|
457
|
+
friend: 友人
|
|
458
|
+
#en: friends: Friends
|
|
459
|
+
friends: 友人
|
|
460
|
+
#en: friendship_could_not_be_created: Friendship could not be created
|
|
461
|
+
friendship_could_not_be_created: Friendship could not be created
|
|
462
|
+
#en: friendship_request_detail: Friendship request detail
|
|
463
|
+
friendship_request_detail: Friendship request detail
|
|
464
|
+
#en: friendship_requested: Requested friendship with %{friend}.
|
|
465
|
+
friendship_requested: "Requested friendship with %{friend}."
|
|
466
|
+
#en: from: From
|
|
467
|
+
from: From
|
|
468
|
+
#en: from2: From
|
|
469
|
+
from2: From
|
|
470
|
+
#en: gender: Gender
|
|
471
|
+
gender: 性別
|
|
472
|
+
#en: get_help_from_someone_who_knows: Get help from someone who knows
|
|
473
|
+
get_help_from_someone_who_knows: Get help from someone who knows
|
|
474
|
+
#en: get_popular: Get popular.
|
|
475
|
+
get_popular: Get popular.
|
|
476
|
+
#en: get_started_banner: Get started with <a href="/">%{site}</a> today!
|
|
477
|
+
get_started_banner: "Get started with <a href='/'>%{site}</a> today!"
|
|
478
|
+
#en: get_started_invite_some_friends: "Get Started: Invite some friends!"
|
|
479
|
+
get_started_invite_some_friends: "Get Started: Invite some friends!"
|
|
480
|
+
#en: get_started_tell_us_about_yourself: "Get Started: Tell us about yourself"
|
|
481
|
+
get_started_tell_us_about_yourself: "Get Started: Tell us about yourself"
|
|
482
|
+
#en: get_started_upload_a_profile_photo: "Get Started: Upload a profile photo"
|
|
483
|
+
get_started_upload_a_profile_photo: "Get Started: Upload a profile photo"
|
|
484
|
+
#en: go: Go
|
|
485
|
+
go: Go
|
|
486
|
+
#en: go2: Go
|
|
487
|
+
go2: Go
|
|
488
|
+
#en: go_check_your_e_mail: Go check your e-mail!
|
|
489
|
+
go_check_your_e_mail: Go check your e-mail!
|
|
490
|
+
#en: go_to_the_forums: go to the forums
|
|
491
|
+
go_to_the_forums: go to the forums
|
|
492
|
+
#en: go_to_your_clippings_page_to_get_started: Go to your clippings page to get started.
|
|
493
|
+
go_to_your_clippings_page_to_get_started: Go to your clippings page to get started.
|
|
494
|
+
#en: go_to_your_profile: Go to your profile
|
|
495
|
+
go_to_your_profile: Go to your profile
|
|
496
|
+
#en: have_an_account: "Have an account? "
|
|
497
|
+
have_an_account: "Have an account? "
|
|
498
|
+
#en: have_something_to_contribute: Have something to contribute?
|
|
499
|
+
have_something_to_contribute: Have something to contribute?
|
|
500
|
+
#en: help: Help
|
|
501
|
+
help: ヘルプ
|
|
502
|
+
#en: home: Home
|
|
503
|
+
home: ホーム
|
|
504
|
+
#en: homepage_banner_download_msg: Download it now and get started
|
|
505
|
+
homepage_banner_download_msg: Download it now and get started
|
|
506
|
+
#en: homepage_banner_msg: CommunityEngine is the best way to go from zero to hero in no time
|
|
507
|
+
homepage_banner_msg: CommunityEngine is the best way to go from zero to hero in no time
|
|
508
|
+
#en: homepage_banner_signup_prompt: See how it works
|
|
509
|
+
homepage_banner_signup_prompt: See how it works
|
|
510
|
+
#en: homepage_features: Homepage Features
|
|
511
|
+
homepage_features: Homepage Features
|
|
512
|
+
#en: hours_ago: hours ago
|
|
513
|
+
hours_ago: 時間前
|
|
514
|
+
#en: how_do_i_do_that: How do I do that?
|
|
515
|
+
how_do_i_do_that: How do I do that?
|
|
516
|
+
#en: html: HTML
|
|
517
|
+
html: HTML
|
|
518
|
+
#en: image: Image
|
|
519
|
+
image: 画像
|
|
520
|
+
#en: image_url: Image URL
|
|
521
|
+
image_url: 画像のURL
|
|
522
|
+
#en: in_the_forums: In the forums
|
|
523
|
+
in_the_forums: In the forums
|
|
524
|
+
#en: in_your_favorites: In your favorites
|
|
525
|
+
in_your_favorites: In your favorites
|
|
526
|
+
#en: inactive: inactive
|
|
527
|
+
inactive: 無効
|
|
528
|
+
#en: inbox: Inbox
|
|
529
|
+
inbox: Inbox
|
|
530
|
+
#en: insert: Insert
|
|
531
|
+
insert: 挿入
|
|
532
|
+
#en: invite_a_friend: Invite a friend
|
|
533
|
+
invite_a_friend: Invite a friend
|
|
534
|
+
#en: invitation_was_successfully_created: Invitation was successfully created.
|
|
535
|
+
invitation_was_successfully_created: Invitation was successfully created.
|
|
536
|
+
#en: invite_message: The more people you invite the better %{site} becomes.
|
|
537
|
+
invite_message: "The more people you invite the better %{site} becomes."
|
|
538
|
+
#en: invite_some_customers: Invite some customers!
|
|
539
|
+
invite_some_customers: Invite some customers!
|
|
540
|
+
#en: invite_your_friends_to_join: Invite Your Friends To Join!
|
|
541
|
+
invite_your_friends_to_join: Invite Your Friends To Join!
|
|
542
|
+
#en: invited_friends: invited some friends to join!
|
|
543
|
+
invited_friends: invited some friends to join!
|
|
544
|
+
#en: is_great_check_it_out_youll_love_it: is great, check it out you'll love it!
|
|
545
|
+
is_great_check_it_out_youll_love_it: "is great, check it out you'll love it!"
|
|
546
|
+
#en: items: Items
|
|
547
|
+
items: Items
|
|
548
|
+
#en: joined: joined
|
|
549
|
+
joined: 参加
|
|
550
|
+
#en: just_uploading_one_photo: Just uploading one photo?
|
|
551
|
+
just_uploading_one_photo: Just uploading one photo?
|
|
552
|
+
#en: keywords: Keywords
|
|
553
|
+
keywords: キーワード
|
|
554
|
+
#en: large: Large
|
|
555
|
+
large: 大
|
|
556
|
+
#en: last: last
|
|
557
|
+
last: last
|
|
558
|
+
#en: last_post: Last post
|
|
559
|
+
last_post: 最新の記事
|
|
560
|
+
#en: left_a_comment: "left a comment:"
|
|
561
|
+
left_a_comment: "コメントする:"
|
|
562
|
+
#en: links: Links
|
|
563
|
+
links: リンク
|
|
564
|
+
#en: listing_invitations: Listing invitations
|
|
565
|
+
listing_invitations: Listing invitations
|
|
566
|
+
#en: loading_images: Loading images
|
|
567
|
+
loading_images: Loading images
|
|
568
|
+
#en: loading_recent_content: Loading recent content...
|
|
569
|
+
loading_recent_content: Loading recent content...
|
|
570
|
+
#en: location: Location
|
|
571
|
+
location: 場所
|
|
572
|
+
#en: log_in: Log in
|
|
573
|
+
log_in: ログイン
|
|
574
|
+
#en: log_in_to_create_a_new_topic: Log in to create a new topic
|
|
575
|
+
log_in_to_create_a_new_topic: Log in to create a new topic
|
|
576
|
+
#en: log_in_to_leave_a_comment: Log in to leave a comment
|
|
577
|
+
log_in_to_leave_a_comment: ログインしてコメントする
|
|
578
|
+
#en: log_in_to_reply_to_this_topic: Log in to reply to this topic
|
|
579
|
+
log_in_to_reply_to_this_topic: Log in to reply to this topic
|
|
580
|
+
#en: log_in_to_site: Log in to %{site}
|
|
581
|
+
log_in_to_site: "%{site}にログイン"
|
|
582
|
+
#en: log_in_to_vote: Log in to vote
|
|
583
|
+
log_in_to_vote: Log in to vote
|
|
584
|
+
#en: log_in_to_your: Log in to your
|
|
585
|
+
log_in_to_your: Log in to your
|
|
586
|
+
#en: log_out: Log Out
|
|
587
|
+
log_out: ログアウト
|
|
588
|
+
#en: log_out_of_your: Log out of your
|
|
589
|
+
log_out_of_your: Log out of your
|
|
590
|
+
#en: logged_in: "Logged in:"
|
|
591
|
+
logged_in: "ログイン中:"
|
|
592
|
+
#en: logged_into_the_site: logged into the site
|
|
593
|
+
logged_into_the_site: サイトにログイン
|
|
594
|
+
#en: login: Login
|
|
595
|
+
login: ログイン
|
|
596
|
+
#en: logins: Logins
|
|
597
|
+
logins: ログイン
|
|
598
|
+
#en: locked: Locked
|
|
599
|
+
locked: Locked
|
|
600
|
+
#en: locked2: (locked)
|
|
601
|
+
locked2: (locked)
|
|
602
|
+
#en: look_for_a_message_from: "Look for a message from: %{from}"
|
|
603
|
+
look_for_a_message_from: "Look for a message from: %{from}"
|
|
604
|
+
#en: looking_for_most_x: Looking for %{link}
|
|
605
|
+
looking_for_most_x: "Looking for %{link}"
|
|
606
|
+
#en: make_moderator: Make moderator
|
|
607
|
+
make_moderator: Make moderator
|
|
608
|
+
#en: make_my_profile_public: Make my profile public
|
|
609
|
+
make_my_profile_public: Make my profile public
|
|
610
|
+
#en: make_this_my_profile_photo: Make this my profile photo
|
|
611
|
+
make_this_my_profile_photo: Make this my profile photo
|
|
612
|
+
#en: male:
|
|
613
|
+
male: 男性
|
|
614
|
+
#en: manage_my: "Manage my:"
|
|
615
|
+
manage_my: "Manage my:"
|
|
616
|
+
#en: manage_posts: Manage Posts
|
|
617
|
+
manage_posts: Manage Posts
|
|
618
|
+
#en: medium: Medium
|
|
619
|
+
medium: 中
|
|
620
|
+
#en: megabyte_upload_limit: megabyte upload limit
|
|
621
|
+
megabyte_upload_limit: megabyte upload limit
|
|
622
|
+
#en: megabyte_upload_limit_per_file: megabyte upload limit per file.
|
|
623
|
+
megabyte_upload_limit_per_file: megabyte upload limit per file.
|
|
624
|
+
#en: member: Member
|
|
625
|
+
member: メンバ
|
|
626
|
+
#en: members: Members
|
|
627
|
+
members: メンバ
|
|
628
|
+
#en: member_since: Member since
|
|
629
|
+
member_since: "メンバになった日"
|
|
630
|
+
#en: message: Message
|
|
631
|
+
message: メッセージ
|
|
632
|
+
#en: messages_deleted: Messages deleted
|
|
633
|
+
messages_deleted: Messages deleted
|
|
634
|
+
#en: messages_sent: Messages sent!
|
|
635
|
+
messages_sent: Messages sent!
|
|
636
|
+
#en: message_sent: Message sent!
|
|
637
|
+
message_sent: Message sent!
|
|
638
|
+
#en: metro_area: Metro Area
|
|
639
|
+
metro_area: Metro Area
|
|
640
|
+
#en: metro_areas: Metro Areas
|
|
641
|
+
metro_areas: Metro Areas
|
|
642
|
+
#en: metro_area_was_successfully_created: MetroArea was successfully created.
|
|
643
|
+
metro_area_was_successfully_created: MetroArea was successfully created.
|
|
644
|
+
#en: minutes_ago: minutes ago
|
|
645
|
+
minutes_ago: 数分前
|
|
646
|
+
#en: moderator: Moderator
|
|
647
|
+
moderator: Moderator
|
|
648
|
+
#en: moderators: Moderators
|
|
649
|
+
moderators: Moderators
|
|
650
|
+
#en: monitored_topics: Monitored Topics
|
|
651
|
+
monitored_topics: Monitored Topics
|
|
652
|
+
#en: month: Month
|
|
653
|
+
month: 月
|
|
654
|
+
#en: more: More
|
|
655
|
+
more: More
|
|
656
|
+
#en: more_about_you: More about you
|
|
657
|
+
more_about_you: More about you
|
|
658
|
+
#en: most_active_1_month: Most active (1 month)
|
|
659
|
+
most_active_1_month: Most active (1 month)
|
|
660
|
+
#en: my_details: My Details
|
|
661
|
+
my_details: 詳細
|
|
662
|
+
#en: my_friends: My Friends
|
|
663
|
+
my_friends: 私の友人
|
|
664
|
+
#en: my_profile: My Profile
|
|
665
|
+
my_profile: 私のプロフィール
|
|
666
|
+
#en: my_recent_comments: My recent comments
|
|
667
|
+
my_recent_comments: My recent comments
|
|
668
|
+
#en: my_tags: My tags
|
|
669
|
+
my_tags: タグ
|
|
670
|
+
#en: name: Name
|
|
671
|
+
name: 名前
|
|
672
|
+
#en: navigation_menu_text: Navigation menu text
|
|
673
|
+
navigation_menu_text: Navigation menu text
|
|
674
|
+
#en: need_some_help_contact_our: Need some help? Check out our
|
|
675
|
+
need_some_help_contact_our: Need some help? Check out our
|
|
676
|
+
#en: need_to_contact_us: Need to contact us?
|
|
677
|
+
need_to_contact_us: Need to contact us?
|
|
678
|
+
#en: new_ad: New Ad
|
|
679
|
+
new_ad: New Ad
|
|
680
|
+
#en: new_category: New category
|
|
681
|
+
new_category: New category
|
|
682
|
+
#en: new_clipping: New clipping
|
|
683
|
+
new_clipping: New clipping
|
|
684
|
+
#en: new_event: New Event
|
|
685
|
+
new_event: New Event
|
|
686
|
+
#en: new_forum: New Forum
|
|
687
|
+
new_forum: New Forum
|
|
688
|
+
#en: new_homepage_feature: New Homepage Feature
|
|
689
|
+
new_homepage_feature: New Homepage Feature
|
|
690
|
+
#en: new_invitation: New Invitation
|
|
691
|
+
new_invitation: New Invitation
|
|
692
|
+
#en: new_invitation_from: New Invitation from
|
|
693
|
+
new_invitation_from: New Invitation from
|
|
694
|
+
#en: new_metro_area: New Metro Area
|
|
695
|
+
new_metro_area: New Metro Area
|
|
696
|
+
#en: new_photo: New photo.
|
|
697
|
+
new_photo: New photo.
|
|
698
|
+
#en: new_photos_multiple_uploader: "New Photos » Multiple Uploader"
|
|
699
|
+
new_photos_multiple_uploader: "New Photos » Multiple Uploader"
|
|
700
|
+
#en: new_post: New post
|
|
701
|
+
new_post: New post
|
|
702
|
+
#en: new_post_for_category: New %{category}
|
|
703
|
+
new_post_for_category: "New %{category}"
|
|
704
|
+
#en: new_post_text: New Post text
|
|
705
|
+
new_post_text: New Post text
|
|
706
|
+
#en: new_today: New today
|
|
707
|
+
new_today: New today
|
|
708
|
+
#en: new_topic: New topic
|
|
709
|
+
new_topic: 新しいトピック
|
|
710
|
+
#en: new_yesterday: New yesterday
|
|
711
|
+
new_yesterday: New yesterday
|
|
712
|
+
#en: next: next
|
|
713
|
+
next: 次
|
|
714
|
+
#en: no_activation_email: No activation e-mail?
|
|
715
|
+
no_activation_email: No activation e-mail?
|
|
716
|
+
#en: no_comments_found: Sorry, we couldn't find any comments for that %{type}
|
|
717
|
+
no_comments_found: "Sorry, we couldn't find any comments for that %{type}"
|
|
718
|
+
#en: no_images_uploaded_yet: No images uploaded yet.
|
|
719
|
+
no_images_uploaded_yet: No images uploaded yet.
|
|
720
|
+
#en: no_messages: no messages
|
|
721
|
+
no_messages: メッセージがありません
|
|
722
|
+
#en: no_profile_photo: "No profile photo?"
|
|
723
|
+
no_profile_photo: "No profile photo?"
|
|
724
|
+
#en: no_recent_activity: No recent activity
|
|
725
|
+
no_recent_activity: No recent activity
|
|
726
|
+
#en: no_tags: No tags
|
|
727
|
+
no_tags: タグがありません
|
|
728
|
+
#en: notify_email_updates: Notify of community news
|
|
729
|
+
notify_email_updates: Notify of community news
|
|
730
|
+
#en: notify_me_of_follow_ups_via_email: Notify me of follow ups via e-mail
|
|
731
|
+
notify_me_of_follow_ups_via_email: Notify me of follow ups via e-mail
|
|
732
|
+
#en: notify_of_comments: Notify of comments
|
|
733
|
+
notify_of_comments: Notify of comments
|
|
734
|
+
#en: notify_of_friend_requests: Notify of friend requests
|
|
735
|
+
notify_of_friend_requests: Notify of friend requests
|
|
736
|
+
#en: of: of
|
|
737
|
+
of: of
|
|
738
|
+
#en: on_commentable: On
|
|
739
|
+
on_commentable: 'On'
|
|
740
|
+
#en: one_day_ago: one day ago
|
|
741
|
+
one_day_ago: one day ago
|
|
742
|
+
#en: one_hour_ago: one hour ago
|
|
743
|
+
one_hour_ago: one hour ago
|
|
744
|
+
#en: one_minute_ago: one minute ago
|
|
745
|
+
one_minute_ago: one minute ago
|
|
746
|
+
#en: optional: optional
|
|
747
|
+
optional: optional
|
|
748
|
+
#en: optional_keywords_describing_this_post_separated_by_commas: optional keywords describing this post, separated by commas
|
|
749
|
+
optional_keywords_describing_this_post_separated_by_commas: "optional keywords describing this post, separated by commas"
|
|
750
|
+
#en: or: or
|
|
751
|
+
or: or
|
|
752
|
+
#en: page: page
|
|
753
|
+
page: ページ
|
|
754
|
+
#en: pages: "Pages:"
|
|
755
|
+
pages: "Pages:"
|
|
756
|
+
#en: password: Password
|
|
757
|
+
password: パスワード
|
|
758
|
+
#en: pending: pending
|
|
759
|
+
pending: pending
|
|
760
|
+
#en: pending_friendships: Pending Friendships
|
|
761
|
+
pending_friendships: Pending Friendships
|
|
762
|
+
#en: people: People
|
|
763
|
+
people: People
|
|
764
|
+
#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
|
|
765
|
+
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.
|
|
766
|
+
#en: people_who_sign_up_using_your_invitation_will_automatically_be_added_as_your_friends_on: People who sign up using your invitation will automatically be added as your friends on
|
|
767
|
+
people_who_sign_up_using_your_invitation_will_automatically_be_added_as_your_friends_on: People who sign up using your invitation will automatically be added as your friends on
|
|
768
|
+
#en: permanently_delete_this_clipping: Permanently delete this clipping?
|
|
769
|
+
permanently_delete_this_clipping: Permanently delete this clipping?
|
|
770
|
+
#en: permanently_delete_this_event: Permanently delete this event?
|
|
771
|
+
permanently_delete_this_event: Permanently delete this event?
|
|
772
|
+
#en: permanently_delete_this_post: Permanently delete this post?
|
|
773
|
+
permanently_delete_this_post: Permanently delete this post?
|
|
774
|
+
#en: photo_comments: Photo Comments
|
|
775
|
+
photo_comments: Photo Comments
|
|
776
|
+
#en: photo_from_user: "%{photo_description} from %{user}"
|
|
777
|
+
photo_from_user: "%{photo_description} from %{user}"
|
|
778
|
+
#en: photo_message: Your profile photo represents you on %{site}. You can change it later.
|
|
779
|
+
photo_message: "Your profile photo represents you on %{site}. You can change it later."
|
|
780
|
+
#en: photo_was_successfully_created: Photo was successfully created.
|
|
781
|
+
photo_was_successfully_created: Photo was successfully created.
|
|
782
|
+
#en: photos: Photos
|
|
783
|
+
photos: "写真"
|
|
784
|
+
#en: photos_should_be_x_pixels: Photos should be 300x300 pixels.
|
|
785
|
+
photos_should_be_x_pixels: Photos should be 300x300 pixels.
|
|
786
|
+
#en: photo_tip_1: Photos show the world your creativity. Pick your best pics, and give them good titles and descriptions.
|
|
787
|
+
photo_tip_1: "Photos show the world your creativity. Pick your best pics, and give them good titles and descriptions."
|
|
788
|
+
#en: photo_tip_2: Use tags to organize your photos. Separate tags with commas.
|
|
789
|
+
photo_tip_2: Use tags to organize your photos. Separate tags with commas.
|
|
790
|
+
#en: please_log_in: Please log in.
|
|
791
|
+
please_log_in: ログインしてください.
|
|
792
|
+
#en: please_post_something_at_least: Please post something at least...
|
|
793
|
+
please_post_something_at_least: Please post something at least...
|
|
794
|
+
#en: plural_posts: "%{count} posts"
|
|
795
|
+
plural_posts: "%{count} posts"
|
|
796
|
+
#en: popular: Popular
|
|
797
|
+
popular: 人気
|
|
798
|
+
#en: popular_catgory: Popular %{name}
|
|
799
|
+
popular_catgory: "Popular %{name}"
|
|
800
|
+
#en: popular_posts: Popular Posts
|
|
801
|
+
popular_posts: Popular Posts
|
|
802
|
+
#en: popular_posts_on: Popular Posts on
|
|
803
|
+
popular_posts_on: Popular Posts on
|
|
804
|
+
#en: popular_polls: Popular Polls
|
|
805
|
+
popular_polls: Popular Polls
|
|
806
|
+
#en position: Position
|
|
807
|
+
position: Position
|
|
808
|
+
#en: post: Post
|
|
809
|
+
post: Post
|
|
810
|
+
#en: posts: Posts
|
|
811
|
+
posts: Posts
|
|
812
|
+
#en: post_a_new_topic: Post a new topic
|
|
813
|
+
post_a_new_topic: Post a new topic
|
|
814
|
+
#en: post_an_event: Post an event
|
|
815
|
+
post_an_event: Post an event
|
|
816
|
+
#en: post_created_for_category: Your '%{category}' post was successfully created.
|
|
817
|
+
post_created_for_category: "Your '%{category}' post was successfully created."
|
|
818
|
+
#en: post_comments: Post Comments
|
|
819
|
+
post_comments: Post Comments
|
|
820
|
+
#en: postal_code: "Postal code:"
|
|
821
|
+
postal_code: "Postal code:"
|
|
822
|
+
#en: posting_tips: "Posting Tips"
|
|
823
|
+
posting_tips: "Posting Tips"
|
|
824
|
+
#en: post_topic: Post topic
|
|
825
|
+
post_topic: Post topic
|
|
826
|
+
#en: posts_photos_and_bookmarks: posts, photos and bookmarks
|
|
827
|
+
posts_photos_and_bookmarks: posts, photos and bookmarks
|
|
828
|
+
#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."
|
|
829
|
+
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."
|
|
830
|
+
#en: preview: Preview
|
|
831
|
+
preview: プレビュー
|
|
832
|
+
#en: previewing_your_post: Previewing your post
|
|
833
|
+
previewing_your_post: Previewing your post
|
|
834
|
+
#en: previous: previous
|
|
835
|
+
previous: 前
|
|
836
|
+
#en: print: Print
|
|
837
|
+
print: Print
|
|
838
|
+
#en: print_this_story: "Print this story"
|
|
839
|
+
print_this_story: "Print this story"
|
|
840
|
+
#en: profile: Profile
|
|
841
|
+
profile: プロフィール
|
|
842
|
+
#en: profile_comments: Profile Comments
|
|
843
|
+
profile_comments: プロフィールへのコメント
|
|
844
|
+
#en: profile_photo: Profile Photo
|
|
845
|
+
profile_photo: プロフィール写真
|
|
846
|
+
#en: profile_photo_change: Change profile photo
|
|
847
|
+
profile_photo_change: プロフィール写真を変更
|
|
848
|
+
#en: profile_photo_crop: Crop profile photo
|
|
849
|
+
profile_photo_crop: Crop profile photo
|
|
850
|
+
#en: profile_privacy: Profile Privacy
|
|
851
|
+
profile_privacy: Profile Privacy
|
|
852
|
+
#en: profile_views: profile views
|
|
853
|
+
profile_views: profile views
|
|
854
|
+
#en: pros: Pros
|
|
855
|
+
pros: Pros
|
|
856
|
+
#en: published: Published
|
|
857
|
+
published: Published
|
|
858
|
+
#en: question: Question
|
|
859
|
+
question: 質問
|
|
860
|
+
#en: re_type_your_password_to_confirm: "Re-type your password to confirm:"
|
|
861
|
+
re_type_your_password_to_confirm: "Re-type your password to confirm:"
|
|
862
|
+
#en: read_more: read more
|
|
863
|
+
read_more: 続きを読む
|
|
864
|
+
#en: recent: Recent
|
|
865
|
+
recent: Recent
|
|
866
|
+
#en: recent_activity: Recent activity
|
|
867
|
+
recent_activity: Recent activity
|
|
868
|
+
#en: recent_blog_posts: Recent Blog Posts
|
|
869
|
+
recent_blog_posts: Recent Blog Posts
|
|
870
|
+
#en: recent_posts: Recent Posts
|
|
871
|
+
recent_posts: Recent Posts
|
|
872
|
+
#en: recommended_posts: Recommended Posts
|
|
873
|
+
recommended_posts: Recommended Posts
|
|
874
|
+
#en: related_clippings_all_members: Related Clippings (all members)
|
|
875
|
+
related_clippings_all_members: Related Clippings (all members)
|
|
876
|
+
#en: related_photos_all_members: Related Photos (all members)
|
|
877
|
+
related_photos_all_members: Related Photos (all members)
|
|
878
|
+
#en: related_posts: Related Posts
|
|
879
|
+
related_posts: Related Posts
|
|
880
|
+
#en: related_tags: Related Tags
|
|
881
|
+
related_tags: Related Tags
|
|
882
|
+
#en: remember_me: Remember me
|
|
883
|
+
remember_me: Remember me
|
|
884
|
+
#en: remember_you_can_always_change_this_later: Remember, you can always change this later.
|
|
885
|
+
remember_you_can_always_change_this_later: "Remember, you can always change this later."
|
|
886
|
+
#en: remove_moderator: Remove moderator
|
|
887
|
+
remove_moderator: Remove moderator
|
|
888
|
+
#en: remove_this_friend: Remove this friend
|
|
889
|
+
remove_this_friend: Remove this friend
|
|
890
|
+
#en: reply: Reply
|
|
891
|
+
reply: 返信
|
|
892
|
+
#en: reply_to_topic: Reply
|
|
893
|
+
reply_to_topic: 返信
|
|
894
|
+
#en: request_friendship: Request friendship
|
|
895
|
+
request_friendship: Request friendship
|
|
896
|
+
#en: requested: requested
|
|
897
|
+
requested: requested
|
|
898
|
+
#en: requested_friendship_with: Requested friendship with
|
|
899
|
+
requested_friendship_with: Requested friendship with
|
|
900
|
+
#en: requesting_friendship: Requesting friendship
|
|
901
|
+
requesting_friendship: Requesting friendship
|
|
902
|
+
#en: required: required
|
|
903
|
+
required: 必須
|
|
904
|
+
#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.)"
|
|
905
|
+
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.)"
|
|
906
|
+
#en: required_you_must_be_at_least_years_old_to_sign_up: "(Required: you must be at least 13 years old to sign up.)"
|
|
907
|
+
required_you_must_be_at_least_years_old_to_sign_up: "(Required: you must be at least 13 years old to sign up.)"
|
|
908
|
+
#en: required_your_username_must_not_contain_numerals_spaces_or_special_characters: "(Required: Your username must not contain numerals, spaces or special characters.)"
|
|
909
|
+
required_your_username_must_not_contain_numerals_spaces_or_special_characters: "(Required: Your username must not contain numerals, spaces or special characters.)"
|
|
910
|
+
#en: resend_my_activation_e_mail: Resend my activation e-mail
|
|
911
|
+
resend_my_activation_e_mail: Resend my activation e-mail
|
|
912
|
+
#en: resend_your_activation_e_mail: Resend your activation e-mail
|
|
913
|
+
resend_your_activation_e_mail: Resend your activation e-mail
|
|
914
|
+
#en: reset_my_password: Reset my password
|
|
915
|
+
reset_my_password: パスワードをリセット
|
|
916
|
+
#en: rss: RSS
|
|
917
|
+
rss: RSS
|
|
918
|
+
#en: rss_feed: RSS feed
|
|
919
|
+
rss_feed: RSSフィード
|
|
920
|
+
#en: run: Run
|
|
921
|
+
run: Run
|
|
922
|
+
#en: save: Save
|
|
923
|
+
save: 保存
|
|
924
|
+
#en: save_and_continue_to_step_three: Save, and continue to step three
|
|
925
|
+
save_and_continue_to_step_three: "Save, and continue to step three"
|
|
926
|
+
#en: save_changes: Save Changes
|
|
927
|
+
save_changes: 変更を保存
|
|
928
|
+
#en: save_forum: Save Forum
|
|
929
|
+
save_forum: Save Forum
|
|
930
|
+
#en: save_post_as: "Save post as:"
|
|
931
|
+
save_post_as: "Save post as:"
|
|
932
|
+
#en: save_reply: Save reply
|
|
933
|
+
save_reply: Save reply
|
|
934
|
+
#en: says: says
|
|
935
|
+
says: says
|
|
936
|
+
#en: sb_post_was_deleted: Post '%{title}' was deleted.
|
|
937
|
+
sb_post_was_deleted: "Post '%{title}' was deleted."
|
|
938
|
+
#en: scrapbook: Scrapbook
|
|
939
|
+
scrapbook: Scrapbook
|
|
940
|
+
#en: search: Search
|
|
941
|
+
search: 検索
|
|
942
|
+
#en: search_users: Search Users
|
|
943
|
+
search_users: ユーザを検索
|
|
944
|
+
#en: searching_for: Searching for
|
|
945
|
+
searching_for: Searching for
|
|
946
|
+
#en: see_all: SEE ALL
|
|
947
|
+
see_all: すべて見る
|
|
948
|
+
#en: see_all_activity: See all activity
|
|
949
|
+
see_all_activity: See all activity
|
|
950
|
+
#en: see_all_events: See all events
|
|
951
|
+
see_all_events: See all events
|
|
952
|
+
#en: see_you_back_here_in_a_short_while: See you back here in a short while.
|
|
953
|
+
see_you_back_here_in_a_short_while: See you back here in a short while.
|
|
954
|
+
#en: select_images_to_upload: Select Images to Upload
|
|
955
|
+
select_images_to_upload: Select Images to Upload
|
|
956
|
+
#en: send: "Send"
|
|
957
|
+
send: 送信
|
|
958
|
+
#en: send_invitations: Send Invitations!
|
|
959
|
+
send_invitations: Send Invitations!
|
|
960
|
+
#en: send_me_my_username: Send me my username
|
|
961
|
+
send_me_my_username: ユーザ名をメールに送信
|
|
962
|
+
#en: sent_messages: Sent messages
|
|
963
|
+
sent_messages: メッセージを送信
|
|
964
|
+
#en: send_this_story_to_friends: Send this message to friends
|
|
965
|
+
send_this_story_to_friends: Send this message to friends
|
|
966
|
+
#en: service_could_not_be_deleted: Service could not be deleted.
|
|
967
|
+
service_could_not_be_deleted: Service could not be deleted.
|
|
968
|
+
#en: share_the_love: Share the love
|
|
969
|
+
share_the_love: Share the love
|
|
970
|
+
#en: show: Show
|
|
971
|
+
show: Show
|
|
972
|
+
#en: show_category: %{category}
|
|
973
|
+
show_category: "%{category}"
|
|
974
|
+
#en: show_this_photo: Show this photo
|
|
975
|
+
show_this_photo: Show this photo
|
|
976
|
+
#en: showing: Showing
|
|
977
|
+
showing: Showing
|
|
978
|
+
#en: showing_ad: Showing Ad
|
|
979
|
+
showing_ad: Showing Ad
|
|
980
|
+
#en: showing_categories: Showing categories
|
|
981
|
+
showing_categories: Showing categories
|
|
982
|
+
#en: showing_metro_area_details: Showing Metro Area Details
|
|
983
|
+
showing_metro_area_details: Showing Metro Area Details
|
|
984
|
+
#en: showing_users: Showing users
|
|
985
|
+
showing_users: Showing users
|
|
986
|
+
#en: sign_up: Sign Up!
|
|
987
|
+
sign_up: サインアップ!
|
|
988
|
+
#en: sign_up_for_an_account: Sign up for an account.
|
|
989
|
+
sign_up_for_an_account: Sign up for an account.
|
|
990
|
+
#en: sign_up_for_a_: Sign up for a
|
|
991
|
+
sign_up_for_a_: Sign up for a
|
|
992
|
+
#en: sign_up_reason_1: Some reason to sign up
|
|
993
|
+
sign_up_reason_1: Some reason to sign up
|
|
994
|
+
#en: sign_up_reason_2: Some reason to sign up
|
|
995
|
+
sign_up_reason_2: Some reason to sign up
|
|
996
|
+
#en: singular_posts: "%{count} post"
|
|
997
|
+
singular_posts: "%{count} post"
|
|
998
|
+
#en: site_members: "%{site} members"
|
|
999
|
+
site_members: "%{site}メンバ"
|
|
1000
|
+
#en: skip_this_and_go_to_your_profile: Skip this and go to your profile
|
|
1001
|
+
skip_this_and_go_to_your_profile: Skip this and go to your profile
|
|
1002
|
+
#en: skip_this_step: Skip this step
|
|
1003
|
+
skip_this_step: Skip this step
|
|
1004
|
+
#en: small_profile: "%{user} doesn't have much here yet. Stay tuned."
|
|
1005
|
+
small_profile: "%{user} doesn't have much here yet. Stay tuned."
|
|
1006
|
+
#en: sorry_there_was_an_error: "Sorry, there was an error."
|
|
1007
|
+
sorry_there_was_an_error: "Sorry, there was an error."
|
|
1008
|
+
#en: sorry_there_was_an_error_requesting_friendship: "Sorry, there was an error requesting friendship."
|
|
1009
|
+
sorry_there_was_an_error_requesting_friendship: "Sorry, there was an error requesting friendship."
|
|
1010
|
+
#en: sorry_there_was_an_error_uploading_the_photo: "Sorry, there was an error uploading the photo."
|
|
1011
|
+
sorry_there_was_an_error_uploading_the_photo: "Sorry, there was an error uploading the photo."
|
|
1012
|
+
#en: sorry_we_dont_recognize_that_email_address: "Sorry. We don't recognize that email address."
|
|
1013
|
+
sorry_we_dont_recognize_that_email_address: "Sorry. We don't recognize that email address."
|
|
1014
|
+
#en: spread_the_word: Spread the word
|
|
1015
|
+
spread_the_word: Spread the word
|
|
1016
|
+
#en: start_date: Start date
|
|
1017
|
+
start_date: Start date
|
|
1018
|
+
#en: start_time: Start time
|
|
1019
|
+
start_time: Start time
|
|
1020
|
+
#en: started_a_topic: "started a topic:"
|
|
1021
|
+
started_a_topic: "started a topic:"
|
|
1022
|
+
#en: state: State
|
|
1023
|
+
state: State
|
|
1024
|
+
#en: statistics: Statistics
|
|
1025
|
+
statistics: 統計
|
|
1026
|
+
#en: stats: Stats
|
|
1027
|
+
stats: 統計
|
|
1028
|
+
#en: status: Status
|
|
1029
|
+
status: ステータス
|
|
1030
|
+
#en: sticky: Sticky
|
|
1031
|
+
sticky: Sticky
|
|
1032
|
+
#en: subject: Subject
|
|
1033
|
+
subject: Subject
|
|
1034
|
+
#en: subscribe_to: Subscribe to
|
|
1035
|
+
subscribe_to: Subscribe to
|
|
1036
|
+
#en: tag_does_not_exists: The tag %{tag} does not exist
|
|
1037
|
+
tag_does_not_exists: "The tag %{tag} does not exist"
|
|
1038
|
+
#en: tag_name: Tag name
|
|
1039
|
+
tag_name: タグ名
|
|
1040
|
+
#en: tag_yourself: tag yourself
|
|
1041
|
+
tag_yourself: tag yourself
|
|
1042
|
+
#en: tags: Tags
|
|
1043
|
+
tags: タグ
|
|
1044
|
+
#en: tags_are_comma_separated_keywords_that_describe_you: Tags are comma-separated keywords that describe you.
|
|
1045
|
+
tags_are_comma_separated_keywords_that_describe_you: Tags are comma-separated keywords that describe you.
|
|
1046
|
+
#en: tags_are_keywords_you_use_to_organize_your_clippings_separate_multiple_tags_with_commas: Tags are keywords you use to organize your clippings. Separate multiple tags with commas.
|
|
1047
|
+
tags_are_keywords_you_use_to_organize_your_clippings_separate_multiple_tags_with_commas: Tags are keywords you use to organize your clippings. Separate multiple tags with commas.
|
|
1048
|
+
#en: tags_are_keywords_you_use_to_organize_your_photos: Tags are keywords you use to organize your photos. Separate multiple tags with commas.
|
|
1049
|
+
tags_are_keywords_you_use_to_organize_your_photos: Tags are keywords you use to organize your photos. Separate multiple tags with commas.
|
|
1050
|
+
#en: tags_are_one_word_descriptors_users_assign_to_blog_posts_pictures_and_clippings_on: Tags are one-word descriptors user assign to blog posts, pictures and clippings on
|
|
1051
|
+
tags_are_one_word_descriptors_users_assign_to_blog_posts_pictures_and_clippings_on: Tags are one-word descriptors user assign to blog posts, pictures and clippings on
|
|
1052
|
+
#en: tagged: tagged
|
|
1053
|
+
tagged: tagged
|
|
1054
|
+
#en: tags_page: tags page
|
|
1055
|
+
tags_page: tags page
|
|
1056
|
+
#en: thanks_for_activating_your_account: Thanks for activating your account!
|
|
1057
|
+
thanks_for_activating_your_account: Thanks for activating your account!
|
|
1058
|
+
#en: thanks_youre_now_logged_in: Thanks! You're now logged in.
|
|
1059
|
+
thanks_youre_now_logged_in: Thanks! You're now logged in.
|
|
1060
|
+
#en: the_comment_was_deleted: The comment was deleted.
|
|
1061
|
+
the_comment_was_deleted: The comment was deleted.
|
|
1062
|
+
#en: the_community_team: "The %{community} team"
|
|
1063
|
+
the_community_team: "The %{community} team"
|
|
1064
|
+
#en: the_friendship_was_accepted: The friendship was accepted.
|
|
1065
|
+
the_friendship_was_accepted: The friendship was accepted.
|
|
1066
|
+
#en: the_friendship_was_denied: The friendship was denied.
|
|
1067
|
+
the_friendship_was_denied: The friendship was denied.
|
|
1068
|
+
#en: the_more_people_you_invite_the_better: The more people you invite, the better
|
|
1069
|
+
the_more_people_you_invite_the_better: "The more people you invite, the better"
|
|
1070
|
+
#en: the_service_was_deleted: The service was deleted.
|
|
1071
|
+
the_service_was_deleted: The service was deleted.
|
|
1072
|
+
#en: the_slideshow_is_disabled: The slideshow is disabled.
|
|
1073
|
+
the_slideshow_is_disabled: The slideshow is disabled.
|
|
1074
|
+
#en: the_user_was_activated: The user was activated
|
|
1075
|
+
the_user_was_activated: The user was activated
|
|
1076
|
+
#en: the_user_was_deleted: The user was deleted.
|
|
1077
|
+
the_user_was_deleted: The user was deleted.
|
|
1078
|
+
#en: this_forum_is_still_getting_started: "This forum is still getting started ... here are some blog posts to get you thinking ..."
|
|
1079
|
+
this_forum_is_still_getting_started: "This forum is still getting started ... here are some blog posts to get you thinking ..."
|
|
1080
|
+
#en: this_friendship_is_pending: This Friendship is pending.
|
|
1081
|
+
this_friendship_is_pending: This Friendship is pending.
|
|
1082
|
+
#en: this_is_your_dashboard: This is your dashboard.
|
|
1083
|
+
this_is_your_dashboard: This is your dashboard.
|
|
1084
|
+
#en: this_month_best: "This month's Best"
|
|
1085
|
+
this_month_best: "This month's Best"
|
|
1086
|
+
#en: this_story_is_awesome: "This story is awesome!"
|
|
1087
|
+
this_story_is_awesome: "This story is awesome!"
|
|
1088
|
+
#en: this_topic_is_locked: This topic is locked.
|
|
1089
|
+
this_topic_is_locked: This topic is locked.
|
|
1090
|
+
#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.
|
|
1091
|
+
private_user_profile_message: This user's profile is not public. You'll need to create an account and log in to access it.
|
|
1092
|
+
#en: thumb: Thumb
|
|
1093
|
+
thumb: サムネイル
|
|
1094
|
+
#en: time_constrained: Time constrained
|
|
1095
|
+
time_constrained: Time constrained
|
|
1096
|
+
#en: tips: "Tips:"
|
|
1097
|
+
tips: "Tips:"
|
|
1098
|
+
#en: title: Title
|
|
1099
|
+
title: "タイトル"
|
|
1100
|
+
#en: title_required: "Title (required)"
|
|
1101
|
+
title_required: "タイトル (必須)"
|
|
1102
|
+
#en: to: To
|
|
1103
|
+
to: To
|
|
1104
|
+
#en: to_accept: to accept
|
|
1105
|
+
to_accept: to accept
|
|
1106
|
+
#en: to_get_recommended_content_on_your_dashboard: to start getting recommended content on your dashboard.
|
|
1107
|
+
to_get_recommended_content_on_your_dashboard: to start getting recommended content on your dashboard.
|
|
1108
|
+
#en: to_get_started_with_clippings_first: To get started with clippings, first
|
|
1109
|
+
to_get_started_with_clippings_first: "To get started with clippings, first "
|
|
1110
|
+
#en: to_start_adding_friends: To start adding friends, you can
|
|
1111
|
+
to_start_adding_friends: "To start adding friends, you can"
|
|
1112
|
+
#en: to_you: You
|
|
1113
|
+
to_you: You
|
|
1114
|
+
#en: toggle: Toggle
|
|
1115
|
+
toggle: Toggle
|
|
1116
|
+
#en_ top_pros: Top Pros
|
|
1117
|
+
top_pros: Top Pros
|
|
1118
|
+
#en: top_writers: Top Writers
|
|
1119
|
+
top_writers: Top Writers
|
|
1120
|
+
#en: topic: Topics
|
|
1121
|
+
topic: トピックス
|
|
1122
|
+
#en: topics: Topics
|
|
1123
|
+
topics: トピックス
|
|
1124
|
+
#en: topic_deleted: Topic '%{topic}' was deleted.
|
|
1125
|
+
topic_deleted: "Topic '%{topic}' was deleted."
|
|
1126
|
+
#en: topic_locked: Topic locked
|
|
1127
|
+
topic_locked: Topic locked
|
|
1128
|
+
#en: total_users: Total users
|
|
1129
|
+
total_users: Total users
|
|
1130
|
+
#en: total_votes: Total votes
|
|
1131
|
+
total_votes: Total votes
|
|
1132
|
+
#en: type_a_username: Type a username
|
|
1133
|
+
type_a_username: ユーザ名を入力してください
|
|
1134
|
+
#en: type_your_password: "Type your password:"
|
|
1135
|
+
type_your_password: "パスワードを入力してください:"
|
|
1136
|
+
#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?"
|
|
1137
|
+
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?
|
|
1138
|
+
#en: un_favorite_this: Un-favorite this
|
|
1139
|
+
un_favorite_this: Un-favorite this
|
|
1140
|
+
#en: unactivated_users: Unactivated users
|
|
1141
|
+
unactivated_users: Unactivated users
|
|
1142
|
+
#en: uncategorized: Uncategorized
|
|
1143
|
+
uncategorized: Uncategorized
|
|
1144
|
+
#en: update: Update
|
|
1145
|
+
update: 更新
|
|
1146
|
+
#en: update_profile_and_tag_yourself: Update your profile and tag yourself
|
|
1147
|
+
update_profile_and_tag_yourself: Update your profile and tag yourself
|
|
1148
|
+
#en: update_your_profile: update your profile
|
|
1149
|
+
update_your_profile: プロフィールの更新
|
|
1150
|
+
#en: updated_at: Updated at
|
|
1151
|
+
updated_at: Updated at
|
|
1152
|
+
#en: updated_their_profile: updated their profile
|
|
1153
|
+
updated_their_profile: プロフィールの更新
|
|
1154
|
+
#en: upload_an_image_for_your_post: Upload an image for your post
|
|
1155
|
+
upload_an_image_for_your_post: Upload an image for your post
|
|
1156
|
+
#en: upload_and_continue_to_step_two: Upload, and continue to step two
|
|
1157
|
+
upload_and_continue_to_step_two: "Upload, and continue to step two"
|
|
1158
|
+
#en: uploaded_a_photo: "uploaded a photo:"
|
|
1159
|
+
uploaded_a_photo: "uploaded a photo:"
|
|
1160
|
+
#en: uploaded_by: uploaded by
|
|
1161
|
+
uploaded_by: uploaded by
|
|
1162
|
+
#en: url: Url
|
|
1163
|
+
url: URL
|
|
1164
|
+
#en: user_e_mail: "User e-mail:"
|
|
1165
|
+
user_e_mail: "User e-mail:"
|
|
1166
|
+
#en: username: Username
|
|
1167
|
+
username: ユーザ名
|
|
1168
|
+
#en: user: User
|
|
1169
|
+
user: ユーザ
|
|
1170
|
+
#en: users: Users
|
|
1171
|
+
users: Users
|
|
1172
|
+
#en: users_blog: "%{user}'s Blog"
|
|
1173
|
+
users_blog: "%{user}'s Blog"
|
|
1174
|
+
#en: user_clippings: Clippings of %{user}
|
|
1175
|
+
user_clippings: "Clippings of %{user}"
|
|
1176
|
+
#en: user_login: User login
|
|
1177
|
+
user_login: User login
|
|
1178
|
+
#en: users_online: Users online
|
|
1179
|
+
users_online: Users online
|
|
1180
|
+
#en: users_photos: "%{user}'s Photos"
|
|
1181
|
+
users_photos: "%{user}の写真"
|
|
1182
|
+
#en: user_vendor_offer: "<p>Describe the product or service you offer:<ul><li> Tell people what you do</li><li> Explain why you love your work</li><li> How can people contact you? What's your Web site?</li></ul></p>"
|
|
1183
|
+
user_vendor_offer: "<p>Describe the product or service you offer:<ul><li> Tell people what you do</li><li> Explain why you love your work</li><li> How can people contact you? What's your Web site?</li></ul></p>"
|
|
1184
|
+
#en: user_bio_help: "<p>Your bio is first thing people see on your profile. Some ideas:<ul><li> Describe your sense of style</li><li> Explain what you love about life.</li><li> What's the last thing you purchased for a friend?</li></ul></p>"
|
|
1185
|
+
user_bio_help: "<p>Your bio is first thing people see on your profile. Some ideas:<ul><li> Describe your sense of style</li><li> Explain what you love about life.</li><li> What's the last thing you purchased for a friend?</li></ul></p>"
|
|
1186
|
+
#en: view: View
|
|
1187
|
+
view: View
|
|
1188
|
+
#en: views_count: Views
|
|
1189
|
+
view_count: Views
|
|
1190
|
+
#en: view_all_my_clippings: View all my clippings
|
|
1191
|
+
view_all_my_clippings: View all my clippings
|
|
1192
|
+
#en: view_all_my_friend_requests: View all my friend requests
|
|
1193
|
+
view_all_my_friend_requests: View all my friend requests
|
|
1194
|
+
#en: view_all_my_photos: View all my photos
|
|
1195
|
+
view_all_my_photos: View all my photos
|
|
1196
|
+
#en: view_comment: View Comment
|
|
1197
|
+
view_comment: View Comment
|
|
1198
|
+
#en: view_my: "View my:"
|
|
1199
|
+
view_my: "View my:"
|
|
1200
|
+
#en: view_my_blog: View my blog
|
|
1201
|
+
view_my_blog: ブログを見る
|
|
1202
|
+
#en: view_profile: View profile
|
|
1203
|
+
view_profile: プロフィールを見る
|
|
1204
|
+
#en: voice: voice
|
|
1205
|
+
voice: voice
|
|
1206
|
+
#en: voices: Voices
|
|
1207
|
+
voices: Voices
|
|
1208
|
+
#en_ vote: Vote
|
|
1209
|
+
vote: Vote
|
|
1210
|
+
#en: vote_now: Vote now!
|
|
1211
|
+
vote_now: Vote now!
|
|
1212
|
+
#en: votes: votes
|
|
1213
|
+
votes: votes
|
|
1214
|
+
#en: waiting_for: Waiting for
|
|
1215
|
+
waiting_for: Waiting for
|
|
1216
|
+
#en: walkthrough_complete: You've completed the %{site} walk-through. Now you can continue exploring!
|
|
1217
|
+
walkthrough_complete: "You've completed the %{site} walk-through. Now you can continue exploring!"
|
|
1218
|
+
#en: want_to_be_popular: Want to be popular?
|
|
1219
|
+
want_to_be_popular: Want to be popular?
|
|
1220
|
+
#en: want_to_list_your_services_on: Want to list your services on
|
|
1221
|
+
want_to_list_your_services_on: Want to list your services on
|
|
1222
|
+
#en: want_to_post_in_this_category: Want to post in this category?
|
|
1223
|
+
want_to_post_in_this_category: Want to post in this category?
|
|
1224
|
+
#en: want_to_upload_multiple_files_at_once: Want to upload multiple files at once?
|
|
1225
|
+
want_to_upload_multiple_files_at_once: Want to upload multiple files at once?
|
|
1226
|
+
#en: watch: Watch
|
|
1227
|
+
watch: Watch
|
|
1228
|
+
#en: watch_ing: ing
|
|
1229
|
+
watch_ing: ing
|
|
1230
|
+
#en: watch_topic: Watch topic
|
|
1231
|
+
watch_topic: Watch topic
|
|
1232
|
+
#en: watching_topic: Watching topic
|
|
1233
|
+
watching_topic: Watching topic
|
|
1234
|
+
#en: we_just_sent_an_e_mail_to: "We just sent an e-mail to: %{email}"
|
|
1235
|
+
we_just_sent_an_e_mail_to: "We just sent an e-mail to: %{email}"
|
|
1236
|
+
#en: we_need_you: We need you
|
|
1237
|
+
we_need_you: We need you
|
|
1238
|
+
#en: welcome_message: Welcome! %{login_link} or %{signup_link}
|
|
1239
|
+
welcome_message: "Welcome! %{login_link} or %{signup_link}"
|
|
1240
|
+
#en: what_are_tags: 'What are "Tags"?'
|
|
1241
|
+
what_are_tags: '"タグ"とは?'
|
|
1242
|
+
#en: what_is_popular: What's Popular
|
|
1243
|
+
what_is_popular: What's Popular
|
|
1244
|
+
#en: whats_fresh: What's fresh
|
|
1245
|
+
whats_fresh: What's fresh
|
|
1246
|
+
#en: whats_hot: What's Hot
|
|
1247
|
+
whats_hot: What's Hot
|
|
1248
|
+
#en: whats_popular: What's Popular
|
|
1249
|
+
whats_popular: What's Popular
|
|
1250
|
+
#en: when_checked_your_profile_will_be_visible_to_anyone: "When checked, your profile will be visible to anyone."
|
|
1251
|
+
when_checked_your_profile_will_be_visible_to_anyone: "When checked, your profile will be visible to anyone."
|
|
1252
|
+
#en: when_unchecked_your_profile_will_only_be_visible_to_people_who_are_logged_in_to: When unchecked, your profile will only be visible to people who are logged in to
|
|
1253
|
+
when_unchecked_your_profile_will_only_be_visible_to_people_who_are_logged_in_to: "When unchecked, your profile will only be visible to people who are logged in to"
|
|
1254
|
+
#en: when_you_see_an_image_you_like_on_the_web: When you see an image you like on the Web, click the bookmarklet to save it to %{site}
|
|
1255
|
+
when_you_see_an_image_you_like_on_the_web: "When you see an image you like on the Web, click the bookmarklet to save it to %{site}"
|
|
1256
|
+
#en: why_sign_up: Why Sign up?
|
|
1257
|
+
why_sign_up: Why Sign up?
|
|
1258
|
+
#en: write_a_blog_post: Write a blog post!
|
|
1259
|
+
write_a_blog_post: Write a blog post!
|
|
1260
|
+
#en: write_a_message: "Write a message:"
|
|
1261
|
+
write_a_message: "Write a message:"
|
|
1262
|
+
#en: write_new_post: Write a '%{category}' post
|
|
1263
|
+
write_new_post: "Write a '%{category}' post"
|
|
1264
|
+
#en: wrote_a_post: "wrote a post:"
|
|
1265
|
+
wrote_a_post: "wrote a post:"
|
|
1266
|
+
#en: yesterday: Yesterday
|
|
1267
|
+
yesterday: 昨日
|
|
1268
|
+
#en: you_are_editing_your_account: You are editing your account.
|
|
1269
|
+
you_are_editing_your_account: You are editing your account.
|
|
1270
|
+
#en: you_are_editing_your_profile: "You're editing your profile."
|
|
1271
|
+
you_are_editing_your_profile: "You're editing your profile."
|
|
1272
|
+
#en: you_can_browse_all_content_and_users_on: You can browse all content and users on
|
|
1273
|
+
you_can_browse_all_content_and_users_on: You can browse all content and users on
|
|
1274
|
+
#en: you_cant_delete_that_user: You can't delete that user.
|
|
1275
|
+
you_cant_delete_that_user: You can't delete that user.
|
|
1276
|
+
#en: you_can_select_up_to_5_files_at_a_time: You can select up to 5 files at a time.
|
|
1277
|
+
you_can_select_up_to_5_files_at_a_time: You can select up to 5 files at a time.
|
|
1278
|
+
#en: you_could_tag_yourself: You could tag yourself
|
|
1279
|
+
you_could_tag_yourself: You could tag yourself
|
|
1280
|
+
#en: you_have: You have
|
|
1281
|
+
you_have: You have
|
|
1282
|
+
#en: you_have_already_voted: You have already voted.
|
|
1283
|
+
you_have_already_voted: You have already voted.
|
|
1284
|
+
#en: you_have_created: You have created
|
|
1285
|
+
you_have_created: You have created
|
|
1286
|
+
#en: you_have_left: You have left
|
|
1287
|
+
you_have_left: You have left
|
|
1288
|
+
#en: you_have_no_clippings_use_the_bookmarklet_on_the_right_to_add_some: You have no clippings. Use the bookmarklet on the right to add some.
|
|
1289
|
+
you_have_no_clippings_use_the_bookmarklet_on_the_right_to_add_some: You have no clippings. Use the bookmarklet on the right to add some.
|
|
1290
|
+
#en: you_have_no_network_activity_yet: You have no network activity yet.
|
|
1291
|
+
you_have_no_network_activity_yet: You have no network activity yet.
|
|
1292
|
+
#en: you_have_pending_friendship_requests: You have pending friendship requests.
|
|
1293
|
+
you_have_pending_friendship_requests: You have pending friendship requests.
|
|
1294
|
+
#en: you_have_uploaded: You have uploaded
|
|
1295
|
+
you_have_uploaded: You have uploaded
|
|
1296
|
+
#en: you_have_written: You have written
|
|
1297
|
+
you_have_written: You have written
|
|
1298
|
+
#en: you_last_logged_in_on: You last logged in on
|
|
1299
|
+
you_last_logged_in_on: "最後にログインした日: "
|
|
1300
|
+
#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. "
|
|
1301
|
+
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. "
|
|
1302
|
+
#en: you_must_vote_to_see_the_results: You must vote to see the resuts.
|
|
1303
|
+
you_must_vote_to_see_the_results: You must vote to see the resuts.
|
|
1304
|
+
#en: your_about_text_goes_here: Your About Text Goes Here
|
|
1305
|
+
your_about_text_goes_here: Your About Text Goes Here
|
|
1306
|
+
#en: your_changes_were_saved: Your changes were saved.
|
|
1307
|
+
your_changes_were_saved: Your changes were saved.
|
|
1308
|
+
#en: your_password_reset_instructions_have_been_emailed_to_you: Your password has been reset and emailed to you.
|
|
1309
|
+
your_password_reset_instructions_have_been_emailed_to_you: Your password has been reset and emailed to you.
|
|
1310
|
+
#en: your_post_was_deleted: Your post was deleted.
|
|
1311
|
+
your_post_was_deleted: 記事を削除しました.
|
|
1312
|
+
#en: your_post_was_successfully_created: Your post was successfully created.
|
|
1313
|
+
your_post_was_successfully_created: 記事の投稿が完了しました.
|
|
1314
|
+
#en: your_profile_photo: "Your profile photo:"
|
|
1315
|
+
your_profile_photo: "あなたのプロフィール写真:"
|
|
1316
|
+
#en: your_username_was_emailed_to_you: Your username was emailed to you.
|
|
1317
|
+
your_username_was_emailed_to_you: Your username was emailed to you.
|
|
1318
|
+
#en: youve_been_logged_out_hope_you_come_back_soon: You've been logged out. Hope you come back soon!
|
|
1319
|
+
youve_been_logged_out_hope_you_come_back_soon: You've been logged out. Hope you come back soon!
|
|
1320
|
+
#en: zippostal_code: "ZIP/Postal code:"
|
|
1321
|
+
zippostal_code: "ZIP/Postal code:"
|