[GH-ISSUE #185] There is no possibility for translation for some hints (title =) #132

Closed
opened 2026-03-02 15:56:03 +03:00 by kerem · 0 comments
Owner

Originally created by @EV-soft on GitHub (Jun 9, 2019).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/185

In the current version 2.3.6, translation of my language is missing. Here's a guide for updating:

Search this:                  and Change to:                                  create New LangKey:
title="Fullscreen"            title="<?php echo lng('Fullscreen') ?>"         $tr['en']['Fullscreen'] = 'Fullscreen';
title="Search"                title="<?php echo lng('Search') ?>"             OK
title="Undo"                  title="<?php echo lng('Undo') ?>"               $tr['en']['Undo'] = 'Undo';
title="Redo"                  title="<?php echo lng('Redo') ?>"               $tr['en']['Redo'] = 'Redo';
title="Word Wrap"             title="<?php echo lng('WordWrap') ?>"           $tr['en']['WordWrap'] = 'Word Wrap';
title="Help"                  title="<?php echo lng('Help') ?>"               $tr['en']['Help'] = 'Help';
title="Select Document Type"  title="<?php echo lng('SelectDocumentType') ?>" $tr['en']['SelectDocumentType'] = 'Select Document Type';
title="Select Theme"          title="<?php echo lng('SelectTheme') ?>"        $tr['en']['SelectTheme'] = 'Select Theme';
title="Back"                  title="<?php echo lng('Back') ?>"               OK
title="Backup"                title="<?php echo lng('BackUp') ?>"             OK
title="Advanced"              title="<?php echo lng('Advanced') ?>"           $tr['en']['Advanced'] = 'Advanced';
title="Plain Editor"          title="<?php echo lng('PlainEditor') ?>"        $tr['en']['PlainEditor'] = 'Plain Editor';
title="UnZip to"              title="<?php echo lng('UnZipTo') ?>             $tr['en']['UnZipTo'] = 'UnZip to';

Here are the additions to Danish translation:


$tr['dk']['Fullscreen'] =         'Fuldskærm';
$tr['dk']['Undo'] =               'Fortryd';
$tr['dk']['Redo'] =               'Genskab';
$tr['dk']['WordWrap'] =           'Ord Wrap';
$tr['dk']['Help'] =               'Hjælp';
$tr['dk']['SelectDocumentType'] = 'Vælg Document Type';
$tr['dk']['SelectTheme'] =        'Vælg Tema';
$tr['dk']['Advanced'] =           'Avanceret';
$tr['dk']['PlainEditor'] =        'Simpel Editor';
$tr['dk']['UnZipTo'] =            'UnZip til';
Originally created by @EV-soft on GitHub (Jun 9, 2019). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/185 In the current version 2.3.6, translation of my language is missing. Here's a guide for updating: ``` Search this: and Change to: create New LangKey: title="Fullscreen" title="<?php echo lng('Fullscreen') ?>" $tr['en']['Fullscreen'] = 'Fullscreen'; title="Search" title="<?php echo lng('Search') ?>" OK title="Undo" title="<?php echo lng('Undo') ?>" $tr['en']['Undo'] = 'Undo'; title="Redo" title="<?php echo lng('Redo') ?>" $tr['en']['Redo'] = 'Redo'; title="Word Wrap" title="<?php echo lng('WordWrap') ?>" $tr['en']['WordWrap'] = 'Word Wrap'; title="Help" title="<?php echo lng('Help') ?>" $tr['en']['Help'] = 'Help'; title="Select Document Type" title="<?php echo lng('SelectDocumentType') ?>" $tr['en']['SelectDocumentType'] = 'Select Document Type'; title="Select Theme" title="<?php echo lng('SelectTheme') ?>" $tr['en']['SelectTheme'] = 'Select Theme'; title="Back" title="<?php echo lng('Back') ?>" OK title="Backup" title="<?php echo lng('BackUp') ?>" OK title="Advanced" title="<?php echo lng('Advanced') ?>" $tr['en']['Advanced'] = 'Advanced'; title="Plain Editor" title="<?php echo lng('PlainEditor') ?>" $tr['en']['PlainEditor'] = 'Plain Editor'; title="UnZip to" title="<?php echo lng('UnZipTo') ?> $tr['en']['UnZipTo'] = 'UnZip to'; ``` Here are the additions to Danish translation: ``` $tr['dk']['Fullscreen'] = 'Fuldskærm'; $tr['dk']['Undo'] = 'Fortryd'; $tr['dk']['Redo'] = 'Genskab'; $tr['dk']['WordWrap'] = 'Ord Wrap'; $tr['dk']['Help'] = 'Hjælp'; $tr['dk']['SelectDocumentType'] = 'Vælg Document Type'; $tr['dk']['SelectTheme'] = 'Vælg Tema'; $tr['dk']['Advanced'] = 'Avanceret'; $tr['dk']['PlainEditor'] = 'Simpel Editor'; $tr['dk']['UnZipTo'] = 'UnZip til'; ```
kerem 2026-03-02 15:56:03 +03:00
  • closed this issue
  • added the
    Request
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#132
No description provided.