# -*- coding:iso-safe; -*- # Parent of all common application bundles. Copyright 2008, Michael Allan. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Votorola Software"), to deal in the Votorola Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicence, and/or sell copies of the Votorola Software, and to permit persons to whom the Votorola Software is furnished to do so, subject to the following conditions: The preceding copyright notice and this permission notice shall be included in all copies or substantial portions of the Votorola Software. THE VOTOROLA SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE VOTOROLA SOFTWARE OR THE USE OR OTHER DEALINGS IN THE VOTOROLA SOFTWARE. # # Common application bundles are used by all voter interfaces. This particular bundle # (A.properties) encodes the default locale, 'en-GB' [or will, when the US address # examples are replaced by GB ones]. Other locales will be encoded in child bundles # (A_*.properties). # # The encoding guidelines of bundle file CR.properties apply. # # Whitespace such as multiple, contiguous spaces (\ \ ), will not be preserved # in all interfaces. Newlines (\n) should be avoided (and may cause exceptions # during subserver initialization). # ----- a ---------------------------------------------------------------------------------- a.inputTooLong(1,2,3) = The input is too long. String '%1$s' has %2$s characters, \ which exceeds the limit of %3$s. a.trustRootEmailPlaceholder = root a.quantityUnknown = unknown a.quantityUnknown.short = ? # short, a few characters at most ----- a . e l e c t i o n ---------------------------------------------------------------- # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = a.election.Count.note-receive = total cast. \ The total received by all candidates (sum of column) will usually exceed the total cast, \ because the voting mechanism is a delegate cascade, \ and a single vote may be received by multiple candidates. a.election.Count.rankHeader-rank = Rank a.election.Count.rankHeader-voterEmail = Candidate a.election.Count.rankHeader-name = \ a.election.Count.rankHeader-receiveCount = Votes a.election.Count.rankHeader-receivePercent = Percent a.election.Count.summaryData.electorateSize-index = Electorate a.election.Count.summaryData.singleCastCount-index = Turnout a.election.Count.summaryData.singleCastCount-note = actual number voting a.election.Count.summaryData.turnoutPercent-index = Percent a.election.Count.summaryData.turnoutPercent-note = % ----- a . r e g i s t e r ---------------------------------------------------------------- a.register.noDataToReport = No data are available at this time. \ The latest voter list is temporarily inaccessible. # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = a.register.List.summaryData.electorateSize-index = Electorate a.register.List.summaryData.trustedVoterCount-index = Enrolment a.register.List.summaryData.trustedVoterCount-note = actual number in the voter list a.register.List.summaryData.turnoutPercent-index = Percent a.register.List.summaryData.turnoutPercent-note = % # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = a.register.Neighbourhood.header-path = Neighbourhood a.register.Neighbourhood.header-trusted = Voters a.register.Neighbourhood.header-doubted = Doubted a.register.Neighbourhood.voter.header-email = Voter a.register.Neighbourhood.voter.header-residence = Residence a.register.Neighbourhood.voter.header-trust = Trust a.register.Neighbourhood.voter.header-doubt = Doubt # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = a.register.Register.fieldExample_link = http://~jim/emontpelier.net a.register.Register.fieldDescription_link = \ A Web link in standard URI format, pointing to further information about you. \ This field is optional, and may be left unset. a.register.Register.fieldExample_name = James Madison a.register.Register.fieldDescription_name = \ Your proper name. This field is optional, and may be left unset. a.register.Register.fieldExample_note = My Internet connection may be down, but I\'m still here. a.register.Register.fieldDescription_note = \ A short note explaining or commenting on your registration. \ This field is optional, and may be left unset. a.register.Register.fieldExample_residence = 11407 Constitution Highway, 22957 a.register.Register.fieldDescription_residence = \ Your primary residential address. This field is required to establish \ your eligibility to vote in the various electoral districts. \ Avoid abbreviations, and always place the postal code last. # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = a.register.Registration.listBarPrediction-title = Bar Prediction a.register.Registration.listBarPrediction(1) = Likely to be barred. The registration data \ is likely to be excluded from the voter list, when it is next compiled. \ The problem is as follows: %s a.register.Registration.listBarPredictionNone = OK, no bar is likely. The registration data \ appears to be acceptable for inclusion in the voter list, whenever it is next compiled. a.register.Registration.listBarPrediction.noList = Bar unknown. \ Whether or not the registration data is acceptable for inclusion in the voter list \ cannot be predicted at this time, because the list is temporarily inaccessible. ----- a . r e g i s t e r . t r u s t ---------------------------------------------------- a.register.trust.edgeBarPrediction-title = Bar Prediction a.register.trust.edgeBarPrediction(1) = Likely to be barred. The trust edge \ is likely to be excluded from the voter list, when it is next compiled. \ The problem is as follows: %s a.register.trust.edgeBarPredictionNone = OK, no bar is likely. The trust edge \ appears to be acceptable for inclusion in the voter list, whenever it is next compiled. a.register.trust.edgeBarPredictionUnknown(1) = Bar unknown. \ Whether or not this trust edge (to voter %s) is acceptable for inclusion in the voter list \ cannot be predicted at this time. The problem is as follows.