mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
10 lines
214 B
PHP
10 lines
214 B
PHP
<?
|
|
# Polish (Polski) translation
|
|
# Translator: Jaroslaw Swierczynski <swiergot@gmail.com>
|
|
|
|
include_once("translator.inc");
|
|
global $_t;
|
|
|
|
$_t["pl"]["Hi, this is worth reading!"] = "Witaj, warto to przeczytać!";
|
|
|
|
?>
|