29 lines
693 B
JavaScript
29 lines
693 B
JavaScript
OC.L10N.register(
|
|
"memories",
|
|
{
|
|
"Folders" : "Vouers",
|
|
"Favorites" : "Gunstelinge",
|
|
"Videos" : "Video's ",
|
|
"Archive" : "Argief",
|
|
"Tags" : "Etikette",
|
|
"Maps" : "Kaarte",
|
|
"Settings" : "Instellings",
|
|
"Cancel" : "Kanselleer",
|
|
"Delete" : "Skrap",
|
|
"Download" : "Laai af",
|
|
"Favorite" : "Gunsteling",
|
|
"View in folder" : "Vertoon in gids",
|
|
"Public link" : "Openbare skakel",
|
|
"Back" : "Terug",
|
|
"Save" : "Bewaar",
|
|
"Month" : "Maand",
|
|
"Day" : "Dag",
|
|
"Time" : "Tyd",
|
|
"Hour" : "Uur",
|
|
"Name" : "Naam",
|
|
"Update" : "Werk by",
|
|
"Loading …" : "Laai …",
|
|
"Refresh" : "Verfris"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|