Blame view
sources/apps/imprint/l10n/eu.php
652 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array( "Legal notice" => "Lege oharra", "Nothing here yet" => "Ezer hemen oraindik", "The content of the legal notice has to be configured first" => "Lege oharraren edukia konfiguratu behar da lehenengo", "That configuration is done in the administration section." => "Konfigurazioa hau kudeaketa atalean eginda dago.", "That configuration has to be done by the system administration." => "Konfigurazioa sistema kudeatzaileak egin du.", "Imprint" => "Imprint", "Placement" => "Kokalekua", "Standalone app" => "Bakarkako aplikazioa", "Header left" => "Ezker goiburua", "Header right" => "Eskuin goiburua", "Content" => "Edukia" ); |