aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-01-03 19:19:12 +0000
committerz0rglub <z0rglub@piwigo.org>2004-01-03 19:19:12 +0000
commit0f850e10ff2d314cfe624fac419c6474ffe49b58 (patch)
tree1e1b1d7786a86488cebc82fdfadda255c0b2e82f /language
parentb8996a04bb598b60e6651d1e233c0926dfea505c (diff)
add cat_unknown_id
git-svn-id: http://piwigo.org/svn/branches/release-1_3@239 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/english.php2
-rw-r--r--language/francais.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/language/english.php b/language/english.php
index baa8f6eac..c897461d6 100644
--- a/language/english.php
+++ b/language/english.php
@@ -543,5 +543,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';
}
?> \ No newline at end of file
diff --git a/language/francais.php b/language/francais.php
index c27ed1a4e..6164b145c 100644
--- a/language/francais.php
+++ b/language/francais.php
@@ -543,5 +543,7 @@ Un fois ce fichier supprimé, veuillez suivre ces indications :
$lang['conf_upload_available_info'] = 'Autoriser l\'ajout d\'image par les utilisateurs dans les catégories du site (pas sur un site distant). Ceci est un paramètre général, il est nécessaire pour autoriser l\'upload catégorie par catégorie.';
$lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="http://forum.phpwebgallery.net">forum de PhpWebGallery</a>.';
$lang['install_warning'] = 'Le fichier "admin/install.php" est encore présent sur votre serveur. Merci de le supprimer. Il pourrait être utilisé par un tiers à des fins malveillantes.';
+ // new or modified in release 1.3.1
+ $lang['cat_unknown_id'] = 'Cette catégorie n\'existe pas dans la base de données';
}
?> \ No newline at end of file