diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-08-08 00:12:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-08-08 00:12:32 +0000 |
commit | 1518ded8b193ca789b28f8f64114798ab8df1747 (patch) | |
tree | e0470db295454297111293aac63827993b54aefe /apps/files_trashbin/l10n/nb.js | |
parent | 2a96042db19032d869b1d824d64cc355a2137fea (diff) | |
download | nextcloud-server-master.tar.gz nextcloud-server-master.zip |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n/nb.js')
-rw-r--r-- | apps/files_trashbin/l10n/nb.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/nb.js b/apps/files_trashbin/l10n/nb.js index 8de2e4780f3..98459549e71 100644 --- a/apps/files_trashbin/l10n/nb.js +++ b/apps/files_trashbin/l10n/nb.js @@ -11,7 +11,6 @@ OC.L10N.register( "Confirm permanent deletion" : "Bekreft permanent sletting", "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Er du sikker på at du vil slette alle filer og mapper i papirkurven permanent? Denne handlingen kan ikke angres.", "Cancel" : "Avbryt", - "Deletion cancelled" : "Sletting avbrutt", "Original location" : "Opprinnelig plassering", "Deleted by" : "Slettet av", "Deleted" : "Slettet", @@ -21,6 +20,7 @@ OC.L10N.register( "You" : "Du", "List of files that have been deleted." : "Liste over filer som har blitt slettet.", "No deleted files" : "Ingen slettede filer", - "Files and folders you have deleted will show up here" : "Filer og mapper du har slettet vil dukke opp her" + "Files and folders you have deleted will show up here" : "Filer og mapper du har slettet vil dukke opp her", + "Deletion cancelled" : "Sletting avbrutt" }, "nplurals=2; plural=(n != 1);"); |