diff --git a/locales/de.js b/locales/de.js index a18b46f..b41e542 100644 --- a/locales/de.js +++ b/locales/de.js @@ -173,6 +173,7 @@ "tool_styles": "Stil", "tool_bullets": "Bullets", "tool_numbers": "Zahlen", + "tool_font": "Font", "color_fill": "Füllung", "color_stroke": "Strich", "color_text": "Text", @@ -318,5 +319,6 @@ "more": "mehr", "follow_present": "Folgen", "mute_present": "Entfolgen", - "follow_present_help": "Wenn jemand den Space präsentiert, folgen die anderen Mitglieder automatisch der Präsentation. Mit diesem Knopf lässt sich das an- oder ausschalten." + "follow_present_help": "Wenn jemand den Space präsentiert, folgen die anderen Mitglieder automatisch der Präsentation. Mit diesem Knopf lässt sich das an- oder ausschalten.", + "media": "Media" } diff --git a/locales/en.js b/locales/en.js index c6ce026..6f6aa0f 100644 --- a/locales/en.js +++ b/locales/en.js @@ -172,6 +172,7 @@ "tool_styles": "Styles", "tool_bullets": "Bullets", "tool_numbers": "Numbers", + "tool_font": "Font", "color_fill": "Fill", "color_stroke": "Stroke", "color_text": "Text", @@ -321,5 +322,6 @@ "follow_present": "Follow", "mute_present": "Unfollow", "follow_present_help": "If someone else is presenting this Space, the other members automatically follow the presentation. Switch following on or off with this button.", - "export": "export" + "export": "export", + "media": "Media" } \ No newline at end of file diff --git a/locales/es.js b/locales/es.js index 2c10f7e..5d3fc58 100644 --- a/locales/es.js +++ b/locales/es.js @@ -124,7 +124,7 @@ "new_password": "Nueva Contraseña", "verify_password": "Verificar Contraseña", "change_password": "Cambiar Contraseña", - "reset_password": "Reiniciar Contraseña", + "reset_password": "Restablecer contraseña", "terminate_caption": "Borrar Cuenta", "terminate_warning": "Si borras tu cuenta, todos los Espacios, Directorios y Mensajes (incluyendo todo el contenido que tú y otras personas crearon en tus Espacios) serán destruidos.", "terminate_warning2": "Esta acción no puede deshacerse.", @@ -172,6 +172,7 @@ "tool_styles": "Estilos", "tool_bullets": "'Bullets'", "tool_numbers": "Números", + "tool_font": "Fuente", "color_fill": "Rellenar", "color_stroke": "Trazo", "color_text": "Texto", @@ -321,5 +322,6 @@ "follow_present": "Seguir", "mute_present": "Dejar de Seguir", "follow_present_help": "Si alguien más está presentando este espacio, los otros miembros siguen automáticamente la presentación. Active o desactive el seguimiento con este botón.", - "export": "exportar" + "export": "exportar", + "media": "Media" } diff --git a/locales/fr.js b/locales/fr.js index 894d3a8..3a75451 100644 --- a/locales/fr.js +++ b/locales/fr.js @@ -172,6 +172,7 @@ "format_h3": "Titre 3", "font_size": "Taille de la police", "line_height": "Hauteur de ligne", + "tool_font": "Font", "tool_align": "Align", "tool_styles": "Style", "tool_bullets": "Puces", @@ -315,5 +316,6 @@ "more": "plus", "follow_present": "Suivre", "mute_present": "Pas suivre", - "follow_present_help": "follow_present_help" + "follow_present_help": "follow_present_help", + "media": "Media" } diff --git a/locales/oc.js b/locales/oc.js index 6642d69..c69cecd 100644 --- a/locales/oc.js +++ b/locales/oc.js @@ -173,6 +173,7 @@ "tool_bullets": "Bullets", "tool_numbers": "Nombres", "color_fill": "Fill", + "tool_font": "Font", "color_stroke": "Traçat", "color_text": "Tèxte", "tool_type": "Tipe", @@ -321,5 +322,6 @@ "follow_present": "Seguir", "mute_present": "Quitar de seguir", "follow_present_help": "follow_present_help", - "export": "exportar" + "export": "exportar", + "media": "Media" } diff --git a/views/partials/login.html b/views/partials/login.html index f2c8b7b..242dcea 100644 --- a/views/partials/login.html +++ b/views/partials/login.html @@ -98,8 +98,8 @@
New members will get an invitation email. After the invitation was used, the member is active. The number of active members in your team will affect your monthly charge. diff --git a/views/partials/tool/object-options.html b/views/partials/tool/object-options.html index 1cc216f..5851e6b 100644 --- a/views/partials/tool/object-options.html +++ b/views/partials/tool/object-options.html @@ -1,34 +1,34 @@