Added "Default text editor" options (Html forced and Plain forced) (Closes #341)

This commit is contained in:
RainLoop Team 2014-10-30 03:07:48 +04:00
parent 5e8a57f6a3
commit 25c56937f6
29 changed files with 77 additions and 4 deletions

View file

@ -395,6 +395,8 @@ LABEL_LANGUAGE = "Język"
LABEL_EDITOR = "Format wiadomości"
LABEL_EDITOR_HTML_AS_DEFAULT = "HTML"
LABEL_EDITOR_PLAIN_AS_DEFAULT = "Zwykły tekst"
LABEL_EDITOR_HTML_FORCE_AS_DEFAULT = "Html (forced)"
LABEL_EDITOR_PLAIN_FORCE_AS_DEFAULT = "Plain (forced)"
LABEL_ANIMATION = "Animacja interfejsu"
LABEL_ANIMATION_FULL = "Pełna"
LABEL_ANIMATION_NORMAL = "Zwykła"