mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-15 15:31:21 +00:00
251 lines
5 KiB
Text
251 lines
5 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-02-22 16:53-0300\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: api.lua:6
|
|
msgid "Allows you to configure the Electronic Urn."
|
|
msgstr ""
|
|
|
|
#: api.lua:30
|
|
#, lua-format
|
|
msgid "Unable to address debug for player '%s'."
|
|
msgstr ""
|
|
|
|
#: api.lua:94
|
|
#, lua-format
|
|
msgid "Database saved in file '%s'!"
|
|
msgstr ""
|
|
|
|
#: api.lua:96 api.lua:110
|
|
#, lua-format
|
|
msgid "The file '%s' is not in table format!"
|
|
msgstr ""
|
|
|
|
#: api.lua:114
|
|
#, lua-format
|
|
msgid "Database '%s' loaded!"
|
|
msgstr ""
|
|
|
|
#: api.lua:133
|
|
#, lua-format
|
|
msgid "Impossible to register logout for player '%s' !"
|
|
msgstr ""
|
|
|
|
#: api.lua:195 api.lua:218 api.lua:285 api.lua:330
|
|
#, lua-format
|
|
msgid "The name '%s' is not the player name registered on the server!"
|
|
msgstr ""
|
|
|
|
#: api.lua:225
|
|
msgid "There are no campaign data about this political candidate."
|
|
msgstr ""
|
|
|
|
#: api.lua:257 formspecs.lua:49
|
|
msgid "Candidate Name"
|
|
msgstr ""
|
|
|
|
#: api.lua:267 formspecs.lua:50
|
|
msgid "Candidate Campaign"
|
|
msgstr ""
|
|
|
|
#: api.lua:277
|
|
#, lua-format
|
|
msgid "Player %s is not registered as a candidate for president!"
|
|
msgstr ""
|
|
|
|
#: api.lua:293
|
|
msgid ""
|
|
"Please enter the name of the candidate you wish to display the campaign!"
|
|
msgstr ""
|
|
|
|
#: api.lua:296 api.lua:333 commands.lua:25 commands.lua:178 commands.lua:200
|
|
msgid "candidate_name"
|
|
msgstr ""
|
|
|
|
#: api.lua:309
|
|
msgid "You unvoted for the presidential candidate!"
|
|
msgstr ""
|
|
|
|
#: api.lua:312
|
|
msgid "You can't have registered vote!"
|
|
msgstr ""
|
|
|
|
#: api.lua:325
|
|
msgid "You voted for the candidate: "
|
|
msgstr ""
|
|
|
|
#: api.lua:327
|
|
#, lua-format
|
|
msgid "Player '%s' is not registered as a candidate for president!"
|
|
msgstr ""
|
|
|
|
#: api.lua:333
|
|
msgid "Please enter the name of the presidential candidate you wish to vote!"
|
|
msgstr ""
|
|
|
|
#: api.lua:336
|
|
#, lua-format
|
|
msgid ""
|
|
"You have not yet played the minimum number of hours to become a presidential "
|
|
"voter. (Minimum %02d hours)"
|
|
msgstr ""
|
|
|
|
#: api.lua:339
|
|
msgid "Your name is not registered as a voter."
|
|
msgstr ""
|
|
|
|
#: api.lua:361 commands.lua:36
|
|
#, lua-format
|
|
msgid "Player %s has been named the president of this server!"
|
|
msgstr ""
|
|
|
|
#: api.lua:368
|
|
msgid "There are no votes registered!"
|
|
msgstr ""
|
|
|
|
#: api.lua:371
|
|
msgid "There are no candidates registered!"
|
|
msgstr ""
|
|
|
|
#: api.lua:409
|
|
#, lua-format
|
|
msgid "Impossible to register login for player '%s' !"
|
|
msgstr ""
|
|
|
|
#: commands.lua:26
|
|
msgid "Show or Select the presidente of the server."
|
|
msgstr ""
|
|
|
|
#: commands.lua:44
|
|
msgid ""
|
|
"You do not have the 'electoraljudge' privilege to define who will be the "
|
|
"president of the server!"
|
|
msgstr ""
|
|
|
|
#: commands.lua:52
|
|
#, lua-format
|
|
msgid "The president of this server is %s!"
|
|
msgstr ""
|
|
|
|
#: commands.lua:75
|
|
msgid "political campaign"
|
|
msgstr ""
|
|
|
|
#: commands.lua:76
|
|
msgid "Register your campaign to run for server president."
|
|
msgstr ""
|
|
|
|
#: commands.lua:90 formspecs.lua:111
|
|
#, lua-format
|
|
msgid ""
|
|
"Player %s has been registered to run as a candidate for president of this "
|
|
"server!"
|
|
msgstr ""
|
|
|
|
#: commands.lua:109
|
|
msgid "Unregister your campaign to run for server president."
|
|
msgstr ""
|
|
|
|
#: commands.lua:124
|
|
#, lua-format
|
|
msgid ""
|
|
"Player %s has been unregistered to run as a candidate for president of this "
|
|
"server!"
|
|
msgstr ""
|
|
|
|
#: commands.lua:140
|
|
msgid "Show the name of all candidates for president."
|
|
msgstr ""
|
|
|
|
#: commands.lua:157
|
|
#, lua-format
|
|
msgid "Number of Candidates: %s"
|
|
msgstr ""
|
|
|
|
#: commands.lua:162
|
|
#, lua-format
|
|
msgid "Candidate List: %s"
|
|
msgstr ""
|
|
|
|
#: commands.lua:179
|
|
msgid "Show the Campaign of candidate for president."
|
|
msgstr ""
|
|
|
|
#: commands.lua:201
|
|
msgid "Vote for a specific candidate for president."
|
|
msgstr ""
|
|
|
|
#: commands.lua:228
|
|
msgid "Displays the number of votes for each candidate!"
|
|
msgstr ""
|
|
|
|
#: commands.lua:250 commands.lua:252
|
|
#, lua-format
|
|
msgid " * %s : %02d votes"
|
|
msgstr ""
|
|
|
|
#: commands.lua:258
|
|
msgid "Voting list for presidential election: "
|
|
msgstr ""
|
|
|
|
#: commands.lua:267
|
|
msgid "No one has voted in the presidential election yet!"
|
|
msgstr ""
|
|
|
|
#: commands.lua:275
|
|
msgid "There is no registered candidate for the presidential election!"
|
|
msgstr ""
|
|
|
|
#: commands.lua:294
|
|
msgid ""
|
|
"Apply presidential selection vote counting! Need the 'electoraljudge' "
|
|
"privilege."
|
|
msgstr ""
|
|
|
|
#: formspecs.lua:19 formspecs.lua:40
|
|
msgid "Political Campaign of"
|
|
msgstr ""
|
|
|
|
#: formspecs.lua:24
|
|
msgid "REGISTER"
|
|
msgstr ""
|
|
|
|
#: formspecs.lua:25
|
|
msgid "CANCEL"
|
|
msgstr ""
|
|
|
|
#: formspecs.lua:46
|
|
msgid "CLOSE"
|
|
msgstr ""
|
|
|
|
#: formspecs.lua:48
|
|
#, lua-format
|
|
msgid "Player %s is listing campaign data..."
|
|
msgstr ""
|
|
|
|
#: item_eurn.lua:9
|
|
msgid "E-URN"
|
|
msgstr ""
|
|
|
|
#: item_eurn.lua:10
|
|
msgid "Colect opinion of player with electronic urn."
|
|
msgstr ""
|
|
|
|
#: item_eurn.lua:36
|
|
msgid "Electronic Urn"
|
|
msgstr ""
|