# configuration/strings/code.strings.ts

> 4 lines of code and 4 definitions.

Tree: Site tree
Language: typescript
Layer: product
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-strings-code-strings-ts
Source text: https://banes-lab.com/assets/sources/source.31e19d4e8e7d4c45797e02edf678ed169b012a5ff7067e7a057dd790cf996ce2.generated.txt

## Definitions

- `VIEW_FULL_CODE_TITLE` (lexical_declaration, line 1, exported)
- `LINES_SUFFIX` (lexical_declaration, line 3, exported)
- `CLOSE_TITLE` (lexical_declaration, line 5, exported)
- `CLOSE_DIALOG_LABEL` (lexical_declaration, line 7, exported)

## Source

```typescript
export const VIEW_FULL_CODE_TITLE = "View full code";

export const LINES_SUFFIX = " lines";

export const CLOSE_TITLE = "Close";

export const CLOSE_DIALOG_LABEL = "Close dialog";
```
