diff options
author | plegall <plg@piwigo.org> | 2005-06-21 19:25:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-06-21 19:25:59 +0000 |
commit | 743efaf1121dc782f4c551a4b08e7afb145ebc91 (patch) | |
tree | 0901ef5de42e5d25469272d40a25aa79833f2aea /doc | |
parent | e851f504acebc9422b79f58da25420666da6e296 (diff) |
- new function get_name_from_file to centralize the construction of
displayed name from the filename
- new function l10n which returns the corresponding value from $lang if
existing. Else, the key is returned. This means that if a language item is
not translated, the key is displayed instead (better than nothing).
git-svn-id: http://piwigo.org/svn/trunk@793 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index b3d898ad6..4c6b71d8c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2005-06-21 Pierrick LE GALL + + * new function get_name_from_file to centralize the construction + of displayed name from the filename + + * new function l10n which returns the corresponding value from + $lang if existing. Else, the key is returned. This means that if a + language item is not translated, the key is displayed instead + (better than nothing). + 2005-06-11 Pierrick LE GALL * errors and informations boxes : management centralized in |