Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no possibility for translation for some hints (title =) #185

Closed
EV-soft opened this issue Jun 9, 2019 · 0 comments
Closed

There is no possibility for translation for some hints (title =) #185

EV-soft opened this issue Jun 9, 2019 · 0 comments
Labels

Comments

@EV-soft
Copy link

EV-soft commented Jun 9, 2019

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';
prasathmani pushed a commit that referenced this issue Jul 23, 2019
view file is insecure #187
Get files size (recursive) #186
There is no possibility for translation for some hints (title =) #185
View dirSize instead of word "Folder" #184
Document type detection #183
Stored Cross-site Scripting (XSS) Vulnerability detected in File Names #180
strings in code #177
Remove tracking #164
ner00 pushed a commit to ner00/tinyfilemanager that referenced this issue May 7, 2023
view file is insecure prasathmani#187
Get files size (recursive) prasathmani#186
There is no possibility for translation for some hints (title =) prasathmani#185
View dirSize instead of word "Folder" prasathmani#184
Document type detection prasathmani#183
Stored Cross-site Scripting (XSS) Vulnerability detected in File Names prasathmani#180
strings in code prasathmani#177
Remove tracking prasathmani#164
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants