15 lines
315 B
JavaScript
15 lines
315 B
JavaScript
|
OC.L10N.register(
|
||
|
"memories",
|
||
|
{
|
||
|
"Folders" : "Kaustad",
|
||
|
"Favorites" : "Lemmikud",
|
||
|
"Videos" : "Videod",
|
||
|
"Settings" : "Seaded",
|
||
|
"Update" : "Uuenda",
|
||
|
"Cancel" : "Loobu",
|
||
|
"Delete" : "Kustuta",
|
||
|
"Download" : "Lae alla",
|
||
|
"Favorite" : "Lemmik"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|