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: 14979eedf7849dfbb77ad4ae4220c1bce049a90c (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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");