diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-01-31 21:14:51 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-01-31 21:14:51 +0000 |
commit | c06c5d7429a5fe574997c444eaa35758595cc40a (patch) | |
tree | 1f79dbbaf11ff05b0790133fb267277727dfe275 /language/catala.php | |
parent | 12a5a60f2d248fc0b57d0f0fa25995a35a76356f (diff) |
adding item cat_unknown_id
git-svn-id: http://piwigo.org/svn/branches/release-1_3@343 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/catala.php')
-rw-r--r-- | language/catala.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/catala.php b/language/catala.php index 78030e527..16735e912 100644 --- a/language/catala.php +++ b/language/catala.php @@ -544,5 +544,7 @@ Un cop esborrat, segueixi aquestes instruccions: $lang['conf_upload_available_info'] = 'Autoritzant la pujada d\'imatges pels usuaris a les categories del lloc web (no a un servidor remot). Aquest és un paràmetre general, és necessari autoritzar la pujada categoria per categoria, ja que per defecte no es poden pujar imatges a les categories.'; $lang['install_help'] = 'Necessita ajuda? Realitzi la seva consulta al <a href="http://forum.phpwebgallery.net">Taulell de missatges de PhpWebGallery</a>.'; $lang['install_warning'] = 'L\'arxiu "admin/install.php" encara està present. Si us plau, elimini\'l del seu servidor. No és segur mantenir-lo.'; + // new or modified in release 1.3.1 + $lang['cat_unknown_id'] = 'This category is unknown in the database'; } ?>
\ No newline at end of file |