mirror of https://github.com/MidnightCommander/mc
* README: Added a section about special strings (containing
prefixes like ButtonBar|).
This commit is contained in:
parent
6e318ab041
commit
7f2a69bdc2
|
@ -1,3 +1,8 @@
|
|||
2005-07-22 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* README: Added a section about special strings (containing
|
||||
prefixes like ButtonBar|).
|
||||
|
||||
2005-07-21 Arpad Biro <biro_arpad@yahoo.com>
|
||||
|
||||
* hu.po: Updated Hungary translation for -pre5.
|
||||
|
|
|
@ -2,3 +2,12 @@ When you commit a translation, please strip the #: lines before. This
|
|||
makes it much easier to view diffs. Example:
|
||||
|
||||
./strip-location *.po
|
||||
|
||||
== Special strings ==
|
||||
|
||||
Some of the translatable strings are special. They start with one of the
|
||||
following prefixes to distinguish them from the usual translations.
|
||||
|
||||
ButtonBar|
|
||||
These strings are used in the button bar at the bottom of the
|
||||
screen. Only the first six characters will be shown.
|
||||
|
|
Loading…
Reference in New Issue