mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/213/head
parent
9f88dbb384
commit
949e7e9932
|
@ -95,7 +95,7 @@ OC.L10N.register(
|
|||
"Open recording" : "Abrir grabación",
|
||||
"Copy to clipboard" : "Copiar al portapapeles",
|
||||
"Save as file" : "Guardar como",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes","%n participantes"],
|
||||
"Delete" : "Eliminar",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "Está seguro que quiere eliminar \"{name}\"? Esta operación no se puede deshacer.",
|
||||
"Delete \"{name}\"?" : "¿Eliminar \"{name}\"?",
|
||||
|
@ -129,6 +129,6 @@ OC.L10N.register(
|
|||
"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}.",
|
||||
"Start" : "Iniciar",
|
||||
"_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."]
|
||||
"_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=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
"Open recording" : "Abrir grabación",
|
||||
"Copy to clipboard" : "Copiar al portapapeles",
|
||||
"Save as file" : "Guardar como",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes","%n participantes"],
|
||||
"Delete" : "Eliminar",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "Está seguro que quiere eliminar \"{name}\"? Esta operación no se puede deshacer.",
|
||||
"Delete \"{name}\"?" : "¿Eliminar \"{name}\"?",
|
||||
|
@ -127,6 +127,6 @@
|
|||
"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}.",
|
||||
"Start" : "Iniciar",
|
||||
"_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."]
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
"_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;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Configuraciones guardadas",
|
||||
"Start" : "Inicio"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Configuraciones guardadas",
|
||||
"Start" : "Inicio"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -24,4 +24,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
"Loading" : "Cargando",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Start" : "Iniciar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -96,7 +96,7 @@ OC.L10N.register(
|
|||
"Open recording" : "Ouvrir l'enregistrement",
|
||||
"Copy to clipboard" : "Copier dans le presse-papier",
|
||||
"Save as file" : "Enregistrer dans un fichier",
|
||||
"_%n participant_::_%n participants_" : ["%n participant","%n participants"],
|
||||
"_%n participant_::_%n participants_" : ["%n participant","%n participants","%n participants"],
|
||||
"Delete" : "Supprimer",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "Êtes-vous sur de vouloir supprimer \"{name}\" ? Cette opération ne peut pas être annulée.",
|
||||
"Delete \"{name}\"?" : "Supprimer \"{name}\" ?",
|
||||
|
@ -134,6 +134,6 @@ OC.L10N.register(
|
|||
"Please select the room in which you like to use the file \"{filename}\"." : "Veuillez sélectionner la salle dans laquelle vous voulez utiliser le fichier \"{filename}\".",
|
||||
"No rooms available!" : "Pas de salle disponible !",
|
||||
"Send to BBB" : "Envoyer vers 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._" : ["Cette salle n'est pas encore ouverte. Nous allons réessayer dans %n seconde. Veuillez patienter.","Cette salle n'est pas encore ouverte. Nous allons réessayer dans %n secondes. Veuillez patienter."]
|
||||
"_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._" : ["Cette salle n'est pas encore ouverte. Nous allons réessayer dans %n seconde. Veuillez patienter.","Cette salle n'est pas encore ouverte. Nous allons réessayer dans %n secondes. Veuillez patienter.","Cette salle n'est pas encore ouverte. Nous allons réessayer dans %n secondes. Veuillez patienter."]
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
"Open recording" : "Ouvrir l'enregistrement",
|
||||
"Copy to clipboard" : "Copier dans le presse-papier",
|
||||
"Save as file" : "Enregistrer dans un fichier",
|
||||
"_%n participant_::_%n participants_" : ["%n participant","%n participants"],
|
||||
"_%n participant_::_%n participants_" : ["%n participant","%n participants","%n participants"],
|
||||
"Delete" : "Supprimer",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "Êtes-vous sur de vouloir supprimer \"{name}\" ? Cette opération ne peut pas être annulée.",
|
||||
"Delete \"{name}\"?" : "Supprimer \"{name}\" ?",
|
||||
|
@ -132,6 +132,6 @@
|
|||
"Please select the room in which you like to use the file \"{filename}\"." : "Veuillez sélectionner la salle dans laquelle vous voulez utiliser le fichier \"{filename}\".",
|
||||
"No rooms available!" : "Pas de salle disponible !",
|
||||
"Send to BBB" : "Envoyer vers 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._" : ["Cette salle n'est pas encore ouverte. Nous allons réessayer dans %n seconde. Veuillez patienter.","Cette salle n'est pas encore ouverte. Nous allons réessayer dans %n secondes. Veuillez patienter."]
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
"_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._" : ["Cette salle n'est pas encore ouverte. Nous allons réessayer dans %n seconde. Veuillez patienter.","Cette salle n'est pas encore ouverte. Nous allons réessayer dans %n secondes. Veuillez patienter.","Cette salle n'est pas encore ouverte. Nous allons réessayer dans %n secondes. Veuillez patienter."]
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -96,7 +96,7 @@ OC.L10N.register(
|
|||
"Open recording" : "Apri registrazione",
|
||||
"Copy to clipboard" : "Copia negli appunti",
|
||||
"Save as file" : "Salva come file",
|
||||
"_%n participant_::_%n participants_" : ["%n partecipante","%n partecipanti"],
|
||||
"_%n participant_::_%n participants_" : ["%n partecipante","%n partecipanti","%n partecipanti"],
|
||||
"Delete" : "Elimina",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "Vuoi veramente eliminare \"{name}\"? Questa operazione non può essere annullata.",
|
||||
"Delete \"{name}\"?" : "Vuoi eliminare \"{name}\"?",
|
||||
|
@ -134,6 +134,6 @@ OC.L10N.register(
|
|||
"Please select the room in which you like to use the file \"{filename}\"." : "Seleziona la stanza in cui vorresti usare il file \"{filename}\".",
|
||||
"No rooms available!" : "Nessuna stanza disponibile",
|
||||
"Send to BBB" : "Invia 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._" : ["Questa stanza non è ancora aperta. Riproveremo tra %n secondo. Attendi.","Questa stanza non è ancora aperta. Riproveremo tra %n secondi. Attendi."]
|
||||
"_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._" : ["Questa stanza non è ancora aperta. Riproveremo tra %n secondo. Attendi.","Questa stanza non è ancora aperta. Riproveremo tra %n secondi. Attendi.","Questa stanza non è ancora aperta. Riproveremo tra %n secondi. Attendi."]
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
"Open recording" : "Apri registrazione",
|
||||
"Copy to clipboard" : "Copia negli appunti",
|
||||
"Save as file" : "Salva come file",
|
||||
"_%n participant_::_%n participants_" : ["%n partecipante","%n partecipanti"],
|
||||
"_%n participant_::_%n participants_" : ["%n partecipante","%n partecipanti","%n partecipanti"],
|
||||
"Delete" : "Elimina",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "Vuoi veramente eliminare \"{name}\"? Questa operazione non può essere annullata.",
|
||||
"Delete \"{name}\"?" : "Vuoi eliminare \"{name}\"?",
|
||||
|
@ -132,6 +132,6 @@
|
|||
"Please select the room in which you like to use the file \"{filename}\"." : "Seleziona la stanza in cui vorresti usare il file \"{filename}\".",
|
||||
"No rooms available!" : "Nessuna stanza disponibile",
|
||||
"Send to BBB" : "Invia 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._" : ["Questa stanza non è ancora aperta. Riproveremo tra %n secondo. Attendi.","Questa stanza non è ancora aperta. Riproveremo tra %n secondi. Attendi."]
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
"_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._" : ["Questa stanza non è ancora aperta. Riproveremo tra %n secondo. Attendi.","Questa stanza non è ancora aperta. Riproveremo tra %n secondi. Attendi.","Questa stanza non è ancora aperta. Riproveremo tra %n secondi. Attendi."]
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -96,7 +96,7 @@ OC.L10N.register(
|
|||
"Open recording" : "Abrir gravação",
|
||||
"Copy to clipboard" : "Copiar para a área de transferência",
|
||||
"Save as file" : "Salvar como arquivo",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes","%n participantes"],
|
||||
"Delete" : "Excluir",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "Deseja realmente excluir \"{name}\"? Esta operação não pode ser desfeita.",
|
||||
"Delete \"{name}\"?" : "Excluir \"{name}\"?",
|
||||
|
@ -134,6 +134,6 @@ OC.L10N.register(
|
|||
"Please select the room in which you like to use the file \"{filename}\"." : "Por favor, selecione a sala na qual você gostaria de usar o arquivo \"{filename}\".",
|
||||
"No rooms available!" : "Não há salas disponíveis!",
|
||||
"Send to BBB" : "Enviar para 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 ainda não está aberta. Tentaremos novamente em %n segundo. Aguarde.","Esta sala ainda não está aberta. Tentaremos novamente em %n segundos. Aguarde."]
|
||||
"_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 ainda não está aberta. Tentaremos novamente em %n segundo. Aguarde.","Esta sala ainda não está aberta. Tentaremos novamente em %n segundos. Aguarde.","Esta sala ainda não está aberta. Tentaremos novamente em %n segundos. Aguarde."]
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
"Open recording" : "Abrir gravação",
|
||||
"Copy to clipboard" : "Copiar para a área de transferência",
|
||||
"Save as file" : "Salvar como arquivo",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes","%n participantes"],
|
||||
"Delete" : "Excluir",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "Deseja realmente excluir \"{name}\"? Esta operação não pode ser desfeita.",
|
||||
"Delete \"{name}\"?" : "Excluir \"{name}\"?",
|
||||
|
@ -132,6 +132,6 @@
|
|||
"Please select the room in which you like to use the file \"{filename}\"." : "Por favor, selecione a sala na qual você gostaria de usar o arquivo \"{filename}\".",
|
||||
"No rooms available!" : "Não há salas disponíveis!",
|
||||
"Send to BBB" : "Enviar para 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 ainda não está aberta. Tentaremos novamente em %n segundo. Aguarde.","Esta sala ainda não está aberta. Tentaremos novamente em %n segundos. Aguarde."]
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
"_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 ainda não está aberta. Tentaremos novamente em %n segundo. Aguarde.","Esta sala ainda não está aberta. Tentaremos novamente em %n segundos. Aguarde.","Esta sala ainda não está aberta. Tentaremos novamente em %n segundos. Aguarde."]
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
|
@ -26,7 +26,7 @@ OC.L10N.register(
|
|||
"Room name" : "Nome da sala",
|
||||
"Create" : "Criar",
|
||||
"Copy to clipboard" : "Copiar para área de transferência",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes","%n participantes"],
|
||||
"Delete" : "Eliminar",
|
||||
"Delete \"{name}\"?" : "Eliminar \"{name}\"?",
|
||||
"Select target folder" : "Selecionar pasta de destino",
|
||||
|
@ -40,4 +40,4 @@ OC.L10N.register(
|
|||
"Settings saved" : "Definições guardadas",
|
||||
"Start" : "Início"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"Room name" : "Nome da sala",
|
||||
"Create" : "Criar",
|
||||
"Copy to clipboard" : "Copiar para área de transferência",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes","%n participantes"],
|
||||
"Delete" : "Eliminar",
|
||||
"Delete \"{name}\"?" : "Eliminar \"{name}\"?",
|
||||
"Select target folder" : "Selecionar pasta de destino",
|
||||
|
@ -37,5 +37,5 @@
|
|||
"Loading" : "A carregar",
|
||||
"Settings saved" : "Definições guardadas",
|
||||
"Start" : "Início"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
Loading…
Reference in New Issue