19 lines
610 B
JavaScript
19 lines
610 B
JavaScript
OC.L10N.register(
|
|
"photos",
|
|
{
|
|
"Photos" : "Photos",
|
|
"Favorites" : "Favorites",
|
|
"Shared with you" : "Shared with you",
|
|
"Tags" : "ស្លាក",
|
|
"Back" : "ត្រឡប់ក្រោយ",
|
|
"Save" : "រក្សាទុក",
|
|
"Shared by" : "បានចែករំលែកដោយ",
|
|
"Home" : "ទំព័រដើម",
|
|
"General" : "ទូទៅ",
|
|
"Remove from favorites" : "Remove from favorites",
|
|
"Details" : "ព័ត៌មានលម្អិត",
|
|
"Cancel" : "Cancel",
|
|
"Add" : "បញ្ចូល"
|
|
},
|
|
"nplurals=1; plural=0;");
|