CC-1960: Internationalize Airtime / Support translations
-added i18n for plupload
This commit is contained in:
parent
9a1a7b2e97
commit
96b87d23e0
3 changed files with 29 additions and 3 deletions
25
airtime_mvc/public/js/plupload/i18n/en_CA.js
Normal file
25
airtime_mvc/public/js/plupload/i18n/en_CA.js
Normal file
|
@ -0,0 +1,25 @@
|
|||
// English
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Select files',
|
||||
'Add files to the upload queue and click the start button.' : 'Add files to the upload queue and click the start button.',
|
||||
'Filename' : 'Filename',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Size',
|
||||
'Add files' : 'Add files',
|
||||
'Stop current upload' : 'Stop current upload',
|
||||
'Start uploading queue' : 'Start uploading queue',
|
||||
'Uploaded %d/%d files': 'Uploaded %d/%d files',
|
||||
'N/A' : 'N/A',
|
||||
'Drag files here.' : 'Drag files here.',
|
||||
'File extension error.': 'File extension error.',
|
||||
'File size error.': 'File size error.',
|
||||
'Init error.': 'Init error.',
|
||||
'HTTP Error.': 'HTTP Error.',
|
||||
'Security error.': 'Security error.',
|
||||
'Generic error.': 'Generic error.',
|
||||
'IO error.': 'IO error.',
|
||||
'Stop Upload': 'Stop Upload',
|
||||
'Add Files': 'Add Files',
|
||||
'Start Upload': 'Start Upload',
|
||||
'%d files queued': '%d files queued'
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue