cs.po 887 B

1234567891011121314151617181920212223242526
  1. # Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  2. msgid ""
  3. msgstr ""
  4. "Language-Team: Czech (https://www.transifex.com/ckeditor/teams/11143/cs/)\n"
  5. "Language: cs\n"
  6. "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"
  7. msgctxt "Toolbar button tooltip for aligning the text to the left."
  8. msgid "Align left"
  9. msgstr "Zarovnat vlevo"
  10. msgctxt "Toolbar button tooltip for aligning the text to the right."
  11. msgid "Align right"
  12. msgstr "Zarovnat vpravo"
  13. msgctxt "Toolbar button tooltip for aligning the text to center."
  14. msgid "Align center"
  15. msgstr "Zarovnat na střed"
  16. msgctxt "Toolbar button tooltip for making the text justified."
  17. msgid "Justify"
  18. msgstr "Zarovnat do bloku"
  19. msgctxt "Dropdown button tooltip for the text alignment feature."
  20. msgid "Text alignment"
  21. msgstr "Zarovnání textu"