Changeset 2370:ac6b5b64f1ab
- Timestamp:
- 10/15/13 10:18:46 (12 years ago)
- Branch:
- 2.6
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/_pot/plugins.pot
r2369 r2370 1639 1639 1640 1640 #: plugins/maintenance/_admin.php:200 1641 msgid "Display count of late taskson maintenance dashboard icon"1641 msgid "Display overdue tasks counter on maintenance dashboard icon" 1642 1642 msgstr "" 1643 1643 1644 1644 #: plugins/maintenance/_admin.php:204 1645 msgid "Display list of late taskson dashboard items"1645 msgid "Display overdue tasks list on dashboard items" 1646 1646 msgstr "" 1647 1647 … … 2432 2432 2433 2433 #: plugins/themeEditor/_admin.php:55 2434 msgid "Syntax color fortheme editor"2434 msgid "Syntax highlighting in theme editor" 2435 2435 msgstr "" 2436 2436 -
locales/en/help/core_user_pref.html
r2367 r2370 6 6 <body> 7 7 8 <h 3>My profile</h3>8 <h4>My profile</h4> 9 9 <dl> 10 10 <dt>Last name, First name</dt> … … 13 13 14 14 <dt>Display name</dt> 15 <dd>You can choose here a nickname that will be displayed in your posts instead of your name and first name.</dd> 15 <dd>You can choose here a nickname that will be displayed in your posts instead 16 of your name and first name.</dd> 16 17 17 18 <dt>Email</dt> 18 <dd>Address where will be sent the new comment notifications.</dd> 19 <dd>Address where will be sent the new comment notifications.<em>(If you update 20 this field, you must enter your current password in the appropriate field at the 21 bottom of the form)</em></dd> 19 22 20 23 <dt>URL</dt> … … 31 34 <dt>Change your password</dt> 32 35 <dd>To change your password, write down twice your password in the fields 33 <em>New password</em> and <em>Confirm password</em>. The minimal password length is 6 characters. 34 If no new password is provided, the current one is kept.</dd> 36 <em>New password</em> and <em>Confirm password</em>. The minimal password 37 length is 6 characters. If no new password is provided, the current one is kept. 38 <em>(If you update this field, you must enter your current password in 39 the appropriate field at the bottom of the form)</em></dd> 35 40 </dl> 36 <h 3>My options</h3>41 <h4>My options</h4> 37 42 <dl> 43 <dt>Activate enhanced uploader in media manager</dt> 44 <dd>Allows to activate the advanced interface in media manager that enables to 45 upload multiple files at a time (NB: your web browser must support Javascript 46 to take benefit from this feature)</dd> 47 48 <dt>Disable javascript powered drag and drop for ordering items</dt> 49 <dd>Allows to disable "drag and drop" for item ordering. Drag and drop will be 50 replaced by numeric fields that will enable en enter fields position.</dd> 51 52 <dt>Number of elements displayed per page in media manager</dt> 53 <dd>Defines the number of media that will be displayed in media manager (folders 54 are not taken into account when counting items).</dd> 55 56 <dt>Do not use standard favicon</dt> 57 <dd>Allows to disable default favicon in web browser address bar.</dd> 58 38 59 <dt>Preferred format</dt> 39 60 <dd>To choose the preferred post syntax. Wiki is a simplified syntax … … 56 77 57 78 <dt>Enable WYSIWYG mode</dt> 58 <dd>Allow the use of the WYSIWYG editor for the posts and description fields.</dd> 59 60 <dt>Activate enhanced uploader in media manager</dt> 61 <dd>This option allows you to upload several files at the same time on your server.</dd> 62 63 <dt>Dashboard modules</dt> 64 <dd>Choices made in this zone will be reflected on your blog's dashboard.</dd> 65 66 <dt>Tags list format</dt> 67 <dd>This choice allows, in post editing page, to display all available tags 68 or only most used ones.</dd> 79 <dd>Allows the use of the WYSIWYG editor for the posts and description fields.</dd> 80 81 <dt>Syntax highlighting in theme editor</dt> 82 <dd>Enables syntax highlighting when using theme editor (html/css files)</dd> 83 69 84 </dl> 70 <h 3>My favorites</h3>85 <h4>My favorites</h4> 71 86 <dl> 72 87 <dt>My favorites</dt> … … 76 91 to save your changes. You may also select favorites to be deleted from the list.</dd> 77 92 93 <dt>Define as default favorites (super admin)</dt> 94 <dd>Enable to set currently defined favorites list as default favorites list for all users. 95 This list will be proposed to users if they don't have defined their favorites yet.</dd> 96 78 97 <dt>Available favorites</dt> 79 98 <dd>All plugins allowing to be put as favorites are diplayed here. Check the corresponding boxes 80 99 and add them to the dashboard.</dd> 100 101 <dt>Display favorites at the top of the menu</dt> 102 <dd>Enables to display favorites in left-side menu.</dd> 103 104 <dt>Iconset</dt> 105 <dd>If several iconsets are installed, enables to choose which isonset to 106 use for admin.</dd> 107 108 <dt>Dashboard modules</dt> 109 <dd>Choices made in this zone will be reflected on your blog's dashboard.</dd> 110 111 <dt>Display documentation links</dt> 112 <dd>Enables to display documentation links on dashboard landing page.</dd> 113 114 <dt>Display Dotclear news</dt> 115 <dd>Enables to display dotclear news on dashboard landing page.</dd> 116 117 <dt>Display quick entry form</dt> 118 <dd>Enables to display "quick entry" form on dashboard landing page.</dd> 119 120 <dt>Display overdue tasks counter on maintenance dashboard icon</dt> 121 <dd>Enables to display the number of overdue tasks (ie. that should be processed) under the 122 "Maintenance" icon. "Maintenance" icon should be set in favorites to take benefit from this feature.</dd> 123 124 <dt>Display overdue tasks list on dashboard items</dt> 125 <dd>Enables to display the list of overdue tasks (ie. that should be processed) in a dedicated 126 section on Dashboard landing page.</dd> 127 81 128 </dl> 82 129 </body> -
locales/en/plugins.po
r2369 r2370 1151 1151 msgstr "" 1152 1152 1153 msgid "Display count of late taskson maintenance dashboard icon"1154 msgstr "" 1155 1156 msgid "Display list of late taskson dashboard items"1153 msgid "Display overdue tasks counter on maintenance dashboard icon" 1154 msgstr "" 1155 1156 msgid "Display overdue tasks list on dashboard items" 1157 1157 msgstr "" 1158 1158 … … 1736 1736 msgstr "" 1737 1737 1738 msgid "Syntax color fortheme editor"1738 msgid "Syntax highlighting in theme editor" 1739 1739 msgstr "" 1740 1740 -
locales/fr/help/core_user_pref.html
r2367 r2370 80 80 <dd>Permet d'activer ou non l'éditeur visuel des billets et des catégories.</dd> 81 81 82 83 <dt>Modules du tableau de bord</dt>84 <dd>Les choix opérés dans cette zone détermineront l'affichage de85 ces blocs sur le tableau de bord.</dd>86 87 82 <dt>Coloration syntaxique de l'éditeur de thème</dt> 88 83 <dd>Permet d'avoir une coloration syntaxique lors de l'édition des thèmes (fichiers html, css).</dd> … … 114 109 <dd>Si plusieurs jeux d'icônnes sont installés, permet de définir le jeu d'icônes de l'utilisateur.</dd> 115 110 111 <dt>Modules du tableau de bord</dt> 112 <dd>Les choix opérés dans cette zone détermineront l'affichage de 113 ces blocs sur le tableau de bord.</dd> 114 116 115 <dt>Afficher les liens vers la documentation</dt> 117 116 <dd>Permet d'afficher ou non les liens vers la documentation sur la page d'accueil du tableau de bord.</dd> … … 119 118 <dt>Afficher les nouvelles de Dotclear</dt> 120 119 <dd>Permet d'afficher ou non les dernières actualités de Dotclear sur la page d'accueil du tableau de bord.</dd> 121 122 120 123 121 <dt>Afficher le formulaire de billet rapide</dt> -
locales/fr/plugins.po
r2369 r2370 1155 1155 msgstr "Gérer les tâches" 1156 1156 1157 msgid "Display count of late taskson maintenance dashboard icon"1157 msgid "Display overdue tasks counter on maintenance dashboard icon" 1158 1158 msgstr "Afficher le nombre de tâches en retard sur l'icône Maintenance du tableau de bord" 1159 1159 1160 msgid "Display list of late taskson dashboard items"1160 msgid "Display overdue tasks list on dashboard items" 1161 1161 msgstr "Afficher la liste des tâches en retard dans un module du tableau de bord" 1162 1162 … … 1740 1740 msgstr "Modifier les fichiers du thème" 1741 1741 1742 msgid "Syntax color fortheme editor"1742 msgid "Syntax highlighting in theme editor" 1743 1743 msgstr "Coloration syntaxique de l'éditeur de thème" 1744 1744 -
plugins/maintenance/_admin.php
r2196 r2370 198 198 '<p><label for="maintenance_dashboard_icon" class="classic">'. 199 199 form::checkbox('maintenance_dashboard_icon', 1, $core->auth->user_prefs->maintenance->dashboard_icon). 200 __('Display count of late taskson maintenance dashboard icon').'</label></p>'.200 __('Display overdue tasks counter on maintenance dashboard icon').'</label></p>'. 201 201 202 202 '<p><label for="maintenance_dashboard_item" class="classic">'. 203 203 form::checkbox('maintenance_dashboard_item', 1, $core->auth->user_prefs->maintenance->dashboard_item). 204 __('Display list of late taskson dashboard items').'</label></p>'.204 __('Display overdue tasks list on dashboard items').'</label></p>'. 205 205 206 206 '</div>'; -
plugins/themeEditor/_admin.php
r1609 r2370 53 53 '<p><label for="colorsyntax" class="classic">'. 54 54 form::checkbox('colorsyntax',1,$core->auth->user_prefs->interface->colorsyntax).'</label>'. 55 __('Syntax color fortheme editor').55 __('Syntax highlighting in theme editor'). 56 56 '</p>'; 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.