Improve UI, fix issues with the table
This commit is contained in:
@@ -129,6 +129,12 @@ define(function () {
|
||||
out.wizardTitle = "Utiliser l'assistant pour créer votre sondage";
|
||||
out.wizardConfirm = "Êtes-vous vraiment prêt à ajouter ces options au sondage ?";
|
||||
|
||||
out.poll_publish_button = "Publier";
|
||||
out.poll_admin_button = "Administrer";
|
||||
out.poll_create_user = "Ajouter un utilisateur";
|
||||
out.poll_create_option = "Ajouter une option";
|
||||
out.poll_commit = "Valider";
|
||||
|
||||
out.poll_closeWizardButton = "Fermer l'assistant";
|
||||
out.poll_closeWizardButtonTitle = "Fermer l'assistant";
|
||||
out.poll_wizardComputeButton = "Générer les options";
|
||||
|
||||
@@ -131,6 +131,12 @@ define(function () {
|
||||
out.wizardTitle = "Use the wizard to create your poll";
|
||||
out.wizardConfirm = "Are you really ready to add these options to your poll?";
|
||||
|
||||
out.poll_publish_button = "Publish";
|
||||
out.poll_admin_button = "Admin";
|
||||
out.poll_create_user = "Add a new user";
|
||||
out.poll_create_option = "Add a new option";
|
||||
out.poll_commit = "Commit";
|
||||
|
||||
out.poll_closeWizardButton = "Close wizard";
|
||||
out.poll_closeWizardButtonTitle = "Close wizard";
|
||||
out.poll_wizardComputeButton = "Compute Options";
|
||||
|
||||
Reference in New Issue
Block a user