[tx-robot] updated from transifex
This commit is contained in:
Родитель
1e919f3f87
Коммит
94356ef2bf
|
@ -1,14 +1,23 @@
|
|||
OC.L10N.register(
|
||||
"polls",
|
||||
{
|
||||
"Do you really want to delete that poll (new)?" : "Do you really want to delete that poll (new)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "Nothing selected!\nClick on cells to turn them green.",
|
||||
"You must enter at least a title for the new poll." : "You must enter at least a title for the new poll.",
|
||||
"Please select at least one user or group!" : "Please select at least one user or group!",
|
||||
"Copied!" : "Copied!",
|
||||
"Copy" : "Copy",
|
||||
"Not supported!" : "Not supported!",
|
||||
"Press ⌘-C to copy." : "Press ⌘-C to copy.",
|
||||
"Press Ctrl-C to copy." : "Press Ctrl-C to copy.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copy to clipboard: Ctrl+C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "You are not registered.\nPlease enter your name to vote\n(at least 3 characters).",
|
||||
"Please add some text to your comment before submitting it." : "Please add some text to your comment before submitting it.",
|
||||
"just now" : "just now",
|
||||
"An error occurred, your comment was not posted." : "An error occurred, your comment was not posted.",
|
||||
"Polls" : "Polls",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>",
|
||||
"Polls App - New Activity" : "Polls App - New Activity",
|
||||
"Polls App" : "Polls App",
|
||||
"Edit poll" : "Edit poll",
|
||||
"Create new poll" : "Create new poll",
|
||||
|
@ -33,12 +42,28 @@ OC.L10N.register(
|
|||
"Cancel" : "Cancel",
|
||||
"No description provided." : "No description provided.",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "The poll expired on %s. Voting is disabled, but you can still comment.",
|
||||
"Switch all options at once" : "Switch all options at once",
|
||||
"Your name here" : "Your name here",
|
||||
"Vote!" : "Vote!",
|
||||
"Receive notification email on activity" : "Receive notification email on activity",
|
||||
"Close details" : "Close details",
|
||||
"Close" : "Close",
|
||||
"Owner" : "Owner",
|
||||
"Expired" : "Expired",
|
||||
"Expires on %s" : "Expires on %s",
|
||||
"Expires never" : "Expires never",
|
||||
"Invitation access" : "Invitation access",
|
||||
"Anononymous poll" : "Anonymous poll",
|
||||
"Usernames hidden to Owner" : "Usernames hidden to Owner",
|
||||
"Usernames visible to Owner" : "Usernames visible to Owner",
|
||||
"Click to get link" : "Click to get link",
|
||||
"Copy Link" : "Copy Link",
|
||||
"Delete poll" : "Delete poll",
|
||||
"Edit Poll" : "Edit Poll",
|
||||
"Poll expired" : "Poll expired",
|
||||
"Comments" : "Comments",
|
||||
"Login or ..." : "Login or ...",
|
||||
"New comment …" : "New comment …",
|
||||
"No comments yet. Be the first." : "No comments yet. Be the first.",
|
||||
"No existing polls." : "No existing polls.",
|
||||
"By" : "By",
|
||||
|
@ -47,6 +72,8 @@ OC.L10N.register(
|
|||
"Yourself" : "Yourself",
|
||||
"Never" : "Never",
|
||||
"Access denied" : "Access denied",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "You are not allowed to view this poll or the poll does not exist."
|
||||
"You are not allowed to view this poll or the poll does not exist." : "You are not allowed to view this poll or the poll does not exist.",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "You are not allowed to edit this poll or the poll does not exist.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "You are not allowed to delete this poll or the poll does not exist."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,12 +1,21 @@
|
|||
{ "translations": {
|
||||
"Do you really want to delete that poll (new)?" : "Do you really want to delete that poll (new)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "Nothing selected!\nClick on cells to turn them green.",
|
||||
"You must enter at least a title for the new poll." : "You must enter at least a title for the new poll.",
|
||||
"Please select at least one user or group!" : "Please select at least one user or group!",
|
||||
"Copied!" : "Copied!",
|
||||
"Copy" : "Copy",
|
||||
"Not supported!" : "Not supported!",
|
||||
"Press ⌘-C to copy." : "Press ⌘-C to copy.",
|
||||
"Press Ctrl-C to copy." : "Press Ctrl-C to copy.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copy to clipboard: Ctrl+C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "You are not registered.\nPlease enter your name to vote\n(at least 3 characters).",
|
||||
"Please add some text to your comment before submitting it." : "Please add some text to your comment before submitting it.",
|
||||
"just now" : "just now",
|
||||
"An error occurred, your comment was not posted." : "An error occurred, your comment was not posted.",
|
||||
"Polls" : "Polls",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>",
|
||||
"Polls App - New Activity" : "Polls App - New Activity",
|
||||
"Polls App" : "Polls App",
|
||||
"Edit poll" : "Edit poll",
|
||||
"Create new poll" : "Create new poll",
|
||||
|
@ -31,12 +40,28 @@
|
|||
"Cancel" : "Cancel",
|
||||
"No description provided." : "No description provided.",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "The poll expired on %s. Voting is disabled, but you can still comment.",
|
||||
"Switch all options at once" : "Switch all options at once",
|
||||
"Your name here" : "Your name here",
|
||||
"Vote!" : "Vote!",
|
||||
"Receive notification email on activity" : "Receive notification email on activity",
|
||||
"Close details" : "Close details",
|
||||
"Close" : "Close",
|
||||
"Owner" : "Owner",
|
||||
"Expired" : "Expired",
|
||||
"Expires on %s" : "Expires on %s",
|
||||
"Expires never" : "Expires never",
|
||||
"Invitation access" : "Invitation access",
|
||||
"Anononymous poll" : "Anonymous poll",
|
||||
"Usernames hidden to Owner" : "Usernames hidden to Owner",
|
||||
"Usernames visible to Owner" : "Usernames visible to Owner",
|
||||
"Click to get link" : "Click to get link",
|
||||
"Copy Link" : "Copy Link",
|
||||
"Delete poll" : "Delete poll",
|
||||
"Edit Poll" : "Edit Poll",
|
||||
"Poll expired" : "Poll expired",
|
||||
"Comments" : "Comments",
|
||||
"Login or ..." : "Login or ...",
|
||||
"New comment …" : "New comment …",
|
||||
"No comments yet. Be the first." : "No comments yet. Be the first.",
|
||||
"No existing polls." : "No existing polls.",
|
||||
"By" : "By",
|
||||
|
@ -45,6 +70,8 @@
|
|||
"Yourself" : "Yourself",
|
||||
"Never" : "Never",
|
||||
"Access denied" : "Access denied",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "You are not allowed to view this poll or the poll does not exist."
|
||||
"You are not allowed to view this poll or the poll does not exist." : "You are not allowed to view this poll or the poll does not exist.",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "You are not allowed to edit this poll or the poll does not exist.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "You are not allowed to delete this poll or the poll does not exist."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Загрузка…
Ссылка в новой задаче