mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
13 lines
439 B
JavaScript
13 lines
439 B
JavaScript
OC.L10N.register(
|
|
"snappymail",
|
|
{
|
|
"Email" : "Sähköposti",
|
|
"Error" : "Virhe",
|
|
"Invalid argument(s)" : "Yksi tai useampi virheellinen argumentti",
|
|
"Saved successfully" : "Tallennettu onnistuneesti",
|
|
"RainLoop" : "RainLoop",
|
|
"Save" : "Tallenna",
|
|
"RainLoop Webmail is not configured yet." : "RainLoop Webmailia ei ole vielä määritetty.",
|
|
"Password" : "Salasana"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|