Ability to reduce the width of ckeditor
This commit is contained in:
@@ -472,6 +472,7 @@ define(function () {
|
||||
out.settings_cat_account = "Compte";
|
||||
out.settings_cat_drive = "CryptDrive";
|
||||
out.settings_cat_code = "Code";
|
||||
out.settings_cat_pad = "Documents texte";
|
||||
out.settings_title = "Préférences";
|
||||
out.settings_save = "Sauver";
|
||||
|
||||
@@ -528,6 +529,10 @@ define(function () {
|
||||
out.settings_codeIndentation = "Indentation dans l'éditeur de code (nombre d'espaces)";
|
||||
out.settings_codeUseTabs = "Utiliser des tabulations au lieu d'espaces";
|
||||
|
||||
out.settings_padWidth = "Largeur de l'éditeur de texte";
|
||||
out.settings_padWidthHint = "L'éditeur de documents texte occupe toute la largeur de l'écran disponible par défaut, ce qui peut rendre le texte difficile à lire. Vous pouvez ici réduire la largeur de l'éditeur.";
|
||||
out.settings_padWidthLabel = "Réduire la largeur de l'éditeur";
|
||||
|
||||
out.upload_title = "Hébergement de fichiers";
|
||||
out.upload_rename = "Souhaitez-vous renommer <b>{0}</b> avant son stockage en ligne ?<br>" +
|
||||
"<em>L'extension du fichier ({1}) sera ajoutée automatiquement. "+
|
||||
|
||||
@@ -478,6 +478,7 @@ define(function () {
|
||||
out.settings_cat_account = "Account";
|
||||
out.settings_cat_drive = "CryptDrive";
|
||||
out.settings_cat_code = "Code";
|
||||
out.settings_cat_pad = "Rich text";
|
||||
out.settings_title = "Settings";
|
||||
out.settings_save = "Save";
|
||||
|
||||
@@ -534,6 +535,10 @@ define(function () {
|
||||
out.settings_codeIndentation = 'Code editor indentation (spaces)';
|
||||
out.settings_codeUseTabs = "Indent using tabs (instead of spaces)";
|
||||
|
||||
out.settings_padWidth = "Editor's maximum width";
|
||||
out.settings_padWidthHint = "Rich text pads use by default the maximum available width on your screen and it can be difficult to read. You can reduce the editor's width here.";
|
||||
out.settings_padWidthLabel = "Reduce the editor's width";
|
||||
|
||||
out.upload_title = "File upload";
|
||||
out.upload_rename = "Do you want to rename <b>{0}</b> before uploading it to the server?<br>" +
|
||||
"<em>The file extension ({1}) will be added automatically. "+
|
||||
|
||||
Reference in New Issue
Block a user