mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
OC.L10N.register(
|
|
"snappymail",
|
|
{
|
|
"Email" : "E-post",
|
|
"Error" : "Feil",
|
|
"Save" : "Lagre",
|
|
"Password" : "Passord"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|