12 lines
647 B
PHP
12 lines
647 B
PHP
<?php
|
|
|
|
$a->strings["Altpager settings updated."] = "Ajustos de Altpagerr actualitzats.";
|
|
$a->strings["Alternate Pagination Setting"] = "Alternate Pagination Setting";
|
|
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Emprar enllaç a \"més nova\" i \"més antiga\" pàgina, en lloc de números de pàgina? ";
|
|
$a->strings["Submit"] = "Enviar";
|
|
$a->strings["Global"] = "";
|
|
$a->strings["Force global use of the alternate pager"] = "";
|
|
$a->strings["Individual"] = "";
|
|
$a->strings["Each user chooses whether to use the alternate pager"] = "";
|
|
$a->strings["Settings updated."] = "Ajustos actualitzats.";
|