1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00
pluxml_ynh/sources/themes/defaut/lang/en.php

50 lines
1.2 KiB
PHP
Raw Normal View History

2014-11-12 22:01:48 +01:00
<?php
$LANG = array(
#header.php
'HOME' => 'Home',
'GOTO_CONTENT' => 'Goto content',
'GOTO_MENU' => 'Goto menu',
'COMMENTS_RSS_FEEDS' => 'Rss feeds comments',
'COMMENTS' => 'Comments',
'ARTICLES_RSS_FEEDS' => 'Rss feeds articles',
'ARTICLES' => 'Articles',
# sidebar.php
'CATEGORIES' => 'Categories',
'LATEST_ARTICLES' => 'Latest articles',
'LATEST_COMMENTS' => 'Latest comments',
'ARCHIVES' => 'Archives',
# footer.php
'POWERED_BY' => 'Powered by',
'PLUXML_DESCRIPTION' => 'Blog or Cms without database',
'IN' => 'in',
'ADMINISTRATION' => 'Administration',
'GOTO_TOP' => 'Goto top',
'TOP' => 'Top',
# erreur.php
'ERROR' => 'Error found',
'BACKTO_HOME' => 'Goto home',
# common
'WRITTEN_BY' => 'Written by',
'CLASSIFIED_IN' => 'Classified in',
'TAGS' => 'Tags',
# commentaires.php
'SAID' => 'said',
'WRITE_A_COMMENT' => 'Write a comment',
'NAME' => 'Name',
'WEBSITE' => 'Site (optional)',
'EMAIL' => 'E-mail (optional)',
'COMMENT' => 'Comment',
'CLEAR' => 'Clear',
'SEND' => 'Send',
'COMMENTS_CLOSED' => 'Comments are closed',
'ANTISPAM_WARNING' => 'Anti-spam checking',
);
?>