forked from friendica/friendica-addons
12 lines
539 B
PHP
12 lines
539 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Altpager settings updated."] = "";
|
||
|
$a->strings["Alternate Pagination Setting"] = "";
|
||
|
$a->strings["Use links to __DQ__newer__DQ__ and __DQ__older__DQ__ pages in place of page numbers?"] = "";
|
||
|
$a->strings["Submit"] = "Potwierdź";
|
||
|
$a->strings["Global"] = "Ogólne";
|
||
|
$a->strings["Force global use of the alternate pager"] = "";
|
||
|
$a->strings["Individual"] = "Indywidualne";
|
||
|
$a->strings["Each user chooses whether to use the alternate pager"] = "";
|
||
|
$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
|