diff --git a/l10n/es.js b/l10n/es.js index e27ba87..d6cb63b 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -53,6 +53,7 @@ OC.L10N.register( "Public" : "Público", "Internal + Password protection for guests" : "Protección Interna + Contraseña para los invitados", "Internal + Waiting room for guests" : "Sala de Espera + Interna para invitados", + "Waiting room for all users" : "Sala de espera para todos los usuarios", "Internal" : "Interno", "Internal restricted" : "Restringido interno", "Name" : "Nombre", @@ -128,7 +129,11 @@ 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}.", + "Send file to BBB" : "Enviar a ...", "Start" : "Iniciar", + "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", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundo. Por favor, espera.","Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundos. Por favor, espera.","Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundos. Por favor, espera."] }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es.json b/l10n/es.json index 63a4e8c..6d7fc84 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -51,6 +51,7 @@ "Public" : "Público", "Internal + Password protection for guests" : "Protección Interna + Contraseña para los invitados", "Internal + Waiting room for guests" : "Sala de Espera + Interna para invitados", + "Waiting room for all users" : "Sala de espera para todos los usuarios", "Internal" : "Interno", "Internal restricted" : "Restringido interno", "Name" : "Nombre", @@ -126,7 +127,11 @@ "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}.", + "Send file to BBB" : "Enviar a ...", "Start" : "Iniciar", + "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", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundo. Por favor, espera.","Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundos. Por favor, espera.","Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundos. Por favor, espera."] },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file