owncloud/core

View on GitHub
apps/systemtags/l10n/es_AR.js

Summary

Maintainability
A
40 mins
Test Coverage
OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Etiquetas",
    "Tagged files" : "Archivos etiquetados",
    "No entries found in this folder" : "No se encontraron entradas en esta carpeta",
    "Name" : "Nombre",
    "Size" : "TamaƱo",
    "Modified" : "Modificado"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");