);
+
+Table.propTypes = {
+ headers: PropTypes.array,
+ commenters: PropTypes.array,
+ onHeaderClickHandler: PropTypes.func,
+ onRoleChange: PropTypes.func,
+ onCommenterStatusChange: PropTypes.func,
+ viewUserDetail: PropTypes.func,
+};
+
+export default Table;
diff --git a/locales/en.yml b/locales/en.yml
index 92119f125..7cea0c6da 100644
--- a/locales/en.yml
+++ b/locales/en.yml
@@ -75,6 +75,7 @@ en:
status: Status
username_and_email: "Username and Email"
yes_ban_user: "Yes Ban User"
+ none: "None"
configure:
apply: Apply
banned_word_text: "Comments which contain these words or phrases (not case-sensitive) will be automatically removed from the comment stream. Type a word and press Enter or Tab to add. Optionally paste a comma-separated list."
diff --git a/locales/es.yml b/locales/es.yml
index 62fc94256..70fce5310 100644
--- a/locales/es.yml
+++ b/locales/es.yml
@@ -74,6 +74,7 @@ es:
status: Estado
username_and_email: "Usuario y Correo"
yes_ban_user: "Si, Suspendan el usuario"
+ none: "Ninguno"
configure:
apply: Aplicar
banned_word_text: "Comentarios que contengan estas palabras o frases, en mayusculas o minúsculas, serán automáticamente eliminados del hilo de comentario. Escribir una palabra y apretar Enter o Tabulador para agregarla. O pueden pegar una lista de palabras separadas por coma."