diff --git a/l10n/es.js b/l10n/es.js index 89164cf48..cd4d7cadc 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -59,6 +59,8 @@ OC.L10N.register( "Delete answer" : "Eliminar respuesta", "Error while saving the answer" : "Error al guardar la respuesta", "Question number {index}" : "Pregunta número {index}", + "Move question up" : "Mover pregunta hacia arriba", + "Move question down" : "Mover pregunta hacia abajo", "Title of question number {index}" : "Título de la pregunta número {index}", "Required" : "Requerido", "Technical name of the question" : "Nombre técnico de la pregunta", @@ -80,6 +82,9 @@ OC.L10N.register( "Allow multiple responses per person" : "Permitir múltiples respuestas por persona", "Set expiration date" : "Fijar fecha de caducidad", "Show expiration date on form" : "Establece la fecha de caducidad del enlace", + "Custom submission message" : "Mensaje de envío personalizado", + "Message to show after a user submitted the form (formatting using Markdown is supported)" : "Mensaje para mostrar cuando un usuario envíe el formulario (puedes darle formato con Markdown)", + "Message to show after a user submitted the form. Please note that the message will not be translated!" : "Mensaje para mostrar cuando un usuario envíe el formulario. ¡El mensaje no será traducido!", "This can not be controlled, if the form has a public link or stores responses anonymously." : "Esto no se puede controlar, si el formulario tiene un enlace público o almacena las respuestas anónimamente.", "Expired on {date}" : "Caducado el {date}", "Expires on {date}" : "Caduca el {date}", diff --git a/l10n/es.json b/l10n/es.json index c8f206955..3624d88f3 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -57,6 +57,8 @@ "Delete answer" : "Eliminar respuesta", "Error while saving the answer" : "Error al guardar la respuesta", "Question number {index}" : "Pregunta número {index}", + "Move question up" : "Mover pregunta hacia arriba", + "Move question down" : "Mover pregunta hacia abajo", "Title of question number {index}" : "Título de la pregunta número {index}", "Required" : "Requerido", "Technical name of the question" : "Nombre técnico de la pregunta", @@ -78,6 +80,9 @@ "Allow multiple responses per person" : "Permitir múltiples respuestas por persona", "Set expiration date" : "Fijar fecha de caducidad", "Show expiration date on form" : "Establece la fecha de caducidad del enlace", + "Custom submission message" : "Mensaje de envío personalizado", + "Message to show after a user submitted the form (formatting using Markdown is supported)" : "Mensaje para mostrar cuando un usuario envíe el formulario (puedes darle formato con Markdown)", + "Message to show after a user submitted the form. Please note that the message will not be translated!" : "Mensaje para mostrar cuando un usuario envíe el formulario. ¡El mensaje no será traducido!", "This can not be controlled, if the form has a public link or stores responses anonymously." : "Esto no se puede controlar, si el formulario tiene un enlace público o almacena las respuestas anónimamente.", "Expired on {date}" : "Caducado el {date}", "Expires on {date}" : "Caduca el {date}", diff --git a/l10n/tr.js b/l10n/tr.js index 737d85973..90bdfa69f 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -80,7 +80,7 @@ OC.L10N.register( "Delete this response" : "Bu yanıtı sil", "Store responses anonymously" : "Yanıtlar anonim olarak kaydedilsin", "Allow multiple responses per person" : "Bir kişi birkaç kez yanıtlayabilirsin", - "Set expiration date" : "Son kullanma tarihini ayarla", + "Set expiration date" : "Geçerlilik sonu tarihini ayarla", "Show expiration date on form" : "Form üzerinde geçerlilik tarihi görüntülensin", "Custom submission message" : "Özel gönderim iletisi", "Message to show after a user submitted the form (formatting using Markdown is supported)" : "Bir kullanıcı formu gönderdikten sonra görüntülenecek ileti (Markdown biçimlendirmesi desteklenir)", diff --git a/l10n/tr.json b/l10n/tr.json index 48e79e0a2..926f8d335 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -78,7 +78,7 @@ "Delete this response" : "Bu yanıtı sil", "Store responses anonymously" : "Yanıtlar anonim olarak kaydedilsin", "Allow multiple responses per person" : "Bir kişi birkaç kez yanıtlayabilirsin", - "Set expiration date" : "Son kullanma tarihini ayarla", + "Set expiration date" : "Geçerlilik sonu tarihini ayarla", "Show expiration date on form" : "Form üzerinde geçerlilik tarihi görüntülensin", "Custom submission message" : "Özel gönderim iletisi", "Message to show after a user submitted the form (formatting using Markdown is supported)" : "Bir kullanıcı formu gönderdikten sonra görüntülenecek ileti (Markdown biçimlendirmesi desteklenir)",