Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es_419.js « l10n - github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca25b3c86f8637159f4d76465eb4a86418386dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "files_filter",
    {
    "Images" : "Imágenes",
    "Videos" : "Videos",
    "No images found" : "No se encontraron imágenes",
    "Any uploaded image will show up here" : "Cualquier imagen cargada se mostrará aquí",
    "Filter" : "Filtrar",
    "Files filter" : "Filtro de archivos",
    "No entries found in this folder" : "No se encontraron elementos en esta carpeta",
    "Name" : "Nombre",
    "Size" : "Tamaño",
    "Modified" : "Modificado",
    "Delete" : "Borrar",
    "No videos found" : "No se encontraron videos",
    "Any uploaded video will show up here" : "Cualquier video cargado se mostrará aquí"
},
"nplurals=2; plural=(n != 1);");