blob: dbcb9b3e31182e16a554e5ec3652d176dbec0d83 (
plain)
1
2
3
4
5
6
7
8
9
10
|
OC.L10N.register(
"files_sharing",
{
"Cancel" : "Hætta við",
"Shared by" : "Deilt af",
"Password" : "Lykilorð",
"Name" : "Nafn",
"Download" : "Niðurhal"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|