diff --git a/l10n/es.js b/l10n/es.js index 522cb41..2ad0e39 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -129,8 +129,12 @@ OC.L10N.register( "URL has to start with HTTPS" : "La URL tiene que comenzar con https", "URL has to contain the {token} placeholder" : "La URL debe contener el referente {token}", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "La URL tiene que comenzar con https:// y contener {token}. Adicionalmente, se puede usar el referente {user}.", + "The file \"{filename}\" was uploaded to your room." : "El archivo \"{filename}\" se ha subido a su sala.", + "The file \"{filename}\" could not be uploaded to your room." : "El archivo \"{filename}\" no se puede subir a su sala.", + "The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "El archivo \"{filename}\" no se puede subir a su sala. Puede que su servidor BigBlueButton no soporte esta acción.", "Send file to BBB" : "Enviar a ...", "Send to" : "Enviar a", + "Start with" : "Empezar con", "Please select the room in which you like to use the file \"{filename}\"." : "Seleccione la sala en la que desea utilizar el archivo \"{filename}\".", "No rooms available!" : "No hay salas disponibles", "Send to BBB" : "Enviar a BBB", diff --git a/l10n/es.json b/l10n/es.json index ca9adc5..c9e2350 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -127,8 +127,12 @@ "URL has to start with HTTPS" : "La URL tiene que comenzar con https", "URL has to contain the {token} placeholder" : "La URL debe contener el referente {token}", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "La URL tiene que comenzar con https:// y contener {token}. Adicionalmente, se puede usar el referente {user}.", + "The file \"{filename}\" was uploaded to your room." : "El archivo \"{filename}\" se ha subido a su sala.", + "The file \"{filename}\" could not be uploaded to your room." : "El archivo \"{filename}\" no se puede subir a su sala.", + "The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "El archivo \"{filename}\" no se puede subir a su sala. Puede que su servidor BigBlueButton no soporte esta acción.", "Send file to BBB" : "Enviar a ...", "Send to" : "Enviar a", + "Start with" : "Empezar con", "Please select the room in which you like to use the file \"{filename}\"." : "Seleccione la sala en la que desea utilizar el archivo \"{filename}\".", "No rooms available!" : "No hay salas disponibles", "Send to BBB" : "Enviar a BBB",