mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
lang files
This commit is contained in:
parent
3643d3f3a6
commit
a42112d8c7
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.sass-cache
|
||||
.sass-cache
|
||||
.DS_Store
|
||||
|
@ -53,7 +53,7 @@ class DMSSiteTreeExtension extends DataExtension {
|
||||
|
||||
if(class_exists('GridFieldSortableRows')) {
|
||||
$sortableComponent = new GridFieldSortableRows('DocumentSort');
|
||||
$sortableComponent->setUsePagination(false)->setForceRedraw(true);
|
||||
// $sortableComponent->setUsePagination(false)->setForceRedraw(true);
|
||||
$gridFieldConfig->addComponent($sortableComponent);
|
||||
}
|
||||
|
||||
|
0
lang/_manifest_exclude
Normal file
0
lang/_manifest_exclude
Normal file
35
lang/en.yml
Normal file
35
lang/en.yml
Normal file
@ -0,0 +1,35 @@
|
||||
en:
|
||||
AssetAdmin:
|
||||
ALLOWEDEXTS: 'Allowed extensions'
|
||||
AssetTableField:
|
||||
CREATED: 'First uploaded'
|
||||
LASTCHANGED: 'Last replaced'
|
||||
LASTEDIT: 'Last changed'
|
||||
SIZE: 'File size'
|
||||
TYPE: 'File type'
|
||||
URL: URL
|
||||
DMSDocument:
|
||||
PLURALNAME: Documents
|
||||
RelatedPages: 'Related Pages'
|
||||
RelatedReferences: 'Related References'
|
||||
SINGULARNAME: Document
|
||||
DMSTag:
|
||||
PLURALNAME: 'D M S Tags'
|
||||
SINGULARNAME: 'D M S Tag'
|
||||
FileIFrameField:
|
||||
ATTACHONCESAVED2: 'Files can be attached once you have saved the record for the first time.'
|
||||
GridAction:
|
||||
DELETE_DESCRIPTION: Delete
|
||||
Delete: Delete
|
||||
UnlinkRelation: Unlink
|
||||
GridFieldAction_Delete:
|
||||
DeletePermissionsFailure: 'No delete permissions'
|
||||
UploadField:
|
||||
ATTACHFILE: 'Attach a file'
|
||||
DROPFILE: 'drop a file'
|
||||
FIELDNOTSET: 'File information not found'
|
||||
FROMCOMPUTER: 'From your computer'
|
||||
FROMCOMPUTERINFO: 'Upload from your computer'
|
||||
MAXNUMBEROFFILES: 'Max number of {count} file(s) exceeded.'
|
||||
DMSDocumentAddController:
|
||||
MENUTITLE: 'Edit Page'
|
35
lang/es.yml
Normal file
35
lang/es.yml
Normal file
@ -0,0 +1,35 @@
|
||||
es:
|
||||
AssetAdmin:
|
||||
ALLOWEDEXTS: 'Extensiones permitidas'
|
||||
AssetTableField:
|
||||
CREATED: 'Primera subida'
|
||||
LASTCHANGED: 'Último reemplazo'
|
||||
LASTEDIT: 'Último editado'
|
||||
SIZE: 'Tamaño del archivo'
|
||||
TYPE: 'Tipo de archivo'
|
||||
URL: URL
|
||||
DMSDocument:
|
||||
PLURALNAME: Documentos
|
||||
RelatedPages: 'Páginas relacionadas'
|
||||
RelatedReferences: 'Referencias relacionadas'
|
||||
SINGULARNAME: Documento
|
||||
DMSTag:
|
||||
PLURALNAME: 'Etiquetas del Sistema documental'
|
||||
SINGULARNAME: 'Etiqueta del Sistema documental'
|
||||
FileIFrameField:
|
||||
ATTACHONCESAVED2: 'Archivos pueden ser adjuntados una vez que guardes por primera vez.'
|
||||
GridAction:
|
||||
DELETE_DESCRIPTION: Borrar
|
||||
Delete: Borrar
|
||||
UnlinkRelation: Desvincular
|
||||
GridFieldAction_Delete:
|
||||
DeletePermissionsFailure: 'No borrar permisos'
|
||||
UploadField:
|
||||
ATTACHFILE: 'Adjuntar un archivo'
|
||||
DROPFILE: 'Dejar un archivo'
|
||||
FIELDNOTSET: 'Información acerca del archivo no encontrada'
|
||||
FROMCOMPUTER: 'Desde tu computador'
|
||||
FROMCOMPUTERINFO: 'Subir desde tu computador'
|
||||
MAXNUMBEROFFILES: 'Sólo se pueden subir {count} archivos.'
|
||||
DMSDocumentAddController:
|
||||
MENUTITLE: 'Editar página'
|
Loading…
Reference in New Issue
Block a user