File: pl_PL.inc

package info (click to toggle)
roundcube-plugin-listcommands 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: php: 145; xml: 18; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

$labels = array();
$labels['listcommands_mailinglist'] = 'Lista';
$labels['listcommands_help'] = 'Pomoc';
$labels['listcommands_subscribe'] = 'Subskrybuj';
$labels['listcommands_unsubscribe'] = 'Odsubskrybuj';
$labels['listcommands_post'] = 'Wyƛlij';
$labels['listcommands_admin'] = 'Kontakt z administratorem';
$labels['listcommands_archive'] = 'Archiwum listy';

?>