31 lines
786 B
JavaScript
31 lines
786 B
JavaScript
OC.L10N.register(
|
|
"memories",
|
|
{
|
|
"Folders" : "Folders",
|
|
"Favorites" : "Favourites",
|
|
"Videos" : "Videos",
|
|
"Archive" : "Archive",
|
|
"Tags" : "Tags",
|
|
"Maps" : "Maps",
|
|
"Settings" : "Settings",
|
|
"Cancel" : "Cancel",
|
|
"Delete" : "Delete",
|
|
"Download" : "Download",
|
|
"Favorite" : "Favourite",
|
|
"Unarchive" : "Unarchive",
|
|
"View in folder" : "View in folder",
|
|
"Public link" : "Public link",
|
|
"Back" : "Back",
|
|
"Save" : "Save",
|
|
"Month" : "Month",
|
|
"Day" : "Day",
|
|
"Time" : "Time",
|
|
"Hour" : "Hour",
|
|
"Name" : "Surname",
|
|
"Update" : "Update",
|
|
"Loading …" : "Loading …",
|
|
"Refresh" : "Refresh",
|
|
"Cannot find this photo anymore!" : "Cannot find this photo any more!"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|