mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
10 lines
270 B
JavaScript
10 lines
270 B
JavaScript
OC.L10N.register(
|
|
"snappymail",
|
|
{
|
|
"Email" : "E-post",
|
|
"Error" : "Fel",
|
|
"Go to RainLoop Webmail admin panel" : "Gå till administrationsdelen i Rainloop webbmejl",
|
|
"Save" : "Spara",
|
|
"Password" : "Lösenord"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|