Ballot.strings 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. Ballot.strings
  3. Threema
  4. Copyright (c) 2014 Threema GmbH. All rights reserved.
  5. */
  6. /* Ballot */
  7. "ballot" = "Poll";
  8. "ballots" = "Polls";
  9. "ballot_results" = "Poll Results";
  10. "ballot_validation_error_title" = "Invalid setup for poll";
  11. "ballot_validation_not_enough_choices" = "Please define at least two choices.";
  12. "ballot_validation_title_missing" = "Please set a title for the poll.";
  13. "ballot_options" = "Poll Options";
  14. "ballot_intermediate_results" = "Intermediate Results";
  15. "ballot_show_intermediate_results" = "Show Intermediate Results";
  16. "ballot_multiple_choice" = "Multiple Choice";
  17. "ballot_clone" = "Copy Existing Poll";
  18. "ballot_clone_warning_title" = "Attention";
  19. "ballot_clone_warning_message" = "All existing input will be overriden.";
  20. "ballot_feature_level_warning_title" = "Please note";
  21. "ballot_feature_level_warning_message" = "Some of the particpants have an app version that does not support polls yet: %@";
  22. "ballot_feature_level_error_message" = "None of the particpants have an app version that supports polls: %@";
  23. "ballot_add_choice" = "Add Choice";
  24. "ballot_create" = "Create Poll";
  25. "ballot_placeholder_title" = "Title, e.g. Where do you want to go today?";
  26. "ballot_placeholder_choice" = "Choice";
  27. "ballot_date_button" = "Date";
  28. "ballot_allDay_switch" = "All-day";
  29. "ballot_choose_title" = "Choose Poll";
  30. "ballot_closed_cell_title" = "Poll Results";
  31. "ballot_new_cell_title" = "New Poll";
  32. "ballot_description_intermediate" = "Turn on to make the accumulated incoming votes visible for all participants. Otherwise the results are kept secret until the poll is closed.";
  33. "ballot_description_multiplechoice" = "Choose whether participants can only select a single choice or multiple choices.";
  34. "ballot_vote" = "Vote";
  35. "ballot_votes_count" = "%@ votes";
  36. "ballot_vote_selected" = "Selected";
  37. "ballot_vote_not_selected" = "Not selected";
  38. "ballot_close" = "Close Poll";
  39. "ballot_close_ack" = "Do you want to close this poll and make the results available?";
  40. "ballot_got_votes_count" = "Received %1$i of %2$i votes.";
  41. "ballot_vote_ballot_closed_title" = "Sorry, too late";
  42. "ballot_vote_ballot_closed_message" = "The poll has been closed in the meantime.";
  43. "ballot_open_ballots" = "Open polls";
  44. "ballot_closed_ballots" = "Closed polls";