blob: ecce4e25d970cef953b1278c6176c0a679002051 (
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 != 1);");
|