aboutsummaryrefslogtreecommitdiffstats
path: root/language/magyar.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-01-31 21:14:51 +0000
committerz0rglub <z0rglub@piwigo.org>2004-01-31 21:14:51 +0000
commitc06c5d7429a5fe574997c444eaa35758595cc40a (patch)
tree1f79dbbaf11ff05b0790133fb267277727dfe275 /language/magyar.php
parent12a5a60f2d248fc0b57d0f0fa25995a35a76356f (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/magyar.php')
-rw-r--r--language/magyar.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/language/magyar.php b/language/magyar.php
index 78e2f89c2..a8080aeda 100644
--- a/language/magyar.php
+++ b/language/magyar.php
@@ -550,5 +550,7 @@ Once this file deleted , follow this instructions :
$lang['conf_upload_available_info'] = 'Authorizing the upload of pictures by users on the categories of the website (not on a remote server). This is general parameter, it is needed to authorize upload category by category, by default, no category is "uploadable".';
$lang['install_help'] = 'Need help ? Ask your question on <a href="http://forum.phpwebgallery.net">PhpWebGallery message board</a>.';
$lang['install_warning'] = 'The file "admin/install.php" is still present. Please remove it from your server. It is not secure to keep it.';
+ // new or modified in release 1.3.1
+ $lang['cat_unknown_id'] = 'This category is unknown in the database';
}
?>