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,1271 @@
|
|
|
1
|
+
de-DE:
|
|
2
|
+
date:
|
|
3
|
+
formats:
|
|
4
|
+
published_date: "%d.%m.%Y"
|
|
5
|
+
date_ago: "%b %Y"
|
|
6
|
+
|
|
7
|
+
time:
|
|
8
|
+
formats:
|
|
9
|
+
published_date: "%d.%m.%Y"
|
|
10
|
+
short_date: "%d.%m.%y"
|
|
11
|
+
time_ago: "%H:%M"
|
|
12
|
+
|
|
13
|
+
activerecord:
|
|
14
|
+
attributes:
|
|
15
|
+
photo:
|
|
16
|
+
created_at: "erstellt am: "
|
|
17
|
+
#en: a_few_seconds_ago: a few seconds ago
|
|
18
|
+
a_few_seconds_ago: vor ein paar Sekunden
|
|
19
|
+
#en: about: About
|
|
20
|
+
about: "\xC3\x9Cber uns"
|
|
21
|
+
#en: about_me: About Me
|
|
22
|
+
about_me: "\xC3\x9Cber mich"
|
|
23
|
+
#en: about_site: About %{site}
|
|
24
|
+
about_site: "\xC3\x9Cber uns %{site}"
|
|
25
|
+
#en: about_you: About You
|
|
26
|
+
about_you: "\xC3\x9Cber dich"
|
|
27
|
+
#en: accept: Accept
|
|
28
|
+
accept: Annehmen
|
|
29
|
+
#en: accepted: accepted
|
|
30
|
+
accepted: angenommen
|
|
31
|
+
#en: accepted_friendships: Accepted Friendships
|
|
32
|
+
accepted_friendships: bestätigte Freundschaften
|
|
33
|
+
#en: accept_this_request: Accept this request
|
|
34
|
+
accept_this_request: Anfrage bestätigen
|
|
35
|
+
#en: account: account
|
|
36
|
+
account: Konto
|
|
37
|
+
#en: account_activation_error: Account activation failed. Your account may already be active. Try logging in or e-mail %{email} for help.
|
|
38
|
+
account_activation_error: Kontoaktivierungsfehler. Schick eine Mail an %{email}
|
|
39
|
+
#en: account_settings: Account settings
|
|
40
|
+
account_settings: Kontenoptionen
|
|
41
|
+
#en: actions: Actions
|
|
42
|
+
actions: Aktionen
|
|
43
|
+
#en: activate: Activate
|
|
44
|
+
activate: Aktivieren
|
|
45
|
+
#en: activation_email_not_sent_message: Activation e-mail could not be sent. Perhaps that user is already active?
|
|
46
|
+
activation_email_not_sent_message: Aktivierungs-EMail konnte nicht gesendet werden. Ist der Benutzer vielleicht schon aktiviert?
|
|
47
|
+
#en: active: active
|
|
48
|
+
active: Aktiv
|
|
49
|
+
#en: active_users: Active Users
|
|
50
|
+
active_users: Aktive Benutzer
|
|
51
|
+
#en: activity_from_your_network: Activity from your network
|
|
52
|
+
activity_from_your_network: "Aktivit\xC3\xA4ten in deinem Netzwerk"
|
|
53
|
+
#en: ad_was_successfully_created: Ad was successfully created.
|
|
54
|
+
ad_was_successfully_created: Anzeige wurde erfolgreich angelegt.
|
|
55
|
+
#en: ad_was_successfully_updated: Ad was successfully updated.
|
|
56
|
+
ad_was_successfully_updated: "Anzeige wurde erfolgreich ge\xC3\xA4ndert."
|
|
57
|
+
#en: add_a_photo: Add a photo
|
|
58
|
+
add_a_photo: "Foto hinzuf\xC3\xBCgen"
|
|
59
|
+
#en: add_a_poll: Add a poll
|
|
60
|
+
add_a_poll: Erstelle eine Umfrage
|
|
61
|
+
#en: add_comment: Add Comment
|
|
62
|
+
add_comment: "Kommentar hinzuf\xC3\xBCgen"
|
|
63
|
+
#en: add_from_my_address_book: "Add from my address book"
|
|
64
|
+
add_from_my_address_book: "Füge aus meinem Adressbuch hinzu"
|
|
65
|
+
#en: add_some_friends_to_get_started: Add some friends to get started!
|
|
66
|
+
add_some_friends_to_get_started: "Um zu beginnen, lade ein paar Freunde ein!"
|
|
67
|
+
#en: add_your_comment: Add Your Comment!
|
|
68
|
+
add_your_comment: "F\xC3\xBCgen deinen Kommentar hinzu!"
|
|
69
|
+
#en: added_a_clipping: "added a clipping:"
|
|
70
|
+
added_a_clipping: "Ein Clipping hinzuf\xC3\xBCgen:"
|
|
71
|
+
#en: added_to_a_forum_topic: "added to a forum topic:"
|
|
72
|
+
added_to_a_forum_topic: "zum Forenthema hinzugef\xC3\xBCgt:"
|
|
73
|
+
#en: admin: Admin
|
|
74
|
+
admin: Administrator
|
|
75
|
+
#en: admin_controls: Admin Controls
|
|
76
|
+
admin_controls: Admin Steuerung
|
|
77
|
+
#en: admin_dashboard: Admin dashboard
|
|
78
|
+
admin_dashboard: "Admin \xC3\x9Cbersicht"
|
|
79
|
+
#en: ads: Ads
|
|
80
|
+
ads: Anzeigen
|
|
81
|
+
#en: advertise: Advertise
|
|
82
|
+
advertise: Hier werben
|
|
83
|
+
#en: advertise_on: Advertise on
|
|
84
|
+
advertise_on: Werbung auf
|
|
85
|
+
#en: after_signing_up_youll_receive_an_e_mail_confirmation_message: After signing up, you'll receive an e-mail confirmation message.
|
|
86
|
+
after_signing_up_youll_receive_an_e_mail_confirmation_message: "Nach der Registrierung erh\xC3\xA4ltst du eine Best\xC3\xA4tigungsnachricht."
|
|
87
|
+
#en: all_clippings_tagged: All clippings tagged %{tag_name}
|
|
88
|
+
all_clippings_tagged: Alle Clippings zu diesem Schlagwort %{tag_name}
|
|
89
|
+
#en: all_comments: All comments
|
|
90
|
+
all_comments: Alle Kommentare
|
|
91
|
+
#en: all_photos_tagged: All photos tagged %{tag_name}
|
|
92
|
+
all_photos_tagged: Alle Fotos zu diesem Schlagwort %{tag_name}
|
|
93
|
+
#en: all_posts_tagged: All posts tagged %{tag_name}
|
|
94
|
+
all_posts_tagged: "Alle Eintr\xC3\xA4ge zu diesem Schlagwort %{tag_name}"
|
|
95
|
+
#en: all_tags: All tags
|
|
96
|
+
all_tags: Alle Schlagworte
|
|
97
|
+
#en: all_users_tagged: All users tagged %{tag_name}
|
|
98
|
+
all_users_tagged: Alle Benutzer zu diesem Schlagwort %{tag_name}
|
|
99
|
+
#en: already_have_an_account: Already have an account?
|
|
100
|
+
already_have_an_account: Hast du schon ein Konto?
|
|
101
|
+
#en: an_error_occurred: An error occurred
|
|
102
|
+
an_error_occurred: Es ist ein Fehler aufgetreten
|
|
103
|
+
#en: are_you_sure: Are you sure?
|
|
104
|
+
are_you_sure: Bist du dir sicher?
|
|
105
|
+
#en: are_you_sure_you_want_to_delete_this_photo: "Are you sure you want to delete this photo?"
|
|
106
|
+
are_you_sure_you_want_to_delete_this_photo: "Bist du dir sicher, das Foto zu löschen?"
|
|
107
|
+
#en: are_you_sure_you_want_to_delete_this_post: "Are you sure you want to delete this post?"
|
|
108
|
+
are_you_sure_you_want_to_delete_this_post: "Bist du dir sicher, den Beitrag zu löschen?"
|
|
109
|
+
#en: are_you_sure_you_want_to_permanently_delete_this_comment: "Are you sure you want to permanently delete this comment?"
|
|
110
|
+
are_you_sure_you_want_to_permanently_delete_this_comment: "Bist du dir sicher, den Kommentar permanent zu löschen?"
|
|
111
|
+
#en: are_you_sure_you_want_to_permanently_delete_this_user: Are you sure you want to permanently delete this user?
|
|
112
|
+
are_you_sure_you_want_to_permanently_delete_this_user: Bist du dir sicher, den Benutzer dauerhaft zu löschen?
|
|
113
|
+
#en: assume_id: Assume ID
|
|
114
|
+
assume_id: "ID \xC3\xBCbernehmen"
|
|
115
|
+
#en: assume_user_id: "Assume this user's ID"
|
|
116
|
+
assume_user_id: "Übernehmen der ID dieses Benutzers"
|
|
117
|
+
#en: assign_role: Assign role
|
|
118
|
+
assign_role: Rolle zuordnen
|
|
119
|
+
#en: audience: Audience
|
|
120
|
+
audience: Publikum
|
|
121
|
+
#en: author: Author
|
|
122
|
+
author: Autor
|
|
123
|
+
#en: back: Back
|
|
124
|
+
back: "Zur\xC3\xBCck"
|
|
125
|
+
#en: back_to_all_users: Back to all users
|
|
126
|
+
back_to_all_users: Zurück zu allen Benutzern
|
|
127
|
+
#en: back_to_my_photos: Back to my photos
|
|
128
|
+
back_to_my_photos: Zurück zu meinen Fotos
|
|
129
|
+
#en: back_to_all_statistics: Back to all statistics
|
|
130
|
+
back_to_all_statistics: Zurück zu den Statistiken
|
|
131
|
+
#en: banner_subtitle_required: "Banner subtitle (required):"
|
|
132
|
+
banner_subtitle_required: "Banneruntertitel (erforderlich):"
|
|
133
|
+
#en: banner_title_required: "Banner title (required):"
|
|
134
|
+
banner_title_required: "Bannertitel (erforderlich):"
|
|
135
|
+
#en: becomes: becomes.
|
|
136
|
+
becomes: werden.
|
|
137
|
+
#en: begin: begin
|
|
138
|
+
begin: Beginn
|
|
139
|
+
#en: begin_required: begin (required)
|
|
140
|
+
begin_required: Beginn (erforderlich)
|
|
141
|
+
#en: bigger_font_size_more_popular_tag: "Bigger font size = more popular tag"
|
|
142
|
+
bigger_font_size_more_popular_tag: "Je größer die Schrift, desto beliebter der Tag"
|
|
143
|
+
#en: birthday: Birthday
|
|
144
|
+
birthday: Geburtstag
|
|
145
|
+
#en: birthday_gender: Birthday & Gender
|
|
146
|
+
birthday_gender: Geburtsdatum und Geschlecht
|
|
147
|
+
#en: blog: Blog
|
|
148
|
+
blog: Blog
|
|
149
|
+
#en: blog_posts: Blog posts
|
|
150
|
+
blog_posts: Blogbeiträge
|
|
151
|
+
#en: body_text: Body Text
|
|
152
|
+
body_text: Haupttext
|
|
153
|
+
#en: body_text_reqiured: Body Text (required)
|
|
154
|
+
body_text_required: Haupttext (erforderlich)
|
|
155
|
+
#en: bookmarklet: bookmarklet
|
|
156
|
+
bookmarklet: Bookmarklet
|
|
157
|
+
#en: browse_all_members: browse all members
|
|
158
|
+
browse_all_members: Alle Mitglieder anzeigen
|
|
159
|
+
#en: browse_content_by_tags: Browse content by tags
|
|
160
|
+
browse_content_by_tags: Inhalt nach Tags anzeigen
|
|
161
|
+
#en: by: by
|
|
162
|
+
by: von
|
|
163
|
+
#en: by_looking_at_the: by looking at the
|
|
164
|
+
by_looking_at_the: durch das Betrachten
|
|
165
|
+
#en: cancel: Cancel
|
|
166
|
+
cancel: Abbrechen
|
|
167
|
+
#en: cancel_and_go_back_to: cancel and go back to
|
|
168
|
+
cancel_and_go_back_to: "abbrechen und zur\xC3\xBCck gehen"
|
|
169
|
+
#en: cancel_and_go_back_to_all_features: cancel and go back to all features
|
|
170
|
+
cancel_and_go_back_to_all_features: "abbrechen und zur\xC3\xBCck gehen"
|
|
171
|
+
#en: cancel_and_go_back_to_my_clippings: cancel and go back to my clippings
|
|
172
|
+
cancel_and_go_back_to_my_clippings: "abbrechen und zur\xC3\xBCck gehen"
|
|
173
|
+
#en: cancel_and_go_back_to_my_photos: cancel and go back to my photos
|
|
174
|
+
cancel_and_go_back_to_my_photos: "abbrechen und zur\xC3\xBCck gehen"
|
|
175
|
+
#en: cancel_and_go_back_to_my_posts: cancel and go back to my posts
|
|
176
|
+
cancel_and_go_back_to_my_posts: "abbrechen und zur\xC3\xBCck gehen"
|
|
177
|
+
#en: categories: Categories
|
|
178
|
+
categories: Kategorien
|
|
179
|
+
#en: category: Category
|
|
180
|
+
category: Kategorie
|
|
181
|
+
#en: category_was_successfully_created: Category was successfully created.
|
|
182
|
+
category_was_successfully_created: Kategorie erfolgreich angelegt
|
|
183
|
+
#en: choises: Choices
|
|
184
|
+
choises: Auswahl
|
|
185
|
+
#en: choose_a_photo_for_your_profile: "Choose a photo for your profile:"
|
|
186
|
+
choose_a_photo_for_your_profile: "W\xC3\xA4hle ein Foto f\xC3\xBCr dein Profil aus:"
|
|
187
|
+
#en: choose_a_photo_to_upload: "Choose a photo to upload:"
|
|
188
|
+
choose_a_photo_to_upload: "W\xC3\xA4hle ein Foto zum hochladen aus:"
|
|
189
|
+
#en: choose_your_location: Choose your location
|
|
190
|
+
choose_your_location: "W\xC3\xA4hle deinen Ort"
|
|
191
|
+
#en: click_here: click here
|
|
192
|
+
click_here: klicke hier
|
|
193
|
+
#en: click_here_to_retrieve_it: Click here to retrieve it
|
|
194
|
+
click_here_to_retrieve_it: Klicke hier; wir schicken eine E-Mail
|
|
195
|
+
#en: click_here_to_sign_up: Click here to sign up
|
|
196
|
+
click_here_to_sign_up: Klicke hier, um dich zu registrieren
|
|
197
|
+
#en: click_here_to_sign_up_for_an_account_and_enter: Click here to sign up for an account and enter
|
|
198
|
+
click_here_to_sign_up_for_an_account_and_enter: Klicke hier, um dich zu registrieren und fortzufahren
|
|
199
|
+
#en: click_here_to_upload_one: Click here to upload one!
|
|
200
|
+
click_here_to_upload_one: Klick hier, um ein Foto hochzuladen!
|
|
201
|
+
#en: click_here_to_view_as_a_list: Click here to view as a list
|
|
202
|
+
click_here_to_view_as_a_list: Klick hier zum Ansehen als Liste
|
|
203
|
+
#en: click_on_an_image_below_to_clip_it: Click on an image below to clip it
|
|
204
|
+
click_on_an_image_below_to_clip_it: Klick auf ein Bild unten, um es aufzunehmen
|
|
205
|
+
#en: click_the_activation_link_in_the_e_mail_to_log_in: Click the activation link in the e-mail to log in.
|
|
206
|
+
click_the_activation_link_in_the_e_mail_to_log_in: Klicke auf den Aktivierungslink in der E-Mail, um dich einzuloggen.
|
|
207
|
+
#en: click_to_accept_it: Click to accept it!
|
|
208
|
+
click_to_accept_id: Hier geht es zur Bestätigung.
|
|
209
|
+
#en: clipping_comments: Clipping Comments
|
|
210
|
+
clipping_comments: Clipping-Kommentare
|
|
211
|
+
#en: clipping_was_successfully_created: Clipping was successfully created.
|
|
212
|
+
clipping_was_successfully_created: Clipping wurde erfolgreich angelegt.
|
|
213
|
+
#en: clippings: Clippings
|
|
214
|
+
clippings: Clippings
|
|
215
|
+
#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
|
|
216
|
+
clippings_are_a_way_to_save_images_you_like_from_around_the_web: Clippings sind ein Weg, um colle Bilder aus dem Web zu speichern.
|
|
217
|
+
#en: clippings_let_you_to_save_cool_images_from_around_the_web: Clippings let you to save cool images from around the Web.
|
|
218
|
+
clippings_let_you_to_save_cool_images_from_around_the_web: Mit Clippings kannst du dir coole Bilder aus dem Web speichern.
|
|
219
|
+
#en: close_this_message: Close this message
|
|
220
|
+
close_this_message: Schliesse diese Nachricht
|
|
221
|
+
#en: comma_separated: (comma separated)
|
|
222
|
+
comma_separated: "(Komma getrennt)"
|
|
223
|
+
#en: comma_separated_keywords_that_describe_you: Comma-separated keywords that describe you.
|
|
224
|
+
comma_separated_keywords_that_describe_you: "Durch Komma getrennte Schl\xC3\xBCsselw\xC3\xB6rter, die dich beschreiben."
|
|
225
|
+
#en: comment_character_limit: (2000 character limit)
|
|
226
|
+
comment_character_limit: (Limit 2000 Zeichen)
|
|
227
|
+
#en: comment_could_not_be_deleted: Comment could not be deleted.
|
|
228
|
+
comment_could_not_be_deleted: "Kommentar kann nicht gel\xC3\xB6scht werden."
|
|
229
|
+
#en: comment_save_error: Your comment couldn't be saved.
|
|
230
|
+
comment_save_error: 'Fehler beim Speichern des Kommentars: %{error}'
|
|
231
|
+
#en: comment_was_successfully_created: Comment was successfully created.
|
|
232
|
+
comment_was_successfully_created: Kommentar wurde erfolgreich angelegt.
|
|
233
|
+
#en: comments: Comments
|
|
234
|
+
comments: Kommentare
|
|
235
|
+
#en: comments_rss: Comments RSS
|
|
236
|
+
comments_rss: Kommentar-RSS-Feed
|
|
237
|
+
#en: community_tagline: CommunityEngine Rocks!
|
|
238
|
+
community_tagline: die Basis dieser Community
|
|
239
|
+
#en: compose: Compose
|
|
240
|
+
compose: Verfassen
|
|
241
|
+
#en: compose_messages: Compose messages
|
|
242
|
+
compose_messages: Nachrichten verfassen
|
|
243
|
+
#en: confirm_password: Confirm Password
|
|
244
|
+
confirm_password: Kennwort bestätigen
|
|
245
|
+
#en: country: Country
|
|
246
|
+
country: Land
|
|
247
|
+
#en: create: Create
|
|
248
|
+
create: Erstellen
|
|
249
|
+
#en: create_an_account: Create an account
|
|
250
|
+
create_an_account: registrieren
|
|
251
|
+
#en: create_a_clipping: Create a clipping
|
|
252
|
+
create_a_clipping: Neues Clipping erstellen
|
|
253
|
+
#en: create_a_post: Create a post
|
|
254
|
+
create_a_post: Beitrag erstellen
|
|
255
|
+
#en: create_new_forum: Create new forum
|
|
256
|
+
create_new_forum: Neues Forum anlegen
|
|
257
|
+
#en: create_your_account: Create Your Account
|
|
258
|
+
create_your_account: Hol dir dein Konto
|
|
259
|
+
#en: created_at: Created at
|
|
260
|
+
created_at: erstellt am
|
|
261
|
+
#en: custom_friendly_local: custom, friendly, local
|
|
262
|
+
custom_friendly_local: "maßgeschneidert, freundlich, lokal"
|
|
263
|
+
#en: dashboard: Dashboard
|
|
264
|
+
dashboard: "Übersicht"
|
|
265
|
+
#en: dashboard_friends: Once you start adding friends, you'll be able to track their activity on %{site} here
|
|
266
|
+
dashboard_friends: Die Aktivitäten deiner Freunde kannst du hier auf %{site} verfolgen
|
|
267
|
+
#en: date: Date
|
|
268
|
+
date: Datum
|
|
269
|
+
#en: date_created: Date Created
|
|
270
|
+
date_created: Erstellungsdatum
|
|
271
|
+
#en: date_published: Date Published
|
|
272
|
+
date_published: "Veröffentlichungsdatum"
|
|
273
|
+
#en: days_ago: days ago
|
|
274
|
+
days_ago: Tage zuvor
|
|
275
|
+
#en: delete: Delete
|
|
276
|
+
delete: Löschen
|
|
277
|
+
#en: delete_selected: Delete selected
|
|
278
|
+
delete_selected: Ausgewählte löschen
|
|
279
|
+
#en: delete_this_event: Delete this event
|
|
280
|
+
delete_this_event: "Lösche das Ereignis"
|
|
281
|
+
#en: delete_this_forum: Delete this forum
|
|
282
|
+
delete_this_forum: "Lösche das Forum"
|
|
283
|
+
#en: delete_this_photo: Delete this photo
|
|
284
|
+
delete_this_photo: Lösche dieses Foto
|
|
285
|
+
#en: delete_this_post: Delete this post?
|
|
286
|
+
delete_this_post: Diesen Eintrag löschen?
|
|
287
|
+
#en: delete_this_topic_forever: Delete this topic forever?
|
|
288
|
+
delete_this_topic_forever: Das Thema für immer löschen?
|
|
289
|
+
#en: delete_this_user: Delete this user
|
|
290
|
+
delete_this_user: Benutzer löschen
|
|
291
|
+
#en: deny: Deny
|
|
292
|
+
deny: Ablehnen
|
|
293
|
+
#en: denied: denied
|
|
294
|
+
denied: abgelehnt
|
|
295
|
+
#en: denied_friendships: Denied Friendships
|
|
296
|
+
denied_friendships: abgelehnte Freundschaften
|
|
297
|
+
#en: description: Description
|
|
298
|
+
description: Beschreibung
|
|
299
|
+
#en: destroy: Destroy
|
|
300
|
+
destroy: "Löschen"
|
|
301
|
+
#en: dont_have_an_account: Don't have an account?
|
|
302
|
+
dont_have_an_account: Du hast noch kein Konto?
|
|
303
|
+
#en: dont_wait_its: Don't wait! It's
|
|
304
|
+
dont_wait_its: Warte nicht! Schreib an
|
|
305
|
+
#en: draft: draft
|
|
306
|
+
draft: Entwurf
|
|
307
|
+
#en: drag_the_bookmarklet: Drag the %{site}-It! bookmarklet to your bookmarks toolbar.
|
|
308
|
+
drag_the_bookmarklet: Zieh das %{site}-It! Bookmarklet in die Bookmark-Leiste.
|
|
309
|
+
#en: drag_this_to_your_bookmarks_toolbar: Drag this to your bookmarks toolbar
|
|
310
|
+
drag_this_to_your_bookmarks_toolbar: Ziehe es in die Bookmark-Leiste
|
|
311
|
+
#en: e_mail: E-mail
|
|
312
|
+
e_mail: E-Mail
|
|
313
|
+
#en: e_mail_address: E-mail address
|
|
314
|
+
e_mail_address: E-Mailadresse
|
|
315
|
+
#en: e_mail_notification: E-mail Notification
|
|
316
|
+
e_mail_notification: E-Mail-Benachrichtigungen
|
|
317
|
+
#en: edit: Edit
|
|
318
|
+
edit: Bearbeiten
|
|
319
|
+
#en: edit_account: Edit account
|
|
320
|
+
edit_account: Konto bearbeiten
|
|
321
|
+
#en: edit_event: Edit event
|
|
322
|
+
edit_event: Bearbeite das Ereignis
|
|
323
|
+
#en: edit_forum: Edit forum
|
|
324
|
+
edit_forum: Forum bearbeiten
|
|
325
|
+
#en: edit_post: Edit post
|
|
326
|
+
edit_post: Beitrag bearbeiten
|
|
327
|
+
#en: edit_profile: Edit profile
|
|
328
|
+
edit_profile: Profil bearbeiten
|
|
329
|
+
#en: edit_this_event: Edit this event
|
|
330
|
+
edit_this_event: Bearbeite dieses Ereignis
|
|
331
|
+
#en: edit_this_photo_details: Edit this photo's details
|
|
332
|
+
edit_this_photo_details: Bearbeite die Details dieses Fotos
|
|
333
|
+
#en: edit_topic: Edit topic
|
|
334
|
+
edit_topic: Thema bearbeiten
|
|
335
|
+
#en: edit_your_account_settings_instead: "Edit your account settings instead?"
|
|
336
|
+
edit_your_account_settings_instead: "Wolltest du deine Konteneinstellungen bearbeiten?"
|
|
337
|
+
#en: edit_your_user_profile: Edit your user profile?
|
|
338
|
+
edit_your_user_profile: Wolltest du dein Profil bearbeiten?
|
|
339
|
+
#en: editing_ad: Editing ad
|
|
340
|
+
editing_ad: Anzeige bearbeiten
|
|
341
|
+
#en: editing_category: Editing category
|
|
342
|
+
editing_category: Kategorie bearbeiten
|
|
343
|
+
#en: editing_clipping: Editing clipping
|
|
344
|
+
editing_clipping: Clipping bearbeiten
|
|
345
|
+
#en: editing_homepage_feature: Editing homepage feature
|
|
346
|
+
editing_homepage_feature: Homepage-Feature bearbeiten
|
|
347
|
+
#en: editing_metro_area: Editing Metro Area
|
|
348
|
+
editing_metro_area: "Metro Area's bearbeiten"
|
|
349
|
+
#en: editing_photo: Editing photo
|
|
350
|
+
editing_photo: Foto bearbeiten
|
|
351
|
+
#en: editing_post: Editing post
|
|
352
|
+
editing_post: Eintrag bearbeiten
|
|
353
|
+
#en: email_addresses: Email Addresses
|
|
354
|
+
email_addresses: Email-Adressen
|
|
355
|
+
#en: email_signup_thanks: Thanks for signing up! You should receive an e-mail confirmation shortly at %{email}
|
|
356
|
+
email_signup_thanks: Danke für die Registrierung! Du erhälst umgehend eine e-mail zur Bestätigung unter %{email}
|
|
357
|
+
#en: email_this_story_to_friends: "E-mail this story to friends"
|
|
358
|
+
email_this_story_to_friends: "E-mail diese Geschichte deinen Freunden"
|
|
359
|
+
#en: email_to_friends: E-mail to friends
|
|
360
|
+
email_to_friends: E-mail an Freunde
|
|
361
|
+
#en: end: end
|
|
362
|
+
end: Ende
|
|
363
|
+
#en: end_date: End date
|
|
364
|
+
end_date: Endedatum
|
|
365
|
+
#en: end_required: end (required)
|
|
366
|
+
end_required: Ende (erforderlich)
|
|
367
|
+
#en: end_tome: End time
|
|
368
|
+
end_time: Endezeit
|
|
369
|
+
#en: enter_a_message: Enter a message
|
|
370
|
+
enter_a_message: Gib eine Nachricht ein
|
|
371
|
+
#en: enter_e_mail_addresses: Enter e-mail addresses
|
|
372
|
+
enter_e_mail_addresses: E-Mailadressen eintragen
|
|
373
|
+
#en: enter_e_mail_addresses_comma_sep: Enter e-mail addresses (comma-separated)
|
|
374
|
+
enter_e_mail_addresses_comma_sep: E-Mailadressen eintragen (durch Komma getrennt)
|
|
375
|
+
#en: enter_your_email_address: "Enter your email address"
|
|
376
|
+
enter_your_email_address: "Trage deine E-Mailadresse ein"
|
|
377
|
+
#en: error: Error!
|
|
378
|
+
error: Fehler!
|
|
379
|
+
#en: estimated_total_for_this_month: Estimated total for this month
|
|
380
|
+
estimated_total_for_this_month: Geschätzte Summe für diesen Monat
|
|
381
|
+
#en: estimated_writers_costs_this_month: "Estimated writers' costs this month"
|
|
382
|
+
estimated_writers_costs_this_month: "Geschätzte Kosten pro Verfasser diesen Monat"
|
|
383
|
+
#en: event_was_successfully_created: Event was successfully created.
|
|
384
|
+
event_was_successfully_created: Ereignis wurde erfolgreich angelegt.
|
|
385
|
+
#en: events: Events
|
|
386
|
+
events: Ereignisse
|
|
387
|
+
#en: explore_site: Explore %{site}
|
|
388
|
+
explore_site: Site erkunden
|
|
389
|
+
#en: failed: failed
|
|
390
|
+
failed: Fehler
|
|
391
|
+
#en: faq: FAQ
|
|
392
|
+
faq: FAQ
|
|
393
|
+
#en: faq_section: FAQ section
|
|
394
|
+
faq_section: FAQ Bereich
|
|
395
|
+
#en: favorites: Favorites
|
|
396
|
+
favorites: Favoriten
|
|
397
|
+
#en: favorite_this: Favorite this
|
|
398
|
+
favorite_this: Zu Favoriten hinzufügen
|
|
399
|
+
#en:featured_posts: Featured posts
|
|
400
|
+
featured_posts: Redaktionelle Beiträge
|
|
401
|
+
#en: features: Features
|
|
402
|
+
features: Funktionen
|
|
403
|
+
#en: feel_free_to_embed_images_or_videos: Feel free to embed images or videos.
|
|
404
|
+
feel_free_to_embed_images_or_videos: Wenn du willst, füge Bilder und Videos deinen Beiträge hinzu.
|
|
405
|
+
#en: female: Female
|
|
406
|
+
female: Weiblich
|
|
407
|
+
#en: filename: Filename
|
|
408
|
+
filename: Dateiname
|
|
409
|
+
#en: find_an_expert: Find an Expert
|
|
410
|
+
find_an_expert: Finde einen Experten
|
|
411
|
+
#en: find_an_expert_in: Find an Expert in
|
|
412
|
+
find_an_expert_in: Finde einen Experten in
|
|
413
|
+
#en: find_experts: Find experts
|
|
414
|
+
find_experts: Finde Experten
|
|
415
|
+
#en: find_out_where_to_be_and_when_to_be_there: Find out where to be, and when to be there.
|
|
416
|
+
find_out_where_to_be_and_when_to_be_there: Finde raus, wann du wo sein musst.
|
|
417
|
+
#en: for_more_informationon_on_tags_check_out_the: For more information on Tags check out the
|
|
418
|
+
for_more_informationon_on_tags_check_out_the: Für mehr Informationen über Tags check die
|
|
419
|
+
#en: forgot_your_password: Forgot your password?
|
|
420
|
+
forgot_your_password: Passwort vergessen?
|
|
421
|
+
#en: forgot_your_username: Forgot your username?
|
|
422
|
+
forgot_your_username: Benutzernamen vergessen?
|
|
423
|
+
#en: forum: Forum
|
|
424
|
+
forum: Forum
|
|
425
|
+
#en: forums: Forums
|
|
426
|
+
forums: Foren
|
|
427
|
+
#en: found: found
|
|
428
|
+
found: gefunden
|
|
429
|
+
#en: frequency: Frequency
|
|
430
|
+
frequency: "Häufigkeit"
|
|
431
|
+
#en: frequent_asked_questions: Frequent Asked Questions
|
|
432
|
+
frequent_asked_questions: "Häufig gestellte Fragen"
|
|
433
|
+
#en: frequently_asked_questions: Frequently Asked Questions
|
|
434
|
+
frequently_asked_questions: "Häufig gestellte Fragen und Antworten"
|
|
435
|
+
#en: friend: friend
|
|
436
|
+
friend: Freund
|
|
437
|
+
#en: friends: Friends
|
|
438
|
+
friends: Freunde
|
|
439
|
+
#en: friendship_could_not_be_created: Friendship could not be created
|
|
440
|
+
friendship_could_not_be_created: Freundschaft konnte nicht angelegt werden
|
|
441
|
+
#en: friendship_request_detail: Friendship request detail
|
|
442
|
+
friendship_request_detail: Details der Freundschaftsanfrage
|
|
443
|
+
#en: friendship_requested: Requested friendship with %{friend}.
|
|
444
|
+
friendship_requested: Freundschaft von %{friend} angefragt.
|
|
445
|
+
#en: from: From
|
|
446
|
+
from: Von
|
|
447
|
+
#en: from2: From
|
|
448
|
+
from2: Aus
|
|
449
|
+
#en: gender: Gender
|
|
450
|
+
gender: Geschlecht
|
|
451
|
+
#en: get_help_from_someone_who_knows: Get help from someone who knows
|
|
452
|
+
get_help_from_someone_who_knows: Hilfe von jemanden, der Bescheid weiß
|
|
453
|
+
#en: get_popular: Get popular.
|
|
454
|
+
get_popular: "Werde beliebt."
|
|
455
|
+
#en: get_started_banner: Get started with <a href="/">%{site}</a> today!
|
|
456
|
+
get_started_banner: Willkommen bei <a href="/">%{site}</a>!
|
|
457
|
+
#en: get_started_invite_some_friends: "Get Started: Invite some friends!"
|
|
458
|
+
get_started_invite_some_friends: "Fang an: lade ein paar Freudne ein!"
|
|
459
|
+
#en: get_started_tell_us_about_yourself: "Get Started: Tell us about yourself"
|
|
460
|
+
get_started_tell_us_about_yourself: "Fang an: erzähl uns über dich"
|
|
461
|
+
#en: get_started_upload_a_profile_photo: "Get Started: Upload a profile photo"
|
|
462
|
+
get_started_upload_a_profile_photo: "Fang an: lade ein Profilfoto hoch"
|
|
463
|
+
#en: go: Go
|
|
464
|
+
go: Gehe
|
|
465
|
+
#en: go2: Go
|
|
466
|
+
go2: Los
|
|
467
|
+
#en: go_check_your_e_mail: Go check your e-mail!
|
|
468
|
+
go_check_your_e_mail: "Prüfe deine E-Mail!"
|
|
469
|
+
#en: go_to_the_forums: go to the forums
|
|
470
|
+
go_to_the_forums: Gehe zu den Foren
|
|
471
|
+
#en: go_to_your_clippings_page_to_get_started: Go to your clippings page to get started.
|
|
472
|
+
go_to_your_clippings_page_to_get_started: Um zu beginnen, geh zu deiner Clippings-Seite.
|
|
473
|
+
#en: go_to_your_profile: Go to your profile
|
|
474
|
+
go_to_your_profile: Geh zu deinem Profil
|
|
475
|
+
#en: have_an_account: "Have an account? "
|
|
476
|
+
have_an_account: Hast du ein Konto?
|
|
477
|
+
#en: have_something_to_contribute: Have something to contribute?
|
|
478
|
+
have_something_to_contribute: Hast du etwas, was du beitragen kannst?
|
|
479
|
+
#en: help: Help
|
|
480
|
+
help: Hilfe
|
|
481
|
+
#en: home: Home
|
|
482
|
+
home: Home
|
|
483
|
+
#en: homepage_banner_msg: CommunityEngine is the best way to go from zero to hero in no time
|
|
484
|
+
homepage_banner_msg: Diese Community ist der beste Weg, um in Null-Komma-Nichts zum Held zu werden
|
|
485
|
+
#en: homepage_banner_signup_prompt: See how it works
|
|
486
|
+
homepage_banner_signup_prompt: Und so geht es
|
|
487
|
+
#en: homepage_features: Homepage Features
|
|
488
|
+
homepage_features: Homepage Features
|
|
489
|
+
#en: hours_ago: hours ago
|
|
490
|
+
hours_ago: Stunden zuvor
|
|
491
|
+
#en: how_do_i_do_that: How do I do that?
|
|
492
|
+
how_do_i_do_that: Wie mach ich das?
|
|
493
|
+
#en: html: HTML
|
|
494
|
+
html: HTML
|
|
495
|
+
#en: image: Image
|
|
496
|
+
image: Bild
|
|
497
|
+
#en: image_url: Image URL
|
|
498
|
+
image_url: Bild-URL
|
|
499
|
+
#en: in_the_forums: In the forums
|
|
500
|
+
in_the_forums: In den Foren
|
|
501
|
+
#en: in_your_favorites: In your favorites
|
|
502
|
+
in_your_favorites: In deinen Favoriten
|
|
503
|
+
#en: inactive: inactive
|
|
504
|
+
inactive: inaktiv
|
|
505
|
+
#en: inbox: Inbox
|
|
506
|
+
inbox: Inbox
|
|
507
|
+
#en: insert: Insert
|
|
508
|
+
insert: Einfügen
|
|
509
|
+
#en: invite_a_friend: Invite a friend
|
|
510
|
+
invite_a_friend: Lade einen Freund ein
|
|
511
|
+
#en: invitation_was_successfully_created: Invitation was successfully created.
|
|
512
|
+
invitation_was_successfully_created: Einladung wurde erfolgreich angelegt.
|
|
513
|
+
#en: invite_message: The more people you invite the better %{site} becomes.
|
|
514
|
+
invite_message: Einladungsnachricht
|
|
515
|
+
#en: invite_some_customers: Invite some customers!
|
|
516
|
+
invite_some_customers: Lade einige Kunden ein!
|
|
517
|
+
#en: invite_your_friends_to_join: Invite Your Friends To Join!
|
|
518
|
+
invite_your_friends_to_join: Lade deine Freunde ein, sich zu beteiligen!
|
|
519
|
+
#en: is_great_check_it_out_youll_love_it: is great, check it out you'll love it!
|
|
520
|
+
is_great_check_it_out_youll_love_it: ist großartig, du wirst es lieben!
|
|
521
|
+
#en: items: Items
|
|
522
|
+
items: Inhalt
|
|
523
|
+
#en: joined: joined
|
|
524
|
+
joined: Mitglied seit
|
|
525
|
+
#en: just_uploading_one_photo: Just uploading one photo?
|
|
526
|
+
just_uploading_one_photo: Nur ein Foto hochladen?
|
|
527
|
+
#en: keywords: Keywords
|
|
528
|
+
keywords: Keywords
|
|
529
|
+
#en: large: Large
|
|
530
|
+
large: Groß
|
|
531
|
+
#en: last: last
|
|
532
|
+
last: letzte
|
|
533
|
+
#en: last_post: Last post
|
|
534
|
+
last_post: Letzter Beitrag
|
|
535
|
+
#en: left_a_comment: "left a comment:"
|
|
536
|
+
left_a_comment: "hat einen Kommentar hinterlassen:"
|
|
537
|
+
#en: links: Links
|
|
538
|
+
links: Links
|
|
539
|
+
#en: listing_invitations: Listing invitations
|
|
540
|
+
listing_invitations: Liste der Einladungen
|
|
541
|
+
#en: loading_images: Loading images
|
|
542
|
+
loading_images: Lade Bilder
|
|
543
|
+
#en: loading_recent_content: Loading recent content...
|
|
544
|
+
loading_recent_content: Lade letzten Inhalt...
|
|
545
|
+
#en: location: Location
|
|
546
|
+
location: Ort
|
|
547
|
+
#en: log_in: Log in
|
|
548
|
+
log_in: Anmelden
|
|
549
|
+
#en: log_in_to_create_a_new_topic: Log in to create a new topic
|
|
550
|
+
log_in_to_create_a_new_topic: Log dich ein, um ein neues Thema zu beginnen
|
|
551
|
+
#en: log_in_to_leave_a_comment: Log in to leave a comment
|
|
552
|
+
log_in_to_leave_a_comment: Zum Kommentarschreiben anmelden
|
|
553
|
+
#en: log_in_to_reply_to_this_topic: Log in to reply to this topic
|
|
554
|
+
log_in_to_reply_to_this_topic: Zum Antworten auf das Thema musst du dich anmelden
|
|
555
|
+
#en: log_in_to_vote: Log in to vote
|
|
556
|
+
log_in_to_vote: Zum Abstimmen musst du dich anmelden
|
|
557
|
+
#en: log_in_to_site: Log in to %{site}
|
|
558
|
+
log_in_to_site: Anmeldung bei %{site}
|
|
559
|
+
#en: log_in_to_your: Log in to your
|
|
560
|
+
log_in_to_your: Einloggen zu deinem
|
|
561
|
+
#en: log_out: Log Out
|
|
562
|
+
log_out: Abmelden
|
|
563
|
+
#en: log_out_of_your: Log out of your
|
|
564
|
+
log_out_of_your: Abmelden vom
|
|
565
|
+
#en: logged_in: "Logged in:"
|
|
566
|
+
logged_in: "Angemeldet:"
|
|
567
|
+
#en: logged_into_the_site: logged into the site
|
|
568
|
+
logged_into_the_site: hat sich angemeldet
|
|
569
|
+
#en: login: Login
|
|
570
|
+
login: Anmeldung
|
|
571
|
+
#en: logins: Logins
|
|
572
|
+
logins: Anmeldungen
|
|
573
|
+
#en: location: Location
|
|
574
|
+
location: Ort
|
|
575
|
+
#en: locked: Locked
|
|
576
|
+
locked: Geschlossen
|
|
577
|
+
#en: locked2: (locked)
|
|
578
|
+
locked2: "(geschlossen)"
|
|
579
|
+
#en: look_for_a_message_from: Look for a message from:
|
|
580
|
+
look_for_a_message_from: "Schau nach einer Mitteilung von:"
|
|
581
|
+
#en looking_for_most_x: Looking for %{link}
|
|
582
|
+
looking_for_most_x: Suchst du nach %{link}?
|
|
583
|
+
#en: make_moderator: Make moderator
|
|
584
|
+
make_moderator: Zum Moderator machen
|
|
585
|
+
#en: make_my_profile_public: Make my profile public
|
|
586
|
+
make_my_profile_public: Mach mein Profil öffentlich
|
|
587
|
+
#en: make_this_my_profile_photo: Make this my profile photo
|
|
588
|
+
make_this_my_profile_photo: Als Profilfoto übernehmen
|
|
589
|
+
#en: male: Male
|
|
590
|
+
male: "Männlich"
|
|
591
|
+
#en: manage_my: "Manage my:"
|
|
592
|
+
manage_my: Verwalte
|
|
593
|
+
#en: manage_posts: Manage Posts
|
|
594
|
+
manage_posts: "Einträge verwalten"
|
|
595
|
+
#en: medium: Medium
|
|
596
|
+
medium: Mittel
|
|
597
|
+
#en: megabyte_upload_limit: megabyte upload limit
|
|
598
|
+
megabyte_upload_limit: Megabyte Limit
|
|
599
|
+
#en: megabyte_upload_limit_per_file: megabyte upload limit per file.
|
|
600
|
+
megabyte_upload_limit_per_file: megabyte upload limit per file.
|
|
601
|
+
#en: member: Member
|
|
602
|
+
member: Mitglied
|
|
603
|
+
#en: members: Members
|
|
604
|
+
members: Mitglieder
|
|
605
|
+
#en: member_since: Member since
|
|
606
|
+
member_since: Mitglied seit
|
|
607
|
+
#en: message: Message
|
|
608
|
+
message: Nachricht
|
|
609
|
+
#en: messages_deleted: Messages deleted
|
|
610
|
+
messages_deleted: Nachricht gelöscht
|
|
611
|
+
#en: messages_sent: Messages sent!
|
|
612
|
+
messages_sent: Nachricht abgeschickt
|
|
613
|
+
#en: metro_areas: Metro Areas
|
|
614
|
+
metro_areas: Metro Areas
|
|
615
|
+
#en: metro_area_was_successfully_created: MetroArea was successfully created.
|
|
616
|
+
metro_area_was_successfully_created: MetroArea wurde erfolgreich angelegt.
|
|
617
|
+
#en: minutes_ago: minutes ago
|
|
618
|
+
minutes_ago: Minuten zuvor
|
|
619
|
+
#en: moderator: Moderator
|
|
620
|
+
moderator: Moderator
|
|
621
|
+
#en: moderators: Moderators
|
|
622
|
+
moderators: Moderatoren
|
|
623
|
+
#en: monitored_topics: Monitored Topics
|
|
624
|
+
monitored_topics: beobachtete Themen
|
|
625
|
+
#en: month: Month
|
|
626
|
+
month: Monat
|
|
627
|
+
#en: more: More
|
|
628
|
+
more: Mehr
|
|
629
|
+
#en: more_about_you: More about you
|
|
630
|
+
more_about_you: "Mehr über dich"
|
|
631
|
+
#en: most_active_1_month: Most active (1 month)
|
|
632
|
+
most_active_1_month: Am aktivsten (1 Monat)
|
|
633
|
+
#en: my_details: My Details
|
|
634
|
+
my_details: Meine Details
|
|
635
|
+
#en: my_friends: My Friends
|
|
636
|
+
my_friends: Meine Freunde
|
|
637
|
+
#en: my_profile: My Profile
|
|
638
|
+
my_profile: Mein Profil
|
|
639
|
+
#en: my_recent_comments: My recent comments
|
|
640
|
+
my_recent_comments: Meine letzten Kommentare
|
|
641
|
+
#en: my_tags: My tags
|
|
642
|
+
my_tags: Meine Tags
|
|
643
|
+
#en: name: Name
|
|
644
|
+
name: Name
|
|
645
|
+
#en: navigation_menu_text: Navigation menu text
|
|
646
|
+
navigation_menu_text: "Navigationsmenütext"
|
|
647
|
+
#en: need_some_help_contact_our: Need some help? Check out our
|
|
648
|
+
need_some_help_contact_our: Brauchst du Hilfe? Check unseren
|
|
649
|
+
#en: need_to_contact_us: Need to contact us?
|
|
650
|
+
need_to_contact_us: Brauchst du Hilfe?
|
|
651
|
+
#en: new_ad: New Ad
|
|
652
|
+
new_ad: Neue Anzeige
|
|
653
|
+
#en: new_category: New category
|
|
654
|
+
new_category: Neue Kategorie
|
|
655
|
+
#en: new_clipping: New clipping
|
|
656
|
+
new_clipping: Neues Clipping
|
|
657
|
+
#en: new_event: New Event
|
|
658
|
+
new_event: Neues Ereignis
|
|
659
|
+
#en: new_forum: New Forum
|
|
660
|
+
new_forum: Neues Forum
|
|
661
|
+
#en: new_homepage_feature: New Homepage Feature
|
|
662
|
+
new_homepage_feature: Neues Homepage Feature
|
|
663
|
+
#en: new_invitation: New Invitation
|
|
664
|
+
new_invitation: Neue Einladung
|
|
665
|
+
#en: new_invitation_from: New Invitation from
|
|
666
|
+
new_invitation_from: Neue Einladung von
|
|
667
|
+
#en: new_metro_area: New Metro Area
|
|
668
|
+
new_metro_area: Neue Metro Area
|
|
669
|
+
#en: new_photo: New photo.
|
|
670
|
+
new_photo: Neues Foto
|
|
671
|
+
#en: new_photos_»_multiple_uploader: "New Photos » Multiple Uploader"
|
|
672
|
+
new_photos_raquo_multiple_uploader: "Neue Fotos » Multiple Uploader"
|
|
673
|
+
#en: new_post: New post
|
|
674
|
+
new_post: Neuer Beitrag
|
|
675
|
+
#en: new_post_for_category: New %{category}
|
|
676
|
+
new_post_for_category: "Neuer Eintrag für Kategorie"
|
|
677
|
+
#en: new_post_text: New Post text
|
|
678
|
+
new_post_text: Text für den Link 'Neuer Beitrag'
|
|
679
|
+
#en: new_today: New today
|
|
680
|
+
new_today: Heute neu
|
|
681
|
+
#en: new_topic: New topic
|
|
682
|
+
new_topic: Neues Thema
|
|
683
|
+
#en: new_yesterday: New yesterday
|
|
684
|
+
new_yesterday: Gestern neu
|
|
685
|
+
#en: no_comments_found: Sorry, we couldn't find any comments for that %{type}
|
|
686
|
+
no_comments_found: Kein Kommentar gefunden
|
|
687
|
+
#en: no_images_uploaded_yet: No images uploaded yet.
|
|
688
|
+
no_images_uploaded_yet: Bisher keine Bilder hochgeladen.
|
|
689
|
+
#en: no_messages: no messages
|
|
690
|
+
no_messages: keine Nachrichten
|
|
691
|
+
#en: no_profile_photo: "No profile photo?"
|
|
692
|
+
no_profile_photo: "Noch kein Profilfoto?"
|
|
693
|
+
#en: no_recent_activity: No recent activity
|
|
694
|
+
no_recent_acitivity: Keine aktuellen Einträge
|
|
695
|
+
#en: no_tags: No tags
|
|
696
|
+
no_tags: "Keine Schlagwörter"
|
|
697
|
+
#en: notify_email_updates: Notify of community news
|
|
698
|
+
notify_email_updates: Benachrichtigung bei Community News
|
|
699
|
+
#en: notify_of_comments: Notify of comments
|
|
700
|
+
notify_of_comments: Benachrichtigung bei Kommentaren
|
|
701
|
+
#en: notify_of_friend_requests: Notify of friend requests
|
|
702
|
+
notify_of_friend_requests: Benachrichtigung bei Freundschaftsanfragen
|
|
703
|
+
#en: on: On
|
|
704
|
+
on: Zu
|
|
705
|
+
#en: one_day_ago: one day ago
|
|
706
|
+
one_day_ago: vor einem Tag
|
|
707
|
+
#en: one_hour_ago: one hour ago
|
|
708
|
+
one_hour_ago: vor einer Stunde
|
|
709
|
+
#en: one_minute_ago: one minute ago
|
|
710
|
+
one_minute_ago: vor einer Minute
|
|
711
|
+
#en: optional: (optional)
|
|
712
|
+
optional: (optional)
|
|
713
|
+
#en: optional_keywords_describing_this_post_separated_by_commas: (optional keywords describing this post, separated by commas)
|
|
714
|
+
optional_keywords_describing_this_post_separated_by_commas: "(optionale Schlüsselwörter, die den Betrag beschreiben, durch Komma getrennt)"
|
|
715
|
+
#en: or: or
|
|
716
|
+
or: oder
|
|
717
|
+
#en: page: page
|
|
718
|
+
page: Seite
|
|
719
|
+
#en: pages: "Pages:"
|
|
720
|
+
pages: "Seiten:"
|
|
721
|
+
#en: password: Password
|
|
722
|
+
password: Kennwort
|
|
723
|
+
#en: pending: pending
|
|
724
|
+
pending: ausstehend
|
|
725
|
+
#en: pending_friendships: Pending Friendships
|
|
726
|
+
pending_friendships: zu bestätigende Freundschaften
|
|
727
|
+
#en: people: People
|
|
728
|
+
people: Leute
|
|
729
|
+
#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
|
|
730
|
+
people_who_sign_up_using_your_invitation_will_automatically_be_added_as_your_friends_on: "Leute, die sich durch deine Einladung angemeldet haben, werden automatisch zu deinen Freunden hinzugef\xEF\xBF\xBD auf"
|
|
731
|
+
#en: permanently_delete_this_clipping: Permanently delete this clipping?
|
|
732
|
+
permanently_delete_this_clipping: "Soll das Clipping dauerhaft gelöscht werden?"
|
|
733
|
+
#en: permanently_delete_this_event: Permanently delete this event?
|
|
734
|
+
permanently_delete_this_event: "Soll das Ereignis dauerhaft gelöscht werden?"
|
|
735
|
+
#en: permanently_delete_this_post: Permanently delete this post?
|
|
736
|
+
permanently_delete_this_post: "Soll der Eintrag dauerhaft gelöscht werden?"
|
|
737
|
+
#en: photo_comments: Photo Comments
|
|
738
|
+
photo_comments: Fotokommentare
|
|
739
|
+
#en: photo_message: Your profile photo represents you on %{site}. You can change it later.
|
|
740
|
+
photo_message: Fotonachricht
|
|
741
|
+
#en: photo_was_successfully_created: Photo was successfully created.
|
|
742
|
+
photo_was_successfully_created: Foto wurde erfolgreich angelegt.
|
|
743
|
+
#en: photos: Photos
|
|
744
|
+
photos: Fotos
|
|
745
|
+
#en: photos_should_be_x_pixels: Photos should be 300x300 pixels.
|
|
746
|
+
photos_should_be_x_pixels: "Fotos sollten 300x300 Pixel groß sein."
|
|
747
|
+
#en: photo_tip_1: Photos show the world your creativity. Pick your best pics, and give them good titles and descriptions.
|
|
748
|
+
photo_tip_1: Fotos zeigen der Welt deine Kreativität. Nimm deine besten Bilder, gib ihnen einen guten Titel und Beschreibung.
|
|
749
|
+
#en: photo_tip_2: Use tags to organize your photos. Separate tags with commas.
|
|
750
|
+
photo_tip_2: Benutze Tags, um die Bilder zu organisieren. Trenne die Tags mit Kommas.
|
|
751
|
+
#en: please_log_in: Please log in.
|
|
752
|
+
please_log_in: Bitte anmelden.
|
|
753
|
+
#en: please_post_something_at_least: Please post something at least...
|
|
754
|
+
please_post_something_at_least: Please post something at least...
|
|
755
|
+
#en: plural_posts: "%{count} posts"
|
|
756
|
+
plural_posts: "Einträge"
|
|
757
|
+
#en: popular: Popular
|
|
758
|
+
popular: "Beliebt"
|
|
759
|
+
#en: popular_catgory: Popular %{name}
|
|
760
|
+
popular_catgory: "beliebt in %{name}"
|
|
761
|
+
#en: popular_posts: Popular Posts
|
|
762
|
+
popular_posts: "beliebte Einträge"
|
|
763
|
+
#en: popular_posts_on: Popular Posts on
|
|
764
|
+
popular_posts_on: "beliebte Einträge auf"
|
|
765
|
+
#en: popular_polls: Popular Polls
|
|
766
|
+
popular_polls: beliebte Umfragen
|
|
767
|
+
#en position: Position
|
|
768
|
+
position: Position
|
|
769
|
+
#en: post: Post
|
|
770
|
+
post: "Beitrag"
|
|
771
|
+
#en: posts: Posts
|
|
772
|
+
posts: "Beiträge"
|
|
773
|
+
#en: post_a_new_topic: Post a new topic
|
|
774
|
+
post_a_new_topic: Fang ein neues Thema an
|
|
775
|
+
#en: post_an_event: Post an event
|
|
776
|
+
post_an_event: Ereignis erfassen
|
|
777
|
+
#en: post_created_for_category: Your '%{category}' post was successfully created.
|
|
778
|
+
post_created_for_category: "Eintrag für %{category} erstellt"
|
|
779
|
+
#en: post_comments: Post Comments
|
|
780
|
+
post_comments: Kommentare schreiben
|
|
781
|
+
#en: postal_code: "Postal code:"
|
|
782
|
+
postal_code: "Postleitzahl:"
|
|
783
|
+
#en: posting_tips: "Posting Tips"
|
|
784
|
+
posting_tips: "Tip zum Schreiben eines Beitrags"
|
|
785
|
+
#en: post_topic: Post topic
|
|
786
|
+
post_topic: Thema speichern
|
|
787
|
+
#en: posts_photos_and_bookmarks: %{name} posts, photos and bookmarks
|
|
788
|
+
posts_photos_and_bookmarks: "%{name} Beiträge, Fotos und Bookmarks"
|
|
789
|
+
#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.
|
|
790
|
+
posts_saved_with_draft_status_wont_appear_in_your_blog_until_you_publish_them: "Einträge, die als Entwurf gespeichert wurden, erscheinen erst in deinem Blog, wenn du sie veröffentlichst."
|
|
791
|
+
#en: preview: Preview
|
|
792
|
+
preview: Vorschau
|
|
793
|
+
#en: previewing_your_post: Previewing your post
|
|
794
|
+
previewing_your_post: Vorschau deines Textes
|
|
795
|
+
#en: print: Print
|
|
796
|
+
print: Drucken
|
|
797
|
+
#en: print_this_story: "Print this story"
|
|
798
|
+
print_this_story: "Druck diese Geschichte"
|
|
799
|
+
#en: profile: Profile
|
|
800
|
+
profile: Profil
|
|
801
|
+
#en: profile_comments: Profile Comments
|
|
802
|
+
profile_comments: Profilkommentare
|
|
803
|
+
#en: profile_photo: Profile Photo
|
|
804
|
+
profile_photo: Profilfoto
|
|
805
|
+
#en: profile_privacy: Profile Privacy
|
|
806
|
+
profile_privacy: Privatsphäre
|
|
807
|
+
#en: profile_views: profile views
|
|
808
|
+
profile_views: Profilansichten
|
|
809
|
+
#en: pros: Pros
|
|
810
|
+
pros: Profis
|
|
811
|
+
#en: published: Published
|
|
812
|
+
published: "Veröffentlicht"
|
|
813
|
+
#en: question: Question
|
|
814
|
+
question: Frage
|
|
815
|
+
#en: re_type_your_password_to_confirm: "Re-type your password to confirm:"
|
|
816
|
+
re_type_your_password_to_confirm: "Erneute Passworteingabe zur Bestätigung:"
|
|
817
|
+
#en: read_more: read more
|
|
818
|
+
read_more: hier mehr
|
|
819
|
+
#en: recent: Recent
|
|
820
|
+
recent: Neu
|
|
821
|
+
#en: recent_activity: Recent activity
|
|
822
|
+
recent_activity: Letzte Beiträge
|
|
823
|
+
#en: recent_blog_posts: Recent Blog Posts
|
|
824
|
+
recent_blog_posts: "Neue Blogbeiträge"
|
|
825
|
+
#en: recent_posts: Recent Posts
|
|
826
|
+
recent_posts: "Neue Beiträge"
|
|
827
|
+
#en: recommended_posts: Recommended Posts
|
|
828
|
+
recommended_posts: "Empfohlene Einträge"
|
|
829
|
+
#en: related_clippings_all_members: Related Clippings (all members)
|
|
830
|
+
related_clippings_all_members: In Verbindung stehende Clippings (alle Mitglieder)
|
|
831
|
+
#en: related_photos_all_members: Related Photos (all members)
|
|
832
|
+
related_photos_all_members: In Verbindung stehende Fotos (alle Mitglieder)
|
|
833
|
+
#en: related_posts: Related Posts
|
|
834
|
+
related_posts: "In Verbindung stehende Einträge"
|
|
835
|
+
#en: related_tags: Related Tags
|
|
836
|
+
related_tags: "In Verbindung stehende Schlagwörter"
|
|
837
|
+
#en: remember_me: Remember me
|
|
838
|
+
remember_me: Angemeldet bleiben
|
|
839
|
+
#en: remember_you_can_always_change_this_later: Remember, you can always change this later.
|
|
840
|
+
remember_you_can_always_change_this_later: "Vergiss nicht, du kannst das auch jederzeit im Nachhinein Ändern"
|
|
841
|
+
#en: remove_moderator: Remove moderator
|
|
842
|
+
remove_moderator: Moderator wegnehmen
|
|
843
|
+
#en: remove_this_friend: Remove this friend
|
|
844
|
+
remove_this_friend: Diesen Freund löschen
|
|
845
|
+
#en: reply: Reply
|
|
846
|
+
reply: Antworten
|
|
847
|
+
#en: reply_to_topic: Reply
|
|
848
|
+
reply_to_topic: Antworte auf das Thema
|
|
849
|
+
#en: request_friendship: Request friendship
|
|
850
|
+
request_friendship: Freundschaftsanfrage
|
|
851
|
+
#en: requested: requested
|
|
852
|
+
requested: angefragt
|
|
853
|
+
#en: requested_friendship_with: Requested friendship with
|
|
854
|
+
requested_friendship_with: Freundschaft angefragt bei
|
|
855
|
+
#en: requesting_friendship: Requesting friendship
|
|
856
|
+
requesting_friendship: Freundschaftsanfrage
|
|
857
|
+
#en: required: (required)
|
|
858
|
+
required: (erforderlich)
|
|
859
|
+
#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.)"
|
|
860
|
+
required_we_will_send_a_confirmation_e_mail_to_the_address_you_enter: "(Erforderlich: Wir senden eine Bestätigungsmail an die eingegebene Adresse.)"
|
|
861
|
+
#en: required_you_must_be_at_least_years_old_to_sign_up: "(Required: you must be at least %{min_age} years old to sign up.)"
|
|
862
|
+
required_you_must_be_at_least_years_old_to_sign_up: "(Erfoderlich: Du musst mindestens %{min_age} Jahre alt sein, um dich zu registrieren.)"
|
|
863
|
+
#en: required_your_username_must_not_contain_numerals_spaces_or_special_characters: "(Required: Your username must not contain numerals, spaces or special characters.)"
|
|
864
|
+
required_your_username_must_not_contain_numerals_spaces_or_special_characters: "(Erforderlich: Dein Benutzername sollte keine Zahlen, Leer- oder Sonderzeichen enthalten.)"
|
|
865
|
+
#en: resend_my_activation_e_mail: Resend my activation e-mail
|
|
866
|
+
resend_my_activation_e_mail: Schicke meine Aktivierungsmail erneut
|
|
867
|
+
#en: resend_your_activation_e_mail: Resend your activation e-mail
|
|
868
|
+
resend_your_activation_e_mail: Aktivierungsmail erneut schicken
|
|
869
|
+
#en: reset_my_password: Reset my password
|
|
870
|
+
reset_my_password: "Passwort zurücksetzen"
|
|
871
|
+
#en: rss: RSS
|
|
872
|
+
rss: RSS
|
|
873
|
+
#en: rss_feed: RSS feed
|
|
874
|
+
rss_feed: RSS feed
|
|
875
|
+
#en: run: Run
|
|
876
|
+
run: Start
|
|
877
|
+
#en: save: Save
|
|
878
|
+
save: Speichern
|
|
879
|
+
#en: save_and_continue_to_step_three: Save, and continue to step three
|
|
880
|
+
save_and_continue_to_step_three: Speicher und mach mit Schritt 3 weiter
|
|
881
|
+
#en: save_changes: Save Changes
|
|
882
|
+
save_changes: "Änderungen speichern"
|
|
883
|
+
#en: save_forum: Save Forum
|
|
884
|
+
save_forum: Forum speichern
|
|
885
|
+
#en: save_post_as: "Save post as:"
|
|
886
|
+
save_post_as: "Eintrag speichern als:"
|
|
887
|
+
#en: save_reply: Save reply
|
|
888
|
+
save_reply: Antwort speichern
|
|
889
|
+
#en: says: says
|
|
890
|
+
says: sagt
|
|
891
|
+
#en: sb_post_was_deleted: Post '%{title}' was deleted.
|
|
892
|
+
sb_post_was_deleted: Der Eintrag '%{title}' wurde gelöscht.
|
|
893
|
+
#en: scrapbook: Scrapbook
|
|
894
|
+
scrapbook: Album
|
|
895
|
+
#en: search: Search
|
|
896
|
+
search: Suche
|
|
897
|
+
#en: search_users: Search Users
|
|
898
|
+
search_users: Suche Benutzer
|
|
899
|
+
#en: searching_for: Searching for
|
|
900
|
+
searching_for: Suchen nach
|
|
901
|
+
#en: see_all: SEE ALL
|
|
902
|
+
see_all: Alles sehen
|
|
903
|
+
#en: see_all_activity: See all activity
|
|
904
|
+
see_all_activity: Alle Aktivitäten
|
|
905
|
+
#en: see_all_events: See all events
|
|
906
|
+
see_all_events: Sieh dir die Liste der Ereignisse an
|
|
907
|
+
#en: see_you_back_here_in_a_short_while: See you back here in a short while.
|
|
908
|
+
see_you_back_here_in_a_short_while: Wir sehen uns hoffentlich bald wieder.
|
|
909
|
+
#en: select_images_to_upload: Select Images to Upload
|
|
910
|
+
select_images_to_upload: Wähle Bilder zum Hochladen aus
|
|
911
|
+
#en: send: "Send"
|
|
912
|
+
send: "Senden"
|
|
913
|
+
#en: send_invitations: Send Invitations!
|
|
914
|
+
send_invitations: Einladung verschicken!
|
|
915
|
+
#en: send_me_my_username: Send me my username
|
|
916
|
+
send_me_my_username: Zusendung des Benutzernamens
|
|
917
|
+
#en: sent_messages: Sent messages
|
|
918
|
+
sent_messages: gesendete Nachrichten
|
|
919
|
+
#en: send_this_story_to_friends: Send this message to friends
|
|
920
|
+
send_this_story_to_friends: Schick diese Nachricht an Freunde
|
|
921
|
+
#en: service_could_not_be_deleted: Service could not be deleted.
|
|
922
|
+
service_could_not_be_deleted: "Service kann nicht gelöscht werden."
|
|
923
|
+
#en: share_the_love: Share the love
|
|
924
|
+
share_the_love: Share the love
|
|
925
|
+
#en: show: Show
|
|
926
|
+
show: Zeigen
|
|
927
|
+
#en: show_category: "%{category}"
|
|
928
|
+
show_category: Zeige "%{category}"
|
|
929
|
+
#en: show_this_photo: Show this photo
|
|
930
|
+
show_this_photo: Zeige dieses Foto
|
|
931
|
+
#en: showing: Showing
|
|
932
|
+
showing: Zeige
|
|
933
|
+
#en: showing_ad: Showing Ad
|
|
934
|
+
showing_ad: Zeige Anzeige
|
|
935
|
+
#en: showing_categories: Showing categories
|
|
936
|
+
showing_categories: Zeige Kategorien
|
|
937
|
+
#en: showing_metro_area_details: Showing Metro Area Details
|
|
938
|
+
showing_metro_area_details: Zeige Detals der MetroArea
|
|
939
|
+
#en: showing_users: Showing users
|
|
940
|
+
showing_users: Zeige Benutzer
|
|
941
|
+
#en: sign_up: Sign Up!
|
|
942
|
+
sign_up: Registrieren!
|
|
943
|
+
#en: sign_up_for_an_account: Sign up for an account.
|
|
944
|
+
sign_up_for_an_account: Ein Konto registrieren.
|
|
945
|
+
#en: sign_up_for_a_: Sign up for a
|
|
946
|
+
sign_up_for_a_: Registriere dich für ein
|
|
947
|
+
#en: sign_up_reason_1: Some reason to sign up
|
|
948
|
+
sign_up_reason_1: Sei Teil der Welle
|
|
949
|
+
#en: sign_up_reason_2: Some reason to sign up
|
|
950
|
+
sign_up_reason_2: Da wo du bist, ist vorne
|
|
951
|
+
#en: singular_posts: "%{count} post"
|
|
952
|
+
singular_posts: Eintrag
|
|
953
|
+
#en: site_members: "%{site} members"
|
|
954
|
+
site_members: Mitglieder
|
|
955
|
+
#en: skip_this_and_go_to_your_profile: Skip this and go to your profile
|
|
956
|
+
skip_this_and_go_to_your_profile: "Überspringe und gehe zu deinem Profil"
|
|
957
|
+
#en: skip_this_step: Skip this step
|
|
958
|
+
skip_this_step: "Überspringe diesen Schritt"
|
|
959
|
+
#en: small_profile: "%{user} doesn't have much here yet. Stay tuned."
|
|
960
|
+
small_profile: Kurzprofil
|
|
961
|
+
#en: sorry_there_was_an_error: Sorry, there was an error.
|
|
962
|
+
sorry_there_was_an_error: Sorry, es ist ein Fehler aufgetreten.
|
|
963
|
+
#en: sorry_there_was_an_error_requesting_friendship: Sorry, there was an error requesting friendship.
|
|
964
|
+
sorry_there_was_an_error_requesting_friendship: Sorry, bei der Freundschaftsanfrage ist ein Fehler aufgetreten.
|
|
965
|
+
#en: sorry_there_was_an_error_uploading_the_photo: Sorry, there was an error uploading the photo.
|
|
966
|
+
sorry_there_was_an_error_uploading_the_photo: Sorry, beim Hochladen des Fotos ist ein Fehler aufgetreten.
|
|
967
|
+
#en: sorry_we_dont_recognize_that_email_address: Sorry. We don't recognize that email address.
|
|
968
|
+
sorry_we_dont_recognize_that_email_address: "Sorry, wir können die E-Mailadresse nicht erkennen."
|
|
969
|
+
#en: spread_the_word: Spread the word
|
|
970
|
+
spread_the_word: "Erzähl es weiter"
|
|
971
|
+
#en: start_date: Start date
|
|
972
|
+
start_date: Startdatum
|
|
973
|
+
#en: start_time: Start time
|
|
974
|
+
start_time: Startzeit
|
|
975
|
+
#en: started_a_topic: "started a topic:"
|
|
976
|
+
started_a_topic: "Thema begonnen:"
|
|
977
|
+
#en: state: State
|
|
978
|
+
state: Bundesland
|
|
979
|
+
#en: statistics: Statistics
|
|
980
|
+
statistics: Statistiken
|
|
981
|
+
#en: stats: Stats
|
|
982
|
+
stats: Statistiken
|
|
983
|
+
#en: status: Status
|
|
984
|
+
status: Status
|
|
985
|
+
#en: sticky: Sticky
|
|
986
|
+
sticky: Sticky
|
|
987
|
+
#en: subject: Subject
|
|
988
|
+
subject: Betreff
|
|
989
|
+
#en: subscribe_to: Subscribe to
|
|
990
|
+
subscribe_to: Abonniere
|
|
991
|
+
#en: tag_does_not_exists: The tag %{tag} does not exist
|
|
992
|
+
tag_does_not_exists: Schlagwort existiert nicht
|
|
993
|
+
#en: tag_name: Tag name
|
|
994
|
+
tag_name: Tag-Name
|
|
995
|
+
#en: tag_yourself: tag yourself
|
|
996
|
+
tag_yourself: Ordne dir Tags zu
|
|
997
|
+
#en: tags: Tags
|
|
998
|
+
tags: Tags
|
|
999
|
+
#en: tags_are_comma_separated_keywords_that_describe_you: Tags are comma-separated keywords that describe you.
|
|
1000
|
+
tags_are_comma_separated_keywords_that_describe_you: "Tags sind durch Komma getrennte Schlüsselbegriffe, die dich beschreiben."
|
|
1001
|
+
#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.
|
|
1002
|
+
tags_are_keywords_you_use_to_organize_your_clippings_separate_multiple_tags_with_commas: Tags sind Schlüsselwörter mit denen du deine Clippings organisieren kannst. Mehrere Tags werden durch Komma getrennt.
|
|
1003
|
+
#en: tags_are_keywords_you_use_to_organize_your_photos: Tags are keywords you use to organize your photos. Separate multiple tags with commas.
|
|
1004
|
+
tags_are_keywords_you_use_to_organize_your_photos: Tags sind Schlüsselwörter mit denen du deine Fotos organisieren kannst. Mehrere Tags werden durch Komma getrennt.
|
|
1005
|
+
#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
|
|
1006
|
+
tags_are_one_word_descriptors_users_assign_to_blog_posts_pictures_and_clippings_on: Tags sind einzelne Begriffe, die von Benutzern ihren Beiträgen und Bildern zugeordnet werden auf
|
|
1007
|
+
#en: tagged: tagged
|
|
1008
|
+
tagged: markiert als
|
|
1009
|
+
#en: tags_page: tags page
|
|
1010
|
+
tags_page: Tag-Seite
|
|
1011
|
+
#en: thanks_for_activating_your_account: Thanks for activating your account!
|
|
1012
|
+
thanks_for_activating_your_account: "Danke für die Aktivierung deines Kontos!"
|
|
1013
|
+
#en: thanks_youre_now_logged_in: Thanks! You're now logged in.
|
|
1014
|
+
thanks_youre_now_logged_in: Danke! Du bist jetzt angemeldet.
|
|
1015
|
+
#en: the_comment_was_deleted: The comment was deleted.
|
|
1016
|
+
the_comment_was_deleted: "Der Kommentar wurde gelöscht."
|
|
1017
|
+
#en: the_friendship_was_accepted: The friendship was accepted.
|
|
1018
|
+
the_friendship_was_accepted: Die Freundschaft wurde angenommen.
|
|
1019
|
+
#en: the_friendship_was_denied: The friendship was denied.
|
|
1020
|
+
the_friendship_was_denied: Die Freundschaft wurde abgelehnt.
|
|
1021
|
+
#en: the_more_people_you_invite_the_better: The more people you invite, the better
|
|
1022
|
+
the_more_people_you_invite_the_better: Je mehr Menschen davon wissen, desto besser kann
|
|
1023
|
+
#en: the_service_was_deleted: The service was deleted.
|
|
1024
|
+
the_service_was_deleted: "Der Service wurde gelöscht."
|
|
1025
|
+
#en: the_slideshow_is_disabled: The slideshow is disabled.
|
|
1026
|
+
the_slideshow_is_disabled: Die Slideshow ist verfügar.
|
|
1027
|
+
#en: the_user_was_activated: The user was activated
|
|
1028
|
+
the_user_was_activated: Der Benutzer wurde aktiviert
|
|
1029
|
+
#en: the_user_was_deleted: The user was deleted.
|
|
1030
|
+
the_user_was_deleted: "Der Benutzer wurde gelöscht."
|
|
1031
|
+
#en: this_forum_is_still_getting_started: "This forum is still getting started ... here are some blog posts to get you thinking ..."
|
|
1032
|
+
this_forum_is_still_getting_started: "Dieses Forum ist gerade erst gestartet ... hier ein paar Blogeinträge zur Anregung ..."
|
|
1033
|
+
#en: this_friendship_is_pending: This Friendship is pending.
|
|
1034
|
+
this_friendship_is_pending: Diese Freundschaft ist noch nicht bestätigt.
|
|
1035
|
+
#en: this_is_your_dashboard: This is your dashboard.
|
|
1036
|
+
this_is_your_dashboard: "Das ist deine Übersicht."
|
|
1037
|
+
#en: this_month_best: "This month's Best"
|
|
1038
|
+
this_month_best: "Das Beste des Monats"
|
|
1039
|
+
#en: this_story_is_awesome: "This story is awesome!"
|
|
1040
|
+
this_story_is_awesome: "Diese Geschichte ist cool!"
|
|
1041
|
+
#en: this_topic_is_locked: This topic is locked.
|
|
1042
|
+
this_topic_is_locked: Das Thema ist gesperrt.
|
|
1043
|
+
#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.
|
|
1044
|
+
private_user_profile_message: "Das Benutzerprofil ist nicht Öffentlich. Du musst angemeldet sein, um es sehen zu können."
|
|
1045
|
+
#en: thumb: Thumb
|
|
1046
|
+
thumb: Miniatur
|
|
1047
|
+
#en: time_constrained: Time constrained
|
|
1048
|
+
time_constrained: Zeit ist begrenzt
|
|
1049
|
+
#en: tips: "Tips:"
|
|
1050
|
+
tips: "Hinweise"
|
|
1051
|
+
#en: title: Title
|
|
1052
|
+
title: Titel
|
|
1053
|
+
#en: title_required: "Title (required)"
|
|
1054
|
+
title_required: Titel (erforderlich)
|
|
1055
|
+
#en: to: To
|
|
1056
|
+
to: An
|
|
1057
|
+
#en: to_accept: to accept
|
|
1058
|
+
to_accept: ", dass er bestätigt"
|
|
1059
|
+
#en: to_get_recommended_content_on_your_dashboard: to start getting recommended content on your dashboard.
|
|
1060
|
+
to_get_recommended_content_on_your_dashboard: "Zum Start bring Inhalt in deine Übersicht."
|
|
1061
|
+
#en: to_get_started_with_clippings_first: To get started with clippings, first
|
|
1062
|
+
to_get_started_with_clippings_first: "Um mit den Clippings zu beginnen:"
|
|
1063
|
+
#en: to_start_adding_friends: To start adding friends, you can
|
|
1064
|
+
to_start_adding_friends: "Um Freunde hinzuzufügen, kannst du"
|
|
1065
|
+
#en: to_you: You
|
|
1066
|
+
to_you: Dich
|
|
1067
|
+
#en: toggle: Toggle
|
|
1068
|
+
toggle: "An-/Ausschalten:"
|
|
1069
|
+
#en_ top_pros: Top Pros
|
|
1070
|
+
top_pros: Top Profis
|
|
1071
|
+
#en: top_writers: Top Writers
|
|
1072
|
+
top_writers: Top Verfasser
|
|
1073
|
+
#en: topic: Topics
|
|
1074
|
+
topic: Thema
|
|
1075
|
+
#en: topics: Topics
|
|
1076
|
+
topics: Themen
|
|
1077
|
+
#en: topic_deleted: Topic '%{topic}' was deleted.
|
|
1078
|
+
topic_deleted: "Thema gelöscht"
|
|
1079
|
+
#en: topic_locked: Topic locked
|
|
1080
|
+
topic_locked: "Thema gesperrt"
|
|
1081
|
+
#en: total_users: Total users
|
|
1082
|
+
total_users: Anzahl Benutzer
|
|
1083
|
+
#en: total_votes: Total votes
|
|
1084
|
+
total_votes: Anzahl Stimmen
|
|
1085
|
+
#en: type_a_username: Type a username
|
|
1086
|
+
type_a_username: Tippe einen Benutzernamen ein
|
|
1087
|
+
#en: type_your_password: "Type your password:"
|
|
1088
|
+
type_your_password: "Gib dein Passwort ein:"
|
|
1089
|
+
#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?
|
|
1090
|
+
uh_oh_we_couldnt_log_you_in_with_the_username_and_password_you_entered_try_again: Uh oh. Die Kombination aus Benutzer und Passwort scheint nicht zu stimmen. Willst du es noch mal versuchen?
|
|
1091
|
+
#en: un_favorite_this: Un-favorite this
|
|
1092
|
+
un_favorite_this: Aus Favoriten entfernen
|
|
1093
|
+
#en: unactivated_users: Unactivated users
|
|
1094
|
+
unactivated_users: Nicht aktivierte Benutzer
|
|
1095
|
+
#en: uncategorized: Uncategorized
|
|
1096
|
+
uncategorized: Unkategorisiert
|
|
1097
|
+
#en: update: Update
|
|
1098
|
+
update: "Änderung"
|
|
1099
|
+
#en: update_profile_and_tag_yourself: Update your profile and tag yourself
|
|
1100
|
+
update_profile_and_tag_yourself: "Änder dein Profil und ergänze deine Tags."
|
|
1101
|
+
#en: update_your_profile: update your profile
|
|
1102
|
+
update_your_profile: Profilpflege
|
|
1103
|
+
#en: updated_at: Updated at
|
|
1104
|
+
updated_at: geändert am
|
|
1105
|
+
#en: updated_their_profile: updated their profile
|
|
1106
|
+
updated_their_profile: "hat das persönliche Profil geändert"
|
|
1107
|
+
#en: upload_an_image_for_your_post: Upload an image for your post
|
|
1108
|
+
upload_an_image_for_your_post: Foto zum Eintrag hochladen
|
|
1109
|
+
#en: upload_and_continue_to_step_two: Upload, and continue to step two
|
|
1110
|
+
upload_and_continue_to_step_two: Lade hoch und mach mit Schritt 2 weiter
|
|
1111
|
+
#en: uploaded_a_photo: "uploaded a photo:"
|
|
1112
|
+
uploaded_a_photo: "hat folgendes Foto hochgeladen:"
|
|
1113
|
+
#en: uploaded_by: uploaded by
|
|
1114
|
+
uploaded_by: hochgeladen von
|
|
1115
|
+
#en: url: Url
|
|
1116
|
+
url: Url
|
|
1117
|
+
#en: user_e_mail: "User e-mail:"
|
|
1118
|
+
user_e_mail: "Benutzer-E-Mail:"
|
|
1119
|
+
#en: username: Username
|
|
1120
|
+
username: Benutzername
|
|
1121
|
+
#en: user: User
|
|
1122
|
+
user: Benutzer
|
|
1123
|
+
#en: users: Users
|
|
1124
|
+
users: Benutzer
|
|
1125
|
+
#en: users_blog: "%{user}'s Blog"
|
|
1126
|
+
users_blog: Benutzerblog
|
|
1127
|
+
#en: user_clippings: Clippings of %{user}
|
|
1128
|
+
user_clippings: Clippings von %{user}
|
|
1129
|
+
#en: user_login: User login
|
|
1130
|
+
user_login: Benutzerkennung
|
|
1131
|
+
#en: users_online: Users online
|
|
1132
|
+
users_online: Benutzer online
|
|
1133
|
+
#en: users_photos: "%{user}'s Photos"
|
|
1134
|
+
users_photos: Benutzerfotos
|
|
1135
|
+
#en: view: View
|
|
1136
|
+
view: Zeige
|
|
1137
|
+
#en: views: Views
|
|
1138
|
+
views: Aufrufe
|
|
1139
|
+
#en: view_all_my_clippings: View all my clippings
|
|
1140
|
+
view_all_my_clippings: Alle meine Clippings
|
|
1141
|
+
#en: view_all_my_friend_requests: View all my friend requests
|
|
1142
|
+
view_all_my_friend_requests: Meine Freundschaftsanfragen
|
|
1143
|
+
#en: view_all_my_photos: View all my photos
|
|
1144
|
+
view_all_my_photos: Alle meine Fotos
|
|
1145
|
+
#en: view_comment: View Comment
|
|
1146
|
+
view_comment: Zeige Kommentar
|
|
1147
|
+
#en: view_my: "View my:"
|
|
1148
|
+
view_my: "Zeige mein(e)"
|
|
1149
|
+
#en: view_my_blog: View my blog
|
|
1150
|
+
view_my_blog: Mein Blog
|
|
1151
|
+
#en: view_profile: View profile
|
|
1152
|
+
view_profile: Profil anzeigen
|
|
1153
|
+
#en: voice: voice
|
|
1154
|
+
voice: Stimme
|
|
1155
|
+
#en: voices: Voices
|
|
1156
|
+
voices: Stimme(n)
|
|
1157
|
+
#en_ vote: Vote
|
|
1158
|
+
vote: deine Stimme
|
|
1159
|
+
#en: vote_now: Vote now!
|
|
1160
|
+
vote_now: Stimm jetzt ab!
|
|
1161
|
+
#en: votes: votes
|
|
1162
|
+
votes: Stimme(n)
|
|
1163
|
+
#en: waiting_for: Waiting for
|
|
1164
|
+
waiting_for: Warte auf
|
|
1165
|
+
#en: walkthrough_complete: You've completed the %{site} walk-through. Now you can continue exploring!
|
|
1166
|
+
walkthrough_complete: Du hast dir %{site} angeschaut. Mach hier weiter!
|
|
1167
|
+
#en: want_to_be_popular: Want to be popular?
|
|
1168
|
+
want_to_be_popular: Willst du ein Held sein?
|
|
1169
|
+
#en: want_to_list_your_services_on: Want to list your services on
|
|
1170
|
+
want_to_list_your_services_on: Want to list your services on
|
|
1171
|
+
#en: want_to_post_in_this_category: Want to post in this category?
|
|
1172
|
+
want_to_post_in_this_category: "Der Kategorie etwas hinzufügen?"
|
|
1173
|
+
#en: want_to_upload_multiple_files_at_once: Want to upload multiple files at once?
|
|
1174
|
+
want_to_upload_multiple_files_at_once: Willst du mehrere Datei gleichzeitig hochladen?
|
|
1175
|
+
#en: watch: Watch
|
|
1176
|
+
watch: beobachte
|
|
1177
|
+
#en: watch_ing: ing
|
|
1178
|
+
watch_ing: tes
|
|
1179
|
+
#en: watch_topic: Watch topic
|
|
1180
|
+
watch_topic: beobachte Thema
|
|
1181
|
+
#en: watching_topic: Watching topic
|
|
1182
|
+
watching_topic: Thema wird beobachtet
|
|
1183
|
+
#en: we_just_sent_an_e_mail_to: "We just sent an e-mail to:"
|
|
1184
|
+
we_just_sent_an_e_mail_to: "Wir haben eine E-Mail geschickt an:"
|
|
1185
|
+
#en: we_need_you: We need you
|
|
1186
|
+
we_need_you: Wir brauchen dich
|
|
1187
|
+
#en: welcome_message: Welcome! %{login_link} or %{signup_link}
|
|
1188
|
+
welcome_message: Hallo! %{login_link} oder %{signup_link}
|
|
1189
|
+
#en: what_are_tags: 'What are "Tags"?'
|
|
1190
|
+
what_are_tags: 'Was sind "Tags"?'
|
|
1191
|
+
#en: what_is_popular: What's Popular
|
|
1192
|
+
what_is_popular: Was ist beliebt
|
|
1193
|
+
#en: whats_fresh: What's fresh
|
|
1194
|
+
whats_fresh: Was ist gerade so los
|
|
1195
|
+
#en: whats_hot: What's Hot
|
|
1196
|
+
whats_hot: "Was ist heiß"
|
|
1197
|
+
#en: whats_popular: What's Popular
|
|
1198
|
+
whats_popular: Was ist beliebt
|
|
1199
|
+
#en: when_checked_your_profile_will_be_visible_to_anyone: "When checked, your profile will be visible to anyone."
|
|
1200
|
+
when_checked_your_profile_will_be_visible_to_anyone: "Wenn markiert, ist das Profile für jeden sichtbar."
|
|
1201
|
+
#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
|
|
1202
|
+
when_unchecked_your_profile_will_only_be_visible_to_people_who_are_logged_in_to: Wenn nicht markiert, ist dein Profile nur Leuten sichtbar, die angemeldet sind bei
|
|
1203
|
+
#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}
|
|
1204
|
+
when_you_see_an_image_you_like_on_the_web: Wenn du ein Bild siehst, dass du haben willst, klick das Bookmarklet, um es zu sichern auf %{site}
|
|
1205
|
+
#en: why_sign_up: Why Sign up?
|
|
1206
|
+
why_sign_up: Warum Registrieren?
|
|
1207
|
+
#en: write_a_blog_post: Write a blog post!
|
|
1208
|
+
write_a_blog_post: Mache einen Blogeintrag!
|
|
1209
|
+
#en: write_a_message: "Write a message:"
|
|
1210
|
+
write_a_message: "Schreibe eine Nachricht:"
|
|
1211
|
+
#en: write_new_post: Write a '%{category}' post
|
|
1212
|
+
write_new_post: Schreibe einen neuen Eintrag
|
|
1213
|
+
#en: wrote_a_post: "wrote a post:"
|
|
1214
|
+
wrote_a_post: "schrieb folgenden Beitrag:"
|
|
1215
|
+
#en: yesterday: Yesterday
|
|
1216
|
+
yesterday: Gestern
|
|
1217
|
+
#en: you_are_editing_your_account: You are editing your account.
|
|
1218
|
+
you_are_editing_your_account: "Du bearbeitest gerade dein Konto."
|
|
1219
|
+
#en: you_are_editing_your_profile: "You're editing your profile."
|
|
1220
|
+
you_are_editing_your_profile: "Du änderst gerade dein Profil."
|
|
1221
|
+
#en: you_can_browse_all_content_and_users_on: You can browse all content and users on
|
|
1222
|
+
you_can_browse_all_content_and_users_on: Du kannst dir den Inhalt und alle Benutzer anzeigen unter
|
|
1223
|
+
#en: you_cant_delete_that_user: You can't delete that user.
|
|
1224
|
+
you_cant_delete_that_user: "Der Benutzer kann nicht gel\xC3\xB6scht werden."
|
|
1225
|
+
#en: you_can_select_up_to_5_files_at_a_time: You can select up to 5 files at a time.
|
|
1226
|
+
you_can_select_up_to_5_files_at_a_time: Du kannst bis zu 5 Dateien gleichzeitig auswählen.
|
|
1227
|
+
#en: you_could_tag_yourself: You could tag yourself
|
|
1228
|
+
you_could_tag_yourself: Verfasse eigene Tags
|
|
1229
|
+
#en: you_have: You have
|
|
1230
|
+
you_have: Du hast
|
|
1231
|
+
#en: you_have_already_voted: You have already voted.
|
|
1232
|
+
you_have_already_voted: Du hast schon abgestimmt.
|
|
1233
|
+
#en: you_have_created: You have created
|
|
1234
|
+
you_have_created: Du erstelltest
|
|
1235
|
+
#en: you_have_left: You have left
|
|
1236
|
+
you_have_left: Du hinterliest
|
|
1237
|
+
#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.
|
|
1238
|
+
you_have_no_clippings_use_the_bookmarklet_on_the_right_to_add_some: Du hast keine Clippings. Mit dem Bookmarlet rechts kannst du welche hinzufügen.
|
|
1239
|
+
#en: you_have_no_network_activity_yet: You have no network activity yet.
|
|
1240
|
+
you_have_no_network_activity_yet: "Du hast noch keine Aktivität in deinem Netzwerk."
|
|
1241
|
+
#en: you_have_pending_friendship_requests: You have pending friendship requests.
|
|
1242
|
+
you_have_pending_friendship_requests: Du hast ausstehende Freundschaftsanfragen
|
|
1243
|
+
#en: you_have_uploaded: You have uploaded
|
|
1244
|
+
you_have_uploaded: "Uploads:"
|
|
1245
|
+
#en: you_have_written: You have written
|
|
1246
|
+
you_have_written: "Geschrieben:"
|
|
1247
|
+
#en: you_last_logged_in_on: You last logged in on
|
|
1248
|
+
you_last_logged_in_on: "Letzte Anmeldung:"
|
|
1249
|
+
#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. "
|
|
1250
|
+
you_may_want_to_use_your_company_logo_or_a_photo_of_one_of_your_products_: "Sie können Ihr Firmenlogo oder ein Produktfoto verwenden."
|
|
1251
|
+
#en: you_must_vote_to_see_the_results: You must vote to see the resuts.
|
|
1252
|
+
you_must_vote_to_see_the_results: Du musst abstimmen, um die Ergebnisse zu sehen.
|
|
1253
|
+
#en: your_about_text_goes_here: Your About Text Goes Here
|
|
1254
|
+
your_about_text_goes_here: "Der Über-uns-Text kommt hier hin"
|
|
1255
|
+
#en: your_changes_were_saved: Your changes were saved.
|
|
1256
|
+
your_changes_were_saved: "Die Änderungen wurden gespeichert."
|
|
1257
|
+
#en: your_password_reset_instructions_have_been_emailed_to_you: Your password has been reset and emailed to you.
|
|
1258
|
+
your_password_reset_instructions_have_been_emailed_to_you: "Dein Passwort wurde zurückgesetzt und dir per E-Mail zugesendet."
|
|
1259
|
+
#en: your_post_was_deleted: Your post was deleted.
|
|
1260
|
+
your_post_was_deleted: "Dein Eintrag wurde gelöscht."
|
|
1261
|
+
#en: your_post_was_successfully_created: Your post was successfully created.
|
|
1262
|
+
your_post_was_successfully_created: Dein Eintrag wurde erfolgreich angelegt.
|
|
1263
|
+
#en: your_profile_photo: "Your profile photo:"
|
|
1264
|
+
your_profile_photo: "Dein Profilfoto:"
|
|
1265
|
+
#en: your_username_was_emailed_to_you: Your username was emailed to you.
|
|
1266
|
+
your_username_was_emailed_to_you: Dein Benutername wurde dir per E-Mail zugeschickt.
|
|
1267
|
+
#en: youve_been_logged_out_hope_you_come_back_soon: You've been logged out. Hope you come back soon!
|
|
1268
|
+
youve_been_logged_out_hope_you_come_back_soon: Du bist abgemeldet. Schau wieder vorbei!
|
|
1269
|
+
#en: zippostal_code: "ZIP/Postal code:"
|
|
1270
|
+
zippostal_code: "Postleitzahl:"
|
|
1271
|
+
|