Blame view
sources/apps/external/l10n/ast.php
209 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 9 |
<?php $TRANSLATIONS = array( "External Sites" => "Sitios esternos", "Name" => "Nome", "URL" => "URL", "Remove site" => "Desaniciar sitiu", "Add" => "Amestar" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |