blob: 828d50df791b8b5ad9ec2b6cb138969bd2576617 (
plain)
1
2
3
4
5
6
7
8
9
10
|
OC.L10N.register(
"files_external",
{
"Username" : "Usuario",
"Share" : "Compartir",
"Personal" : "Personal",
"Password" : "Clave",
"Folder name" : "Nombre del directorio"
},
"nplurals=2; plural=(n != 1);");
|