9 lines
431 B
PHP
9 lines
431 B
PHP
<?php
|
|
|
|
$a->strings["\"Show more\" Settings"] = "Configuració de \"Mostrar més\"";
|
|
$a->strings["Enable Show More"] = "Habilita Mostrar Més";
|
|
$a->strings["Cutting posts after how much characters"] = "Tallar els missatges després de quants caràcters";
|
|
$a->strings["Submit"] = "Enviar";
|
|
$a->strings["Show More Settings saved."] = "Guardada la configuració de \"Mostra Més\".";
|
|
$a->strings["show more"] = "Mostrar més";
|