X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/379a0267c27b3731c60b7221f8f533aaf418fcae..33ee7ef3ce69a93f3078ce0f1ee8e72a40464d78:/lib/functions.php
diff --git a/lib/functions.php b/lib/functions.php
index e4bfbb5..eaedfac 100644
--- a/lib/functions.php
+++ b/lib/functions.php
@@ -374,7 +374,7 @@ function jirafeau_upload($file, $one_time_download, $key, $time, $ip, $crypt, $l
return (array(
'error' =>
array('has_error' => true,
- 'why' => t('Internal error during file creation.')),
+ 'why' => t('INTERNAL_ERROR_DEL')),
'link' =>'',
'delete_link' => ''));
}
@@ -513,7 +513,7 @@ function check_errors($cfg)
}
if (!is_writable(VAR_ASYNC)) {
- add_error(t('The async directory is not writable!'), VAR_ASYNC);
+ add_error(t('ASYNC_DIR_W'), VAR_ASYNC);
}
}
@@ -553,28 +553,28 @@ function jirafeau_admin_list($name, $file_hash, $link_hash)
{
echo '