twofactor_totp/l10n/lt_LT.js

8 строки
297 B
JavaScript

OC.L10N.register(
"twofactor_totp",
{
"Authentication code" : "Tapatybės nustatymo kodas",
"Submit" : "Pateikti"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");