Skip to content

Commit

Permalink
Merge pull request #158 from dokuwiki-translate/lang_update_782_17043…
Browse files Browse the repository at this point in the history
…26281

Translation update (en)
  • Loading branch information
Klap-in committed Jan 5, 2024
2 parents a5c6a56 + 60c4dcc commit 98622c2
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
23 changes: 12 additions & 11 deletions lang/en/lang.php
@@ -1,17 +1,18 @@
<?php

/**
* English language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Esther Brunner <wikidesign@gmail.com>
*
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
* @author Esther Brunner <wikidesign@gmail.com>
*/

// custom language strings for the plugin
$lang['page'] = 'Page';
$lang['date'] = 'Date';
$lang['user'] = 'User';
$lang['desc'] = 'Description';
$lang['diff'] = 'Differences';
$lang['summary'] = 'Edit summery';
$lang['diff_title'] = 'Show differences to current revisions';
$lang['diff_alt'] = 'Show differences to current revisions';
$lang['page'] = 'Page';
$lang['date'] = 'Date';
$lang['user'] = 'User';
$lang['desc'] = 'Description';
$lang['diff'] = 'Differences';
$lang['summary'] = 'Edit summary';
$lang['diff_title'] = 'Show differences to current revisions';
$lang['diff_alt'] = 'Show differences to current revisions';
65 changes: 32 additions & 33 deletions lang/en/settings.php
@@ -1,39 +1,38 @@
<?php

/**
* English language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Esther Brunner <wikidesign@gmail.com>
*
* @author Esther Brunner <wikidesign@gmail.com>
*/

// for the configuration manager
$lang['style'] = 'Style of pagelist';
$lang['style_o_default'] = 'default';
$lang['style_o_table'] = 'table';
$lang['style_o_list'] = 'table/list';
$lang['style_o_simple'] = 'simple list';

$lang['showheader'] = 'show heading line';
$lang['showdate'] = 'show date column';
$lang['showdate_o_0'] = 'hide';
$lang['showdate_o_1'] = 'creation date';
$lang['showdate_o_2'] = 'modification date';
$lang['showuser'] = 'show user column';
$lang['showuser_o_0'] = 'hide';
$lang['showuser_o_1'] = 'creator';
$lang['showuser_o_2'] = 'contributors';
$lang['showuser_o_3'] = 'creator (in "showuseras" format)';
$lang['showuser_o_4'] = 'contributors (in "showuseras" format)';
$lang['showdesc'] = 'show description column';
$lang['showdesc_o_0'] = 'hide';
$lang['showdesc_o_160'] = 'max. 160 chars';
$lang['showdesc_o_500'] = 'max. 500 chars';
$lang['showcomments'] = 'show comments column (Discussion Plugin needed)';
$lang['showlinkbacks'] = 'show linkbacks column (Linkback Plugin needed)';
$lang['showtags'] = 'show tags column (Tag Plugin needed)';
$lang['showfirsthl'] = 'show the first headline instead of the page name';
$lang['showimage'] = 'show image column (Pageimage Plugin needed)';
$lang['showdiff'] = 'show link to the diff page';
$lang['sort'] = 'sort pages by pagename';
$lang['rsort'] = 'reverse sort pages by pagename';
$lang['sortby'] = 'sort the page by the given item e.g. <code>id</code>, <code>pagename</code>, <code>ns</code>, <code>title</code>, <code>date</code>, <code>desc</code>, <code>user</code> etc or columns from plugins';
$lang['style'] = 'Style of pagelist';
$lang['style_o_default'] = 'default';
$lang['style_o_table'] = 'table';
$lang['style_o_list'] = 'table/list';
$lang['style_o_simple'] = 'simple list';
$lang['showheader'] = 'show heading line';
$lang['showdate'] = 'show date column';
$lang['showdate_o_0'] = 'hide';
$lang['showdate_o_1'] = 'creation date';
$lang['showdate_o_2'] = 'modification date';
$lang['showuser'] = 'show user column';
$lang['showuser_o_0'] = 'hide';
$lang['showuser_o_1'] = 'creator';
$lang['showuser_o_2'] = 'contributors';
$lang['showuser_o_3'] = 'creator (in "showuseras" format)';
$lang['showuser_o_4'] = 'contributors (in "showuseras" format)';
$lang['showdesc'] = 'show description column';
$lang['showdesc_o_0'] = 'hide';
$lang['showdesc_o_160'] = 'max. 160 chars';
$lang['showdesc_o_500'] = 'max. 500 chars';
$lang['showcomments'] = 'show comments column (Discussion Plugin needed)';
$lang['showlinkbacks'] = 'show linkbacks column (Linkback Plugin needed)';
$lang['showtags'] = 'show tags column (Tag Plugin needed)';
$lang['showfirsthl'] = 'show the first headline instead of the page name';
$lang['showimage'] = 'show image column (Pageimage Plugin needed)';
$lang['showdiff'] = 'show link to the diff page';
$lang['sort'] = 'sort pages by pagename';
$lang['rsort'] = 'reverse sort pages by pagename';
$lang['sortby'] = 'sort the page by the given item e.g. <code>id</code>, <code>pagename</code>, <code>ns</code>, <code>title</code>, <code>date</code>, <code>desc</code>, <code>user</code> etc or columns from plugins';

0 comments on commit 98622c2

Please sign in to comment.