| 12345678910111213141516171819202122232425262728293031323334353637 |
- # Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
- #
- # !!! IMPORTANT !!!
- #
- # Before you edit this file, please keep in mind that contributing to the project
- # translations is possible ONLY via the Transifex online service.
- #
- # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
- #
- # To learn more, check out the official contributor's guide:
- # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
- #
- msgid ""
- msgstr ""
- "Language-Team: Czech (https://www.transifex.com/ckeditor/teams/11143/cs/)\n"
- "Language: cs\n"
- "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
- msgctxt "A label of the button indicating that using this button will make a selected text non–editable."
- msgid "Disable editing"
- msgstr "Zakázat úpravy"
- msgctxt "A label of the button indicating that using this button will make a selected text editable."
- msgid "Enable editing"
- msgstr "Povolit úpravy"
- msgctxt "A label of the button that moves selection to the previous editable region in the content."
- msgid "Previous editable region"
- msgstr "Předchozí upravitelná oblast"
- msgctxt "A label of the button that moves selection to the next editable region in the content."
- msgid "Next editable region"
- msgstr "Následující upravitelná oblast"
- msgctxt "A label of the dropdown that provides controls to navigate editable regions in the content."
- msgid "Navigate editable regions"
- msgstr "Procházet upravitelnými oblastmi"
|