Jump to content
HWBOT Community Forums

richba5tard

Administrators
  • Posts

    6082
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by richba5tard

  1. New hwbotprime version optimized to run better on ARM platforms: http://downloads.hwbot.org/hwbot.prime-0.3.zip Runs much, much faster by splitting up the workload in batches of 8x amount of cores instead of starting all workers at once. Speed is identical on x86 processors, but 100x faster on ARM. Currently trying to get it running on my 200Mhz ARM v5 NAS.
  2. Be sure to download the latest version if you try again, I've added encryption & save ability to hwbotprime. If you dont' see a save button, download new version here: http://downloads.hwbot.org/downloads/hwbotprime.zip @Bobnova: Do you have the vanilla or beefed up version of raspberry pi? Dennis has the version with 512mb ram, maybe it will not run on 256mb.
  3. Depending on which OS you have chosen for your pi installing java may be incredibly easy (sudo apt-get install java) or very hard. http://www.raspberrypi.org/downloads
  4. First ever non x86 submission on HWBOT. Dennis's Raspberry Pi: http://hwbot.org/submission/2350613_devroush_hwbotprime_arm1176_s_2h_39min_19sec_5ms 2h40min , it takes 30sec on a stock i7.
  5. Compiled version: http://downloads.hwbot.org/downloads/hwbotprime.zip Tested in win7/8, mac osx, linux ubuntu, but not yet on ARM. Should work though.
  6. Hooray! Happy birthday Pieter!
  7. Does anyone have a raspberry pi? We have a beta multiplatform bench in java. Tested on win/linux/mac and works well, both with a gui and in console mode. Normally it should run on a raspberry too if you install an ARM java runtime. github link: https://github.com/frederikcolardyn/benchbot/tree/master/primebench
  8. Honestly I don't even know the algorithm I used. What matters is: - it scales with freq - it scales with amount of processor cores - it scales with hyperthreading enabled - it's secure - it easy as pi (haha!) to bench - detects processor and speed on each platform - fully integrated with the bot, no need to manually enter a form I did not check the scaling when tweaking memory settings yet. I mainly focussed on cross platform compatibility. After all, this bench was written as an example for future benchmark developers on how to integrate with HWBOT. The initial idea was not to write an HWBOT bench, but it just turned out to work great on all platforms. Something we currently miss.
  9. The security module which is responsible for encryption & hashing, and the benchmark algorithm itself will not be open sourced, just the framework. Compiled java code is easy to reverse engineer, so security by obscurity or keeping the source code a secret is not a good option anyway.
  10. FYI, we have an inhouse benchmark in the pipeline which will be released together with HWBOT Rev 5, which is very soon. It runs on windows, linux (tested on 32 and 64bit ubuntu) and mac (tested on lion), all with identical scores. It also has an optional command line interface (cfr pifast), so you can run it on servers without screens attached too. Currently it detects the processor model and frequency, but it could be extended to detect much more. The benchmark UI and algorithm is in java, and the hardware detection is written in C and compiled for each platform separately. Bonus perk: we will release it as open source, as part of our new API's on how to integrate a benchmark with HWBOT.
  11. Yeah much less to calculate now j/k. seems to work, db usage dropped to 20%. Seems to go smooth now...
  12. It seems that enabling some of the achievements is slowing down the queue significantly. I'll deploy a fix in a few minutes...
  13. Recalc was at 50% done this morning, I stopped it because the new submission queue was getting too large.
  14. Achievements will be working again in next update (hwbot v4.6.12) due thursday next week.
  15. Afaik it does not work together with benchmarks which require a data file, as a data file may or may not contain hardware info itself. For am3 & heaven i think we can make an exception.
  16. Assigning points to an overclock is our attempt at deciding how hard it was to achieve it, but obviously it's not always perfect. In an ideal world I think it would be better to tweak the system so the overclocks you are most proud are your highest scoring submissions, but there are so many factors I think it's near impossible to make. Where would those "featured" submissions be shown? Only in your profile? In your signature? On the team profile page too?
  17. I fixed your TPP and they are now contributed to the team, but I didn't find out why the points where linked to no team. If you have any info about what you did (change team or sth) please tell.
  18. I see your TPP points are linked to your account but not your team. Did you change team recently?
  19. # Translations for achievement_info achievement_info_achievement.title=Achievement achievement_info_as.an.administrator=As an administrator, you may manually assign an achievement to a user. Please enter user name below: achievement_info_be.the.first.to.gain.this.achievement=Be the first to gain this achievement! achievement_info_is.the.achievement.missing=Is the achievement missing for you or your team? Hit the recalculate button and the bot will check again if you should deserve this achievement. # achievement_info_last.country.who.obtained.was.title arguments: {0} = ${country name} achievement_info_last.country.who.obtained.was.title=The last country which obtained this achievement was {0}. # achievement_info_last.person.who.obtained.was.title arguments: {0} = ${user name} achievement_info_last.person.who.obtained.was.title=The last person who obtained this achievement was {0}. # achievement_info_last.team.that.obtained.was.title arguments: {0} = ${team name} achievement_info_last.team.that.obtained.was.title=The last team which obtained this achievement was {0}. achievement_info_recently.achieved.title=Achieved by the following members: achievement_info_unknown.achievement.title=Unknown achievement. # achievement_info_x.countries.in.progress arguments: {0} = ${amount} achievement_info_x.countries.in.progress={0} countries are in progress of achieving it. # achievement_info_x.countries.obtained.achievement arguments: {0} = ${amount} achievement_info_x.countries.obtained.achievement=<strong>{0}</strong> countries obtained this achievement # achievement_info_x.members.in.progress arguments: {0} = ${amount} achievement_info_x.members.in.progress={0} members are in progress of achieving it. # achievement_info_x.members.obtained.achievement arguments: {0} = ${amount} achievement_info_x.members.obtained.achievement=<strong>{0} members</strong> obtained this achievement # achievement_info_x.teams.in.progress arguments: {0} = ${amount} achievement_info_x.teams.in.progress={0} teams are in progress of achieving it. # achievement_info_x.teams.obtained.achievement arguments: {0} = ${amount} achievement_info_x.teams.obtained.achievement=<strong>{0} teams</strong> obtained this achievement # Translations for administration_application administration_application_checksum.hash.used.for.datafiles=Checksum hash used for datafiles administration_application_compressed.datafiles=Compressed datafiles administration_application_configure.a.new.application=Configure a New Application administration_application_configure.your.application=Configure Your Application administration_application_datafile.is.required=Datafile is required administration_application_download.link.direct.or.landing.page=Download link (direct or landing page) administration_application_encryption.iv=Encryption IV (AES: 128 bit, DES: 64 bit, hexadecimal notation) administration_application_encryption.key=Encryption key (AES: 128/192/256 bit, DES: 192 bit, hexadecimal notation) administration_application_encryption.used.for.datafiles=Encryption used for datafiles administration_application_fields.marked.with.an.asterisk.are.required=Fields marked with a * are required. administration_application_general_settings=General Settings administration_application_lower.is.better=Lower is better (for example if score is in seconds) administration_application_multithreaded=Multithreaded administration_application_names.of.subtest=Names of subtests (comma separated) administration_application_no.checksum=No checksum administration_application_no.encryption=No encryption administration_application_hardware.component.that.is.stressed.the.most.with.your.application=Hardware component that is stressed the most with your application administration_application_score.settings=Score Settings administration_application_score.units=Score Units (for example marks or seconds) administration_application_security.settings=Security Settings administration_application_status.beta=Beta administration_application_status.hidden=Hidden administration_application_status.published=Published administration_application_version=Version (if multiple supported versions, seperate with comma: e.g. 1.0.0, 1.0.1) administration_application_you.can.request.a.new.benchmark.here=Hi! You can request a new benchmark application that we should add to HWBOT here. Once you submit the request, your account will become the administrator for this application, and the only one able to edit these settings. For a detailed howto, please check the HWBOT API Documentation. # Translations for archievement archievement_archievement.info=Achievement info # Translations for arrow arrow_previous.previous=Previous # Translations for article article_challenge.challenge.overview=Challenge overview # Translations for benchmark_benchmark2d benchmark_benchmark2d_available.2d.benchmark.appl=Available 2D (non videocard related) benchmark applications. # Translations for benchmark_benchmark benchmark_benchmark_overclocking.records=Overclocking record overview benchmark_benchmark_submissions.this.month=Submissions this month benchmark_benchmark_submissions.this.week=Submissions this week # benchmark_benchmark_world.record.on.date arguments: {0} = ${wrdate} benchmark_benchmark_world.record.on.date=World record on {0} # Translations for benchmark_benchmarkdisk benchmark_benchmarkdisk_disk.benchmark.app.supported.by.hwbot=Disk benchmark applications supported by HWBOT. If you want to see a new one added, please contact us. benchmark_benchmarkdisk_hwbot.disk.benchmark.app=HWBOT disk benchmark applications. # Translations for benchmark_benchmarkmemory benchmark_benchmarkmemory_hwbot.memory.benchmark.app=HWBOT memory benchmark applications. benchmark_benchmarkmemory_memory.benchmark.app.supported.by.hwbot=Memory benchmark applications supported by HWBOT. If you want to see a new one added, please contact us. # Translations for benchmark_benchmarkmotherboard benchmark_benchmarkmotherboard_hwbot.mainboard.benchmark.app=HWBOT Mainboard benchmark applications. benchmark_benchmarkmotherboard_mainboard.benchmark.app.supported.by.hwbot=Mainboard benchmark applications supported by HWBOT. If you want to see a new one added, please contact us. # Translations for benchmark_benchmarkoverview benchmark_benchmarkoverview_available.benchmark.app=Available benchmark applications. # Translations for benchmark_benchmarkvideocard benchmark_benchmarkvideocard_hwbot.videocard.benchmark.app=HWBOT videocard benchmark applications. benchmark_benchmarkvideocard_videocard.benchmark.app.supported.by.hwbot=Videocard benchmark applications supported by HWBOT. If you want to see a new one added, please contact us. # Translations for benchmark_benchmarprocessor benchmark_benchmarprocessor_hwbot.processor.benchmark.app=HWBOT processor benchmark applications. benchmark_benchmarprocessor_processor.benchmark.app.supported.by.hwbot=Processor benchmark applications supported by HWBOT. If you want to see a new one added, please contact us. # Translations for benchmark_includes_benchmark_table benchmark_includes_benchmark_table_download=download benchmark_includes_benchmark_table_rules=rules benchmark_includes_benchmark_table_website=website benchmark_includes_benchmark_table_world.record.points=World record points # Translations for benchmark_sidebar # benchmark_sidebar_about.app.name arguments: {0} = ${app.name} benchmark_sidebar_about.app.name=About {0} # benchmark_sidebar_more.about.app.name arguments: {0} = ${app.name} benchmark_sidebar_more.about.app.name=More about {0} ... benchmark_sidebar_ranking.overview=Ranking overview # benchmark_sidebar_there.are.nu.rules.in.the.worldrecord.ranking arguments: {0} = ${app.name} benchmark_sidebar_there.are.nu.rules.in.the.worldrecord.ranking=The {0} world records. There are no rules in the worldrecord ranking, you can use unreleased hardware, engineering samples, etc. # Translations for challenge challenge_accept.defeat=Accept defeat # challenge_accept.the.challenge.if.you.want.to.let arguments: {0} = ${contest.user.name} challenge_accept.the.challenge.if.you.want.to.let=Accept the challenge if you want to let {0} know you will try to beat him. challenge_but.no.one.accepted.the.challenge=No one accepted the challenge. # challenge_challenge.finished.anyone arguments: {0} = ${challenge.user.name}, {1} = ${challenge.stage.name} challenge_challenge.finished.anyone={0} challenged everyone to beat him at {1} # challenge_challenge.finished.country arguments: {0} = ${challenge.user.name}, {1} = ${challenge.challengee.name}, {2} = ${challenge.stage.name} challenge_challenge.finished.country={0} challenged anyone from {1} to beat him at {2} # challenge_challenge.finished.team arguments: {0} = ${challenge.user.name}, {1} = ${challenge.challengee.name}, {2} = ${challenge.stage.name} challenge_challenge.finished.team={0} challenged anyone of {1} to beat him at {2} # challenge_challenge.finished.user arguments: {0} = ${challenge.user.name}, {1} = ${challenge.challengee.name}, {2} = ${challenge.stage.name} challenge_challenge.finished.user={0} challenged {1} to beat him at {2} challenge_challenge.not.found=Sorry, we did not find the challenge you were looking for. Did you mistype the url? challenge_challenge.not.found.title=Challenge not found # challenge_challenge.open.anyone arguments: {0} = ${challenge.user.name}, {1} = ${challenge.stage.name} challenge_challenge.open.anyone={0} challenges everyone to beat him at {1} # challenge_challenge.open.group arguments: {0} = ${challenge.user.name}, {1} = ${challenge.challengee.name}, {2} = ${challenge.stage.name} challenge_challenge.open.group={0} challenges anyone of {1} to beat him at {2} # challenge_challenge.open.user arguments: {0} = ${challenge.user.name}, {1} = ${challenge.challengee.name}, {2} = ${challenge.stage.name} challenge_challenge.open.user={0} challenges {1} to beat him at {2} # challenge_challengee.has.not.yet.accepted.this.challenge arguments: {0} = ${challenge.challengee.name} challenge_challengee.has.not.yet.accepted.this.challenge=<strong>{0}</strong> has not yet accepted this challenge. challenge_challenges.are.just.for.the.fun=Challenges are just for fun. No (competition) points are awarded, and they are not moderated by HWBOT staff. challenge_comment=Comment challenge_defeated=(defeated) challenge_hardware.limitations=Hardware limitations: # challenge_he.has.to.hold.his.lead.for arguments: {0} = ${contest.timeLeft}, {1} = ${challenge.user.name} challenge_he.has.to.hold.his.lead.for=He has to hold his lead for {0} to beat {1}! challenge_members.accepted.the.challenge=The following members have accepted the competition challenge_no.one.has.accepted.this.challenge.so.far=No one has accepted this challenge so far. # challenge_rank.name.is.leading.the.challenge arguments: {0} = ${rank.name} challenge_rank.name.is.leading.the.challenge={0} is leading the challenge! # challenge_rank.name.won.the.challenge arguments: {0} = ${rank.name} challenge_rank.name.won.the.challenge={0} won the challenge with the following score: # Translations for challenge_sidebar challenge_sidebar_accept.the.challenge.to.see.the.current.score.to.beat=Accept the challenge to see the current score to beat. challenge_sidebar_as.you.can.not.accept.the.challenge=As you can not accept the challenge, you will not be able to see the top score until it has ended. challenge_sidebar_challenge.won.by=Challenge won by: challenge_sidebar_during.the.grace.period.you.may.submit.score=During the grace period you may submit scores, but the retaliate countdown timer does not start to run. challenge_sidebar_grace.period.ends.in=Grace period ends in: challenge_sidebar_only.people.who.have.accepted.the.challenge.can.see.teh.top.score=Only people who have accepted the challenge can see the top score. Sorry! challenge_sidebar_score.to.beat=Score to beat: # challenge_sidebar_the.challenge.may.end.sooner.if.someone.make.a.submission arguments: {0} = ${contest.challengeRetaliateDays} challenge_sidebar_the.challenge.may.end.sooner.if.someone.make.a.submission=The challenge may end sooner if someone makes a submission. After submission, the others have <strong>{0}</strong> days to retaliate. challenge_sidebar_the.score.is.hidden.until=The score is hidden until you have accepted the challenge. # challenge_sidebar_the.time.to.retaliate.after.the.grace arguments: {0} = ${contest.challengeRetaliateDays} challenge_sidebar_the.time.to.retaliate.after.the.grace=The time to retaliate after the grace period when someone submits a score, is set to <strong>{0}</strong> days. challenge_sidebar_time.to.relatiate=Time to retaliate: # challenge_sidebar_when.the.retaliate.countdown.timer.drops.to.zero arguments: {0} = ${contest.challengeRetaliateDays} challenge_sidebar_when.the.retaliate.countdown.timer.drops.to.zero=When the retaliate countdown timer drops to zero, the challenge is over! If you submit a better score before the end, the others have <strong>{0}</strong> days to retaliate. challenge_sidebar_you.are.not.required.to.make.a.submission=You are not required to make a submission, but if you can not beat the score, you'll have to accept defeat. # Translations for challenge_sidebaroverview challenge_sidebaroverview_lost=Lost challenge_sidebaroverview_view.challenges.you.created=View challenges you created challenge_sidebaroverview_your.challenges=Your challenges # Translations for challenge challenge_time.is.ticking=The time is ticking... challenge_title.any.hardware=Any hardware may be used. challenge_title.challenge=Challenge challenge_title.go.to.challenge.archive=Go to challenge archive # Translations for challenge_wizard_limitations challenge_wizard_limitations_can.any.hardware.be.used=Can any hardware be used, or are there limitations? # challenge_wizard_limitations_limit.on.manufacturer.processor arguments: {0} = ${r.processor.manufacturer.name}, {1} = ${r.processor.name} challenge_wizard_limitations_limit.on.manufacturer.processor=Limit on {0} {1} # challenge_wizard_limitations_limit.on.videocard arguments: {0} = ${r.videoCard.name} challenge_wizard_limitations_limit.on.videocard=Limit on {0} challenge_wizard_limitations_limitation.added=Limitation added challenge_wizard_limitations_max.processor.frequency=Max processor frequency: challenge_wizard_limitations_processor.limitations=Processor limitations challenge_wizard_limitations_videocard.limitations=Videocard limitations # Translations for challenge_wizard_overview # challenge_wizard_overview_anyone.of.challengee arguments: {0} = ${contest.challengee.name} challenge_wizard_overview_anyone.of.challengee=anyone of <strong>{0}</strong> challenge_wizard_overview_benchmark=Benchmark: challenge_wizard_overview_challenge.mails.are.turned.off=Challenge mails are turned off! challenge_wizard_overview_ends.on=Ends on: challenge_wizard_overview_limitations=limitation(s): challenge_wizard_overview_not.limited.with.any.hardware.restrictions=<strong>Not limited</strong> with any hardware restrictions. challenge_wizard_overview_you.are.about.to.create.a.challenge=You are about to create a challenge with the following settings: challenge_wizard_overview_you.challenge=You challenge: challenge_wizard_overview_you.have.chosen.not.to.receive.challenge.mail=You have chosen not to receive challenge related mails in <a href="/profile/#mailsettings" target="_blank">your user profile</a>. This means you will not get any mails when people accept your challenge, beat your score or when your challenge ends. # Translations for challenge_wizard_settings challenge_wizard_settings_a.normal.challenge.lasts.one.month=A <strong>normal challenge</strong> lasts one month. When a user beats the highest score, the other overclockers who accepted the challenge have 1 week time to submit a better score. If this does not happen, the challenge is won by the user who managed to stay on #1 for one week. If the time is up, the fastest submissions wins. challenge_wizard_settings_a.quick.challenge.has.the.same.concepts=A <strong>quick challenge</strong> has the same concepts, but only takes a week, and may end faster if the fastest score has been unchallenged for 24hours. challenge_wizard_settings_during.the.grace.period=During the <strong>grace period</strong>, participants may submit a score, but the <strong>countdown timer to retaliate in time does not run</strong>. challenge_wizard_settings_how.long.do.you.want.the.challenge.to.run=How long do you want the challenge to run? challenge_wizard_settings_normal.challenge.30.days=Normal challenge: 30 days, 1 week grace period, 1 week to retaliate if score is beaten challenge_wizard_settings_quick.challenge.1.week=Quick challenge: 1 week, 3 day grace period, 24 hours to retaliate if score is beaten challenge_wizard_settings_the.time.to.retaliate.countdown=The <strong>time to retaliate</strong> countdown timer starts to run as soon as someone beats the initial score. If left <strong>unbeaten after the countdown timer has reached zero, the challenge is ended</strong>. challenge_wizard_settings_what.is.the.diiference.between.a.quick.and.a.normal.challenge=What is the difference between a quick and a normal challenge? # Translations for challenge_wizard_who challenge_wizard_who_a.specific.user=A specific user # challenge_wizard_who_as.a.member.of.the.league arguments: {0} = ${user.league} challenge_wizard_who_as.a.member.of.the.league=As a member of the {0} league challenge_wizard_who_everyone.in.the.world=Everyone in the world # challenge_wizard_who_members.from.country arguments: {0} = ${user.country.name} challenge_wizard_who_members.from.country=Members from {0} challenge_wizard_who_name.of.the.person.you.want.to.challenge=Name of person you want to challenge: # challenge_wizard_who_team.members.from.team arguments: {0} = ${user.team.name} challenge_wizard_who_team.members.from.team=Team members from {0} challenge_wizard_who_what.is.a.challenge=What is a challenge? challenge_wizard_who_when.you.challenge.someone=When you challenge someone, you dare them to beat your score using rules you define. These rules can be a limitation on the hardware (eg. use the same videocard as me), on cooling (eg. only air cooling) or on speed (eg. processor speed limited to 4Ghz). challenge_wizard_who_who.do.you.want.to.challenge=Who do you want to challenge? challenge_wizard_who_you.can.challenge.a.specific.person=You can challenge a specific person, your team members, everyone from your country, or everyone in the world. # challenge_wizard_who_you.can.challenge.anyone.from.the arguments: {0} = {oc.league}, {1} = {enthusiast.league} challenge_wizard_who_you.can.challenge.anyone.from.the=you can challenge anyone from the {0} Overclockers League or {1} Enthusiast League challenge_wizard_who_you.can.challenge.anyone.from.the.league=you can challenge anyone from any league. # challenge_wizard_who_you.can.not.challenge.anyone.from arguments: {0} = {oc.league}, {1} = {pro.oc.league} challenge_wizard_who_you.can.not.challenge.anyone.from=you can <strong>not</strong> challenge anyone from the {0} Overclockers League or {1} Professional Overclockers League # Translations for challenge challenge_you.accepted.this.challenge=You accepted this challenge. challenge_you.can.not.accept.this.challenge=You can not accept this challenge. challenge_you.have.accepted.this.challenge=You have accepted this challenge. # challenge_you.have.x.time.left.to.beat.y arguments: {0} = ${contest.timeLeft}, {1} = ${challenge.user.name} challenge_you.have.x.time.left.to.beat.y=You have {0} to beat {1}. # Translations for comments comments_post.comment=post comment # Translations for common_challenge common_challenge_any.hardware=any hardware common_challenge_no.challenges.have.been.created.by.you=No challenges have been created by you, your team members, your fellow countrymen or apply to hardware you have. common_challenge_no.challenges.heve.been.created.by.you=No challenges have been created by you, your team members, your fellow countrymen or where made global. common_challenge_title.challenge=CHALLENGE common_challenge_title.challenged.who=CHALLENGED WHO? common_challenge_title.challenger=CHALLENGER common_challenge_title.time.left=TIME LEFT # Translations for common_competition common_competition_no.new.competition.entries=No new competition entries. # Translations for common_genericmessage common_genericmessage_error=Error common_genericmessage_return.home=Return home common_genericmessage_succes=Success common_genericmessage_warning=Warning # Translations for common_listview common_listview_no.benchmark.scores.have.been.submitted=No benchmark scores have been submitted. # Translations for common_navigation common_navigation_benchmarks=Benchmarks common_navigation_brows.disks=Browse disks common_navigation_brows.memory=Browse memory common_navigation_browse.motherboards=Browse motherboards common_navigation_browse.processors=Browse processors common_navigation_browse.testlab=HWBOT Testlab common_navigation_compare.processors=Compare processors common_navigation_compare.videocards=Compare videocards common_navigation_forum=Forum common_navigation_my.hardware=My hardware common_navigation_oc.league=OC league common_navigation_pro.oc.league=Pro OC league common_navigation_profiles=Bios/UEFI Profiles common_navigation_team.league=Team league # Translations for common_submissionline common_submissionline_disk=Disk: # Translations for common_submissionstable common_submissionstable_competition.stage=Competition (stage) common_submissionstable_points.gained.by.participating=Points gained by participating in official competitions. common_submissionstable_points.gained.for.your.rank=Points gained for your rank in official competitions. common_submissionstable_view.all.scores=View all scores # Translations for compare_compare compare_compare_hwbot.specification.comparison=HWBOT specification comparison # Translations for compare_overview compare_overview_add.videocard=Add videocard: compare_overview_clear=clear # Translations for compare_processorsidebar compare_processorsidebar_compare.processors=Compare processors: compare_processorsidebar_enter.a.processor.name=Enter a processor model name in the box below: compare_processorsidebar_start.here.to.add.more.processores=Start here to add more processors to the chart. # Translations for compare_processorspecification compare_processorspecification_heat=Heat: compare_processorspecification_kb=KB compare_processorspecification_l1.cache=l1 cache: compare_processorspecification_l2.cache=l2 cache: compare_processorspecification_l3.cache=l3 cache: compare_processorspecification_manufacturing=Manufacturing: # compare_processorspecification_other.core.processors arguments: {0} = ${hwc.hardware.core.name} compare_processorspecification_other.core.processors=other {0} processors # compare_processorspecification_socket.name.motherboards arguments: {0} = ${hwc.hardware.socket.name} compare_processorspecification_socket.name.motherboards={0} motherboards compare_processorspecification_volt=volt compare_processorspecification_voltage=Voltage: # Translations for compare_videocardspecification compare_videocardspecification_bit=bit compare_videocardspecification_mem.size=Mem size: compare_videocardspecification_memory.bus=Memory bus: # compare_videocardspecification_other.hw.core.videocards arguments: {0} = ${hw.core.name} compare_videocardspecification_other.hw.core.videocards=other {0} videocards compare_videocardspecification_pipelines=pipelines: compare_videocardspecification_rops=ROPs: compare_videocardspecification_units=units compare_videocardspecification_vertexshaders=vertexShaders: # Translations for compare_videocardssidebar compare_videocardssidebar_compare.videocards=Compare videocards: compare_videocardssidebar_enter.a.videocard.model.in.the.box.below=Enter a videocard model name in the box below: compare_videocardssidebar_start.here.to.add.more.videocards=Start here to add more videocards to the chart. # Translations for competitiobenchmark # competitiobenchmark_is.open.until arguments: {0} = ${contestBenchmark.name}, {1} = ${endDate} competitiobenchmark_is.open.until={0} is open until {1}. # Translations for competition # competition_about.the.competition.title arguments: {0} = ${contest.name} competition_about.the.competition.title=About the {0} competition competition_add.media=Add media competition_check.your.member.account.page=Check your <a href="/profile/"> member account page</a> competition_closed.competition.if.want.participate.contact.organize.title=This is a closed competition. If you want to participate with your country, contact the competition organizer competition_closed.competition.if.want.participate.with.team.contact.organiser.title=This is a closed competition. If you want to participate with your team, contact the competition organizer. competition_competition.closed.can.no.longer.join.title=This competition is closed. You can no longer join. competition_competition.not.public.need.invitation.contact.moderator=This competition is not public, it can only be joined by invitation. Contact one of the moderators if you wish to participate. competition_competition.requires.psw.contact.organizer.for.psw.title=This competition requires a password to join. Contact the competition organizer if you want to join but don't know the password. competition_contact.organize.if.want.join.but.dont.know.psw.title=Contact the competition organizer if you want to join but don't know the password competition_contest.finals=finals # competition_contest.not.hosted arguments: {0} = ${contest.name}, {1} = ${startDate}, {2} = ${endDate}, {3} = ${contest.externalurl} competition_contest.not.hosted={0} is not hosted on HWBOT. It runs from {1} until {2}. More information <a href="{3}">here</a>. # competition_contest.not.hosted.warning arguments: {0} = ${contest.externalurl}, {1} = ${contest.externalurlHost} competition_contest.not.hosted.warning=This competition is not organized by HWBOT. For more information, see <a href="{0}" target="blank">{1}</a>. competition_contest.not.hosted.warning.no.url=This competition is not organized by HWBOT. # competition_contest.open.for.submissions.until arguments: {0} = ${contest.name}, {1} = ${endDate} competition_contest.open.for.submissions.until={0} is open for submissions until {1}. competition_contest.qualifications=qualifications competition_contest.this.competition.is.not.hosted.at.hwbot.overclockers=This competition is not hosted at HWBOT. Check the ranking for participating overclockers. competition_contest.this.competition.is.not.hosted.at.hwbot.teams=This competition is not hosted at HWBOT. Check the ranking for participating teams. competition_context.roadmap=Roadmap # competition_country.can.make.submissions.for arguments: {0} = ${country.niceName} competition_country.can.make.submissions.for=You can make submissions for {0} by submitting benchmark results before {1}. competition_discussions=Discussions competition_following.members.are.participating.in.closed.competition.title=The following members are participating in this closed competition competition_level.live=live competition_level.official=official competition_level.online=online competition_level.partcipate.competition=Participate competition competition_level.quick.submit=Quick Submit competition_log.in.or.title.if.you.want.to.join=Log in or <a href="/profile/register">join HWBOT</a> if you want to join the competition. # competition_open.after.elimination.date arguments: {0} = ${eliminationDay}, {1} = ${contest.eliminationAmount} competition_open.after.elimination.date=This competition had an elimination round on {0}. The top {1} ranked at that time may continue submitting in this competition. # competition_open.before.elimination.date arguments: {0} = ${contest.eliminationAmount} competition_open.before.elimination.date=Anyone may enter this competition. After the elimination day, only the top {0} ranked may continue. competition_open.competition.open.for.everyone=This competition is open to everyone. You can participate by making a submission during the competition. # competition_or.you.can.read.more.about.it.on arguments: {0} = ${contest.externalurl}, {1} = ${contest.externalurlHost} competition_or.you.can.read.more.about.it.on=or you can read more about it on <a href="{0}" target="_blank">{1}</a>. # competition_otherwise.can.make.submissions.for arguments: {0} = ${contest.safeName} competition_otherwise.can.make.submissions.for=You can make submissions by <a href="/submit/competition/{0}">submitting benchmark results</a> before {1}. # Translations for competition_overview # competition_overview_closed.since arguments: {0} = ${endDate} competition_overview_closed.since=(closed since {0}) competition_overview_community.competitions=Community Competitions competition_overview_competitions.created.by.the.hwbot.community=Competitions created by the HWBOT community. competition_overview_competitions.organized.or.recognized.by.hwbot=Competitions organized or recognized by HWBOT. competition_overview_official.competitions=Official Competitions # competition_overview_running.until arguments: {0} = ${endDate} competition_overview_running.until=(running until {0}) # competition_overview_starts.on.ends arguments: {0} = ${startDate}, {1} = ${endDate} competition_overview_starts.on.ends=(starts on {0}, ends {1}) competition_overview_there.are.currently.no.community.contests=There are currently no community contests. competition_overview_there.are.currently.no.official.contests=There are currently no official contests. # Translations for competition competition_participate.competition=Join # competition_participating.users.elimination.round.title arguments: {0} = ${contest.eliminationAmount} competition_participating.users.elimination.round.title=These are the members which where ranked in the top {0} at the time the elimination round ended, and may continue submitting: competition_participating.users.title=Participating users # Translations for competition_sidebar # competition_sidebar_after.the.elimination arguments: {0} = ${contest.eliminationAmount} competition_sidebar_after.the.elimination=After the elimination, only the top {0} may continue to submit scores. Be sure to submit before this date! # competition_sidebar_as.this.is.an.official.level arguments: {0} = ${contest.level} competition_sidebar_as.this.is.an.official.level=As this is an <strong>official level {0} competition</strong>, competitors will receive points for the final ranking as following: competition_sidebar_comments=Comments competition_sidebar_cup.elimination.day=Cup Elimination Day competition_sidebar_cup.end=Cup-End # competition_sidebar_cup.possible.players arguments: {0} = ${fn:length(contest.contestUsers)}, {1} = ${contest.eliminationAmount} competition_sidebar_cup.possible.players=${0} of ${1} possible players take part competition_sidebar_cup.start=Cup Start competition_sidebar_discuss.in.forums=Discuss the competition at the HWBOT forum # competition_sidebar_discuss.twitter arguments: {0} = ${contest.twitterHash} competition_sidebar_discuss.twitter=Latest {0} tweets: competition_sidebar_elimination.day=Elimination Day competition_sidebar_elimination.round.ends.in=Elimination round ends in: competition_sidebar_fifth.place=Fifth place: competition_sidebar_first.place=First place: competition_sidebar_fourth.place=Fourth place: competition_sidebar_live.competition=Live competition competition_sidebar_live.official.competition=Live, official competition competition_sidebar_official.competition=Official competition competition_sidebar_online.competition=Online competition competition_sidebar_opens.in=Opens in: competition_sidebar_second.place=Second place: competition_sidebar_select.stage.ranking=Select stage ranking: competition_sidebar_third.place=Third place: competition_sidebar_this.is.a.live.event=This is an <strong>live event</strong>. Participants are invited to compete against each other face to face. Submissions made during the event will be shown here. competition_sidebar_this.is.an.online.event=This is an <strong>online event</strong>. Participants can compete from all around the world, and make submissions online. competition_sidebar_this.is.not.an.official.competition=This is not an official competition, competitors will not receive points. # competition_sidebar_tweets arguments: {0} = ${contest.name} competition_sidebar_tweets={0} Tweets competition_sidebar_view.awarded.points=View awarded points # competition_sidebar_want.integrate.ranking.on.site.you.can.use.our.title arguments: {0} = ${contest.contestId} competition_sidebar_want.integrate.ranking.on.site.you.can.use.our.title=If you want to integrate the competition ranking on your site, you can use our xml feed: {0} # Translations for competition # competition_stage.closed.ended.on arguments: {0} = ${endDate} competition_stage.closed.ended.on=closed, ended on {0} # competition_stage.open.timeleft arguments: {0} = ${stage.timeLeft} competition_stage.open.timeleft=open, {0} left # competition_stage.starts.on arguments: {0} = ${startDate} competition_stage.starts.on=starts on {0} # competition_team.can.make.submissions.for arguments: {0} = ${team.safeName}, {1} = ${team.name}, {2} = ${contest.safeName} competition_team.can.make.submissions.for=You can make submissions for <a href="/community/team/{0}/">{1}</a> by <a href="/submit/competition/{2}"> submitting benchmark results</a> before {3}. competition_the.competition.moderator.is.title=The competition moderator is: competition_the.competition.moderators.are.title=The competition moderators are: competition_this.competition.requires.psw.to.join.title=This competition requires a password to join. competition_title.competition.teams=competition teams competition_title.countries=countries competition_title.participating.teams=Participating teams competition_title.prizes=Prizes # competition_title.this.competition.is.between users, members, teams or countries competition_title.this.competition.is.between=This competition is between # competition_user.can.submit.benchmark.results.before arguments: {0} = ${contest.safeName} competition_user.can.submit.benchmark.results.before=You can <a href="/submit/competition/{0}"> submit benchmark results</a> before {1}. # competition_you.can.make.a.submission arguments: {0} = ${user.country.safeName} competition_you.can.make.a.submission=You can make submissions for {0}. competition_you.need.join.competition.team.to.participate.in.contest=You need to join a competition team in order to participate in this contest. competition_you.need.join.team.to.participate.in.contest=You need to join a team in order to participate in this contest. competition_you.need.to.join.country.to.participate.in.contest.title=You need to join a country in order to participate in this contest. # Translations for competitionadministration competitionadministration_add.media=Add media to competition # competitionadministration_administration arguments: {0} = ${contest.safeName}, {1} = ${contest.name} competitionadministration_administration=<a href="/competition/{0}">{1}</a> - administration competitionadministration_description=Description: competitionadministration_nickname=Nickname *: competitionadministration_quick.add.submission=Quick add submission competitionadministration_score=Score *: competitionadministration_screenshot=Verification screenshot: competitionadministration_submissions=Submissions: competitionadministration_user.or.nickname=User or nickname *: competitionadministration_videocard=Videocard: # Translations for competitionbenchmark # competitionbenchmark_closed.since arguments: {0} = ${endDate} competitionbenchmark_closed.since=closed since {0} # competitionbenchmark_competition.not.hosted.warning arguments: {0} = ${contest.externalurl} competitionbenchmark_competition.not.hosted.warning=This competition is not organized by HWBOT. For more information, see <a href="{0}" target="_blank">{1}</a>. competitionbenchmark_currently.top.leader=Currently top leader # competitionbenchmark_discuss.external.site arguments: {0} = ${contest.externalurl}, {1} = ${contest.externalurlHost} competitionbenchmark_discuss.external.site=More info can be found on <a href="{0}" target="_blank">{1}</a>. competitionbenchmark_discuss.on.forum=Discuss the competition on the HWBOT forum. # competitionbenchmark_latest.submissions.for.stage arguments: {0} = ${contestBenchmark.name} competitionbenchmark_latest.submissions.for.stage=Latest submissions for stage {0} # competitionbenchmark_needs.more.submissions.to.have.a.top arguments: {0} = ${contestBenchmark.config - cr.amount}, {1} = ${contestBenchmark.config} competitionbenchmark_needs.more.submissions.to.have.a.top=Needs {0} more submissions to have a top {1} average. competitionbenchmark_not.started=not started competitionbenchmark_stage.details=Stage Details # competitionbenchmark_the.benchmark.limitations arguments: {0} = ${limitationDetailsDate} competitionbenchmark_the.benchmark.limitations=The benchmark limitations will be revealed on {0}. competitionbenchmark_there.are.no.limitations=There are no limitations, all hardware may be used. # competitionbenchmark_time.to.go arguments: {0} = ${contestBenchmark.timeLeft} competitionbenchmark_time.to.go={0} to go competitionbenchmark_waiting.for.submissions=Waiting for submissions... # competitionbenchmark_you.have.time.to.left arguments: {0} = ${contestBenchmark.timeLeft} competitionbenchmark_you.have.time.to.left=You have {0} time left to make a submission! # Translations for competitioncheck.your.member.account.page competitioncheck.your.member.account.page=Check your <a href="/profile/">member account page</a> # Translations for competitionnews competitionnews_today.competition.news=Competition news: competitionnews_today.news.no.competition.news.title=No competition news. competitionnews_today.news.previous.competition.news=Previous competition news: # Translations for competitionoverview competitionoverview_competition.archive=Competition Archive competitionoverview_competition.news=Competition News competitionoverview_competition.overview=Competition overview competitionoverview_go.to.competition.archive=Go to competition archive competitionoverview_latest=Latest competitionoverview_no.competitions.news=No competitions news competitionoverview_participate=Participate competitionoverview_there.is.currently.no.competition.news=There is currently no competition related news. Check back soon! # Translations for competitionoverviewtable competitionoverviewtable_body.no.running.competitions=No running competitions. competitionoverviewtable_contest.stages=stages # competitionoverviewtable_contest.winner.won.by arguments: {0} = ${winner.link}, {1} = ${winner.flag}, {2} = ${winner.name} competitionoverviewtable_contest.winner.won.by=Won by <a href="{0}" class="skinny">{1} {2}</a> competitionoverviewtable_header.closes=Closes competitionoverviewtable_header.opens=Opens # competitionoverviewtable_leading arguments: {0} = ${winning}, {1} = ${diffPoints} competitionoverviewtable_leading={0} is leading with {1} points. competitionoverviewtable_no.leader.yet=No leader yet. # Translations for competitionpointsoverview # competitionpointsoverview_more.people.received arguments: {0} = ${fn:length(results) - 5}, {1} = ${participationPoints} competitionpointsoverview_more.people.received={0} more people recieved {1} pts for participating in this competition... competitionpointsoverview_no.points.have.been.awared=No points have been awarded in this competition. # competitionpointsoverview_overall.entry.rank.in.level arguments: {0} = ${entry.rank}, {1} = ${entry.contest.level} competitionpointsoverview_overall.entry.rank.in.level=overall #{0} in level {1} competition # competitionpointsoverview_rank.contestbenchmark arguments: {0} = ${entry.rank}, {1} = ${entry.contestBenchmark.label} competitionpointsoverview_rank.contestbenchmark=#{0} in stage {1} # competitionpointsoverview_result.contest.benchmark arguments: {0} = ${result.contestBenchmark.label} competitionpointsoverview_result.contest.benchmark=participated in stage {0} # Translations for competitionranking competitionranking_ranking=ranking # Translations for competitionstageranking competitionstageranking_go.to.stage=Go to stage # competitionstageranking_rank.points arguments: {0} = ${pointsFormatted} competitionstageranking_rank.points={0} pts # Translations for country_country country_country_enthusiast.ranking=Enthusiast Ranking country_country_extreme.overclocking.ranking=Extreme Overclocker Ranking country_country_pro.overclockers.ranking=Pro Overclocker Ranking # country_country_the.daily.weekly.monthly arguments: {0} = ${country.niceName} country_country_the.daily.weekly.monthly=The daily/weekly/monthly rank change shown below is compared to their global status, not their rank within {0}. # country_country_the.diehard.overclockers.of.country arguments: {0} = ${country.niceName} country_country_the.diehard.overclockers.of.country=The diehard overclockers of {0}, using xtreme cooling like liquid nitrogen, cascade cooling, etc. # country_country_the.people.of.country.who.love.to.tweak arguments: {0} = ${country.niceName} country_country_the.people.of.country.who.love.to.tweak=The people of {0} who love to tweak and bench their system for 24/7 use, but never use extreme cooling. # country_country_the.professional.overclocking arguments: {0} = ${country.niceName} country_country_the.professional.overclocking=The professional overclockers of {0}. They are sponsored or are directly working for a manufacturer. country_country_view.country.league=View country league country_country_view.full.ranking=View full ranking # country_country_want.to.know.how.country.compares.to.other.countries arguments: {0} = ${country.niceName} country_country_want.to.know.how.country.compares.to.other.countries=Want to know how {0} compares to other countries? # Translations for country_countryleague country_countryleague_country.ranking=Country ranking country_countryleague_overclockers={0} overclockers country_countryleague_the.country.ranking.is.based.on.the.total.amount.of=The country ranking is based on the total amount of (global, hardware and world record) points gathered in any league by members. Team power points or competition points do not count. # Translations for country_membermainbox country_membermainbox_no.overclockers.in.this.league=No overclockers in this league. # Translations for country_sidebar country_sidebar_all.hardware.and.global.points.count=All hardware and global points count: country_sidebar_this.league.is.not.limited.to.your.top.20.hardware=this league is not limited to your top 20 hardware or top 15 global submissions; all your submissions count. country_sidebar_what.is.the.country.league=What is the Country League # Translations for edit.result # edit.result_change.app.score.title arguments: {0} = ${app.name} edit.result_change.app.score.title=Edit {0} result # Translations for error # error_incorrect.client.version arguments: {0} = application, {1} = version, {2} = url error_incorrect.client.version=You are not using a compatible version of {0}: {1}. You can download the latest version here: {2} # Translations for general general_%=% general_%.chart.legend.ratio=% chart / legend ratio # general_2.x.multisocketname arguments: {0} = ${multisocketname} general_2.x.multisocketname=2x {0} # general_3x.multisocketname arguments: {0} = ${multisocketname} general_3x.multisocketname=3x {0} # general_4x.multisocketname arguments: {0} = ${multisocketname} general_4x.multisocketname=4x {0} general_accept.the.challenge=Accept the challenge general_account=Account ggeneral_achievements=Achievements general_active=Active general_add.your.application=Add Your Application general_additional.hardware=Additional hardware: general_advertisement=Advertisement general_air=air general_all=All general_all.countries=All countries general_all.regions=All regions general_and=and: general_anonymous.title=Anonymous submission general_any=Any # general_anyone.of.challengee arguments: {0} = ${challenge.challengee.name} general_anyone.of.challengee=anyone of {0} general_arrow.next=Next general_average.oc=Average OC: general_average.overclock.on=Average overclock on general_back.to.competition=Back to competition general_back.to.hardware.overview=Back to hardware overview general_batch=Batch general_batch.colon=Batch: general_batch.nr=Batch nr general_benchmark=Benchmark general_benchmark.app.supported.by.hwbot=Benchmark applications supported by HWBOT. If you want to see a new one added, please contact us. general_benchmark.development=Benchmark Development general_benchmark.score=benchmark score general_benchmarks=Benchmarks: general_best.of=Best of general_brand=Brand general_brows.power.supplies=Browse power supplies general_browse.videocards=Browse videocards # general_can.make.use.of.multiple.processor.cores arguments: {0} = ${app.name} general_can.make.use.of.multiple.processor.cores=As {0} can make use of multiple processor cores, the rankings are split up by the amount of cores in use. Please select a ranking. # general_can.make.use.of.multiple.videocards arguments: {0} = ${app.name} general_can.make.use.of.multiple.videocards=As {0} can make use of multiple videocards, the rankings are split up by the amount of cores in use. Please select a ranking. general_capacity=Capacity general_cascade=cascade # general_challengee.has arguments: {0} = ${member.name}, {1} = ${pointsLead} general_challengee.has={0} has <strong>{1}</strong> points lead on: # general_challengee.has.x.time.left.to.beat.y arguments: {0} = ${challenge.challengee.name}, {1} = ${contest.timeLeft}, {2} = ${challenge.user.name} general_challengee.has.x.time.left.to.beat.y={0} has {1} to beat {2}. general_challenges=Challenges general_chart.dimensions=Chart dimensions: general_chart.options=Chart options: general_chekced.by.a.moderator=checked by a moderator general_chipset=Chipset general_chipset.colon=Chipset: general_closed=Closed! # general_closed.on arguments: {0} = ${endDate} general_closed.on=Closed on {0} general_comment=comment # general_comments.on.hardware arguments: {0} = ${hardware.name} general_comments.on.hardware=Comments on {0} general_compare=Compare general_compare.hardware=Compare hardware general_competition.engine=Competition Engine general_competition.limitation=competition limitations general_competitions=Competitions general_connect.with.us=Connect with us # general_contest.not.open.starts.on arguments: {0} = ${contest.name}, {1} = ${startDate} general_contest.not.open.starts.on={0} is not yet open for submissions. It starts on {1}. general_continue.anonymously.btn=Continue general_cooling=Cooling general_core=Core: general_country=Country general_country.and.language=Country & Language general_country.league=Country league general_country.rank.title=National: general_cp=CP general_cpu.title=CPU general_create.new.team=Create new team: general_cups.and.medals=Cups & medals. general_cups.and.medals.i.gathered=Cups and medals I gathered by reaching the top 5 of a benchmark ranking. general_cups.and.medals.specific.hardware=Cups and medals I gathered by reaching the top 5 of a benchmark ranking with specific hardware. general_current=Current general_current.threat.title=Current threat general_custom.country.flag=Custom country flag: # general_data.amount.submissions arguments: {0} = ${data.amount} general_data.amount.submissions={0} submissions general_day.title=Day general_degrees=\u00b0C general_deleted.by.request.of.member=deleted by request of member general_deleted.on.request=deleted on request general_details=Details: general_discuss=Discuss: general_discussion=Discussion # general_discuss.the.hardware.at.the.hwbot.forum arguments: {0} = ${hardware.name} general_discuss.the.hardware.at.the.hwbot.forum=Discuss the {0} at the HWBOT forum general_disk=Disk # general_does.not.participate.in.the.HWBOT.rankings.for.points arguments: {0} = ${result.user.name} general_does.not.participate.in.the.HWBOT.rankings.for.points={0} does not participate in the HWBOT rankings for points. general_download=Download general_edit=edit general_email=Email general_enthusiast=Enthusiast general_enthusiasts=Enthusiasts general_enthusiast.league=Enthusiast league general_facebook=Facebook general_family=Family: general_filter.rankings=Filter rankings general_frequency=Frequency general_future=Future general_gb=GB general_general.rules=General rules general_gl=GL general_global=Global: general_global.cups=Global cups general_global.points=Global points general_global.rank=Global rank: general_good.for=good for general_hardware=Hardware general_hardware.colon=Hardware: general_hardware.cups=Hardware cups general_hardware.index=Hardware Index # general_hardware.index.based.on.number.of.matching.results arguments: {0} = ${hardware.numberOfMatchingResults} general_hardware.index.based.on.number.of.matching.results=Hardware index based on {0} submissions (performance relative to fastest system, general_hardware.masters=Hardware Masters general_hardware.points=Hardware points # general_hardware.used.in.other.benchmarks arguments: {0} = ${hardware.name} general_hardware.used.in.other.benchmarks={0} used in other benchmarks general_header.competition=Competition general_header.date=Date general_header.level=Level general_header.stage=Stage general_header.status=Status general_historic.market.share=Historic market share general_homepage=Homepage general_hw=HW # general_hw.core.specs arguments: {0} = ${hwc.hardware.core.name} general_hw.core.specs={0} specs general_hwboints=HWBoints general_hwbot=HWBOT general_hwbot.chart=HWBOT Chart general_hwbot.news=HWBOT News general_hwbot.world.records.title=HWBOT WORLD RECORDS general_hwpoints.title=HWPoints general_idle.load.ambient.temperature=Idle/load/ambient temperature general_image=Image general_impossible.score.at.given.settings=impossible score at given settings, possible bug or other general_in=in # general_in.country arguments: {0} = ${team.country.niceName} general_in.country=in {0} general_in.progress=in progress general_incorrect.submission=incorrect submission general_info=Info: general_insufficient.verification=insufficient verification general_insufficient.verification.for.rankings=insufficient verification for rankings # general_is.closed.since arguments: {0} = ${contest.name}, {1} = ${endDate} general_is.closed.since={0} is closed since {1}. # general_is.multithreaded arguments: {0} = ${app.name} general_is.multithreaded=As {0} is multithreaded, the rankings are split up by the amount of cores in use. Please select a ranking. general_job.board=Job Board general_join.team=Join team: general_language=Language: general_last.gained.title=Last gained general_last.in.progress.title=Last in progress # general_last.month.a.manufacturer.processor.was.used.by.title arguments: {0} = ${manufacturer.name}, {1} = <b>${marketShareMessage}</b> general_last.month.a.manufacturer.processor.was.used.by.title=Last month, a {0} processor was used by {1}% of the overclockers. general_last.submissions.title=Last submissions general_league=League general_league.no.participants=No participants. general_leaguenotification.delete=delete general_limit=Limit: # general_limit.on.core arguments: {0} = ${r.processor.core.name} general_limit.on.core=Limit on {0} core # general_limit.on.family arguments: {0} = ${r.processor.processorSubFamily.name} general_limit.on.family=Limit on {0} family general_linkedin=LinkedIn general_links=Links general_liquid.nitrogen=liquid nitrogen general_load.more=Load more... general_log.in=Log in... general_log.in.or.title=Log in or <a href="/profile/register/">join HWBOT</a> if you want to join the competition general_login=Login general_login.title=Please log in general_logout.title=Logout # general_mailer.for.countrypartner arguments: {0} = ${user.countryOfPartner.name} general_mailer.for.countrypartner=Mailer for {0}. general_manufacturer=Manufacturer general_market.share=Market share: general_match.unkown.hardware=Match unkown hardware general_mb=MB general_media.gallery=Media gallery general_member=Member # general_member.best.scores arguments: {0} = ${team.name} general_member.best.scores={0}`s best scores # general_member.of.the.month.x.title arguments: {0} = ${mom.month} general_member.of.the.month.x.title=Member Of The Month {0} # general_member.profile arguments: {0} = ${team.name} general_member.profile={0}`s Profile general_members=Members general_memory=Memory general_mhz=MHz general_model=Model: general_moderator.home=Moderator home general_modify.tour.search.query=Modify your search query. general_month.title=Month general_more=more general_more.info=more info general_motherboard=Motherboard general_motherboards=Motherboards general_my.global.cups=My global cups general_my.hardware=My hardware: general_my.recent.achievements=My Recent Achievements general_name=Name general_name.colon=Name: general_name.everyone=everyone general_news=News general_news.todays.top.scores=Today`s top benchmark scores. general_next.goal.title=Next goal general_no.active.competitions=No active competitions. general_no.movement=no movement general_no.new.competitions.are.about.to.start=No new competitions are about to start. Check back soon! general_no.post.under.key.post.title=No post found general_no.rankings.found=No rankings found. general_no.recently.closed.competitions=No recently closed competitions. general_no.submissions.title=No submissions. general_none.found=None found... general_none.score=none general_not.applicable=n/a general_not.ran.at.default.settings.hardware=not ran at default settings because of hardware limitations general_not.run.at.default.settings=not ran at default settings general_oc=OC general_oc.history=OC History general_oc.league=Overclockers League general_oersonal.best=Personal best general_older.hwbot.news=Older HWBOT news general_on=on # general_only.for.country arguments: {0} = ${app.country.niceName} general_only.for.country=HWBOT {0} only # general_only.for.region arguments: {0} = ${app.country.niceName} general_only.for.region=(HWBOT {0} only) general_oops.something.went.wrong=Oops. Something went wrong. general_open=open general_options=Options: general_or=or general_order.by=Order by: general_other=Other general_our.history=Our history general_out.of=out of general_overall=Overall general_overclocker=Overclocker general_overclockers=Overclockers # general_overclocking.records.title arguments: {0} = ${hardware.name} general_overclocking.records.title={0} overclocking records general_overview=Overview general_participants=Participants general_partner.news=partner news general_partnership=Partnership general_password=Password general_past=Past general_permalink=Permalink general_places.down=# places down general_places.up=# places up general_please.select=please select general_points=Points general_points.earned=Points earned general_popular.hardware=Popular hardware: general_popular.submissions=Popular Submissions general_popularity=Popularity general_position=position # general_post.on.team.wall arguments: {0} = ${team.name} general_post.on.team.wall=Post on {0}`s wall: general_powersupply=Power Supply general_prepopulate.fields.by.previous.submission=prepopulate fields by previous submission general_pro.oc=Pro OC general_pro.oc.league=Professional Overclockers League general_pro.oc.team=Professional Overclockers Team general_processor=Processor general_processors.title=Processors general_product=Product: general_profile.picture=Profile picture general_pts=pts general_pubdate=pubdate general_px.high=pixels high general_px.wide=pixels wide # general_r.cpuloadtemp.load arguments: {0} = ${r.cpuLoadTemp} general_r.cpuloadtemp.load={0} (load) # general_r.gpu.idletemp arguments: {0} = ${r.cpuIdleTemp} general_r.gpu.idletemp={0} (idle) # general_r.memambienttemp arguments: {0} = ${r.cpuAmbientTemp} general_r.memambienttemp={0} (ambient) general_rank=Rank # general_rank.of.participants arguments: {0} = ${team.currentRank.rank}, {1} = ${teamFacade.numberOfTeams} general_rank.of.participants=#{0} of {1} general_ranking=Ranking general_rankings=Rankings general_reason=Reason general_recalculate.ranking=Recalculate ranking general_redraw=redraw general_region=Region: general_register=Register general_related.links=Related Links general_reported.by.crew=reported by crew general_reported.submissions=Reported submissions general_required.field=required field general_reset=reset general_result=Result # general_resultinfo.at.mhz arguments: {0} = ${result.applicationRelatedHardwareOverclock} general_resultinfo.at.mhz=at <span>{0}MHz</span> general_resultinfo.product.title=Product # general_resultinfo.user.chose.not.to.participate.in.rankings.with.this.submission arguments: {0} = ${result.user.name} general_resultinfo.user.chose.not.to.participate.in.rankings.with.this.submission={0} has chosen to disable points for this submission. general_retrieve.password=retrieve password general_reviews=Reviews general_rss=Rss general_sample.image=sample image general_scope.anyone.from=anyone from general_score.title=Score # general_scoring.method.title arguments: {0} = ${stage.rankingDescription} general_scoring.method.title=Scoring method: {0} general_search=Search general_search.google=search google general_search.results=Search results: general_select.cooling=select cooling general_series=Series general_share=Share general_share.title=Share general_show.all=Show all general_signature=Signature general_socket=Socket # general_sorry.team.currently.does.not.accept.new.users.title arguments: {0} = ${newTeam.name} general_sorry.team.currently.does.not.accept.new.users.title=Sorry, {0} currently does not accept new members. # general_sorry.you.have.been.banned.from.team.please.contact.etc.title arguments: {0} = ${newTeam.name} general_sorry.you.have.been.banned.from.team.please.contact.etc.title=Sorry, you have been banned from {0}. Please select another team, or contact a team captain to remove your ban. The ban can not be lifted by the HWBOT crew. general_stack.trace=Stack trace: general_stage=Stage: general_stages=Stages # general_starts.at.title arguments: {0} = ${startDate} general_starts.at.title=The ranking starts at {0}. # general_starts.on arguments: {0} = ${startDate} general_starts.on=Starts on {0} general_state=State general_subfamily=Subfamily: general_submission.anonymous=Anonymous general_submissions=Submissions general_submit.score=Submit score general_submit=Submit # general_subscripe.until arguments: {0} = ${endDate} general_subscripe.until=Subscribe until {0} general_table.header.user=User general_team=Team general_team.colon=Team: general_team.country=Team country: # general_team.has.number.members.contributed.to.team.total arguments: {0} = ${team.name}, {1} = ${membersOrderedByContributionSize} general_team.has.number.members.contributed.to.team.total={0} has {1} members which have contributed to the team total points. # general_team.members arguments: {0} = ${team.name} general_team.members={0} members general_team.name=Team name # general_team.needs arguments: {0} = ${member.name}, {1} = amount, {2} = user name general_team.needs={0} needs {1} more points to beat {2} general_team.rankings.title=Team rankings general_team.record=Team record general_team.title=Team # general_teampoints.points.ranked arguments: {0} = ${member.currentRank.points} general_teampoints.points.ranked=<strong>Rank:</strong> {0} points, ranked <strong>#{1}</strong> worldwide general_teams=Teams general_their.most.popular.processors.where.title=Their most popular processors where: general_this.competition.is.open.to.everyone.you.can.join=This competition is open to everyone. You can join by simply submitting a score. general_this.competition.was.open.to.everyone=This competition was open to everyone. general_thousands=thousands general_time.and=and general_time.day=day general_time.days=days general_time.days.ago=days ago general_time.hour=hour general_time.hours=hours general_time.hours.ago=hours ago general_time.left=Time left: general_time.minute=minute general_time.minutes=minutes general_time.minutes.ago=minutes ago general_time.second=second general_time.seconds=seconds general_timings=Timings: general_title.about.hwbot=About HWBOT general_title.home=Home general_title.limitations=LIMITATIONS general_title.media=Media general_title.teams=teams general_top.5.most.active.members.title=Top 5 Most Active Members In The Past Month general_tpp=TPP general_twitter=Twitter general_type=Type general_type.colon=Type: general_uefi.settings.analyze=Analyze general_unselect.all=unselect all general_up=UP general_user.points=User points: general_using=using general_videocard=Videocard general_videocard.series=Videocard series general_videocards.title=Videocards # general_view.all.replies.comments arguments: {0} = ${forumThread.replies} general_view.all.replies.comments=View all {0} comments. general_view.best.scores=View best scores general_view.metadata=Details # general_view.oc.team.league.of.region.on.hwbot.title arguments: {0} = ${region.name} general_view.oc.team.league.of.region.on.hwbot.title=View overclocking team league of {0} on HWBOT. general_view.profile.on.hwbot.title=View complete profile on HWBOT # general_view.team.on.hwbot.title arguments: {0} = ${team.name} general_view.team.on.hwbot.title=View {0} on HWBOT. general_water=water general_watt=Watt general_watt.var={0} Watt general_we.could.blame.this.on.you=We could blame this on you but it`s most likely our crappy coding skills. You could try again or nudge our developpers for fixing this. general_website=Website general_week=Week general_what.are.cups.title=What are cups general_who.are.we=Who are we? general_with=with general_won=won general_world.record=Worldrecord general_world.records=World Records general_worldwide=Worldwide general_wr=WR general_save.changes=Save changes general_change.password=Change password general_x.remove=(x) remove general_you.are.number.one.title=You are number one! Congratulations! # general_you.can.send.mails.to.members.of.country arguments: {0} = ${user.countryOfPartner.name} general_you.can.send.mails.to.members.of.country=You can send mails to members of {0}. general_you.want.to.know.more.about.these.cups=You want to know more about these cups? # Translations for hall.of.fame # hall.of.fame_achieved.with.app arguments: {0} = ${app.name} hall.of.fame_achieved.with.app=Worldrecords achieved with {0} hall.of.fame_view.complete.rankings=View complete rankings # hall.of.fame_worldrecord.ranking arguments: {0} = ${app.name}, {1} = ${wrdate} hall.of.fame_worldrecord.ranking={0} Worldrecord ranking on {1} # Translations for hardware.masters.league.title hardware.masters.league.title=Hardware Masters League # Translations for layouts_basic_layout_rev4 layouts_basic_layout_rev4_admin=Admin layouts_basic_layout_rev4_hwbot.search.this.site=Search this site # layouts_basic_layout_rev4_aloha.user.name arguments: {0} = ${u.name} layouts_basic_layout_rev4_aloha.user.name=Hi {0}! layouts_basic_layout_rev4_contact=Contact # layouts_basic_layout_rev4_copyright arguments: {0} = ${serverFacade.version}, {1} = ${serverFacade.buildNumber} layouts_basic_layout_rev4_copyright=© Copyright 2004-2012 by COLARDYN IT GCV. All rights reserved. HWBOT v{0} build {1} layouts_basic_layout_rev4_faq=Faq layouts_basic_layout_rev4_google=Google+ layouts_basic_layout_rev4_help=Help layouts_basic_layout_rev4_howdy.stranger=Howdy stranger! layouts_basic_layout_rev4_hwbot.worldwide.overclocking.league=HWBOT Worldwide overclocking league layouts_basic_layout_rev4_loading.specifications=Loading specifications... # layouts_basic_layout_rev4_mod.tools arguments: {0} = ${numberOfReportedSubmissions} layouts_basic_layout_rev4_mod.tools=Mod Tools ({0}) layouts_basic_layout_rev4_my.account=My Account layouts_basic_layout_rev4_my.profile=My Profile layouts_basic_layout_rev4_my.team=My Team layouts_basic_layout_rev4_or.register=or register layouts_basic_layout_rev4_overclocking.and.much.more=Overclocking, overclocking, and much more! Like overclocking. layouts_basic_layout_rev4_overclocking.tv=Overclocking-TV layouts_basic_layout_rev4_quick.hwbot.news.and.updates=Quick HWBOT News & updates layouts_basic_layout_rev4_reported=Reported layouts_basic_layout_rev4_rules.and.guides=Rules & Guides layouts_basic_layout_rev4_search.the.site=Search the site: layouts_basic_layout_rev4_team.account=Team Account layouts_basic_layout_rev4_the.overclocker=The Overclocker # Translations for league league_3dmark03.1.gpu.4th.place=3DMark03 1xGPU 4th place: 75 global points league_3dmark03.2.gpu.3rd.place=3DMark03 2xGPU 3rd place: 95 global points league_3dmark03.3.gpu.2nd.place=3DMark03 3xGPU 2nd place: 50 global points league_3dmark03.4.gpu.1st.place=3DMark03 4xGPU 1st place: 30 global points league_ambient.cooling=<b>Ambient cooling</b>: all used cooling devices must be either stock, air cooling or water cooling. league_apart.from.the.three.above.variables=Apart from the three above variables, the points are based on the same algorithm as the OC League. Note that the results of the OC League and the Enthusiast league are ranked in the same ranking. In practice, this means that if you beat your own air cooling result with an LN2 cooled submission, you will lose your Enthusiast League contribution of that submission! league_as.said.only.the.best.global.score=As said, only the best global score will be attributing points to your personal total. In this case, the definition of \u00c3\u00a2\u00c2\u0080\u00c2\u009cbest score\u00c3\u00a2\u00c2\u0080\u00c2\u009d would be \u00c3\u00a2\u00c2\u0080\u00c2\u009cthe most rewarding score\u00c3\u00a2\u00c2\u0080\u00c2\u009d, which means that not the highest score, or the highest ranked result, is attributing points, but the score that receives the most global points. An example: league_at.hwbot.overclockers.from.all.around.the.globe=At HWBOT, overclockers from all around the globe meet and compete in the various overclocking leagues. league_competition.points=<b>Competition points</b>: the acquired competition points of the last 3 months are added to your OC League total # Translations for league_hardware_masters league_hardware_masters_2d.points=2D Points league_hardware_masters_3d.points=3D Points league_hardware_masters_all.hardware.and.global.points.count=<strong>All hardware and global points count</strong>: this league is not limited to your top 20 hardware or top 15 global submissions; league_hardware_masters_all.your.submissions.count=all your submissions count. People at the top are the nutiest of all overclockers, having overclocked often thousands of computers. league_hardware_masters_explaining.the.purpose.of.hw.masters.title=While the member hall of fame is dominated by people who use very expensive systems cooled with liquid nitrogen, the hardware masters league is dominated by people who have shown their skills overclocking affordable hardware using less life-threathening cooling methods. league_hardware_masters_hardware.king.descr.title=Undoubtly the nuttiest man on earth. Never leave this man alone with your computer, by the time you get back it will probably be voltmodded, liquid cooled and running way beyond factory settings. league_hardware_masters_hardware.king.title=Hardware King league_hardware_masters_overclockers.ranked.by.hw.points.title=Overclockers ranked by their hardware points. league_hardware_masters_what.is.the.hardware.masters.league=What is the Hardware Masters League # Translations for league league_hwbot.overclocking.leagues=HWBOT overclocking leagues league_in.contrary.to.the.pro.oc.league=In contrary to the Pro OC League, the OC League and the Enthusiast League, the Hardware Masters fully focuses on the hardware points, which are distributed through the different hardware category rankings. The concept of the Hardware Masters has, since the beginning, not changed one bit. The algorithm is very, very simple: <b>sum of all hardware points</b>. # Translations for league_library league_library_add.pictures=Add pictures: league_library_hardware.name=Hardware name league_library_notes=Notes: league_library_save=Save # Translations for league league_link.to.enthusiast.league=Link to the Enthusiast League: league_link.to.hardware.masters=Link to the Hardware Masters: league_link.to.professional.overclocking.league=Link to the Professional Overclockers League: league_link.to.the.overclockers.league=Link to the Overclockers League: league_link.to.the.team.league=Link to the Team League: league_most.rewarding.score=Most rewarding score = 3rd 2xGPU category => 3DMark03 global points addressed to your personal total = 95 points. # Translations for league_ocleague league_ocleague_as.soon.as.you.start.making.submissions=As soon as you start making submissions using extreme cooling (anything but water and air), you are automatically promoted to the Overclockers League. league_ocleague_each.request.to.join.the.pro.oc.league=Each request to join the Pro OC League is handled individually by the HWBOT crew, to prevent enthusiast overclockers to join a professional league. league_ocleague_everyone.who.joins.hwbot.automatically.joins.the.enthusiast.league=Everyone who joins HWBOT automatically joins the enthusiast league. Be aware, when you start using xtreme cooling (any cooling other than air or water), you will automatically be promoted to the <a href="/league/oc" title="OC league">Overclockers League</a>. league_ocleague_global.or.world.points.can.be.achieved.by.reaching.a.very.high.score=Global or world record points can be achieved by reaching a very high score in a benchmark, no matter which hardware you used. league_ocleague_global.or.world.record.points.can.be.achieved.by.reaching.a.very.high.score=Global or world record points can be achieved by reaching a very high score in a benchmark, no matter which hardware you used. Points gained for best hardware submissions or competition points do not count. league_ocleague_hardware.points.can.be.achieved.by.reaching.a.very.high.score=Hardware points can be achieved by reaching a very high score in a benchmark for a specific hardware item, like the fastest GTX260 in 3DMark06. Competition points can be gained by joining competitions. league_ocleague_if.you.have.taken.overclocking.to.a.prfessional.level=If you have taken overclocking to a professional level, and want to join the Pro OC league, please <a href="/profile/join_pro_oc_request" title="Join the Pro OC League">drop us a note</a>. league_ocleague_join.pro.oc.league=Join Pro OC League league_ocleague_joining.the.enthusiast.league=Joining the Enthusiast league. league_ocleague_joining.the.overclockers.league=Joining the Overclockers league. league_ocleague_joining.the.pro.oc.league=Joining the Pro OC league. league_ocleague_submissions.without.a.picture.made.after=Submissions without a picture made after 1st of June 2011 will not contribute to your enthusiast league points! Check your top submissions and attach a picture if missing. league_ocleague_the.best.of.the.best=The best of the best. <strong>Professional overclockers</strong> are often backup up by manufacturers to break world record after world record. league_ocleague_the.best.overclockers.who.do.not.use.extreme.cooling=The best overclockers who do not use extreme cooling. Using <strong>only air and water</strong>, this is the entry league for new overclockers, or those who enjoy a stable 24/7 system. league_ocleague_the.best.overclockers.who.use.extreme.cooling=The best overclockers <strong>who use extreme cooling, excluding the professionals</strong>. The top of the overclockers league is the gateway to professional, sponsored overclocking. league_ocleague_the.enthusiast.league=The Enthusiast League. league_ocleague_the.enthusiast.league.is.based.on.a.member=The Enthusiast league is based on a members <strong>best 15 submissions with the most "global" points, and the best 20 submissions with the most "hardware" points</strong> cooled by air or water. <strong>To verify the cooling, each submission must be accompanied by a picture of the system</strong>. league_ocleague_the.fastest.enthusiast.of.the.world=The Fastest Enthusiast Overclocker of the World league_ocleague_the.fastest.oc.of.the.world=The Fastest Extreme Overclocker of the World league_ocleague_the.fastest.pro.oc.of.the.world=The Fastest Professional Overclocker of the World league_ocleague_the.overclockers.league=The Overclockers League. league_ocleague_the.overclockers.league.is.based.on.a.member=The Overclockers league is based on a members <strong>best 15 global & worldrecord submissions, and the best 20 submissions with the most "hardware" and "competition" points</strong>. league_ocleague_the.pro.oc.league=The Pro OC League. league_ocleague_the.pro.oc.league.is.based.on.a.members=The Pro OC league is based on a members <strong>best 15 submissions with the most "global" and "worldrecord" points</strong>. league_ocleague_top.15.global.and.worldrecords.points.only=<strong>Top 15 Global & Worldrecord Points only</strong>: only the best 15 submissions with the highest global or wr points count. league_ocleague_what.is.the.oc.league.info=What is the OC League Info # Translations for league league_on.this.page.you.can.find.an.overview=On this page, you can find an overview of the different overclocking leagues league_picture.of.setup=<b>Picture of setup</b>: a picture of your overclocking setup must be added to verify cooling solution. league_team.league=Team League # TPP = team power points, UP = user points league_team.points=Team points = SUM(TPP) + SUM(UP)/10 # Translations for league_teamsleague league_teamsleague_hwbot.team.league=HWBOT Team League league_teamsleague_hwbot.team.points=HWBOT Team Points: Power Points + (Member Points/10) league_teamsleague_teal.league.info=Team League Info league_teamsleague_team.power.points=<strong>Team Power Points</strong>: points a team receives for it`s fastest entry in a specific benchmark ranking. A small team with a few very fast overclockers will have a lot of power points. league_teamsleague_team.user.points=<strong>Team User Points</strong>: the total amount of points gathered by their members, divided by four. Big teams with a lot of active members will benefit especially from the user points. # league_teamsleague_teamname.the.fastest.team.of.the.world arguments: {0} = ${team.name} league_teamsleague_teamname.the.fastest.team.of.the.world={0} - The Fastest Team of the world league_teamsleague_the.fastest.team.on.the.planet=The fastest team on the planet. # Translations for league league_the.enthusiast.league.is.new.since.rev4=The Enthusiast League is new since Rev4. The main idea of this league is to give normal overclockers a first taste of an overclocking competition. Unlike the OC League, which is all about being the fastest no matter what, the Enthusiast League is limited to ambient cooling. For your result to give you points for the Enthusiast League, the following variables are used: league_the.oc.league.mainly.focuses.on=The OC League mainly focuses on the extreme hobbyist overclockers; those who buy and push their own, retail, hardware. As mentioned before, we aim for our rankings to represent the skill of overclockers rather than the ability to purchase a high-end, expensive setup. Your position in the OC League is based on the following variables: league_the.pro.oc.league.can.simply.be.described=The Pro OC League can simply be described as the ultimate level of overclocking. In this league, you find the world`s best overclockers competing with the most high-end, most expensive systems on the planet. The overclockers competing in this league go beyond what us mortals can imagine. league_the.pro.oc.league.is.a.recently.new.addition=The Pro OC League is a recently new addition to HWBOT as it was first introduced in Rev4. league_the.ranking.of.the.pro.oc.league.is.based.on=The ranking of the Pro OC League is based on the <b>top-15 global results</b>. Or, to put it differently, world records are mandatory! league_the.teams.league.has.undegune.quite.a.change=The Teams League has undergone quite a change with Rev4. Previously, the team ranking was just the sum of user efforts, but with the introduction of Team Powerpoints the Teams League is now all about team effort! league_the.teams.league.is.one.of.the.oldest.leagues=The Teams League is one of the oldest leagues at HWBOT, but without any doubt a very important one. In this league, communities and/or overclocking teams from all around the globe compete. The key to success here is not just having the latest, greatest hardware or benching everything you have, but a combination of both. league_there.are.two.ways.to.boost.your.team=There are two ways to boost your team`s ranking in HWBOT: TPP (team powerpoints) and UP (user points). Here`s a breakdown of the score algoritm of the Team League: league_to.gain.tpp=To gain TPP, you must improve the ranking of your team in each global and hardware ranking. In order to find out how well your team is doing, click on the "best of team"-filter option in each ranking. The higher your team is ranking, the more points you'll receive. league_to.gain.up=To gain UP, you must improve your personal score in each ranking you're participating in. To check out your personal ranking, click on the 'best of member'-filter in each ranking. league_top.15.global=<b>Top-15 global</b>: the points of the 15 most rewarding (= highest global+3DWR points) are counted league_top.20.hardware=<b>Top-20 hardware</b>: the points of the 15 most rewarding (= highest global points) contribute to your ranking league_view.league=View league league_within.range.of.possibility=<b>Within range of possibility</b>: our engine will calculate the likelihood of your submission. For instance: 6GHz 980X will be filtered out. # Translations for news_comments news_comments_blocked.user.can.not.comment=Sorry, blocked users can not comment news_comments_formuser.says=says: news_comments_if.problems.please.notify.in.forums.title=If you have problems configuring your forum account, please notify us in the forums. news_comments_log.in.or.register.to.comment=Please log in or <a href="/profile/register" id="register_link">register</a> to comment. news_comments_please.configure.forum.account.in.title=Please configure a forum account in news_comments_post.comment.bbcode.allowed.title=Leave a Reply: (BBCODE allowed: [b], [quote], [i], [url], [img],...) news_comments_your.profile=your profile # Translations for news_login news_login_identification.title=Identification news_login_lost.password.title=Lost password? news_login_manufacturer.tools.title=Manufacturer Tools news_login_moderator.tools.title=Moderator tools news_login_my.account.title=My account news_login_my.profile.title=My profile news_login_news.tools.title=News tools news_login_not.yet.member.title=Not yet a member? news_login_retrieve.title=Retrieve news_login_signatures.title=Signatures news_login_team.account.title=Team account news_login_team.profile.title=Team profile # Translations for news_news_big news_news_big_we.did.not.find.the.news.article=Sorry, we did not find the news article you refered to. # Translations for news_news_item news_news_item_.atricle.not.found=Article not found news_news_item_article.not.found.you.followed.invalid.link=Sorry, no article was found. You followed an invalid link. If the link was followed on hwbot.org, please inform us at bugs@hwbot.org . news_news_item_international.article.title=HWBOT International news_news_item_translate.using.google.translate.title=Translate using google translate. news_news_item_translated.article.not.available=This article is not available in your native language. Do you want to use google to translate it? # Translations for news_today news_today_competition.entries=Competition Entries news_today_go.to.competition.overview=Go to competition overview news_today_hardware.news=Hardware news # news_today_hi.user.you.have.new.comments.on.your.wall arguments: {0} = ${user.name}, {1} = ${fn:length(newWallComments)}, {2} = ${user.safeName} news_today_hi.user.you.have.new.comments.on.your.wall=Hi {0}! You have {1} new comment(s) on <a href="/user/{2}/#profile-details">your wall</a> since your last visit. news_today_hwbot.articles=HWBOT Articles news_today_new.challenges=New Challenges news_today_new.competition.submissions=New Competition Submissions news_today_new.submissions=New Submissions news_today_new.team.submissions=New Team Submissions news_today_no.news.for.today=No news for today. # news_today_one.overclocker.accepted.your.challenge arguments: {0} = ${notification.link} news_today_one.overclocker.accepted.your.challenge=One overclocker accepted <a href="{0}">your challenge</a> since your last visit. # news_today_overclockers.acceptedone.of.your.challenges arguments: {0} = ${user.safeName}, {1} = ${newChallengeAcceptedAmount} news_today_overclockers.acceptedone.of.your.challenges=<a href="/user/{0}/#profile-details">{1} overclockers</a> accepted one of your challenges since your last visit. # news_today_you.gained.new.achievements.since arguments: {0} = ${fn:length(newAchievements)}, {1} = ${user.safeName} news_today_you.gained.new.achievements.since=You gained {0} <a href="/user/{1}/#profile-details">new achievement(s)</a> since your last visit. # Translations for notification.show.all notification.show.all=(show all) # Translations for notification # notification_about.his.library arguments: {0} = ${notification.libraryItem.name} notification_about.his.library=about his {0} notification_like=like notification_upload.profile.picture=upload profile picture # notification_x.people.like.this arguments: {0} = ${notification.votes} notification_x.people.like.this={0} people like this. # notification_x.person.likes.this arguments: {0} = ${notification.votes} notification_x.person.likes.this={0} person likes this. notification_you.and.1.other.person.likes.this=You and 1 other person likes this. # notification_you.and.x.other.people.like.this arguments: {0} = ${notification.votes - 1} notification_you.and.x.other.people.like.this=You and {0} other people like this. notification_you.like.this=You like this. # Translations for pagedescription pagedescription_benchmark=Overclocking records pagedescription_competition.official=Level {0} HWBOT overclocking competition running from {1} till {2}. pagedescription_competition.unofficial=HWBOT overclocking competition running from {0} till {1}. pagedescription_hardware={0} submissions, {1}/100 hw index pagedescription_news.article=Read the full article @ HWBOT pagedescription_teamprofile=Ranked {0} at HWBOT Team League pagedescription_userprofile=Ranked {0} in the {1} league # Translations for pagetitle pagetitle_at.hwbot={0} @ HWBOT pagetitle_benchmark={0} overclocking records @ HWBOT pagetitle_submission={0}`s {2} score: {1} with a {3} pagetitle_submission.nohw={0}`s {2} score: {1} # Translations for partners partners_tiles.official.partners=Official partners # Translations for processor.info processor.info_insufficient.results.submitted.title=Insufficient results submitted processor.info_view.top.100=view top 100 # Translations for profile.popup profile.popup_authenticate.title=Authenticate to continue profile.popup_authenticated.title=Authenticated! profile.popup_authentication.in.progress=Authenticating... profile.popup_close=Close profile.popup_continue.anonymously.info=If you quickly want to compare your computer,<br />you can continue anonymously. profile.popup_continue.anonymously.title=Continue anonymously profile.popup_log.in.title=Log in profile.popup_one.step.registration.btn=One Step Registration profile.popup_quick.register.title=Quick register profile.popup_register.info=Want to join the bot and compete in the rankings?<br />Just one step to register! profile.popup_registering.message=Creating account... profile.popup_retrieve.password=Please enter your email address to retrieve your password. If you can't remember, contact the HBWOT crew at info@hwbot.org. profile.popup_retrieve.password.title=Retrieve password profile.popup_thanks.message=Thanks! Onward we go! # Translations for profile_account profile_account_blog.code=Blog code (html) profile_account_competition.teams=Competition Teams: profile_account_competition.teams.are.made.to.participate=Competition teams are teams made to participate in certain competitions. E.g. Team Germany may represent the best overclockers selected to represent Germany in a worldwide competition. profile_account_form.account=Forum account profile_account_forum.code.bbcode=Forum code (bbcode) profile_account_forum.nickname=Forum nickname: profile_account_forum.password=Forum password: profile_account_hwbot.rankings=HWBOT Rankings profile_account_i.dont.want.to.participate.in.hwbot.rankings.title=I do not wish to participate in the HWBOT rankings. profile_account_i.want.to.receive.engine.mails=I want to receive engine mails (reports for moderators) profile_account_i.want.to.receive.hwbot.news.letter=I want to receive the HWBOT news letter (\u00b1 monthly, eg. new functionality) profile_account_i.want.to.receive.mails.about.hwbot.competitions=I want to receive mails about HWBOT competitions (\u00b1 biweekly) # profile_account_i.want.to.receive.mails.when.a.submission.is.reported arguments: {0} = ${user.captain} profile_account_i.want.to.receive.mails.when.a.submission.is.reported=I want to receive mails when a submission is reported. profile_account_i.want.to.receive.news.about.major.hwbot.changes=I want to receive news about major HWBOT changes (eg. change in leagues, points. \u00b1 yearly) profile_account_if.you.check.this.box.your.scores.will.not.be.etc.unless.title=If you check this, you will not receive cups, medals or points for your submissions. You will appear in no ranking except for the <a href="/rankings/worldrecords" target="_blank">HWBOT WORLD RECORDS</a> page. Your rank and points will not be updated within an hour. profile_account_if.you.disable.team.reports=If you disable team reports, please check your reported submissions once in a while. If you do not act upon reported submissions, they might be blocked without further notice. profile_account_if.you.want.to.force.recalculation=If you want to force a recalculation of your submissions and achievements, press the button below. This may be necessary when you deleted submissions, switched teams, or were previously banned. # profile_account_if.your.signature.seems.out.of.date arguments: {0} = ${user.userId} profile_account_if.your.signature.seems.out.of.date=If your signature seems out of date, please open <a href="http://hwbot.org/signature/u{0}.png" title="signature" alt="signate">the signature in a seperate page</a> and force a browser refresh (CTRL+R). Images are cached by your browser. The signatures are generated every night around 5:00 CEST (*) or when you choose a new template. (*) Only if you have logged in on HWBOT during the past week. # profile_account_inform.me.of.notifications.of.a.member arguments: {0} = ${user.team.name} profile_account_inform.me.of.notifications.of.a.member=inform me of notifications of a <strong>{0} member</strong> profile_account_inform.me.of.notifications.of.an.hwbot.moderator=inform me of notifications of an <strong>HWBOT moderator</strong> profile_account_inform.me.of.notifications.of.any.other.hwbot.member=inform me of notifications of any other <strong>HWBOT member</strong> profile_account_inform.me.of.notifications.of.my.team.captain=inform me of notifications of my <strong>team captain</strong> profile_account_inform.me.when.someone.accepts.one.of.my.challenges=Inform me when someone accepts one of my challenges profile_account_join.oc.league.when.cooles.submissionns=You automatically join the OC League when you make extreme cooled submissions. To join the PRO OC League, please <a href="/profile/join_pro_oc_request">apply here</a>. profile_account_mails=Mails profile_account_mange.your.account=Manage your account. profile_account_new.password=New Password profile_account_novice.overclocker=Enthusiast League - Novice Overclocker profile_account_old.password=Old Password profile_account_other=Other settings profile_account_periodically.you.may.receive.mails=Periodically you may receive mails about major updates or competitions. Your email address is never distributed to third parties. profile_account_professional.overclocker=Pro OC League - Professional Overclocker profile_account_profile.link=Profile link profile_account_recalculate.points.and.achievements=Recalculate points and achievements # profile_account_team.requires.psw.to.join.please.enter.title arguments: {0} = ${newTeam.name} profile_account_team.requires.psw.to.join.please.enter.title=Team {0} requires a password to join. Please enter the password: profile_account_update.password=Update password: profile_account_user.name=User name profile_account_user.name.change.request=You can request a one time nickname change in the forums. profile_account_verify.password=Verify Password profile_account_wall.posts.ans.comments=Wall posts and comments profile_account_when.someone.comments.on.one.of.my.submissions=When someone comments on one of my submissions, or writes on my wall: profile_account_xtreme.overclocker=OC League - Xtreme Overclocker profile_account_your.current.signature=Your current signature: profile_account_your.email.address.will.never.be.made.available=Your email address will never be made available to a third party or other HWBOT members. # Translations for profile_accountchoosesignature profile_accountchoosesignature_choose.a.signature=Choose a signature profile_accountchoosesignature_no.signatures.have.been.shared.by.your.team=No signatures have been shared by your team. profile_accountchoosesignature_public.signatures=Public signatures profile_accountchoosesignature_signatures.made.by.you=Signatures made by you profile_accountchoosesignature_signatures.made.by.your.team=Signatures made by your team profile_accountchoosesignature_there.are.no.public.signatures.at.the.moment=There are no public signatures at the moment. profile_accountchoosesignature_you.have.not.made.any.signature.yet=You have not made any signatures yet. # Translations for profile_accountcreatesignature profile_accountcreatesignature_background=Background: profile_accountcreatesignature_background.color=Background color: profile_accountcreatesignature_canvas=Canvas: profile_accountcreatesignature_content=Content: profile_accountcreatesignature_font=Font: profile_accountcreatesignature_font.border=Font border: profile_accountcreatesignature_font.color=Font color: profile_accountcreatesignature_large.font.and.size=Large font & size (user name): profile_accountcreatesignature_meta.information=Meta information profile_accountcreatesignature_padding.for.text.from.the.left=Padding of text from the left: profile_accountcreatesignature_padding.from.top.for.cups.and.medals.info=Padding from top for cups & medals info: profile_accountcreatesignature_padding.from.top.for.team.info=Padding from top for team info: profile_accountcreatesignature_padding.from.top.for.user.info=Padding from top for user info: profile_accountcreatesignature_padding.of.achievement.from.the.left=Padding of achievement from the left: profile_accountcreatesignature_padding.of.cups.and.medals.from.the.left=Padding of cups and medals from the left: profile_accountcreatesignature_padding.top.for.achievements=Padding top for achievements info: profile_accountcreatesignature_refresh.image=refresh image profile_accountcreatesignature_signature.name=Signature name profile_accountcreatesignature_small.font.and.size=Small font & size (cups, footer, ...): profile_accountcreatesignature_width.x.height=Width x height: # Translations for profile_joinprooc profile_joinprooc_back.to.the.pro.oc.league=Back to the <a href="/league/pro_oc">Pro OC league</a>. profile_joinprooc_motivation=Motivation profile_joinprooc_please.motivate.why.you.want.to.join.pro.oc=Please motivate why you want to join the Pro OC League. For example, because you are backed up by a manufacturer. profile_joinprooc_request.to.join.pro.oc.league=Request to join Pro OC League. # Translations for profile_register profile_register_spambot.check=Spambot check. Please enter a number between 5 and 10 # profile_register_team.requires.psw.to.join.please.enter.title arguments: {0} = ${newTeam.name} profile_register_team.requires.psw.to.join.please.enter.title=Team {0} requires a password to join. Please enter the password profile_register_user.name=user name profile_register_want.to.join.hwbot=Want to join HWBOT? Enter the required fields in this registration form and you're ready to compete against thousands of fellow overclockers! # Translations for profile_registrationdone profile_registrationdone_after.running.this.benchmarks=After running these benchmarks, <a href="/submit">make an online submission</a> and compare your own pc again hundred thousands of others. profile_registrationdone_enjoy.and.try.not.to.break=Enjoy, and try not to break all your hardware at once! profile_registrationdone_fellow.overclockers.from.your.country=Fellow overclockers from your country profile_registrationdone_in.this.liquid.nitrogen=In this league Liquid Nitrogen or Liquid Helium is a must, and you won't get far without using preselected hardware. profile_registrationdone_once.you.start.using.extreme.cooling=Once you start using extreme cooling (anything cooler than water), you'll move to the <a href="/league/oc">Xtreme Overclockers League</a>, where you will compete against people using liquid nitrogen and cascade cooling. profile_registrationdone_reach.the.top.20=Reach the top 20 of the overclockers league and manufacturers might notice you. Manufacturer sponsored and professional overclockers compete in the <a href="/league/pro_oc">Professional Overclockers League</a>. profile_registrationdone_take.a.look.at.the.benchmarks.available=Take a look at the <a href="/submit" title="benchmarks">benchmarks</a> available at HWBOT, and decide whether you want to start benchmarking your videocard, processor, motherboard or memory. profile_registrationdone_the.following.are.the.most.experienced=The following are the most experienced overclockers of your country. Watch and learn! profile_registrationdone_try.to.gain.medals=Try to gain medals and trophies, in order to gain points and get ranked high in the overclocker`s league. You'll start of in the <a href="/league/enthusiast">Enthusiast League</a>, were you will compete against fellow novice overclockers. profile_registrationdone_we.recommend.to.trying.the.most.popular=We recommend trying the most popular benchmark applications first, like <a href="/benchmark/superpi">SuperPi</a> and <a href="/benchmark/3dmark05/">3DMark05</a>. # profile_registrationdone_welcome.user arguments: {0} = ${user.name} profile_registrationdone_welcome.user=Welcome, {0}! profile_registrationdone_where.to.start=Where to start profile_registrationdone_you.have.just.joined.the.largest=You have just joined the world largest community of overclockers! # Translations for profile_sidebarregistration profile_sidebarregistration_hwbot.worldwide.overclocking.league=HWBOT - Worldwide Overclocking League # Translations for profile_teamaccount profile_teamaccount_description.slogan=Description / slogan profile_teamaccount_if.you.want.to.force.a.recalculation=If you want to force a recalculation of your team members submissions and rankings, press the button below. This may be necessary when you deleted submissions, switched teams, or were previously banned. # profile_teamaccount_manage.team.account arguments: {0} = ${teamForm.teamName} profile_teamaccount_manage.team.account=Manage {0} account. profile_teamaccount_no.closed=no, closed profile_teamaccount_recalculate.member.ranking=Recalculate member ranking profile_teamaccount_registration.link.for.new.members=Registration link for new members: profile_teamaccount_team.accepting.new.members=Team accepting new members? profile_teamaccount_yes.open.for.all=yes, open for all profile_teamaccount_yes.require.password=yes, require password # Translations for ranking.benchmark.benchmark ranking.benchmark.benchmark_any.number.of.cores=Any number of cores ranking.benchmark.benchmark_display.mode.complete=complete ranking.benchmark.benchmark_display.mode.short=short ranking.benchmark.benchmark_display.mode.title=Display mode ranking.benchmark.benchmark_family=Family ranking.benchmark.benchmark_groupby.member=member ranking.benchmark.benchmark_groupby.mode.title=Group by ranking.benchmark.benchmark_number.of.cores.title=Number of cores ranking.benchmark.benchmark_number.of.disks.title=Number of disks ranking.benchmark.benchmark_number.of.records.per.page.title=Records per page ranking.benchmark.benchmark_personal.and.team.best=Personal and team best {0} score ranking.benchmark.benchmark_personal.and.team.best.hardware=Personal and team best {0} score with a {1} ranking.benchmark.benchmark_pictures=Pictures ranking.benchmark.benchmark_region=Region ranking.benchmark.benchmark_videos=Videos # Translations for ranking.overclocker.worldwide ranking.overclocker.worldwide_hwbot.overclocker.worldwide.ranking.title=HWBOT Worldwide Overclocker Ranking ranking.overclocker.worldwide_member.rankings.title=Member rankings # Translations for ranking.team.worldwide ranking.team.worldwide_hwbot.team.ranking.title=HWBOT Team Ranking # Translations for ranking_benchmark_benchmark # ranking_benchmark_benchmark_download.info arguments: {0} = ${app.name} ranking_benchmark_benchmark_download.info={0} download info ranking_benchmark_benchmark_hall.of.fame=Hall of fame # ranking_benchmark_benchmark_info arguments: {0} = ${app.name} ranking_benchmark_benchmark_info={0} info # ranking_benchmark_benchmark_rules arguments: {0} = ${app.name} ranking_benchmark_benchmark_rules={0} rules # Translations for ranking_benchmark_benchmark_teams # ranking_benchmark_benchmark_teams_name.team.ranking arguments: {0} = ${app.name} ranking_benchmark_benchmark_teams_name.team.ranking={0} team ranking ranking_benchmark_benchmark_teams_next=next ranking_benchmark_benchmark_teams_previous=previous # Translations for ranking_benchmark_benchmark # ranking_benchmark_benchmark_world.records.title arguments: {0} = ${app.name} ranking_benchmark_benchmark_world.records.title={0} WORLD RECORDS # ranking_benchmark_benchmark_you.can.download.latest.title arguments: {0} = ${app.downloadlink} ranking_benchmark_benchmark_you.can.download.latest.title=You can download the latest supported version <a href="{0}">here</a>. # Translations for ranking_worldrecords_app # ranking_worldrecords_app_complete.rankings.can.be.found.here arguments: {0} = ${app.safeName} ranking_worldrecords_app_complete.rankings.can.be.found.here=The complete rankings can be found <a href="/rankings/benchmark/{0}?tab=rankings">here </a>. # ranking_worldrecords_app_hwbot.record.for.app.info.title arguments: {0} = ${app.name} ranking_worldrecords_app_hwbot.record.for.app.info.title=HWBOT World records for {0}. You do not need to participate in the HWBOT rankings in order to appear in this list. # ranking_worldrecords_app_insufficient.amount.submissions.for.app.title arguments: {0} = ${app.name} ranking_worldrecords_app_insufficient.amount.submissions.for.app.title=Insufficient amount of submissions for {0}. # Translations for ranking_worldrecords ranking_worldrecords_processor.records.title=Processor records ranking_worldrecords_top20.title=TOP 20 ranking_worldrecords_videocard.records.title=Videocard records # Translations for resultinfo.cores.active # resultinfo.cores.active arguments: {0} = ${result.effectiveCores} resultinfo.cores.active={0} cores active # Translations for resultinfo.not.user.best.application.app_rel # resultinfo.not.user.best.application.app_rel_hw.submission.only.best.ranked arguments: {0} = ${result.user.name}, {1} = ${result.application.name}, {2} = ${result.applicationRelatedHardware.name} resultinfo.not.user.best.application.app_rel_hw.submission.only.best.ranked=Not {0}`s <a href="/submission/{2}/better/hardware/" rel="nofollow" style="display: inline">best {1} submission</a>. # Translations for resultinfo.not.user.best.application.submission.only.best.ranked # resultinfo.not.user.best.application.submission.only.best.ranked arguments: {0} = ${result.user.name}, {1} = ${result.application.name} resultinfo.not.user.best.application.submission.only.best.ranked=Not {0}`s <a href="/submission/{1}/better/global/" rel="nofollow" style="display: inline">best submission</a>. # Translations for resultinfo.unknown.application # resultinfo.unknown.application_ranking.not.specified arguments: {0} = ${result.application.ranking} resultinfo.unknown.application_ranking.not.specified=unknown, {0} not specified # Translations for resultinfo.user.best.application.submission.rank.not.calculated.yet # resultinfo.user.best.application.submission.rank.not.calculated.yet arguments: {0} = ${result.user.name}, {1} = ${result.application.name} resultinfo.user.best.application.submission.rank.not.calculated.yet={0}`s best {1} submission, but rank not calculated yet # Translations for resultinfo.with.hwcount.application # resultinfo.with.hwcount.application arguments: {0} = ${result.hardwareCount}, {1} = ${result.applicationRelatedHardware.name} resultinfo.with.hwcount.application=with <span>{0}x {1}</span> # Translations for resultinfo.worldrecord.rank.title resultinfo.worldrecord.rank.title=Worldrecord rank # Translations for resultinfo.youtube.title resultinfo.youtube.title=Youtube # Translations for search_search search_search_search.for=Search for: search_permalink.for.this.query=Permalink for this query: # Translations for search_searchmembers search_searchmembers_administrator=Administrator: search_searchmembers_advanced.member.search=Advanced member search search_searchmembers_join.date.dd.mm.yyyy=Join date (dd/MM/yyyy): search_searchmembers_league.rank=league rank search_searchmembers_moderator=Moderator: search_searchmembers_person=Person search_searchmembers_ranked=Ranked: search_searchmembers_roles=Roles search_searchmembers_team.captain=Team captain: search_searchmembers_use.this.form.to.search.for.fellow.overclockers=Use this form to search for fellow overclockers. # Translations for search_searchmembersbox # search_searchmembersbox_add.label.rome arguments: {0} = ${r.label} search_searchmembersbox_add.label.rome=add {0} role search_searchmembersbox_ban.user.from.hwbot=ban user from hwbot search_searchmembersbox_ban.user.from.your.team=ban user from your team search_searchmembersbox_no.users.found=No users found. search_searchmembersbox_promote.to.captain=promote to captain search_searchmembersbox_remove.captain.role=remove captain role # search_searchmembersbox_remove.label.role arguments: {0} = ${r.label} search_searchmembersbox_remove.label.role=remove {0} role search_searchmembersbox_unban.user.from.hwbot=unban user from hwbot search_searchmembersbox_unban.user.from.your.team=unban user from your team # Translations for search_searchnews search_searchnews_advanced.news.search=Advanced news search search_searchnews_article=Article search_searchnews_category=Category: search_searchnews_date.between=Date between: search_searchnews_editorials=Editorials search_searchnews_press.release=Press release search_searchnews_roundup=Roundup search_searchnews_title=Title: search_searchnews_use.this.form.to.search.for.news.articles=Use this form to search for news articles. # Translations for search_searchnewsbox search_searchnewsbox_header.category=Category search_searchnewsbox_header.title=Title search_searchnewsbox_no.news.found=No news found. # Translations for search_searchprofiles search_searchprofiles_search.for.bios.uefi.settings=Search for BIOS/UEFI Settings. search_searchprofiles_search.profiles=Search Profiles search_searchprofiles_section.auto=Value set to 'auto' # Translations for search_searchprofilesbox search_searchprofilesbox_matchrate=Match rate search_searchprofilesbox_no.profiles.found=No profiles found. # Translations for search_searchresults # search_searchresults_your.search.results.for arguments: {0} = ${searchQuery} search_searchresults_your.search.results.for=Your search results for "{0}": # Translations for search_searchsubmissions search_searchsubmissions_%.any.batch=(% = any batch) search_searchsubmissions_advanced.submission.search=Advanced submission search search_searchsubmissions_amount=Amount: search_searchsubmissions_best.submission=Best submission: search_searchsubmissions_capacity=Capacity: search_searchsubmissions_competition=Competition: search_searchsubmissions_core.shader=Core shader: search_searchsubmissions_hardware.rank=Hardware rank: search_searchsubmissions_made.by=Made by search_searchsubmissions_moderation=Moderation search_searchsubmissions_picture=Picture: search_searchsubmissions_reported=Reported: search_searchsubmissions_state=State: search_searchsubmissions_submitted.between=Submitted between: search_searchsubmissions_team.global.power.points=Team Global Power Points: search_searchsubmissions_team.hardware.power.points=Team Hardware Power Points: search_searchsubmissions_total=Total: search_searchsubmissions_use.this.form.to.search.for.overclocking.results=Use this form to search for overclocking results. search_searchsubmissions_user=user search_searchsubmissions_video=Video: search_searchsubmissions_watt=Watt: # Translations for search_searchsubmissionsbox search_searchsubmissionsbox_applications=Application search_searchsubmissionsbox_you.have.an.error.in.your.search.form=You have an error in your search form! search_searchsubmissionsbox_no.submissions.found=No submissions found. # Translations for search_searchteams search_searchteams_advanced.team.search=Advanced team search search_searchteams_use.this.form.to.search.for.overclocking.teams=Use this form to search for overclocking teams. # Translations for search_searchteamsbox search_searchteamsbox_captains=Captains search_searchteamsbox_no.teams.found=No teams found. # Translations for search_sidebar search_sidebar_search.for=Search for # Translations for submissioninfo submissioninfo_challenge.someone.to.beat.your.score=Challenge someone to beat your score submissioninfo_clockspeed=Clockspeed: submissioninfo_commented.on.his.own.score=commented on his own score submissioninfo_cpu.details=CPU details submissioninfo_disk.details=Disk details submissioninfo_hardware.details=Hardware details submissioninfo_like.this= Like this submissioninfo_mainbord.details=Mainboard details submissioninfo_memory.details=Memory details submissioninfo_power=Power submissioninfo_power.details=Power details # submissioninfo_r.votes.likes arguments: {0} = ${r.votes} submissioninfo_r.votes.likes={0} likes submissioninfo_recent.comments=Recent Comments submissioninfo_result.checksum.invalid=invalid submissioninfo_result.checksum.valid=valid # submissioninfo_resultinfo.cores.active arguments: {0} = ${r.effectiveCores} submissioninfo_resultinfo.cores.active=({0} cores active) submissioninfo_resultinfo.rank.and.points=Rank and points are being calculated. submissioninfo_resultinfo.rank.and.points.being.calc=Your rank and points are being calculated... one moment please. submissioninfo_resultinfo.verification.url.image.checksum=Verification URL, image, checksum # submissioninfo_score.xyz.with.amount.x.hardware.xyz.at.mhz arguments: {0} = ${scoreMessage}, {1} = <span>${r.hardwareCount}</span>, {2} = ${hardwareMessage}, {3} = ${r.applicationRelatedHardwareTemperature}, {4} = ${r.applicationRelatedHardwareOverclock} submissioninfo_score.xyz.with.amount.x.hardware.xyz.at.mhz={0} with {1}x {2} {3} at {4}MHz # submissioninfo_score.xyz.with.amount.x.hardware.xyz.gigabyte.in.raid.xyz arguments: {0} = ${scoreMessage}, {1} = <span>${r.hardwareCount}</span>, {2} = ${hardwareMessage}, {3} = ${r.diskCapacity}, {4} = ${r.diskConfiguration.name} submissioninfo_score.xyz.with.amount.x.hardware.xyz.gigabyte.in.raid.xyz={0} with {1}x {2} <span>{3}</span>GB in <span>{4}</span> # submissioninfo_score.xyz.with.hardware.xyz.at.mhz arguments: {0} = ${scoreMessage}, {1} = ${hardwareMessage}, {2} = ${r.applicationRelatedHardwareTemperature}, {3} = ${r.applicationRelatedHardwareOverclock} submissioninfo_score.xyz.with.hardware.xyz.at.mhz={0} with {1} {2} at {3}MHz submissioninfo_screenshots=Screenshots submissioninfo_speed=Speed: # submissioninfo_subject.commented arguments: {0} = ${subject} submissioninfo_subject.commented={0} commented submissioninfo_submission.detals=Submission details submissioninfo_submit.all.degrees=Temperature (\u00b0C) submissioninfo_this.submission.has.been.deleted.or.blocked=This submission has been deleted or blocked. # submissioninfo_user.s.app.score arguments: {0} = ${userMessage}, {1} = ${appMessage} submissioninfo_user.s.app.score={0}`s {1} score submissioninfo_vga.details=VGA details submissioninfo_week=week: submissioninfo_year=year: submissioninfo_you.linked.your.benchmark=You have linked your benchmark result with this competition. Thank you!<br /><a href="{0}" class="link">View competition</a> # Translations for submissioninforankings submissioninforankings_anonymous.ranking.info=This is an anonymous submission, it does not take part in the rankings and is not applicable for points. submissioninforankings_global.points=Global Points (UGP) submissioninforankings_global.team.power.points=Global Team Power Points (GTPP) submissioninforankings_hardware.points=Hardware Points (UHP) submissioninforankings_hardware.team.power.points=Hardware Team Power Points (HTPP) submissioninforankings_not.according.to.league.rules=Not according to league rules submissioninforankings_require.photos.of.your.computer=Submissions for the enthusiast league require photos of your computer, so we can verify the cooling method used. Please edit your submission and attach a picture of your computer if you want the global and hardware points count for your league position. # Translations for submissioninforankings_resultinfo.global.eff # submissioninforankings_resultinfo.global.eff_cores.x.application.rank arguments: {0} = ${r.effectiveCores}, {1} = ${r.application.rankingType} submissioninforankings_resultinfo.global.eff_cores.x.application.rank=Global {0}x {1} rank # Translations for submissioninforankings_resultinfo.hw # submissioninforankings_resultinfo.hw_count.x.application.rank arguments: {0} = ${r.hardwareCount}, {1} = ${r.applicationRelatedHardware.name} submissioninforankings_resultinfo.hw_count.x.application.rank={0}x {1} rank # Translations for submissioninforankings_resultinfo.not.team.best.application.app_rel # submissioninforankings_resultinfo.not.team.best.application.app_rel_hw.submission.only.best.ranked arguments: {0} = ${r.team.name}, {1} = ${r.applicationRelatedHardware.name}, {2} = ${r.resultId} submissioninforankings_resultinfo.not.team.best.application.app_rel_hw.submission.only.best.ranked=Not {0}s <a href="/submission/{2}/better/teamhardware/" rel="nofollow" style="display: inline">best {1} submission</a>. # Translations for submissioninforankings # submissioninforankings_resultinfo.not.team.best.application.submission.only.best.ranked arguments: {0} = ${r.team.name}, {1} = ${r.resultId} submissioninforankings_resultinfo.not.team.best.application.submission.only.best.ranked=Not {0}s <a href="/submission/{1}/better/teamglobal/" rel="nofollow" style="display: inline">best submission</a>. # submissioninforankings_resultinfo.not.user.best.application.apprelhw.submission.only.best.ranked arguments: {0} = ${subject}, {1} = ${r.applicationRelatedHardware.name}, {2} = ${r.resultId} submissioninforankings_resultinfo.not.user.best.application.apprelhw.submission.only.best.ranked=Not {0}s <a href="/submission/{2}/better/hardware/" rel="nofollow" style="display: inline">best {1} submission</a>. # submissioninforankings_resultinfo.not.user.best.application.submission.only.best.ranked arguments: {0} = ${subject}, {1} = ${r.resultId} submissioninforankings_resultinfo.not.user.best.application.submission.only.best.ranked=Not {0}s <a href="/submission/{1}/better/global/" rel="nofollow" style="display: inline">best submission</a>. # submissioninforankings_resultinfo.out.of arguments: {0} = ${r.rank}${r.rankOrdinal}, {1} = ${r.globalParticipants} submissioninforankings_resultinfo.out.of={0} out of {1} submissioninforankings_resultinfo.rank=rank submissioninforankings_resultinfo.ranking.position=Ranking position # submissioninforankings_resultinfo.user.best.application.submission.rank.not.calculated.yet arguments: {0} = ${subject}, {1} = ${r.application.name} submissioninforankings_resultinfo.user.best.application.submission.rank.not.calculated.yet={0}s best {1} submission, but rank not calculated yet # submissioninforankings_resultinfo.user.does.not.participate.in.points arguments: {0} = ${subject} submissioninforankings_resultinfo.user.does.not.participate.in.rankings={0} has chosen to disable all rankings for his/her submissions. submissioninforankings_resultinfo.waiting.for.calculation=Waiting for calculation submissioninforankings_team=in team # submissioninforankings_team.using.applicationrelatedhardware arguments: {0} = ${r.applicationRelatedHardware.name} submissioninforankings_team.using.applicationrelatedhardware=in team using {0} # submissioninforankings_team.using.effectivecores.application.rankingtype arguments: {0} = ${r.effectiveCores}, {1} = ${r.application.rankingType} submissioninforankings_team.using.effectivecores.application.rankingtype=in team using <strong>{0}</strong> {1} # submissioninforankings_team.using.hardwarecount.applicationrelatedhardware arguments: {0} = ${r.hardwareCount}, {1} = ${r.applicationRelatedHardware.name} submissioninforankings_team.using.hardwarecount.applicationrelatedhardware=in team using {0}x {1} submissioninforankings_world.record.points=World Record Points (UWP) # Translations for submit.bmapp submit.bmapp_eg.1h.5m.50.120s=eg. 1h 05m 50.120s submit.bmapp_hours.minutes.seconds.milliseconds=hours minutes seconds.milliseconds # Translations for submit.submit submit.submit_do.not.participate.in.the.rankings.title=I do NOT want points for this submission. This submission should not contribute to my league position. # Translations for submit_cpu submit_cpu_1x=1x submit_cpu_2x=2x submit_cpu_3x=3x submit_cpu_4x=4x submit_cpu_5x=5x submit_cpu_6x=6x submit_cpu_reference.imc.qpi.clock=Reference/IMC/QPI clock submit_cpu_select.active.cores=select active cores submit_cpu_unlocked.to=unlocked to # submit_cpu_unmatched.cpu arguments: {0} = ${submitResultForm.cpuUnmatched} submit_cpu_unmatched.cpu="{0}" could not be matched to a known processor. Please enter a known processor below. # Translations for submit_disk submit_disk_amaount=Amount submit_disk_configuration=Configuration: # Translations for submit_gpu submit_gpu_coldbug.coldbootbug=Coldbug/coldbootbug submit_gpu_ic.type=IC type submit_gpu_or.series=or series # submit_gpu_unmatched.gpu arguments: {0} = ${submitResultForm.gpuUnmatched} submit_gpu_unmatched.gpu={0} could not be matched to a known videocard. Please enter a known videocard below. # Translations for submit_mb submit_mb_or.model=or model # submit_mb_unmatched.motherboard.Model arguments: {0} = ${submitResultForm.mbModelUnmatched} submit_mb_unmatched.motherboard.Model={0} could not be matched to a known motherboard model. # submit_mb_unmatched.motherboard.vendor arguments: {0} = ${submitResultForm.mbVendorUnmatched} submit_mb_unmatched.motherboard.vendor={0} could not be matched to a known motherboard vendor. # Translations for submit_mem submit_mem_amount=amount submit_mem_product=product submit_mem_rating=rating # Translations for submit_mem_timings submit_mem_timings_t=T submit_mem_timings_tcas=tCas submit_mem_timings_tras=tRas submit_mem_timings_trcd=tRCD submit_mem_timings_trp=tRP # Translations for submit_report submit_report_additional.info=Additional info submit_report_cheat.explain.below=cheat, explain below submit_report_green.ok=green: ok for both rankings as charts. submit_report_matched.to.wrong.videocard.or.processor=matched to wrong videocard or processor submit_report_needs.more.proof=needs more proof # submit_report_notify.result.user.name arguments: {0} = ${result.user.name} submit_report_notify.result.user.name=Notify {0} # submit_report_notify.result.user.team.name arguments: {0} = ${result.user.team.name} submit_report_notify.result.user.team.name=Notify {0} captain submit_report_orange.ok=orange: ok for charts and statistics, but not for rankings/points. submit_report_other.describe.below=other, describe below submit_report_reason=Reason * submit_report_red.ok=red: not ok for rankings or charts. submit_report_this.submission.has.been.reported=This submission has been reported, thank you! Our moderators will handle it soon. # Translations for submit_score_datafile submit_score_datafile_data.file=Data file: submit_score_datafile_this.benchmark.requires.a.data.file.please.upload=This benchmark requires a data file. Please upload the saved benchmark result. # Translations for submit_score submit_score_do.not.delimiter.x.is.ok.y.not.do.not.write.units.title=Use '.' as a delimiter, not ','. eg '25.91' is ok, '25,91' is not. Do not write units, just the number submit_score_no.score.in.datafile=The data file you used did not contain a benchmark score, and can not be submitted to the HWBOT rankings! # submit_score_x.sub.tests arguments: {0} = ${app.name} submit_score_x.sub.tests={0} sub tests # submit_score_x.sub.tests.optional arguments: {0} = ${app.name} submit_score_x.sub.tests.optional={0} sub tests (optional) # Translations for submit_screenshots submit_screenshots_enthusiast.league.picture.required.for.points=Warning! You need to attach at least one picture of your system if you want to receive points in the enthusiast league, as the crew needs to be able to verify you are not using extreme cooling. submit_screenshots_pictures.of.your.system=pictures of your system submit_screenshots_pictures.only.for.entertainment.title=These pictures are purely for entertainment purpose, screenshots to prove your score should be attached under 'verification'. submit_screenshots_you.may.attach.4.pictures.title=You may attach up to 4 pictures: (png/jpg only) # Translations for submit_select_score submit_select_score_show.more=show more... # Translations for submit_sidebar submit_sidebar_delete=Delete submit_sidebar_do.you.want.to.notify.us.of.this.submission=Do you want to notify us of this submission? Have mistakes been made or do you suspect cheating? submit_sidebar_edit=Edit # submit_sidebar_global.hardware.ranking.league arguments: {0} = ${result.application.name}, {1} = ${result.applicationRelatedHardware.name} submit_sidebar_global.hardware.ranking.league={0} {1} ranking # submit_sidebar_global.hardware.ranking.league.multithreaded arguments: {0} = ${result.effectiveCores}, {1} = ${result.application.name}, {2} = ${result.applicationRelatedHardware.name} submit_sidebar_global.hardware.ranking.league.multithreaded={0}x {2} {1} ranking # submit_sidebar_global.ranking.league arguments: {0} = ${result.application.name} submit_sidebar_global.ranking.league={0} ranking. # submit_sidebar_global.ranking.league.multithreaded arguments: {0} = ${result.effectiveCores}, {1} = ${result.application.name} submit_sidebar_global.ranking.league.multithreaded={0}x {1} ranking. submit_sidebar_rankings.or.points.out.of.date=Rankings or points out of date? submit_sidebar_report.or.moderate=Report or moderate submit_sidebar_report.this.submission=Report this submission submit_sidebar_this.submission.has.additional.technical.information=This submission has additional technical information. # submit_sidebar_user.personal.ranking.league arguments: {0} = ${result.application.name}, {1} = ${result.user.name} submit_sidebar_user.personal.ranking.league=All {0} submissions from {1} # submit_sidebar_user.personal.ranking.same.hardware.league arguments: {0} = ${result.applicationRelatedHardware.name}, {1} = ${result.application.name}, {2} = ${result.user.name} submit_sidebar_user.personal.ranking.same.hardware.league=All {0} {1} submissions from {2} # submit_sidebar_view.meta.label arguments: {0} = ${meta.label} submit_sidebar_view.meta.label=View {0} submit_sidebar_view.submission.history=View submission history submit_sidebar_you.need.to.bee.logged.in=You need to be logged in to report a submission. # Translations for submit_superpi_32m_submit_score submit_superpi_32m_submit_score_hours.minutes.seconds.milliseconds=hours minutes seconds milliseconds # submit_superpi_32m_submit_score_x.sub.tests.optional arguments: {0} = ${app.name} submit_superpi_32m_submit_score_x.sub.tests.optional={0} sub tests (optional): # Translations for submit_temperature # submit_temperature_under.load arguments: {0} = ${loadTemp} submit_temperature_under.load={0} \u00b0C under load # Translations for submit_verification submit_verification_applications.are.obligatory=applications are obligatory submit_verification_compare.url=compare url submit_verification_example.verification.image.enlarge=example verification image (enlarge) submit_verification_green=green submit_verification_mandatory=mandatory submit_verification_max.2mb.gif=max 2MB. gif is <strong>not</strong> supported submit_verification_optional=optional submit_verification_red=red submit_verification_required.for.top20.hof=required for top 20 hall of fame submit_verification_upload.verification.screenshot=upload verification screenshot submit_verification_upload.verification.screenshot.uploaded=Using supplied data file. No further verification is required. submit_verification_verification=verification submit_verification_youtube.url=youtube url # Translations for submitapplicationrev2 submitapplicationrev2_choose.a.benchmark=choose a stage # submitapplicationrev2_contest.competition.multiple.stages.select.benchmark.title arguments: {0} = ${contest.name} submitapplicationrev2_contest.competition.multiple.stages.select.benchmark.title=The {0} competition has multiple stages. Select the benchmark you want to submit for. submitapplicationrev2_disk.benchmarks.title=Disk benchmarks submitapplicationrev2_memory.benchmarks.title=Memory benchmarks submitapplicationrev2_motherboard.benchmarks.title=Motherboard benchmarks submitapplicationrev2_processor.benchmarks.title=Processor benchmarks submitapplicationrev2_submit.benchmark.score.choose.benchmark.competition.title=Submit a benchmark score - choose as or competition submitapplicationrev2_videocard.benchmarks.title=Videocard benchmarks # Translations for submitform submitform_enter.hardware.manually=Enter hardware manually submitform_anonymous.submission.info=You are making an anonymous submission. This submissions will not take part in the rankings. submitform_errors=Errors submitform_failure.to.comply.may.lead.to.block.title=Failure to comply to these rules may lead to removal of this submission. # submitform_i.have.read.and.agreed.to.title arguments: {0} = ${app.name}, {1} = ${app.parentOrApplicationId} submitform_i.have.read.and.agreed.to.title=I have read and agreed to <a href="/article/application_{0}_rules" target="_blank">the rules for {1}</a>. # submitform_need.more.info.read.about.title arguments: {0} = ${app.safeName}, {1} = ${app.name} submitform_need.more.info.read.about.title=If you need more info, read more about <a target="_blank" href="/benchmark/{0}">{1} here </a> (opens in a new window). submitform_noboints.status.checkbox.information.part1.title=If you check this, this submission will not receive any points. It will appear in the rankings and the <a href="/rankings/worldrecords" target="_blank">HWBOT WORLD RECORDS</a> page. You can use this if you use hardware which is not available through retail channels (eg. cherry picked samples, ES, hardware under NDA, etc). # submitform_please.run.app.at.default.title arguments: {0} = ${app.name} submitform_please.run.app.at.default.title=Please run {0} now at default settings. submitform_reason.for.change=Reason for change submitform_submit.benchmark.result=Submit benchmark result submitform_there.are.a.few.errors.in.the.form=Sorry, there are a few errors in the form. Please fix them and submit again. # Translations for submitformdatafile submitformdatafile_here=here submitformdatafile_need.more.info.read.about.title=If you need more info, read more about submitformdatafile_opens.a.new.window=opens in a new window # submitformdatafile_please.run.app.at.default.title arguments: {0} = ${app.name} submitformdatafile_please.run.app.at.default.title=Please run {0} now at default settings, and save the score to a file. Upload this file to make your submission. submitformdatafile_submit.a.score=Submit a score # Translations for submitheavenform submitheavenform_test.heaven.submission=test heaven submission # Translations for subscores # subscores_application.name.sub.score arguments: {0} = ${r.application.name} subscores_application.name.sub.score=<span>{0}</span> sub scores # Translations for table table_header.ranked=Ranked # Translations for team # team_has.not.earned.achievements.yet arguments: {0} = ${team.name} team_has.not.earned.achievements.yet={0} has not earned any achievements yet. # team_member.made.x.submissions.worth arguments: {0} = ${momMessage}, {1} = ${mom.submissions}, {2} = ${mom.points}, {3} = ${mom.month} team_member.made.x.submissions.worth={0} made {1} submissions, worth {2} points which earned him the title of member of the month {0} # Translations for team_sidebar team_sidebar_administration=Administration team_sidebar_to.view.more.see.achievements.tab=To view more see the achievements in the achievement tab # Translations for team team_team.contributions.title=Team contributions # team_team.earned.amount.achievements arguments: {0} = ${team.name}, {1} = ${achievementsAmount} team_team.earned.amount.achievements={0} has earned {1} achievements. team_team.member.rankings=Team member rankings # Translations for team_teamcommunity team_teamcommunity_here.comes.a.good.starting.page=Here comes a good starting page to find an overclocker. # Translations for team_teamprofile team_teamprofile_captains=Captains: # GL = global points, HW = hardware points team_teamprofile_gl.hw=(GL + HW) team_teamprofile_homepage.not.available=Homepage not available team_teamprofile_my.wall=My Wall team_teamprofile_not.ranked=not ranked team_teamprofile_position.ranking=Position ranking team_teamprofile_power.points=Power points: # PP = power points, UP = user points team_teamprofile_pp.up.10=(PP + UP/10) team_teamprofile_total.points=Total points: team_teamprofile_unlocked=Unlocked: # GL = global points, HW = hardware points, WR = world record points, CP = competition points team_teamprofile_wr.gl.hw.cp=(WR + GL + HW + CP) # team_teamprofile_x.more.see.member.tab arguments: {0} = ${fn:length(team.captains) - 5} team_teamprofile_x.more.see.member.tab=... {0} more, see member tab. # Translations for team_teamprofilememberstab team_teamprofilememberstab_contribution=Contribution team_teamprofilememberstab_if.you.want.to.contact.leave.message=If you want to contact them, leave a message on their wall. To assign additional team captains, add the role using the search members functionality. # team_teamprofilememberstab_member.made.x.submissions.worth arguments: {0} = ${mom.safeName}, {1} = ${mom.name}, {2} = ${mom.submissions}, {3} = ${mom.points}, {4} = ${mom.month} team_teamprofilememberstab_member.made.x.submissions.worth=<a href="/community/user/{0}/">{1}</a> made {2} submissions, worth <strong>{3} points</strong>, which earned him the title of member of the month {4} team_teamprofilememberstab_team.captains=Team captains team_teamprofilememberstab_team.contributions.title=Team contributions. team_teamprofilememberstab_the.team.captains.are=The team captains are: team_teamprofilememberstab_this.team.has.no.captains.assigned=This team has no captains assigned. Please contact HWBOT crew or leave a message on the forums to gain captain privileges. # team_teamprofilememberstab_user.has.contributed.the.most arguments: {0} = ${member.name}, {1} = ${member.totalPoints} team_teamprofilememberstab_user.has.contributed.the.most={0} has contributed the most, with a total of <strong>{1} points!</strong> # team_teamprofilememberstab_x.submissions.worth arguments: {0} = ${activeMember.submissions}, {1} = ${activeMember.points} team_teamprofilememberstab_x.submissions.worth={0} submissions worth <b>{1} points</b> # Translations for team_teamprofilemywalltab team_teamprofilemywalltab_leagues=Leagues team_teamprofilemywalltab_recent.team.activity=Recent team activity # Translations for team_teamprofilerankingstab team_teamprofilerankingstab_2d.rankings=2D rankings team_teamprofilerankingstab_3d.rankings=3D rankings team_teamprofilerankingstab_choose.a.ranking=Choose a ranking: team_teamprofilerankingstab_memory.rankings=Memory rankings team_teamprofilerankingstab_motherboard.rankings=Motherboard rankings # Translations for team_teamprofilesubmissionstab team_teamprofilesubmissionstab_amount.of.overclocking.submissions.title=Amount of overclocking submissions. # team_teamprofilesubmissionstab_hwbot.points.chart.of.team.title arguments: {0} = ${team.name} team_teamprofilesubmissionstab_hwbot.points.chart.of.team.title=HWBOT points history chart of {0}. team_teamprofilesubmissionstab_no.interesting.submissions.today.title=No interesting submissions today. team_teamprofilesubmissionstab_recent.team.submissions.with.points.title=Recent team submissions with points: # team_teamprofilesubmissionstab_statistics arguments: {0} = ${team.name} team_teamprofilesubmissionstab_statistics={0} statistics # team_teamprofilesubmissionstab_total.amount.of.points.gathered.not.limit.300.title arguments: {0} = ${team.name} team_teamprofilesubmissionstab_total.amount.of.points.gathered.not.limit.300.title=The total amount of points gathered by {0} members. Unlike for users, hardware points are not limited to 300. # Translations for team_teamprofiletimelinetab team_teamprofiletimelinetab_timeline=Timeline team_teamprofiletimelinetab_notable.events=Notable Events # Translations for team team_user.has.contributed.the.most=has contributed the most, with a total of team_x.submissions.worth=submissions worth # Translations for teams.league.title teams.league.title=Teams League # Translations for testlabarticles testlabarticles_no.testlab.articles=No testlab articles yet. testlabarticles_no.testlab.overview=Recent testlab articles. testlabarticles_testlab.news=Testlab articles: # Translations for today today_news.no.top.scores=No benchmark scores are worth mentioning. It`s a slow day, so it seems. # Translations for user user_hardware.points.lengthy.info.title=Hardware points are awarded for achieving a good hardware score in a specific benchmark. E.g. the 2nd fastest 2600K in SuperPi. The list is limited to your top 20 submissions\, which contribute to your league rank. user_hardware.points.lengthy.info.enthusiast.title=Hardware points are awarded for achieving a good hardware score in a specific benchmark. E.g. the 2nd fastest 2600K in SuperPi. The list is limited to your top 20 submissions and have a picture attached\, which contribute to your enthusiast league rank. Submissions without a picture do no contribute to your enthusiast points! Check <a href="#" onclick="return $('#tab_submissions').click(); return false;">your submissions</a> and attach a picture if required. <dl class="warn-message"><dt>Submissions without a picture will not contribute to your enthusiast league points!</dt></dl> user_global.points.lengthy.info.title=Global and worldrecord points are awarded for achieving a good score in a specific benchmark ranking, eg. wPrime with a quad core processor. This list is limited to your best 15 submissions\, which contribute to your league rank. user_worldrecord.points.lengthy.info.title=Worldrecord points are awarded for achieving a top 20 world record for specific 3D benchmarks, like 3DMark. # Translations for user_includes_libraryrecords # user_includes_libraryrecords_detail.gb arguments: {0} = ${item.detail} user_includes_libraryrecords_detail.gb={0}GB user_includes_libraryrecords_notes=Notes # user_includes_libraryrecords_watt arguments: {0} = ${item.detail} user_includes_libraryrecords_watt={0}Watt # Translations for user_siderbar user_siderbar_to.view.more.see.the.achievement.in=To view more see the achievements in the achievement tab. # Translations for user_userachievements # user_userachievements_filter.category.achievements arguments: {0} = ${category.nameKey} user_userachievements_filter.category.achievements=Filter {0} achievements # Translations for user_userprofile user_userprofile_achievements=Achievements: user_userprofile_and.competition.team=and competition team: user_userprofile_banned=Banned user_userprofile_challenges=Challenges: user_userprofile_competition.points.title=competition: # user_userprofile_countryrank.of.countryparticipants arguments: {0} = ${member.countryRank}, {1} = ${member.country.overclockerParticipants} user_userprofile_countryrank.of.countryparticipants={0} of {1} user_userprofile_earned.for.the.team=earned for the team # user_userprofile_earned.in.benchmark.rankings arguments: {0} = ${pointsMessage} user_userprofile_earned.in.benchmark.rankings={0} earned in benchmark rankings # user_userprofile_earned.in.competitions arguments: {0} = ${pointsMessage} user_userprofile_earned.in.competitions={0} earned in competitions # user_userprofile_earned.in.hardware.rankings arguments: {0} = ${pointsMessage} user_userprofile_earned.in.hardware.rankings={0} earned in hardware rankings # user_userprofile_earned.with.world.records arguments: {0} = ${pointsMessage} user_userprofile_earned.with.world.records={0} earned with world records # GTPP = global team power points user_userprofile_gtpp=GTPP user_userprofile_hardware.library=Hardware Library user_userprofile_hardware.masters=Hardware Masters: # HTPP = hardware team power points user_userprofile_htpp=HTPP # user_userprofile_league.offset.out.of.currentrank.member.league arguments: {0} = ${member.currentRank.rank}, {1} = ${member.currentRank.amountOfRankingParticipants}, {2} = ${memberLeague} user_userprofile_league.offset.out.of.currentrank.member.league=#{0} out of {1} in {2} league user_userprofile_league.points=League points: # user_userprofile_member.hardwaremasterrank.out.of.hardwaremasterparticipants arguments: {0} = ${member.hardwareMasterRank.rank}, {1} = ${member.hardwareMasterParticipants} user_userprofile_member.hardwaremasterrank.out.of.hardwaremasterparticipants=#{0} out of {1} # user_userprofile_member.league arguments: {0} = ${memberLeague} user_userprofile_member.league={0} league # user_userprofile_member.league.without.points arguments: {0} = ${memberLeague} user_userprofile_member.league.without.points={0} league, without points user_userprofile_my.achievements=My Achievements user_userprofile_my.submissions=My Submissions user_userprofile_my.wall=My wall # user_userprofile_points.in.total arguments: {0} = ${pointsMessage} user_userprofile_points.in.total={0} points in total user_userprofile_power.points.title=Team Power Points: user_userprofile_team.captain=Team Captain user_userprofile_team.ranking=League ranking # user_userprofile_teamrank.of.teamparticipants arguments: {0} = ${member.teamRank}, {1} = ${member.teamParticipants}, {2} = ${memberLeague} user_userprofile_teamrank.of.teamparticipants=#{0} of {1} in {2} league user_userprofile_total.points.title=Total Points: user_userprofile_unlocked=unlocked user_userprofile_without.points=without points user_userprofile_worldrecord.points.title=Worldrecord: user_userprofile_worldwide=Worldwide: # Translations for user_userprofileachievementstab # user_userprofileachievementstab_all.member.achievements arguments: {0} = ${fn:length(member.achievements)} user_userprofileachievementstab_all.member.achievements=All ({0}) # user_userprofileachievementstab_my.achievements.member.achievements arguments: {0} = ${fn:length(member.achievements)} user_userprofileachievementstab_my.achievements.member.achievements=My achievements ({0}) # Translations for user_userprofilelibrarytab # user_userprofilelibrarytab_disk arguments: {0} = ${fn:length(diskProductItems)} user_userprofilelibrarytab_disk=Disk <span>({0})</span> # user_userprofilelibrarytab_memory arguments: {0} = ${fn:length(memItems)} user_userprofilelibrarytab_memory=Memory <span>({0})</span> # user_userprofilelibrarytab_motherboard arguments: {0} = ${fn:length(mbItems)} user_userprofilelibrarytab_motherboard=Motherboard <span>({0})</span> # user_userprofilelibrarytab_my.hardware.library arguments: {0} = ${fn:length(libraryItems)} user_userprofilelibrarytab_my.hardware.library=My Hardware Library <span>({0})</span> # user_userprofilelibrarytab_power.supply arguments: {0} = ${fn:length(psuProductItems)} user_userprofilelibrarytab_power.supply=Power Supply<span>({0})</span> # user_userprofilelibrarytab_processor arguments: {0} = ${fn:length(cpuItems)} user_userprofilelibrarytab_processor=Processor <span>({0})</span> # user_userprofilelibrarytab_videocard arguments: {0} = ${fn:length(gpuItems)} user_userprofilelibrarytab_videocard=Videocard <span>({0})</span> # Translations for user_userprofilemywalltab # user_userprofilemywalltab_followers arguments: {0} = ${member.followers} user_userprofilemywalltab_followers={0} followers user_userprofilemywalltab_no.activity=No activity... user_userprofilemywalltab_recent.activity=Recent activity # Translations for user_userprofilepointstab user_userprofilepointstab_competition.points=Competition points user_userprofilepointstab_hwboints.brought.life.info.title=The HWBoints algorithm was brought into life to assign a score to an overclocking effort. The points are based on how well you score compared to other overclockers, and how many competitors there are. For example, you will receive much more points for being first with a popular Intel Core7 i920, than a more exotic Intel Xeon 5540 server processor. # user_userprofilepointstab_hwboints.history.of.member.title arguments: {0} = ${member.name} user_userprofilepointstab_hwboints.history.of.member.title=HWBoints of {0} user_userprofilepointstab_points.are.awarded.title=Points awarded for your overclocking achievements # Translations for user_userprofileprofilestab user_userprofileprofilestab_filter.on.processor=Filter profiles on processor: user_userprofileprofilestab_my.profiles=My profiles # Translations for user_userprofilesubmissionstab # user_userprofilesubmissionstab_member.benchmark.profile arguments: {0} = ${member.name} user_userprofilesubmissionstab_member.benchmark.profile={0}`s Benchmark Profile # Translations for user_usersubmissions # user_usersubmissions_benchmarks.filter arguments: {0} = ${type} user_usersubmissions_benchmarks.filter=Filter {0} benchmarks # Translations for user user_what.are.points.title=What are points # Translations for videocard.info videocard.info_overclocking.gallery.title=Overclocking gallery # videocard.info_x.members.picture.of.system.using.hardware.videocard.thumbnail.details.title arguments: {0} = ${relatedPicturesNr}, {1} = ${hardware.name} videocard.info_x.members.picture.of.system.using.hardware.videocard.thumbnail.details.title={0} members made pictures of their system when using a {1} videocard. You can view details about the picture when you click a thumbnail. # Translations for views_autenticationfailre views_autenticationfailre_oops.you.are.not.authorized.to.do.this=Oops. You are not authorized to do this. If you think this is an error, please contact us and we'll check your permissions. # Translations for views_filetoobigfailure views_filetoobigfailure_please.go.back.and.try.a.smaller.file=Please go back and try a smaller file. views_filetoobigfailure_sorry.the.file.you.tried.to.upload.is.too.large=Sorry, the file you tried to upload is too large. # Translations for views_invalidurlfailure views_invalidurlfailure_did.you.follow.this.link.from.an.external.site=Did you follow this link from an external site, or type it yourself? views_invalidurlfailure_oops.seems.like.this.page.does.not.exist.any.more=Oops. Seems like this page does not exist any more. # Translations for views_maintenance views_maintenance_either.that.or.we.overclocked.the.server.too.far=Either that or we overclocked the server too far. views_maintenance_we.are.currently.maintaining.the.hwbot.server=We're currently maintainting the HWBOT server. # Translations for views_notfound views_notfound_the.page.has.moved=The page has moved. views_notfound_the.page.no.longer.exists=The page no longer exists views_notfound_the.page.you.have.requested.has.been.abducted=The page you have requested has been abducted by a mad priest. views_notfound_this.could.be.because=This could be because: views_notfound_you.entering.random.urls=You entering random urls. views_notfound_your.browser.does.not.like.you=Your browser doesn't like you. # Translations for views_notloggedinfailure views_notloggedinfailure_sorry.you.are.not.logged.in=Sorry, you are not logged in. # Translations for views_usupportedhttpmethod views_usupportedhttpmethod_please.go.back.and.try.again=Please go back and try again. views_usupportedhttpmethod_sorry.you.tried.to.post.a.twice=Sorry, you tried to post a form twice.
  20. As of next release, HWBOT v4 will fully support translation into other languages again. Any language can be supported, but it's a whole lot of work to translate the whole property file. Format of file: - please always save as UTF-8 - comments start with #, do not translate - some sentences have HTML formatting to include a link or make text bold, please do not alter the html (eg: <strong>team<strong> makes text bold) - some sentences have dynamic content, with is a number between brackets. Eg Hi {0}! where {0} is the user name. The comments will explain what the content of the variable is. In doubt, check comment. Do not remove variables. If you want to help out doing translations to your own language, feel free to drop me a PM. To keep the translatation progress transparent and structured, we will only grant post/editing privileges to the translators. So one person will be working on the translations. Of course, you can ask for friends to help out with parts of the translations .
  21. The team cup took over the monthly competitions this summer, but I think you are right that for October there should be a classic HWBOT competition again. I'll poke massman.
  22. Let me check the logs...
  23. Ignoring the visual differences between IE adn FF/Chrome/Safari, would you say HWBOT is usable in IE now? Or should be further invest in polishing IE7/IE8 support?
×
×
  • Create New...