X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/379a0267c27b3731c60b7221f8f533aaf418fcae..a10025361e3ebff819f713a703019950efc2688a:/lib/functions.php?ds=inline
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 '