Langpacks/en: Difference between revisions

From Miranda NG
Langpacks/en
Jump to navigation Jump to search
m (reduce gaps between sections because of transclusions)
No edit summary
Line 5: Line 5:
__TOC__
__TOC__


== Installation and usage ==
== For users ==
[[File:Langpacks - Change.png|200px|thumb|Changing interface language]]
[[File:Langpacks - Change.png|200px|thumb|Changing interface language]]
=== Installation and usage ===
You can install langpacks [[Plugin:PluginUpdater/en#Adding plugins and components|using PluginUpdater]] ({{Menu|Main menu|Available components list}}), or manually by downloading a langpack and extracting the contents of the archive (including <tt>Languages</tt> folder) into your Miranda main folder.
You can install langpacks [[Plugin:PluginUpdater/en#Adding plugins and components|using PluginUpdater]] ({{Menu|Main menu|Available components list}}), or manually by downloading a langpack and extracting the contents of the archive (including <tt>Languages</tt> folder) into your Miranda main folder.


Line 15: Line 16:
DefaultLanguage=langpack_german.txt
DefaultLanguage=langpack_german.txt
</pre>
</pre>
=== Download ===
Below are the translations that already exist. Unfortunately, they can now be counted on the fingers, and not all of them are correct. But if you want to help - like with an existing translation, or add some other - welcome to the Miranda's translators.
{{Langpack list}}


== See also==
== See also==
* [[mirandaboot.ini/en|mirandaboot.ini]], entry '''[Language]: DefaultLanguage'''
* [[mirandaboot.ini/en|mirandaboot.ini]], entry '''[Language]: DefaultLanguage'''
* [[Help:Howto/How to translate langpacks|How to translate langpacks]]
* [[Help:Howto/How to translate langpacks|How to translate langpacks]]
== Download ==
{{Langpack list}}




[[Category:Main page]]
[[Category:Main page]]

Revision as of 13:55, 20 June 2018

A language pack (langpack) is a plain text file named langpack_*.txt which contains translation for all the strings Miranda and plugins use. You need a langpack only if you want to change the language to some other than English. All langpacks should be placed into subfolder Languages of your Miranda NG installation.


For users

Changing interface language

Installation and usage

You can install langpacks using PluginUpdater (Main menu → Available components list), or manually by downloading a langpack and extracting the contents of the archive (including Languages folder) into your Miranda main folder.

To select and apply a langpack out of several ones installed go to Options → Customize → Languages.

If there are two or more langpacks in Languages folder, Miranda will use the one which comes first alphabetically at startup (e.g., in profile manager). You can specify the default language pack to be loaded at startup in Mirandaboot.ini by editing DefaultLanguage parameter under [Language] section, e.g.:

DefaultLanguage=langpack_german.txt

Download

Below are the translations that already exist. Unfortunately, they can now be counted on the fingers, and not all of them are correct. But if you want to help - like with an existing translation, or add some other - welcome to the Miranda's translators.

See also