Difference between revisions of "Encode Explorer"
From Amahi Wiki
Line 6: | Line 6: | ||
<u>Change Language</u> | <u>Change Language</u> | ||
− | + | The default language is English. To set a different one, change line 66 from '''en''' to one from the table below: | |
− | {{ | + | {{Text|Text=$_CONFIG['lang'] = "en";}} |
− | {| | + | {| style="background:#cccc99;color:black;width:80%;" border="1" |
+ | cellpadding="5" cellspacing="0" | ||
| Code | | Code | ||
| Description | | Description | ||
Line 15: | Line 16: | ||
| al | | al | ||
| Albanian | | Albanian | ||
+ | |- | ||
+ | | nl | ||
+ | | Dutch | ||
+ | |- | ||
+ | | et | ||
+ | | Estonian | ||
+ | |- | ||
+ | | fi | ||
+ | | Finnish | ||
+ | |- | ||
+ | | fr | ||
+ | | French | ||
+ | |- | ||
+ | | de | ||
+ | | German | ||
+ | |- | ||
+ | | el | ||
+ | | Greek | ||
+ | |- | ||
+ | | hu | ||
+ | | Hungarian | ||
+ | |- | ||
+ | | it | ||
+ | | Italian | ||
+ | |- | ||
+ | | no | ||
+ | | Norwegian | ||
+ | |- | ||
+ | | pl | ||
+ | | Polish | ||
+ | |- | ||
+ | | pt_BR | ||
+ | | Portuguese (Brazil) | ||
+ | |- | ||
+ | | ro | ||
+ | | Romanian | ||
+ | |- | ||
+ | | ru | ||
+ | | Russian | ||
+ | |- | ||
+ | | sk | ||
+ | | Slovensky | ||
+ | |- | ||
+ | | es | ||
+ | | Spanish | ||
+ | |- | ||
+ | | sv | ||
+ | | Swedish | ||
+ | |- | ||
+ | | tr | ||
+ | | Turkish | ||
|} | |} |
Revision as of 20:25, 6 January 2012
Encode Explorer has been packaged for Amahi and is currently in BETA status.
To customize this application, edit /var/hda/web-apps/explorer/index.php with your favorite editor.
Change Language The default language is English. To set a different one, change line 66 from en to one from the table below:
Text |
---|
$_CONFIG['lang'] = "en";
|
Code | Description |
al | Albanian |
nl | Dutch |
et | Estonian |
fi | Finnish |
fr | French |
de | German |
el | Greek |
hu | Hungarian |
it | Italian |
no | Norwegian |
pl | Polish |
pt_BR | Portuguese (Brazil) |
ro | Romanian |
ru | Russian |
sk | Slovensky |
es | Spanish |
sv | Swedish |
tr | Turkish |