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

es.js « l10n - github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23d95791c1ffb4e069bdeae6145fe95cc2c1d01c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_filter",
    {
    "Images" : "Imágenes",
    "Videos" : "Vídeos",
    "No images found" : "No se han encontrado imágenes",
    "Any uploaded image will show up here" : "Cualquier imagen subida aparecerá aquí",
    "Filter" : "Filtro",
    "Files filter" : "Filtro de archivos",
    "Adds type filtered file views to the sidebar" : "Añade vistas filtradas por tipo de los archivos a la barra lateral",
    "No entries found in this folder" : "No se han encontrado entradas en esta carpeta",
    "Name" : "Nombre",
    "Size" : "Tamaño",
    "Modified" : "Modificado",
    "Delete" : "Borrar",
    "No videos found" : "No se han encontrado vídeos",
    "Any uploaded video will show up here" : "Cualquier vídeo subido aparecerá aquí"
},
"nplurals=2; plural=(n != 1);");