12 lines
343 B
JavaScript
12 lines
343 B
JavaScript
|
OC.L10N.register(
|
||
|
"memories",
|
||
|
{
|
||
|
"Favorites" : "ප්රියතම",
|
||
|
"Settings" : "සැකසුම්",
|
||
|
"Update" : "යාවත්කාල",
|
||
|
"Cancel" : "අවලංගු කරන්න",
|
||
|
"Download" : "බාගන්න",
|
||
|
"Favorite" : "ප්රියතම"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|