diff --git a/public/locales/nl/send.ftl b/public/locales/nl/send.ftl index 5ef37d6f..4494a5b1 100644 --- a/public/locales/nl/send.ftl +++ b/public/locales/nl/send.ftl @@ -42,7 +42,11 @@ sendAnotherFileLink = Nog een bestand verzenden // Alternative text used on the download link/button (indicates an action). downloadAltText = Downloaden downloadsFileList = Downloads +// Used as header in a column indicating the amount of time left before a +// download link expires (e.g. "10h 5m") timeFileList = Tijd +// Used as header in a column indicating the number of times a file has been +// downloaded downloadFileName = { $filename } downloaden downloadFileSize = ({ $size }) unlockInputLabel = Voer wachtwoord in @@ -102,3 +106,10 @@ passwordTryAgain = Onjuist wachtwoord. Probeer het opnieuw. // This label is followed by the password needed to download a file passwordResult = Wachtwoord: { $password } reportIPInfringement = IE-inbreuk melden +javascriptRequired = Firefox Send vereist JavaScript +whyJavascript = Waarom vereist Firefox Send JavaScript? +enableJavascript = Schakel JavaScript in en probeer het opnieuw. +// A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m" +expiresHoursMinutes = { $hours }u { $minutes }m +// A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m" +expiresMinutes = { $minutes }m