561 | | 'title' => __( 'Insert/edit link' ), |
562 | | 'update' => __( 'Update' ), |
563 | | 'save' => __( 'Add Link' ), |
564 | | 'noTitle' => __( '(no title)' ), |
565 | | 'noMatchesFound' => __( 'No results found.' ), |
566 | | 'linkSelected' => __( 'Link selected.' ), |
567 | | 'linkInserted' => __( 'Link inserted.' ), |
| 561 | 'title' => __( 'Insert/edit link' ), |
| 562 | 'update' => __( 'Update' ), |
| 563 | 'save' => __( 'Add Link' ), |
| 564 | 'noTitle' => __( '(no title)' ), |
| 565 | 'noMatchesFound' => __( 'No results found.' ), |
| 566 | 'linkSelected' => __( 'Link selected.' ), |
| 567 | 'linkInserted' => __( 'Link inserted.' ), |
| 568 | /* translators: Input word length for incremental post search. Start searching from the number. */ |
| 569 | 'minimumWordLengthForSearch' => _x( '3', 'minimum input word length for searching internal links' ), |