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

es_AR.js « l10n - github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d61bb6c807fa46bdb9ebb5a6445c5646465c4101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_filter",
    {
    "Images" : "Imágenes",
    "Videos" : "Videos",
    "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" : "Eliminar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");