Lines Matching refs:strings
144 const strings = getStrings();
174 titleEl.textContent = strings.title;
175 titleLabel.textContent = strings.pageTitle;
176 namespaceLabel.textContent = strings.namespace;
177 modeLabel.textContent = strings.pageMode;
178 idLabel.textContent = strings.pageId;
179 cancelBtn.textContent = strings.cancel;
180 createBtn.textContent = strings.create;
191 {value: 'start', label: strings.pageModeStart},
192 {value: 'none', label: strings.pageModeNone},
193 {value: '@same@', label: strings.pageModeSame}
218 errorEl.textContent = strings.required;