File: pl_PL.inc

package info (click to toggle)
roundcube-plugin-message-highlight 4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: javascript: 445; php: 246; makefile: 37; xml: 18
file content (16 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$labels['mh_title'] = 'Wyróżnianie wiadomości';
$labels['mh_matches'] = 'pasuje do';
$labels['mh_color'] = 'kolor';
$labels['mh_delete'] = 'usuń';
$labels['mh_delete_description'] = 'Usuń tę linię';
$labels['mh_add'] = 'dodaj wiersz';
$labels['mh_add_description'] = 'Wstaw dodatkowy wiersz poniżej tego wiersza';
$labels['deleteconfirm'] = 'Naprawdę chcesz usunąć tę regułę?';

// these should never happen, but add anyways
$labels['headererror'] = 'Błąd w regule wiadomości';
$labels['inputempty'] = 'Jedno lub więcej twoich dopasowań jest puste';
$labels['invalidcolor'] = 'Nieprawidłowy kolor';

?>