mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
fef721e641
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 lines
1.2 KiB
JavaScript
23 lines
1.2 KiB
JavaScript
OC.L10N.register(
|
|
"files_trashbin",
|
|
{
|
|
"restored" : "endurheimt",
|
|
"Deleted files" : "eyddar skrár",
|
|
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Eyddar skrár og möppur í ruslinu (gæru runnið út við útflutning ef þú átt lítið geymslupláss eftir)",
|
|
"Restore" : "Endurheimta",
|
|
"Unknown" : "Óþekkt",
|
|
"All files" : "Allar skrár",
|
|
"Deleted" : "Eytt",
|
|
"Cancel" : "Hætta við",
|
|
"List of files that have been deleted." : "Listi yfir skrár sem hefur verið eytt.",
|
|
"No deleted files" : "Engar eyddar skrár",
|
|
"Files and folders you have deleted will show up here" : "Skrár og möppur sem þú hefur eytt birtast hér",
|
|
"This application enables users to restore files that were deleted from the system." : "Þetta forrit gerir notendum kleift að endurheimta skrár sem eytt hefur verið af kerfinu.",
|
|
"You will be able to recover deleted files from here" : "Þú getur endurheimt eyddar skrár héðan",
|
|
"No entries found in this folder" : "Engar færslur fundust í þessari möppu",
|
|
"Select all" : "Velja allt",
|
|
"Name" : "Heiti",
|
|
"Actions" : "Aðgerðir"
|
|
},
|
|
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|