diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-19 01:11:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-19 01:11:54 +0000 |
commit | b3ca73dc277f7c5b00f2175d5c42919f044631c0 (patch) | |
tree | bf2c618aaa4a49aab659ddd898a3ccae4163c011 /apps/files/l10n/nl.js | |
parent | 667d21ac7d9a1765421e4b14ec4dba1303eca3d3 (diff) | |
download | nextcloud-server-b3ca73dc277f7c5b00f2175d5c42919f044631c0.tar.gz nextcloud-server-b3ca73dc277f7c5b00f2175d5c42919f044631c0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/nl.js')
-rw-r--r-- | apps/files/l10n/nl.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index aacae19af41..6adfb86aee1 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -147,6 +147,9 @@ OC.L10N.register( "Deleted files" : "Verwijderde bestanden", "Text file" : "Tekstbestand", "New text file.txt" : "Nieuw tekstbestand.txt", - "Move" : "Verplaatsen" + "Move" : "Verplaatsen", + "A new file or folder has been <strong>deleted</strong>" : "Een nieuw bestand of nieuwe map is <strong>verwijderd</strong>", + "A new file or folder has been <strong>restored</strong>" : "Een nieuw bestand of een nieuwe map is <strong>hersteld</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Gebruik deze link om je <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bestanden via WebDAV te benaderen</a>" }, "nplurals=2; plural=(n != 1);"); |