Skip to content

Commit

Permalink
I18n for InputFiles docs
Browse files Browse the repository at this point in the history
Closes #94
  • Loading branch information
dustin-H committed Mar 11, 2016
1 parent e9f489c commit 752c83f
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/coreModules/form/InputFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,16 @@ fileId<br/>(default: `'/api/containers/${container}/download/${name}'`)

## I18n: <a href="../../i18n.md"><img src="../../img/i18n.png" height="15"/></a>

id | english text
----------------- | ------------
core.commons.date | Date
core.commons.time | Time
id | english text
---------------------------------------- | ----------------------------------------
core-module.InputFiles.error.toManyFiles | To many files! Maximum:
core-module.InputFiles.error.upload | Upload failed!
core-module.InputFiles.error.active | Active files cannot get deleted!
core-module.InputFiles.confirmA | Are you sure you want to delete the file
core-module.InputFiles.confirmB | ?
core-module.InputFiles.error.delete | Delete failed!
core-module.InputFiles.error.limit.max | Maximium files are selected!
core-module.InputFiles.error.limit.min | Minimum files are selected!
core-module.InputFiles.error.load | Error while loading the file-container!
core-module.InputFiles.load | Loading container...
core-module.InputFiles.upload | Upload

0 comments on commit 752c83f

Please sign in to comment.