view plugins/thunderbird_labels/localization/cs_CZ.inc @ 35:05c4c32948af

.hgignore: add vendor tree composer.json: new packages plugins/thunderbird_labels/thunderbird_labels.php: change hook and RFC822 use wrt whitelisting to avoid deprecated stuff index.php: commented debugging hooks others: new releases of vendor packages?
author Charlie Root
date Thu, 30 Aug 2018 16:21:59 -0400
parents 1e000243b222
children
line wrap: on
line source

<?php

$labels = array();
$labels['label'] = 'Štítky';
$labels['label0'] = 'Žádný štítek';
$labels['label1'] = 'Důležité';
$labels['label2'] = 'Pracovní';
$labels['label3'] = 'Osobní';
$labels['label4'] = 'Udělat';
$labels['label5'] = 'Později';

$labels['tb_label_options'] = 'Štítky';
$labels['tb_label_enable_option'] = 'Povolit štítky';
$labels['tb_label_enable_shortcuts_option'] = 'Povolit klávesové zkratky';
$labels['tb_label_button_label'] = 'Štítky';
$labels['tb_label_button_title'] = 'Nastavení štítků zprávy';
$labels['tb_label_contextmenu_title'] = 'Štítky';
$labels['tb_label_style_option'] = "Styl štítků";
$labels['tb_label_label'] = "Štítek";
$labels['thunderbird'] = "Thunderbird";
$labels['bullets'] = "Tečky";

$messages = array();