This repository has been archived on 2022-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
pluxml-theme-kazhnuz-space/lang/oc.php

52 lines
1.4 KiB
PHP
Executable File
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' => 'Menu',
'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 pseudò',
'WEBSITE' => 'Vòstre siti Internet (facultatiu)',
'EMAIL' => 'Vòstre corric (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',
);
?>