From 545da556d2c1ccd55fdc1f78ce06f402a391cd33 Mon Sep 17 00:00:00 2001 From: gmontagu Date: Wed, 31 Jan 2018 18:32:41 +0000 Subject: [PATCH] Pontoon: Update Spanish (Argentina) (es-AR) localization of Test Pilot: Firefox Send Localization authors: - gmontagu --- public/locales/es-AR/send.ftl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/es-AR/send.ftl b/public/locales/es-AR/send.ftl index 5f1768c7..79549524 100644 --- a/public/locales/es-AR/send.ftl +++ b/public/locales/es-AR/send.ftl @@ -42,7 +42,11 @@ sendAnotherFileLink = Enviar otro archivo // Alternative text used on the download link/button (indicates an action). downloadAltText = Descargar downloadsFileList = Descargas +// Used as header in a column indicating the amount of time left before a +// download link expires (e.g. "10h 5m") timeFileList = Tiempo +// Used as header in a column indicating the number of times a file has been +// downloaded downloadFileName = Descargar { $filename } downloadFileSize = ({ $size }) unlockInputLabel = Ingresar contraseña @@ -102,3 +106,10 @@ passwordTryAgain = Contraseña incorrecta. Intentá nuevamente. // This label is followed by the password needed to download a file passwordResult = Contraseña: { $password } reportIPInfringement = Informar violación de propiedad intelectual +javascriptRequired = Firefox Send requiere JavaScript +whyJavascript = ¿Por qué Firefox Send requiere Java Script? +enableJavascript = Por favor habilite JavaScript y pruebe de nuevo. +// A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m" +expiresHoursMinutes = h { $hours } m { $minutes } +// A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m" +expiresMinutes = m { $minutes }