7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
OC.L10N.register(
|
|
"twofactor_nextcloud_notification",
|
|
{
|
|
"Cancel" : "Cancel"
|
|
},
|
|
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|