mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
23 lines
735 B
PHP
23 lines
735 B
PHP
<?php
|
|
|
|
return array (
|
|
'approve_comment' => 'Aprobar',
|
|
'awaits_approval' => 'Esperando aprobación',
|
|
'cancel' => 'Cancelar',
|
|
'copy_link' => 'Copiar enlace',
|
|
'create_comment' => 'Comentar',
|
|
'create_reply' => 'Responder',
|
|
'delete' => 'Borrar',
|
|
'delete_confirmation_text' => '¿Estas seguro? Esto no se puede deshacer.',
|
|
'delete_confirmation_title' => 'Borrar comentario',
|
|
'edit' => 'Editar',
|
|
'edit_comment' => 'Guardar',
|
|
'guest' => 'invitado',
|
|
'just_now' => 'Ahora mismo',
|
|
'no_comments_yet' => 'Aún no hay comentarios…',
|
|
'reject_comment' => 'Rechazar',
|
|
'send_notifications' => 'Notificarme cuando alguien responda',
|
|
'write_comment' => 'Deja un comentario',
|
|
'write_reply' => 'Deja una respuesta',
|
|
);
|