blob: 0b5c16a0239745c4f6eab7eae04a7e5388570f8a (
plain)
1
2
3
4
5
6
|
OC.L10N.register(
"federatedfilesharing",
{
"Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s"
},
"nplurals=2; plural=(n != 1);");
|