37 lines
1.5 KiB
JavaScript
37 lines
1.5 KiB
JavaScript
OC.L10N.register(
|
|
"memories",
|
|
{
|
|
"Memories" : "Memories",
|
|
"Yet another photo management app" : "Ännu en app för fotohantering",
|
|
"Timeline" : "Tidslinje",
|
|
"Folders" : "Mappar",
|
|
"Favorites" : "Favoriter",
|
|
"Videos" : "Videor",
|
|
"Archive" : "Arkivera",
|
|
"Settings" : "Inställningar",
|
|
"Year" : "År",
|
|
"Month" : "Månad",
|
|
"Day" : "Dag",
|
|
"Time" : "Tid",
|
|
"Hour" : "Timme",
|
|
"Cannot find this photo anymore!" : "Kan inte längre hitta detta foto!",
|
|
"Timeline Path" : "Tidslinjesökväg",
|
|
"Show hidden folders" : "Visa dolda filer",
|
|
"Update" : "Uppdatera",
|
|
"Error updating settings" : "Fel när inställningar sparas",
|
|
"Cancel" : "Avbryt",
|
|
"Delete" : "Radera",
|
|
"Download" : "Ladda ner",
|
|
"Favorite" : "Favorit",
|
|
"Unarchive" : "Ta bort ur arkivet",
|
|
"No photos to show here" : "Det finns inga bilder här",
|
|
"Failed to load some photos" : "Misslyckades att läsa in vissa foton",
|
|
"You are about to download a large number of files. Are you sure?" : "Du kommer att ladda ner en stor mängd filer. Är du säker?",
|
|
"You are about to delete a large number of files. Are you sure?" : "Du kommer att ta bort ett stort antal filer. Är du säker?",
|
|
"Failed to delete files." : "Misslyckades att radera filer.",
|
|
"Failed to delete {fileName}." : "Misslyckades att radera {fileName}.",
|
|
"Failed to favorite {fileName}." : "Misslyckades att favorisera {fileName}.",
|
|
"Failed to favorite files." : "Misslyckades att favorisera filer."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|