mirror of
https://github.com/nextcloud/server.git
synced 2025-02-22 16:09:14 +00:00
16 lines
478 B
JavaScript
16 lines
478 B
JavaScript
OC.L10N.register(
|
|
"files_trashbin",
|
|
{
|
|
"restored" : "gjenoppretta",
|
|
"Deleted files" : "Sletta filer",
|
|
"Restore" : "Gjenopprett",
|
|
"Unknown" : "Ukjend",
|
|
"All files" : "Alle filer",
|
|
"No deleted files" : "Ingen sletta filer",
|
|
"Deleted" : "Sletta",
|
|
"No entries found in this folder" : "Ingen oppføringar funne i denne mappa",
|
|
"Select all" : "Merk alt",
|
|
"Name" : "Namn",
|
|
"Actions" : "Handlingar"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|