view plugins/thunderbird_labels/localization/sk_SK.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'] = 'Žiadny štítok';
$labels['label1'] = 'Uôležité';
$labels['label2'] = 'Pracovné';
$labels['label3'] = 'Osobné';
$labels['label4'] = 'Urobiť';
$labels['label5'] = 'Neskôr';

$labels['tb_label_options'] = 'Štítky';
$labels['tb_label_enable_option'] = 'Povoliť štítky';
$labels['tb_label_enable_shortcuts_option'] = 'Povoliť klávesové skratky';
$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'] = "Štýl štítkov";
$labels['tb_label_label'] = "Štítek";
$labels['thunderbird'] = "Thunderbird";
$labels['bullets'] = "Bodky";

$messages = array();