From 137a660474872955e4f756df4f4c1abf2bfea186 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Wed, 9 Nov 2022 14:41:30 +0100 Subject: [PATCH] fix(form_language): call to undefined method --- inc/form_language.class.php | 2 +- locales/glpi.pot | 656 +++++++++++++++++++----------------- 2 files changed, 345 insertions(+), 313 deletions(-) diff --git a/inc/form_language.class.php b/inc/form_language.class.php index 01cf605cd..2ab688b2d 100644 --- a/inc/form_language.class.php +++ b/inc/form_language.class.php @@ -345,7 +345,7 @@ public function showTranslations($options = []) { $header = ''; $header.= '' . Html::getCheckAllAsCheckbox("translation_list$rand", $rand) . ''; $header.= '' . __('Original string', 'formcreator') . ''; - $header.= '' . PluginFormcreatorTranslation::getTypeName(1) . ''; + $header.= '' . __('Translation', 'Translations', 1, 'formcreator') . ''; $header.= ''; echo $header; echo ''; diff --git a/locales/glpi.pot b/locales/glpi.pot index 67c429571..830379d17 100644 --- a/locales/glpi.pot +++ b/locales/glpi.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-26 14:38+0200\n" +"POT-Creation-Date: 2022-11-09 14:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -64,8 +64,8 @@ msgid "No limit" msgstr "" #: ajax/homepage_link.php:36 inc/formlist.class.php:46 -#: inc/entityconfig.class.php:82 inc/form.class.php:111 inc/form.class.php:569 -#: inc/form.class.php:1951 +#: inc/entityconfig.class.php:84 inc/form.class.php:111 inc/form.class.php:570 +#: inc/form.class.php:1952 entrée standard:47 msgid "Form" msgid_plural "Forms" msgstr[0] "" @@ -104,9 +104,9 @@ msgstr "" msgid "Could not update the section" msgstr "" -#: front/knowbaseitem.php:41 front/knowbaseitem.php:43 front/wizard.php:44 -#: front/wizard.php:46 front/wizardfeeds.php:49 front/wizardfeeds.php:51 -#: front/issue.php:43 front/issue.php:46 front/formanswer.php:44 +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 front/wizard.php:45 +#: front/wizard.php:50 front/wizardfeeds.php:49 front/wizardfeeds.php:51 +#: front/issue.php:44 front/issue.php:50 front/formanswer.php:44 #: front/reservation.php:46 front/reservation.php:48 #: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 #: front/reservationitem.php:42 front/reservationitem.php:44 @@ -131,8 +131,8 @@ msgstr "" #: front/targetticket.form.php:95 front/targetchange.form.php:81 #: front/formanswer.php:47 front/targetproblem.form.php:81 -#: front/formanswer.form.php:78 front/form.php:44 inc/common.class.php:689 -#: inc/common.class.php:696 +#: front/formanswer.form.php:78 front/form.php:44 inc/common.class.php:692 +#: inc/common.class.php:699 msgid "Form Creator" msgstr "" @@ -142,12 +142,12 @@ msgstr "" msgid "%1$s = %2$s" msgstr "" -#: front/formlist.php:45 front/formlist.php:48 inc/common.class.php:686 +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:686 msgid "Form list" msgstr "" -#: front/formdisplay.php:90 inc/formanswer.class.php:889 -#: inc/formanswer.class.php:1120 inc/formanswer.class.php:1170 +#: front/formdisplay.php:90 inc/formanswer.class.php:956 +#: inc/formanswer.class.php:1187 inc/formanswer.class.php:1237 msgid "The form has been successfully saved!" msgstr "" @@ -162,13 +162,13 @@ msgstr "" msgid "%1$s adds the reservation %2$s for item %3$s" msgstr "" -#: inc/knowbase.class.php:60 inc/form.class.php:646 +#: inc/knowbase.class.php:60 inc/form.class.php:647 msgid "Category" msgid_plural "Categories" msgstr[0] "" msgstr[1] "" -#: inc/knowbase.class.php:62 inc/form.class.php:649 +#: inc/knowbase.class.php:62 inc/form.class.php:650 entrée standard:39 msgid "See all" msgstr "" @@ -176,116 +176,125 @@ msgstr "" msgid "Please, describe your need here" msgstr "" -#: inc/field/textareafield.class.php:183 +#: inc/field/textareafield.class.php:184 msgid "Textarea" msgstr "" -#: inc/field/textareafield.class.php:242 inc/field/dropdownfield.class.php:440 -#: inc/field/ldapselectfield.class.php:114 inc/field/textfield.class.php:125 -#: inc/field/urgencyfield.class.php:165 inc/field/tagfield.class.php:163 -#: inc/field/timefield.class.php:113 inc/field/fieldsfield.class.php:488 -#: inc/field/requesttypefield.class.php:160 +#: inc/field/textareafield.class.php:248 inc/field/dropdownfield.class.php:585 +#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:165 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "" -#: inc/field/textareafield.class.php:260 inc/field/textfield.class.php:178 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:193 +#: inc/field/textareafield.class.php:266 inc/field/textfield.class.php:179 +#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 #: inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "" -#: inc/field/dropdownfield.class.php:73 inc/filter/entityfilter.class.php:48 +#: inc/field/dropdownfield.class.php:77 inc/filter/entityfilter.class.php:48 msgid "User and form" msgstr "" -#: inc/field/dropdownfield.class.php:431 entrée standard:38 +#: inc/field/dropdownfield.class.php:83 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:576 entrée standard:38 msgid "Dropdown" msgid_plural "Dropdowns" msgstr[0] "" msgstr[1] "" -#: inc/field/dropdownfield.class.php:462 +#: inc/field/dropdownfield.class.php:607 msgid "Invalid value for " msgstr "" -#: inc/field/dropdownfield.class.php:474 +#: inc/field/dropdownfield.class.php:619 #, php-format msgid "The itemtype field is required: %s" msgstr "" -#: inc/field/dropdownfield.class.php:490 +#: inc/field/dropdownfield.class.php:635 #, php-format msgid "Invalid dropdown type: %s" msgstr "" -#: inc/field/dropdownfield.class.php:821 entrée standard:143 standard:126 +#: inc/field/dropdownfield.class.php:695 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:978 entrée standard:143 standard:126 msgid "Entity restriction" msgstr "" -#: inc/field/dropdownfield.class.php:830 +#: inc/field/dropdownfield.class.php:987 msgid "" "To respect the GLPI entity system, \"Form\" should be selected. Others " "settings will break the entity restrictions" msgstr "" -#: inc/field/ldapselectfield.class.php:95 +#: inc/field/ldapselectfield.class.php:96 msgid "LDAP Select" msgstr "" -#: inc/field/ldapselectfield.class.php:139 +#: inc/field/ldapselectfield.class.php:140 msgid "LDAP directory not defined!" msgstr "" -#: inc/field/ldapselectfield.class.php:146 +#: inc/field/ldapselectfield.class.php:147 msgid "LDAP directory not found!" msgstr "" -#: inc/field/textfield.class.php:146 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:155 +#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 +#: inc/field/floatfield.class.php:156 #, php-format msgid "Specific format does not match: %s" msgstr "" -#: inc/field/textfield.class.php:155 +#: inc/field/textfield.class.php:156 #, php-format msgid "The text is too short (minimum %d characters): %s" msgstr "" -#: inc/field/textfield.class.php:160 +#: inc/field/textfield.class.php:161 #, php-format msgid "The text is too long (maximum %d characters): %s" msgstr "" -#: inc/field/textfield.class.php:168 +#: inc/field/textfield.class.php:169 msgid "Text" msgstr "" -#: inc/field/textfield.class.php:212 inc/field/floatfield.class.php:234 +#: inc/field/textfield.class.php:213 inc/field/floatfield.class.php:235 #: inc/questionregex.class.php:62 entrée standard:42 msgid "Regular expression" msgstr "" -#: inc/field/textfield.class.php:217 inc/field/floatfield.class.php:239 +#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:240 msgid "Range" msgstr "" -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:245 +#: inc/field/textfield.class.php:224 inc/field/floatfield.class.php:246 msgid "Additional validation" msgstr "" -#: inc/field/radiosfield.class.php:109 +#: inc/field/radiosfield.class.php:110 msgid "Radios" msgstr "" -#: inc/field/radiosfield.class.php:115 inc/field/glpiselectfield.class.php:93 -#: inc/field/fieldsfield.class.php:512 inc/field/checkboxesfield.class.php:229 +#: inc/field/radiosfield.class.php:116 inc/field/glpiselectfield.class.php:108 +#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:230 msgid "The field value is required:" msgstr "" -#: inc/field/radiosfield.class.php:193 inc/field/selectfield.class.php:104 -#: inc/field/datetimefield.class.php:118 inc/field/actorfield.class.php:257 -#: inc/field/checkboxesfield.class.php:175 inc/field/floatfield.class.php:124 -#: inc/field/datefield.class.php:115 +#: inc/field/radiosfield.class.php:194 inc/field/selectfield.class.php:105 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:176 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 #, php-format msgid "A required field is empty: %s" msgstr "" @@ -295,12 +304,12 @@ msgstr "" msgid "This is not an integer: %s" msgstr "" -#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:166 +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" msgstr "" -#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:172 +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 #, php-format msgid "The following number must be lower than %d: %s" msgstr "" @@ -313,37 +322,37 @@ msgstr "" msgid "Undefined" msgstr "" -#: inc/field/ipfield.class.php:122 +#: inc/field/ipfield.class.php:123 msgid "IP address" msgid_plural "IP addresses" msgstr[0] "" msgstr[1] "" -#: inc/field/urgencyfield.class.php:85 inc/abstractitiltarget.class.php:994 +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:994 msgid "Urgency" msgstr "" -#: inc/field/urgencyfield.class.php:119 +#: inc/field/urgencyfield.class.php:120 msgctxt "urgency" msgid "Very high" msgstr "" -#: inc/field/urgencyfield.class.php:120 +#: inc/field/urgencyfield.class.php:121 msgctxt "urgency" msgid "High" msgstr "" -#: inc/field/urgencyfield.class.php:121 +#: inc/field/urgencyfield.class.php:122 msgctxt "urgency" msgid "Medium" msgstr "" -#: inc/field/urgencyfield.class.php:122 +#: inc/field/urgencyfield.class.php:123 msgctxt "urgency" msgid "Low" msgstr "" -#: inc/field/urgencyfield.class.php:123 +#: inc/field/urgencyfield.class.php:124 msgctxt "urgency" msgid "Very low" msgstr "" @@ -352,68 +361,68 @@ msgstr "" msgid "Warning: Tag plugin is disabled or missing" msgstr "" -#: inc/field/tagfield.class.php:197 +#: inc/field/tagfield.class.php:199 msgid "Tag" msgid_plural "Tags" msgstr[0] "" msgstr[1] "" -#: inc/field/glpiselectfield.class.php:78 entrée standard:38 +#: inc/field/glpiselectfield.class.php:93 entrée standard:38 msgid "GLPI object" msgid_plural "GLPI objects" msgstr[0] "" msgstr[1] "" -#: inc/field/hostnamefield.class.php:115 +#: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" msgstr[0] "" msgstr[1] "" -#: inc/field/timefield.class.php:129 +#: inc/field/timefield.class.php:130 msgid "Time" msgstr "" -#: inc/field/emailfield.class.php:88 +#: inc/field/emailfield.class.php:89 #, php-format msgid "This is not a valid e-mail: %s" msgstr "" -#: inc/field/emailfield.class.php:99 +#: inc/field/emailfield.class.php:100 msgid "Email" msgid_plural "Emails" msgstr[0] "" msgstr[1] "" -#: inc/field/selectfield.class.php:97 +#: inc/field/selectfield.class.php:98 msgid "Select" msgstr "" -#: inc/field/datetimefield.class.php:139 +#: inc/field/datetimefield.class.php:140 msgid "Date & time" msgstr "" -#: inc/field/actorfield.class.php:83 +#: inc/field/actorfield.class.php:84 msgid "Actor" msgid_plural "Actors" msgstr[0] "" msgstr[1] "" -#: inc/field/actorfield.class.php:267 +#: inc/field/actorfield.class.php:268 #, php-format msgid "Invalid value: %s" msgstr "" -#: inc/field/actorfield.class.php:290 +#: inc/field/actorfield.class.php:291 #, php-format msgid "User not found or invalid email address: %s" msgstr "" -#: inc/field/filefield.class.php:105 +#: inc/field/filefield.class.php:106 msgid "No attached document" msgstr "" -#: inc/field/filefield.class.php:114 inc/field/filefield.class.php:252 +#: inc/field/filefield.class.php:115 inc/field/filefield.class.php:252 #: inc/field/filefield.class.php:259 msgid "Attached document" msgstr "" @@ -435,84 +444,84 @@ msgstr "" msgid "Warning: Additional Fields plugin is disabled or missing" msgstr "" -#: inc/field/fieldsfield.class.php:167 +#: inc/field/fieldsfield.class.php:168 msgid "Block" msgstr "" -#: inc/field/fieldsfield.class.php:171 inc/targetticket.class.php:339 +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:339 msgid "Field" msgstr "" -#: inc/field/fieldsfield.class.php:253 +#: inc/field/fieldsfield.class.php:254 msgid "show" msgstr "" -#: inc/field/fieldsfield.class.php:389 +#: inc/field/fieldsfield.class.php:390 #, php-format msgid "Field '%1$s' type not implemented yet!" msgstr "" -#: inc/field/fieldsfield.class.php:466 +#: inc/field/fieldsfield.class.php:467 msgid "Some numeric fields contains non numeric values" msgstr "" -#: inc/field/fieldsfield.class.php:471 +#: inc/field/fieldsfield.class.php:472 msgid "Some URL fields contains invalid links" msgstr "" -#: inc/field/fieldsfield.class.php:565 +#: inc/field/fieldsfield.class.php:566 msgid "Additionnal fields" msgstr "" -#: inc/field/checkboxesfield.class.php:117 +#: inc/field/checkboxesfield.class.php:118 msgid "Checkboxes" msgstr "" -#: inc/field/checkboxesfield.class.php:211 +#: inc/field/checkboxesfield.class.php:212 #, php-format msgid "The following question needs at least %d answers" msgstr "" -#: inc/field/checkboxesfield.class.php:217 +#: inc/field/checkboxesfield.class.php:218 #, php-format msgid "The following question does not accept more than %d answers" msgstr "" -#: inc/field/checkboxesfield.class.php:289 +#: inc/field/checkboxesfield.class.php:290 msgid "Range min" msgstr "" -#: inc/field/checkboxesfield.class.php:290 +#: inc/field/checkboxesfield.class.php:291 msgid "Range max" msgstr "" -#: inc/field/requesttypefield.class.php:86 inc/targetticket.class.php:1099 +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1099 msgid "Request type" msgstr "" -#: inc/field/floatfield.class.php:141 +#: inc/field/floatfield.class.php:142 #, php-format msgid "This is not a number: %s" msgstr "" -#: inc/field/floatfield.class.php:182 +#: inc/field/floatfield.class.php:183 msgid "Float" msgstr "" -#: inc/field/datefield.class.php:136 +#: inc/field/datefield.class.php:137 msgid "Date" msgstr "" -#: inc/field/descriptionfield.class.php:105 inc/form.class.php:165 -#: inc/question.class.php:166 entrée standard:82 standard:52 standard:113 +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:165 +#: inc/question.class.php:186 entrée standard:82 standard:52 standard:114 msgid "Description" msgstr "" -#: inc/field/descriptionfield.class.php:112 +#: inc/field/descriptionfield.class.php:113 msgid "A description field should have a description:" msgstr "" -#: inc/field/hiddenfield.class.php:95 +#: inc/field/hiddenfield.class.php:96 msgid "Hidden field" msgid_plural "Hidden fields" msgstr[0] "" @@ -551,11 +560,12 @@ msgstr "" #: inc/condition.class.php:179 inc/target_actor.class.php:215 #: inc/form_language.class.php:540 inc/form_validator.class.php:379 #: inc/targetproblem.class.php:540 inc/questionrange.class.php:196 -#: inc/form.class.php:1844 inc/targetchange.class.php:303 -#: inc/section.class.php:379 inc/restrictedformcriteria.class.php:200 -#: inc/question.class.php:828 inc/questionparameter/range.class.php:202 -#: inc/questionregex.class.php:185 inc/questiondependency.class.php:196 -#: inc/item_targetticket.class.php:154 inc/targetticket.class.php:1408 +#: inc/form.class.php:1845 inc/targetchange.class.php:303 +#: inc/questionfilter.class.php:217 inc/section.class.php:379 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:844 +#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:185 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1408 #, php-format msgid "Failed to add or update the %1$s %2$s" msgstr "" @@ -563,11 +573,12 @@ msgstr "" #: inc/condition.class.php:201 inc/target_actor.class.php:236 #: inc/form_language.class.php:556 inc/form_validator.class.php:403 #: inc/targetproblem.class.php:375 inc/questionrange.class.php:131 -#: inc/form.class.php:1535 inc/targetchange.class.php:148 -#: inc/section.class.php:404 inc/restrictedformcriteria.class.php:226 -#: inc/question.class.php:877 inc/questionparameter/range.class.php:137 -#: inc/questionregex.class.php:120 inc/questiondependency.class.php:211 -#: inc/item_targetticket.class.php:64 inc/targetticket.class.php:1447 +#: inc/form.class.php:1536 inc/targetchange.class.php:148 +#: inc/questionfilter.class.php:152 inc/section.class.php:404 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:871 +#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1447 #, php-format msgid "Cannot export an empty object: %s" msgstr "" @@ -594,68 +605,69 @@ msgstr[1] "" msgid "Update issue data from tickets and form answers" msgstr "" -#: inc/issue.class.php:392 +#: inc/issue.class.php:379 msgid "Satisfaction survey expired" msgstr "" -#: inc/issue.class.php:521 inc/form_language.class.php:213 -#: inc/form.class.php:156 inc/form.class.php:2148 entrée standard:52 -#: standard:49 standard:57 standard:38 standard:39 +#: inc/issue.class.php:508 inc/form_language.class.php:213 +#: inc/form.class.php:156 inc/form.class.php:2149 entrée standard:52 +#: standard:49 standard:57 standard:38 standard:39 standard:46 msgid "Name" msgstr "" -#: inc/issue.class.php:534 inc/formanswer.class.php:199 +#: inc/issue.class.php:520 inc/formanswer.class.php:200 #: inc/formanswer.class.php:273 inc/targetproblem.class.php:623 #: inc/form.class.php:147 inc/targetchange.class.php:334 -#: inc/section.class.php:95 inc/question.class.php:156 -#: inc/targetticket.class.php:178 +#: inc/section.class.php:95 inc/question.class.php:176 +#: inc/targetticket.class.php:178 entrée standard:45 msgid "ID" msgstr "" -#: inc/issue.class.php:543 inc/form.class.php:503 inc/form.class.php:2157 +#: inc/issue.class.php:529 inc/form.class.php:503 inc/form.class.php:2158 #: entrée standard:65 msgid "Type" msgid_plural "Types" msgstr[0] "" msgstr[1] "" -#: inc/issue.class.php:556 inc/formanswer.class.php:260 +#: inc/issue.class.php:542 inc/formanswer.class.php:260 msgid "Status" msgstr "" -#: inc/issue.class.php:568 +#: inc/issue.class.php:554 msgid "Opening date" msgstr "" -#: inc/issue.class.php:577 +#: inc/issue.class.php:563 msgid "Last update" msgstr "" -#: inc/issue.class.php:586 inc/abstracttarget.class.php:518 +#: inc/issue.class.php:572 inc/abstracttarget.class.php:518 msgid "Entity" msgid_plural "Entities" msgstr[0] "" msgstr[1] "" -#: inc/issue.class.php:596 inc/notificationtargetformanswer.class.php:79 +#: inc/issue.class.php:582 inc/notificationtargetformanswer.class.php:79 #: inc/target_actor.class.php:83 inc/formanswer.class.php:219 -#: inc/formanswer.class.php:618 inc/abstractitiltarget.class.php:1724 +#: inc/formanswer.class.php:671 inc/abstractitiltarget.class.php:1724 entrée +#: standard:48 msgid "Requester" msgid_plural "Requesters" msgstr[0] "" msgstr[1] "" -#: inc/issue.class.php:614 inc/formanswer.class.php:229 +#: inc/issue.class.php:600 inc/formanswer.class.php:229 msgid "Form approver" msgstr "" -#: inc/issue.class.php:630 inc/formanswer.class.php:544 -#: inc/formanswer.class.php:551 inc/formanswer.class.php:633 +#: inc/issue.class.php:624 inc/formanswer.class.php:597 +#: inc/formanswer.class.php:604 inc/formanswer.class.php:686 #: inc/form_language.class.php:227 msgid "Comment" msgstr "" -#: inc/issue.class.php:642 +#: inc/issue.class.php:636 msgid "Ticket approver" msgstr "" @@ -663,46 +675,50 @@ msgstr "" msgid "Technician" msgstr "" -#: inc/issue.class.php:708 +#: inc/issue.class.php:707 msgid "Technician group" msgstr "" -#: inc/issue.class.php:741 inc/formanswer.class.php:249 +#: inc/issue.class.php:743 inc/formanswer.class.php:249 msgid "Form approver group" msgstr "" -#: inc/issue.class.php:853 +#: inc/issue.class.php:765 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:900 #, php-format msgid "%1$s %2$s" msgstr "" -#: inc/issue.class.php:1115 inc/filter/itilcategoryfilter.class.php:56 -#: hook.php:629 +#: inc/issue.class.php:1162 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:644 msgid "All" msgstr "" -#: inc/issue.class.php:1121 hook.php:630 +#: inc/issue.class.php:1168 hook.php:645 msgid "New" msgstr "" -#: inc/issue.class.php:1127 hook.php:631 +#: inc/issue.class.php:1174 hook.php:646 msgid "Assigned" msgstr "" -#: inc/issue.class.php:1133 inc/formanswer.class.php:76 -#: inc/form_validator.class.php:69 hook.php:632 +#: inc/issue.class.php:1180 inc/formanswer.class.php:77 +#: inc/form_validator.class.php:69 hook.php:647 msgid "Waiting" msgstr "" -#: inc/issue.class.php:1139 hook.php:633 +#: inc/issue.class.php:1186 hook.php:648 msgid "To validate" msgstr "" -#: inc/issue.class.php:1145 hook.php:634 +#: inc/issue.class.php:1192 hook.php:649 msgid "Solved" msgstr "" -#: inc/issue.class.php:1151 hook.php:635 +#: inc/issue.class.php:1198 hook.php:650 msgid "Closed" msgstr "" @@ -724,19 +740,19 @@ msgstr "" msgid "The form as been saved" msgstr "" -#: inc/notificationtargetformanswer.class.php:44 install/install.php:408 +#: inc/notificationtargetformanswer.class.php:44 install/install.php:409 msgid "A form need to be validate" msgstr "" -#: inc/notificationtargetformanswer.class.php:45 install/install.php:414 +#: inc/notificationtargetformanswer.class.php:45 install/install.php:415 msgid "The form is refused" msgstr "" -#: inc/notificationtargetformanswer.class.php:46 install/install.php:420 +#: inc/notificationtargetformanswer.class.php:46 install/install.php:421 msgid "The form is accepted" msgstr "" -#: inc/notificationtargetformanswer.class.php:47 install/install.php:426 +#: inc/notificationtargetformanswer.class.php:47 install/install.php:427 msgid "The form is deleted" msgstr "" @@ -754,6 +770,7 @@ msgid "Validator" msgstr "" #: inc/notificationtargetformanswer.class.php:81 inc/formanswer.class.php:240 +#: entrée standard:49 msgid "Creation date" msgstr "" @@ -864,86 +881,86 @@ msgstr "" msgid "Failed to find a supplier: %1$s" msgstr "" -#: inc/formanswer.class.php:77 inc/form_validator.class.php:71 +#: inc/formanswer.class.php:78 inc/form_validator.class.php:71 msgid "Refused" msgstr "" -#: inc/formanswer.class.php:78 inc/form_validator.class.php:70 +#: inc/formanswer.class.php:79 inc/form_validator.class.php:70 msgid "Accepted" msgstr "" -#: inc/formanswer.class.php:184 +#: inc/formanswer.class.php:185 msgid "Form answer" msgid_plural "Form answers" msgstr[0] "" msgstr[1] "" -#: inc/formanswer.class.php:529 +#: inc/formanswer.class.php:582 msgid "Print this form" msgstr "" -#: inc/formanswer.class.php:554 +#: inc/formanswer.class.php:607 msgid "Form accepted by validator." msgstr "" -#: inc/formanswer.class.php:556 +#: inc/formanswer.class.php:609 msgid "Form successfully saved." msgstr "" -#: inc/formanswer.class.php:626 inc/formaccesstype.class.php:122 +#: inc/formanswer.class.php:679 inc/formaccesstype.class.php:122 msgid "Save" msgstr "" -#: inc/formanswer.class.php:638 +#: inc/formanswer.class.php:691 msgid "Required if refused" msgstr "" -#: inc/formanswer.class.php:644 +#: inc/formanswer.class.php:697 msgid "Refuse" msgstr "" -#: inc/formanswer.class.php:652 +#: inc/formanswer.class.php:705 msgid "Edit answers" msgstr "" -#: inc/formanswer.class.php:658 +#: inc/formanswer.class.php:711 msgid "Cancel edition" msgstr "" -#: inc/formanswer.class.php:665 +#: inc/formanswer.class.php:718 msgid "Accept" msgstr "" -#: inc/formanswer.class.php:688 +#: inc/formanswer.class.php:741 msgid "Refused comment is required!" msgstr "" -#: inc/formanswer.class.php:762 +#: inc/formanswer.class.php:823 msgid "You are not the validator of these answers" msgstr "" -#: inc/formanswer.class.php:895 +#: inc/formanswer.class.php:962 #, php-format msgid "Item sucessfully added: %1$s (%2$s: %3$s)" msgstr "" -#: inc/formanswer.class.php:977 inc/formanswer.class.php:979 +#: inc/formanswer.class.php:1044 inc/formanswer.class.php:1046 msgid "Form data" msgstr "" -#: inc/formanswer.class.php:1105 inc/formanswer.class.php:1157 +#: inc/formanswer.class.php:1172 inc/formanswer.class.php:1224 msgid "Cannot generate targets!" msgstr "" -#: inc/formanswer.class.php:1281 +#: inc/formanswer.class.php:1369 msgid "No turing test set" msgstr "" -#: inc/formanswer.class.php:1286 +#: inc/formanswer.class.php:1375 msgid "You failed the Turing test" msgstr "" -#: inc/formanswer.class.php:1326 +#: inc/formanswer.class.php:1399 msgid "You must select validator!" msgstr "" @@ -955,15 +972,15 @@ msgstr "" msgid "Failed to delete this issue. An internal error occured." msgstr "" -#: inc/common.class.php:780 +#: inc/common.class.php:783 msgid "Seek assistance" msgstr "" -#: inc/common.class.php:785 +#: inc/common.class.php:788 inc/common.class.php:792 msgid "My requests for assistance" msgstr "" -#: inc/common.class.php:815 +#: inc/common.class.php:827 msgid "Consult feeds" msgstr "" @@ -995,14 +1012,14 @@ msgid_plural "Form languages" msgstr[0] "" msgstr[1] "" -#: inc/form_language.class.php:72 +#: inc/form_language.class.php:72 inc/form_language.class.php:348 msgid "Translation" msgid_plural "Translations" msgstr[0] "" msgstr[1] "" -#: inc/form_language.class.php:111 inc/form.class.php:1076 -#: inc/form.class.php:1201 inc/abstracttarget.class.php:161 +#: inc/form_language.class.php:111 inc/form.class.php:1077 +#: inc/form.class.php:1202 inc/abstracttarget.class.php:161 #: inc/abstractitiltarget.class.php:1544 msgid "The name cannot be empty!" msgstr "" @@ -1015,7 +1032,7 @@ msgstr "" msgid "Add a translation" msgstr "" -#: inc/form_language.class.php:283 js/scripts.js:1156 +#: inc/form_language.class.php:283 js/scripts.js:1162 msgid "Update a translation" msgstr "" @@ -1073,7 +1090,7 @@ msgid "No" msgstr "" #: inc/form_validator.class.php:295 inc/targetproblem.class.php:146 -#: inc/entityconfig.class.php:411 inc/targetchange.class.php:483 +#: inc/entityconfig.class.php:437 inc/targetchange.class.php:483 #: inc/targetticket.class.php:316 inc/targetticket.class.php:351 #: inc/abstractitiltarget.class.php:2031 msgctxt "button" @@ -1134,122 +1151,134 @@ msgstr "" msgid "Symptom" msgstr "" -#: inc/entityconfig.class.php:90 inc/entityconfig.class.php:99 -#: inc/entityconfig.class.php:107 inc/entityconfig.class.php:115 -#: inc/entityconfig.class.php:123 inc/entityconfig.class.php:131 -#: inc/entityconfig.class.php:139 inc/entityconfig.class.php:147 -#: inc/entityconfig.class.php:155 +#: inc/entityconfig.class.php:92 inc/entityconfig.class.php:101 +#: inc/entityconfig.class.php:109 inc/entityconfig.class.php:117 +#: inc/entityconfig.class.php:125 inc/entityconfig.class.php:133 +#: inc/entityconfig.class.php:141 inc/entityconfig.class.php:149 +#: inc/entityconfig.class.php:157 inc/entityconfig.class.php:165 msgid "Inheritance of the parent entity" msgstr "" -#: inc/entityconfig.class.php:91 +#: inc/entityconfig.class.php:93 msgid "GLPi's helpdesk" msgstr "" -#: inc/entityconfig.class.php:92 +#: inc/entityconfig.class.php:94 msgid "Service catalog simplified" msgstr "" -#: inc/entityconfig.class.php:93 +#: inc/entityconfig.class.php:95 msgid "Service catalog extended" msgstr "" -#: inc/entityconfig.class.php:100 +#: inc/entityconfig.class.php:102 msgid "All available forms" msgstr "" -#: inc/entityconfig.class.php:101 +#: inc/entityconfig.class.php:103 msgid "Only default forms" msgstr "" -#: inc/entityconfig.class.php:108 +#: inc/entityconfig.class.php:110 msgid "Popularity sort" msgstr "" -#: inc/entityconfig.class.php:109 +#: inc/entityconfig.class.php:111 msgid "Alphabetic sort" msgstr "" -#: inc/entityconfig.class.php:116 +#: inc/entityconfig.class.php:118 msgid "Merged with Forms" msgstr "" -#: inc/entityconfig.class.php:117 +#: inc/entityconfig.class.php:119 msgid "Distinct menu entry" msgstr "" -#: inc/entityconfig.class.php:124 inc/entityconfig.class.php:132 -#: inc/entityconfig.class.php:140 inc/entityconfig.class.php:148 +#: inc/entityconfig.class.php:126 inc/entityconfig.class.php:134 +#: inc/entityconfig.class.php:142 inc/entityconfig.class.php:150 #: inc/form.class.php:285 entrée standard:100 msgid "Visible" msgstr "" -#: inc/entityconfig.class.php:125 inc/entityconfig.class.php:133 -#: inc/entityconfig.class.php:141 inc/entityconfig.class.php:149 +#: inc/entityconfig.class.php:127 inc/entityconfig.class.php:135 +#: inc/entityconfig.class.php:143 inc/entityconfig.class.php:151 msgid "Hidden" msgstr "" -#: inc/entityconfig.class.php:156 +#: inc/entityconfig.class.php:158 msgid "Variable height" msgstr "" -#: inc/entityconfig.class.php:157 +#: inc/entityconfig.class.php:159 msgid "Uniform height" msgstr "" -#: inc/entityconfig.class.php:253 +#: inc/entityconfig.class.php:166 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:263 msgid "Helpdesk" msgstr "" -#: inc/entityconfig.class.php:261 inc/entityconfig.class.php:425 entrée +#: inc/entityconfig.class.php:271 inc/entityconfig.class.php:451 entrée #: standard:44 msgid "Helpdesk mode" msgstr "" -#: inc/entityconfig.class.php:272 +#: inc/entityconfig.class.php:282 msgid "Default Form list mode" msgstr "" -#: inc/entityconfig.class.php:290 inc/entityconfig.class.php:435 +#: inc/entityconfig.class.php:300 inc/entityconfig.class.php:461 msgid "Sort order" msgstr "" -#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:445 +#: inc/entityconfig.class.php:316 inc/entityconfig.class.php:471 msgid "Knowledge base" msgstr "" -#: inc/entityconfig.class.php:321 +#: inc/entityconfig.class.php:331 msgid "Search" msgstr "" -#: inc/entityconfig.class.php:337 +#: inc/entityconfig.class.php:347 msgid "Counters dashboard" msgstr "" -#: inc/entityconfig.class.php:353 +#: inc/entityconfig.class.php:363 msgid "Header message" msgstr "" -#: inc/entityconfig.class.php:369 +#: inc/entityconfig.class.php:379 msgid "Search issue" msgstr "" -#: inc/entityconfig.class.php:385 +#: inc/entityconfig.class.php:395 msgid "Tile design" msgstr "" -#: inc/entityconfig.class.php:397 inc/entityconfig.class.php:475 +#: inc/entityconfig.class.php:411 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:423 inc/entityconfig.class.php:501 #: inc/form.class.php:239 entrée standard:84 msgid "Header" msgid_plural "Headers" msgstr[0] "" msgstr[1] "" -#: inc/entityconfig.class.php:455 +#: inc/entityconfig.class.php:481 msgid "Display search field" msgstr "" -#: inc/entityconfig.class.php:465 +#: inc/entityconfig.class.php:491 msgid "Display header" msgstr "" @@ -1283,7 +1312,7 @@ msgstr "" msgid "Answers waiting for validation" msgstr "" -#: inc/form.class.php:124 inc/form.class.php:1619 inc/form.class.php:1645 +#: inc/form.class.php:124 inc/form.class.php:1620 inc/form.class.php:1646 msgid "Import forms" msgstr "" @@ -1336,7 +1365,7 @@ msgstr "" msgid "All languages" msgstr "" -#: inc/form.class.php:502 inc/form.class.php:561 +#: inc/form.class.php:502 inc/form.class.php:562 msgid "Target" msgid_plural "Targets" msgstr[0] "" @@ -1346,197 +1375,197 @@ msgstr[1] "" msgid "Actions" msgstr "" -#: inc/form.class.php:544 inc/form.class.php:2145 +#: inc/form.class.php:544 inc/form.class.php:2146 msgid "Add a target" msgstr "" -#: inc/form.class.php:564 +#: inc/form.class.php:565 msgid "Preview" msgstr "" -#: inc/form.class.php:565 +#: inc/form.class.php:566 msgid "properties" msgstr "" -#: inc/form.class.php:884 +#: inc/form.class.php:885 msgid "What are you looking for?" msgstr "" -#: inc/form.class.php:893 +#: inc/form.class.php:894 #, php-format msgid "My %1$d last forms (requester)" msgstr "" -#: inc/form.class.php:920 +#: inc/form.class.php:921 msgid "No form posted yet" msgstr "" -#: inc/form.class.php:948 +#: inc/form.class.php:949 msgid "All my forms (requester)" msgstr "" -#: inc/form.class.php:961 +#: inc/form.class.php:962 #, php-format msgid "My %1$d last forms (validator)" msgstr "" -#: inc/form.class.php:988 +#: inc/form.class.php:989 msgid "No form waiting for validation" msgstr "" -#: inc/form.class.php:1016 +#: inc/form.class.php:1017 msgid "All my forms (validator)" msgstr "" -#: inc/form.class.php:1212 +#: inc/form.class.php:1213 msgid "Cannot use empty name for form answers. Keeping the previous value." msgstr "" -#: inc/form.class.php:1307 +#: inc/form.class.php:1308 #, php-format msgid "The question %s is not compatible with public forms" msgstr "" -#: inc/form.class.php:1387 +#: inc/form.class.php:1388 msgid "Errored duplicate" msgstr "" -#: inc/form.class.php:1398 +#: inc/form.class.php:1399 msgid "Duplicate" msgstr "" -#: inc/form.class.php:1445 +#: inc/form.class.php:1446 msgctxt "button" msgid "Post" msgstr "" -#: inc/form.class.php:1463 +#: inc/form.class.php:1464 #, php-format msgid "Form duplicated: %s" msgstr "" -#: inc/form.class.php:1474 +#: inc/form.class.php:1475 #, php-format msgid "Form Transfered: %s" msgstr "" -#: inc/form.class.php:1493 +#: inc/form.class.php:1494 msgid "Back" msgstr "" -#: inc/form.class.php:1592 +#: inc/form.class.php:1593 msgid "Upload of JSON files not allowed." msgstr "" -#: inc/form.class.php:1595 +#: inc/form.class.php:1596 msgid "You may allow JSON files right now." msgstr "" -#: inc/form.class.php:1596 +#: inc/form.class.php:1597 msgctxt "button" msgid "Create" msgstr "" -#: inc/form.class.php:1599 inc/form.class.php:1610 +#: inc/form.class.php:1600 inc/form.class.php:1611 msgid "Please contact your GLPI administrator." msgstr "" -#: inc/form.class.php:1600 inc/form.class.php:1611 +#: inc/form.class.php:1601 inc/form.class.php:1612 msgctxt "button" msgid "Back" msgstr "" -#: inc/form.class.php:1603 +#: inc/form.class.php:1604 msgid "Upload of JSON files not enabled." msgstr "" -#: inc/form.class.php:1606 inc/form.class.php:1609 +#: inc/form.class.php:1607 inc/form.class.php:1610 msgid "You may enable JSON files right now." msgstr "" -#: inc/form.class.php:1607 +#: inc/form.class.php:1608 msgctxt "button" msgid "Enable" msgstr "" -#: inc/form.class.php:1654 +#: inc/form.class.php:1655 msgctxt "button" msgid "Send" msgstr "" -#: inc/form.class.php:1673 +#: inc/form.class.php:1674 msgid "Forms import impossible, the file is empty" msgstr "" -#: inc/form.class.php:1677 inc/form.class.php:1681 +#: inc/form.class.php:1678 inc/form.class.php:1682 msgid "Forms import impossible, the file seems corrupt" msgstr "" -#: inc/form.class.php:1687 +#: inc/form.class.php:1688 msgid "Forms import impossible, the file was generated with another version" msgstr "" -#: inc/form.class.php:1694 +#: inc/form.class.php:1695 msgid "" "The file does not specifies the schema version. It was probably generated " "with a version older than 2.10. Giving up." msgstr "" -#: inc/form.class.php:1720 +#: inc/form.class.php:1721 #, php-format msgid "Failed to import %s" msgstr "" -#: inc/form.class.php:1725 +#: inc/form.class.php:1726 #, php-format msgid "Forms successfully imported from %s" msgstr "" -#: inc/form.class.php:1788 +#: inc/form.class.php:1789 #, php-format msgid "The form %1$s already exists and is in an unmodifiable entity." msgstr "" -#: inc/form.class.php:1796 +#: inc/form.class.php:1797 #, php-format msgid "You don't have right to update the entity %1$s." msgstr "" -#: inc/form.class.php:1806 +#: inc/form.class.php:1807 #, php-format msgid "The entity %1$s is required for the form %2$s." msgstr "" -#: inc/form.class.php:1888 +#: inc/form.class.php:1889 msgid "Failed to create JSON document type" msgstr "" -#: inc/form.class.php:1895 +#: inc/form.class.php:1896 msgid "JSON document type not found" msgstr "" -#: inc/form.class.php:1902 +#: inc/form.class.php:1903 msgid "Failed to update JSON document type" msgstr "" -#: inc/form.class.php:1922 +#: inc/form.class.php:1923 msgid "Forms without category" msgstr "" -#: inc/form.class.php:1943 +#: inc/form.class.php:1944 msgid "No form available" msgstr "" -#: inc/form.class.php:2176 inc/targetticket.class.php:391 +#: inc/form.class.php:2177 inc/targetticket.class.php:391 #: inc/abstractitiltarget.class.php:1748 inc/abstractitiltarget.class.php:2031 msgid "Add" msgstr "" -#: inc/form.class.php:2194 inc/form.class.php:2217 +#: inc/form.class.php:2195 inc/form.class.php:2218 msgid "Unsupported target type." msgstr "" -#: inc/form.class.php:2251 +#: inc/form.class.php:2252 msgid "plugin_formcreator_load_check" msgstr "" @@ -1566,6 +1595,12 @@ msgstr "" msgid "Check list" msgstr "" +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" + #: inc/section.class.php:71 entrée standard:53 standard:44 msgid "Section" msgid_plural "Sections" @@ -1573,7 +1608,7 @@ msgstr[0] "" msgstr[1] "" #: inc/section.class.php:123 inc/section.class.php:164 -#: inc/question.class.php:312 +#: inc/question.class.php:332 msgid "The title is required" msgstr "" @@ -1582,94 +1617,86 @@ msgstr "" msgid "Failed to find %1$s %2$s" msgstr "" -#: inc/question.class.php:70 inc/abstractitiltarget.class.php:1082 entrée +#: inc/question.class.php:72 inc/abstractitiltarget.class.php:1082 entrée #: standard:41 msgid "Question" msgid_plural "Questions" msgstr[0] "" msgstr[1] "" -#: inc/question.class.php:228 entrée standard:37 +#: inc/question.class.php:248 entrée standard:37 msgid "Count of conditions" msgstr "" -#: inc/question.class.php:320 -msgid "The field type is required" -msgstr "" - -#: inc/question.class.php:327 +#: inc/question.class.php:340 msgid "The section is required" msgstr "" -#: inc/question.class.php:339 +#: inc/question.class.php:352 #, php-format msgid "Field type %1$s is not available for question %2$s." msgstr "" -#: inc/question.class.php:353 +#: inc/question.class.php:366 msgid "This type of question is not compatible with public forms." msgstr "" -#: inc/question.class.php:362 -msgid "This type of question requires parameters" +#: inc/question.class.php:455 +msgid "The field type cannot be changed. Delete then recreate the question." msgstr "" -#: inc/question.class.php:368 -msgid "A parameter is missing for this question type" -msgstr "" - -#: inc/question.class.php:1178 +#: inc/question.class.php:1163 msgid "Service levels" msgstr "" -#: inc/question.class.php:1179 inc/abstractitiltarget.class.php:805 +#: inc/question.class.php:1164 inc/abstractitiltarget.class.php:805 msgid "SLA" msgstr "" -#: inc/question.class.php:1180 inc/abstractitiltarget.class.php:878 +#: inc/question.class.php:1165 inc/abstractitiltarget.class.php:878 msgid "OLA" msgstr "" -#: inc/question.class.php:1197 inc/question.class.php:1238 -#: inc/question.class.php:1241 +#: inc/question.class.php:1182 inc/question.class.php:1223 +#: inc/question.class.php:1226 msgid "Assets" msgstr "" -#: inc/question.class.php:1211 hook.php:643 hook.php:660 +#: inc/question.class.php:1196 hook.php:658 hook.php:675 msgid "Assistance" msgstr "" -#: inc/question.class.php:1217 +#: inc/question.class.php:1202 msgid "Management" msgstr "" -#: inc/question.class.php:1226 +#: inc/question.class.php:1211 msgid "Tools" msgstr "" -#: inc/question.class.php:1227 +#: inc/question.class.php:1212 msgid "Notes" msgstr "" -#: inc/question.class.php:1228 +#: inc/question.class.php:1213 msgid "RSS feed" msgstr "" -#: inc/question.class.php:1230 +#: inc/question.class.php:1215 msgid "Administration" msgstr "" -#: inc/question.class.php:1238 inc/question.class.php:1241 +#: inc/question.class.php:1223 inc/question.class.php:1226 msgid "Plugin" msgid_plural "Plugins" msgstr[0] "" msgstr[1] "" -#: inc/abstractquestionparameter.class.php:92 +#: inc/abstractquestionparameter.class.php:98 msgid "Parameter" msgstr "" -#: inc/abstractquestionparameter.class.php:99 +#: inc/abstractquestionparameter.class.php:105 msgid "Field name" msgstr "" @@ -1878,7 +1905,7 @@ msgstr "" msgid "Failed to link the item" msgstr "" -#: inc/targetticket.class.php:924 install/install.php:421 +#: inc/targetticket.class.php:924 install/install.php:422 msgid "Your form has been accepted by the validator" msgstr "" @@ -2101,72 +2128,72 @@ msgstr "" msgid "Tech group from the object" msgstr "" -#: install/install.php:130 +#: install/install.php:131 #, php-format msgid "Upgrade tables to innoDB; run %s" msgstr "" -#: install/install.php:160 +#: install/install.php:161 #, php-format msgid "" "The database schema is not consistent with the installed Formcreator %s. To " "see the logs run the command %s" msgstr "" -#: install/install.php:169 +#: install/install.php:170 #, php-format msgid "To ignore the inconsistencies and upgrade anyway run %s" msgstr "" -#: install/install.php:187 +#: install/install.php:188 msgid "" "Upgrade from version older than 2.5.0 is no longer supported. Please upgrade " "to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to " "GLPI 10 or later and Formcreator 2.13 or later." msgstr "" -#: install/install.php:239 +#: install/install.php:240 #, php-format msgid "" "The database schema is not consistent with the installed Formcreator %s. To " "see the logs enable the plugin and run the command %s" msgstr "" -#: install/install.php:250 +#: install/install.php:251 msgid "The tables of the plugin passed the schema integrity check." msgstr "" -#: install/install.php:402 +#: install/install.php:403 msgid "A form has been created" msgstr "" -#: install/install.php:403 +#: install/install.php:404 msgid "Your request has been saved" msgstr "" -#: install/install.php:404 +#: install/install.php:405 msgid "" "Hi,\\nYour request from GLPI has been successfully saved with number " "##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " "see your answers onto the following link:\\n##formcreator.validation_link##" msgstr "" -#: install/install.php:409 +#: install/install.php:410 msgid "A form from GLPI need to be validate" msgstr "" -#: install/install.php:410 +#: install/install.php:411 msgid "" "Hi,\\nA form from GLPI need to be validate and you have been choosen as the " "validator.\\nYou can access it by clicking onto this link:\\n##formcreator." "validation_link##" msgstr "" -#: install/install.php:415 +#: install/install.php:416 msgid "Your form has been refused by the validator" msgstr "" -#: install/install.php:416 +#: install/install.php:417 msgid "" "Hi,\\nWe are sorry to inform you that your form has been refused by the " "validator for the reason below:\\n##formcreator." @@ -2174,77 +2201,77 @@ msgid "" "onto this link:\\n##formcreator.validation_link##" msgstr "" -#: install/install.php:422 +#: install/install.php:423 msgid "" "Hi,\\nWe are pleased to inform you that your form has been accepted by the " "validator.\\nYour request will be considered soon." msgstr "" -#: install/install.php:427 +#: install/install.php:428 msgid "Your form has been deleted by an administrator" msgstr "" -#: install/install.php:428 +#: install/install.php:429 msgid "" "Hi,\\nWe are sorry to inform you that your request cannot be considered and " "has been deleted by an administrator." msgstr "" -#: install/install.php:654 +#: install/install.php:655 msgid "Formcreator - Sync service catalog issues" msgstr "" -#: install/install.php:842 +#: install/install.php:843 msgid "Failed to check the sanity of the tables!" msgstr "" -#: install/install.php:856 +#: install/install.php:857 #, php-format msgid "Table schema differs for table \"%s\"." msgstr "" -#: install/install.php:859 +#: install/install.php:860 #, php-format msgid "Table \"%s\" is missing." msgstr "" -#: install/install.php:862 +#: install/install.php:863 #, php-format msgid "Unknown table \"%s\" has been found in database." msgstr "" -#: hook.php:317 +#: hook.php:332 msgctxt "button" msgid "Duplicate" msgstr "" -#: hook.php:318 +#: hook.php:333 msgid "Transfer" msgstr "" -#: hook.php:319 +#: hook.php:334 msgctxt "button" msgid "Export" msgstr "" -#: hook.php:619 +#: hook.php:634 msgid "Cancel my ticket" msgstr "" -#: hook.php:637 +#: hook.php:652 msgid "Old" msgstr "" -#: hook.php:644 +#: hook.php:659 #, php-format msgid "Number of %s" msgstr "" -#: hook.php:661 +#: hook.php:676 msgid "Issues summary" msgstr "" -#: hook.php:699 +#: hook.php:714 msgid "" "Formcreator's mini dashboard not usable as default. This Setting has been " "ignored." @@ -2262,35 +2289,35 @@ msgstr "" msgid "No FAQ item found." msgstr "" -#: js/scripts.js:686 +#: js/scripts.js:687 msgid "Are you sure you want to delete this question?" msgstr "" -#: js/scripts.js:869 +#: js/scripts.js:871 msgid "Are you sure you want to delete this section?" msgstr "" -#: js/scripts.js:1109 +#: js/scripts.js:1115 msgid "Add translations" msgstr "" -#: js/scripts.js:1256 js/scripts.js:1280 +#: js/scripts.js:1262 js/scripts.js:1286 msgid "An error occured while querying forms" msgstr "" -#: js/scripts.js:1396 entrée standard:139 +#: js/scripts.js:1402 entrée standard:139 msgid "Send" msgstr "" -#: js/scripts.js:1405 +#: js/scripts.js:1411 msgid "An internal error occurred. Please report it to administrator." msgstr "" -#: js/scripts.js:1446 +#: js/scripts.js:1452 msgid "Are you sure you want to delete this target:" msgstr "" -#: entrée standard:43 standard:50 standard:44 standard:49 standard:78 +#: entrée standard:43 standard:50 standard:44 standard:49 standard:79 msgid "Required" msgstr "" @@ -2309,10 +2336,6 @@ msgid_plural "LDAP directories" msgstr[0] "" msgstr[1] "" -#: entrée standard:68 -msgid "Filter" -msgstr "" - #: entrée standard:78 msgid "Attribute" msgstr "" @@ -2349,7 +2372,7 @@ msgstr "" msgid "Condition to generate the target" msgstr "" -#: entrée standard:127 +#: entrée standard:128 msgid "Condition to show the question" msgstr "" @@ -2373,6 +2396,15 @@ msgstr "" msgid "Condition to show the submit button" msgstr "" +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + #: entrée standard:83 msgid "Add a question" msgstr ""