diff options
Diffstat (limited to 'apps/files_trashbin/l10n/is.js')
-rw-r--r-- | apps/files_trashbin/l10n/is.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/is.js b/apps/files_trashbin/l10n/is.js index ce0120d323a..135679b4201 100644 --- a/apps/files_trashbin/l10n/is.js +++ b/apps/files_trashbin/l10n/is.js @@ -10,7 +10,6 @@ OC.L10N.register( "Confirm permanent deletion" : "Staðfesta endanlega eyðingu", "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Ertu viss um að þú viljir eyða öllum skrám og möppum úr ruslinu? Þessi aðgerð er óafturkræf.", "Cancel" : "Hætta við", - "Deletion cancelled" : "Hætt við eyðingu", "Original location" : "Upprunaleg staðsetning", "Deleted by" : "Eytt af", "Deleted" : "Eytt", @@ -20,6 +19,7 @@ OC.L10N.register( "You" : "Þú", "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" + "Files and folders you have deleted will show up here" : "Skrár og möppur sem þú hefur eytt birtast hér", + "Deletion cancelled" : "Hætt við eyðingu" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |