From 9dfb6f67f8962422b9c350503878a58a8c6611f6 Mon Sep 17 00:00:00 2001
From: rboren Select existing key or enter new key Custom Value It doesn't look like you can use the file upload feature at this time because the directory you have specified ( %s) doesn't appear to be writable by WordPress. Check the permissions on the directory and for typos."), get_settings('fileupload_realpath')) ?> You can upload files with the extension as long as they are no larger than KB. If you’re an admin you can configure these values under options. KB. If you’re an admin you can configure these values under options.'), $i, get_settings('fileupload_maxk'), 'options-misc.php') ?> ";
cat_rows($category->cat_ID, $level + 1);
}
@@ -125,11 +125,11 @@ function wp_create_thumbnail($file, $max_side, $effect = '') {
// handle. duh. i hope.
if(!function_exists('imagegif') && $type[2] == 1) {
- $error = 'Filetype not supported. Thumbnail not created.';
+ $error = __('Filetype not supported. Thumbnail not created.');
}elseif(!function_exists('imagejpeg') && $type[2] == 2) {
- $error = 'Filetype not supported. Thumbnail not created.';
+ $error = __('Filetype not supported. Thumbnail not created.');
}elseif(!function_exists('imagepng') && $type[2] == 3) {
- $error = 'Filetype not supported. Thumbnail not created.';
+ $error = __('Filetype not supported. Thumbnail not created.');
} else {
// create the initial copy from the original file
@@ -176,15 +176,15 @@ function wp_create_thumbnail($file, $max_side, $effect = '') {
if($type[2] == 1) {
if(!imagegif($thumbnail, $thumbpath)) {
- $error = "Thumbnail path invalid";
+ $error = __("Thumbnail path invalid");
}
} elseif($type[2] == 2) {
if(!imagejpeg($thumbnail, $thumbpath)) {
- $error = "Thumbnail path invalid";
+ $error = __("Thumbnail path invalid");
}
} elseif($type[2] == 3) {
if(!imagepng($thumbnail, $thumbpath)) {
- $error = "Thumbnail path invalid";
+ $error = __("Thumbnail path invalid");
}
}
@@ -256,9 +256,9 @@ function get_meta_keys() {
function meta_form() {
$keys = get_meta_keys();
?>
-$pad $category->cat_name
$category->category_description
$count
- Edit cat_name) ."\' and all its posts will go to the default category.\\n \'OK\' to delete, \'Cancel\' to stop.')\" class='delete'>Delete
+ " . __('Edit') . " cat_name)) . "')\" class='delete'>" . __('Delete') . "
Add new custom data to this post:
+
) doesn't appear to be writable by WordPress. Check the permissions on the directory and for typos.
Duplicate File?
-The filename '' already exists!
-filename '' moved to ''
-Confirm or rename:
++
+
+ -
Your file was uploaded successfully !
Here’s the code to display it:
+ +%s was uploaded successfully!"), $img1_name); ?>
+
Image Details:
+
:
Name:
-Size:
- KB
-Type:
+
+ KB') ?>
+