diff --git a/trunk/locale/en-us.xml b/trunk/locale/en-us.xml
index 1bbde61..83aa573 100755
--- a/trunk/locale/en-us.xml
+++ b/trunk/locale/en-us.xml
@@ -71,6 +71,8 @@
Video has already been uploadedThe filesize of the video you uploaded is too smallThe filesize of the video you uploaded is too big
+ The width of the video you uploaded is too small
+ The height of the video you uploaded is too small
diff --git a/trunk/locale/languages.xml b/trunk/locale/languages.xml
index d650333..8b9af7f 100644
--- a/trunk/locale/languages.xml
+++ b/trunk/locale/languages.xml
@@ -1,6 +1,10 @@
+
+
+ Undefined
+ aaAfar
diff --git a/trunk/upload.pl b/trunk/upload.pl
index e56d28b..acfd90d 100644
--- a/trunk/upload.pl
+++ b/trunk/upload.pl
@@ -28,7 +28,7 @@ if($userinfo->{'username'})
@unique{ @subject } = ();
foreach $tag (keys %unique)
{
- if(length($tag) >= 3)
+ if(length($tag) >= $config->{"page_tag_lenght_min"})
{
$subject.=$tag." ";
}
diff --git a/trunk/xsl/xhtml/upload.xsl b/trunk/xsl/xhtml/upload.xsl
index 5303eb4..c151c06 100644
--- a/trunk/xsl/xhtml/upload.xsl
+++ b/trunk/xsl/xhtml/upload.xsl
@@ -273,20 +273,17 @@
-
+
+
+