migrated poll to asset system and further modularized trash and clipboard
This commit is contained in:
parent
616c5f0f28
commit
920fa27263
11 changed files with 655 additions and 107 deletions
|
|
@ -1,6 +1,13 @@
|
|||
package WebGUI::i18n::English::Asset;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'change' => {
|
||||
message => q|Change?|,
|
||||
lastUpdated => 1099344172,
|
||||
context => q|Used when editing an entire branch, and asks whether the user wants to change this field recursively.|
|
||||
},
|
||||
|
||||
'assets' => {
|
||||
message => q|Assets|,
|
||||
lastUpdated => 1099344172,
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ Enter the possible answers to your question. Enter only one answer per line. Pol
|
|||
In order to be sure that the ordering of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select "yes" to randomize the answers on the poll.
|
||||
<p>
|
||||
|
||||
<b>Reset votes.</b><br>
|
||||
<b>Reset votes?</b><br>
|
||||
Reset the votes on this Poll. This option is only available when editing an existing Poll.
|
||||
<br><br>
|
||||
|,
|
||||
|
|
@ -174,8 +174,8 @@ Reset the votes on this Poll. This option is only available when editing an exi
|
|||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Reset votes.|,
|
||||
lastUpdated => 1031514049
|
||||
message => q|Reset votes?|,
|
||||
lastUpdated => 1091514049
|
||||
},
|
||||
|
||||
'5' => {
|
||||
|
|
|
|||
|
|
@ -2213,7 +2213,7 @@ will be modified to make it unique.|,
|
|||
|
||||
'651' => {
|
||||
message => q|Emptying your trash will remove these assets from your site forever. Are you sure you want to continue?|,
|
||||
lastUpdated => 1031514049
|
||||
lastUpdated => 1101514049
|
||||
},
|
||||
|
||||
'498' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue