i18n the clipboard pasting progress bar data.
This commit is contained in:
parent
a85924d07b
commit
db49a54e28
2 changed files with 26 additions and 6 deletions
|
|
@ -277,12 +277,30 @@ our $I18N = {
|
|||
lastUpdated => 1245342798,
|
||||
},
|
||||
|
||||
'Pasting %s' => {
|
||||
message => q|Pasting %s|,
|
||||
'pasting %s' => {
|
||||
message => q|pasting %s|,
|
||||
lastUpdated => 1245343280,
|
||||
context => q|short for "I am pasting this asset onto the page."|
|
||||
},
|
||||
|
||||
'indexing %s' => {
|
||||
message => q|indexing %s|,
|
||||
lastUpdated => 1245343280,
|
||||
context => q|short for "I am adding this asset to the search index"|
|
||||
},
|
||||
|
||||
'skipping %s' => {
|
||||
message => q|skipping %s|,
|
||||
lastUpdated => 1245343280,
|
||||
context => q|To skip, to move over, to not process|
|
||||
},
|
||||
|
||||
'Editing %s' => {
|
||||
message => q|Editing %s|,
|
||||
lastUpdated => 1245343280,
|
||||
context => q|To edit or change|
|
||||
},
|
||||
|
||||
'this asset only' => {
|
||||
message => q|This Asset Only|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue