owncloud/core

View on GitHub
lib/l10n/es_ES.js

Summary

Maintainability
A
40 mins
Test Coverage
OC.L10N.register(
    "lib",
    {
    "None" : "Ninguno",
    "Username" : "Nombre de usuario",
    "Password" : "ContraseƱa",
    "General" : "General",
    "Security" : "Seguridad",
    "Settings" : "Preferencias"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");