theme_pluxml_hadoly/lang/oc.php

57 lines
1.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$LANG = array(
#header.php
'MENU' => 'Menú',
'HOME' => 'Acuèlh',
'GOTO_CONTENT' => 'Anar al contengut',
'GOTO_MENU' => 'Anar al menú',
'COMMENTS_RSS_FEEDS' => 'Fil Rss dels comentaris',
'COMMENTS' => 'Fil dels comentaris',
'ARTICLES_RSS_FEEDS' => 'Fil Rss dels articles',
'ARTICLES' => 'Fil dels articles',
# sidebar.php
'CATEGORIES' => 'Categorias',
'LATEST_ARTICLES' => 'Darrièrs articles',
'LATEST_COMMENTS' => 'Darrièrs comentaris',
'ARCHIVES' => 'Archius',
# footer.php
'POWERED_BY' => 'Generat per',
'PLUXML_DESCRIPTION' => 'Blòg o Cms sens basa de donadas',
'IN' => 'en',
'ADMINISTRATION' => 'Administracion',
'GOTO_TOP' => 'Pujar amont',
'TOP' => 'Naut de pagina',
# erreur.php
'ERROR' => 'La pagina quavètz demandada existís pas',
'BACKTO_HOME' => 'Tornar a la pagina dacuèlh',
# common
'WRITTEN_BY' => 'Redigit per',
'CLASSIFIED_IN' => 'Classat dins',
'TAGS' => 'Mots claus',
# commentaires.php
'SAID' => 'a dich',
'WRITE_A_COMMENT' => 'Escriure un comentari',
'NAME' => 'Vòstre nom o escais-nom',
'WEBSITE' => 'Vòstre site Internet (facultatiu)',
'EMAIL' => 'Vòstre corrièl (facultatiu)',
'COMMENT' => 'Contengut de vòstre messatge',
'CLEAR' => 'Escafar',
'SEND' => 'Mandar vòstre comentari',
'COMMENTS_CLOSED' => 'Los comentaris son barrats',
'ANTISPAM_WARNING' => 'Verificacion anti-spam',
'REPLY' => 'Responder',
'REPLY_TO' => 'Responder',
'CANCEL' => 'Anullar',
);
?>