forked from friendica/friendica-addons
10 lines
360 B
PHP
10 lines
360 B
PHP
<?php
|
|
|
|
$a->strings["Altpager settings updated."] = "";
|
|
$a->strings["Alternate Pagination Setting"] = "";
|
|
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "";
|
|
$a->strings["Submit"] = "Lagre";
|
|
$a->strings["Global"] = "";
|
|
$a->strings["Individual"] = "";
|
|
$a->strings["Settings updated."] = "Innstillinger oppdatert.";
|