Index: openacs-4/packages/file-storage/catalog/file-storage.da_DK.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/catalog/file-storage.da_DK.ISO-8859-1.xml,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/file-storage/catalog/file-storage.da_DK.ISO-8859-1.xml 5 Nov 2002 17:19:56 -0000 1.1
@@ -0,0 +1,89 @@
+
+
+
$errmsg" # } - ad_return_complaint 1 "You probably clicked on the Add button more than once. Check if the file is properly loaded on the folder you wan, or you can use the Back button to return and re-enter the version file." + set folder_name "[_ file-storage.folder]" + set folder_link "$folder_name" + ad_return_complaint 1 "[_ [ad_conn locale] file-storage.lt_You_probably_clicked_ "" [list folder_link $folder_link]]" ad_script_abort } Index: openacs-4/packages/file-storage/www/file-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file-add.adp,v diff -u -r1.6 -r1.7 --- openacs-4/packages/file-storage/www/file-add.adp 6 Sep 2002 21:50:38 -0000 1.6 +++ openacs-4/packages/file-storage/www/file-add.adp 5 Nov 2002 17:19:59 -0000 1.7 @@ -1,5 +1,5 @@
This folder contains items that you do not have permission to -delete, therefore you cannot delete it. +
#file-storage.lt_This_folder_contains_#
Are you sure you want to delete the folder "@folder_name@" and all -the items it contains? This action cannot be reversed. +
#file-storage.lt_delete_folder#
Folder Name: | +#file-storage.Folder_Name# | |
- | + |
- Download an archive of the contents of this folder
+ #file-storage.lt_Download_an_archive_o#
Are you sure that you want to delete this version "@version_name@" of "@title@"?
-This action cannot be reversed.
+ #file-storage.lt_Are_you_sure_that_you#
- Note: This may take a while, please be patient.
+ #file-storage.Note# #file-storage.lt_This_may_take_a_while#
+
+
Index: openacs-4/packages/file-storage/www/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/index.tcl,v
diff -u -r1.18 -r1.19
--- openacs-4/packages/file-storage/www/index.tcl 10 Sep 2002 22:22:56 -0000 1.18
+++ openacs-4/packages/file-storage/www/index.tcl 5 Nov 2002 17:19:59 -0000 1.19
@@ -11,7 +11,7 @@
} -validate {
valid_folder -requires {folder_id:integer} {
if {![fs_folder_p $folder_id]} {
- ad_complain "The specified folder is not valid."
+ ad_complain "[_ file-storage.lt_The_specified_folder__1]"
}
}
} -properties {
@@ -68,7 +68,7 @@
-value $n_past_days
element create n_past_days_form folder_id \
- -label "Folder ID" \
+ -label "[_ file-storage.Folder_ID]" \
-datatype text \
-widget hidden \
-value $folder_id
Index: openacs-4/packages/file-storage/www/search.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/search.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/file-storage/www/search.adp 6 Sep 2002 21:50:38 -0000 1.3
+++ openacs-4/packages/file-storage/www/search.adp 5 Nov 2002 17:19:59 -0000 1.4
@@ -1,5 +1,5 @@
+
+
Index: openacs-4/packages/file-storage/www/simple-add.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/simple-add.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/file-storage/www/simple-add.tcl 10 Sep 2002 22:22:56 -0000 1.4
+++ openacs-4/packages/file-storage/www/simple-add.tcl 5 Nov 2002 17:19:59 -0000 1.5
@@ -13,7 +13,7 @@
} -validate {
valid_folder -requires {folder_id:integer} {
if ![fs_folder_p $folder_id] {
- ad_complain "The specified parent folder is not valid."
+ ad_complain "[_ file-storage.lt_The_specified_parent_]"
}
}
} -properties {
@@ -29,10 +29,10 @@
set pretty_name [fs::simple_get_type_pretty_name -type $type]
if {[empty_string_p $pretty_name]} {
- return -code error "No such type"
+ return -code error "[_ file-storage.No_such_type]"
}
-set context [fs_context_bar_list -final "Add $pretty_name" $folder_id]
+set context [fs_context_bar_list -final [_ [ad_conn locale] file-storage.Add_pretty_name "" [list pretty_name $pretty_name]]" $folder_id]
# Should probably generate the item_id and version_id now for
# double-click protection
Index: openacs-4/packages/file-storage/www/simple-delete.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/simple-delete.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/file-storage/www/simple-delete.tcl 10 Sep 2002 22:22:56 -0000 1.2
+++ openacs-4/packages/file-storage/www/simple-delete.tcl 5 Nov 2002 17:19:59 -0000 1.3
@@ -16,3 +16,4 @@
fs::simple_delete -object_id $object_id
ad_returnredirect "./?folder_id=$folder_id"
+
Index: openacs-4/packages/file-storage/www/simple-edit-2.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/simple-edit-2.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/file-storage/www/simple-edit-2.tcl 2 Apr 2002 06:50:49 -0000 1.1
+++ openacs-4/packages/file-storage/www/simple-edit-2.tcl 5 Nov 2002 17:19:59 -0000 1.2
@@ -20,3 +20,4 @@
set folder_id [db_string select_folder_id "select folder_id from fs_simple_objects where object_id= :object_id"]
ad_returnredirect "?folder_id=$folder_id"
+
Index: openacs-4/packages/file-storage/www/simple-edit.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/simple-edit.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/file-storage/www/simple-edit.adp 6 Sep 2002 21:50:38 -0000 1.3
+++ openacs-4/packages/file-storage/www/simple-edit.adp 5 Nov 2002 17:19:59 -0000 1.4
@@ -8,23 +8,23 @@
-
Title:
+ #file-storage.Title#
-
URL:
+ #file-storage.URL#
-
Description:
+ #file-storage.Description#
-
+
-
Title :
+#file-storage.Title_#
-
URL:
+ #file-storage.URL#
-
Description:
+ #file-storage.Description#
Index: openacs-4/packages/file-storage/www/simple-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/simple-edit.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/file-storage/www/simple-edit.tcl 5 Sep 2002 09:29:00 -0000 1.2
+++ openacs-4/packages/file-storage/www/simple-edit.tcl 5 Nov 2002 17:19:59 -0000 1.3
@@ -15,9 +15,10 @@
db_1row select_item_info "select name, url, description, folder_id from fs_urls_full where url_id= :object_id"
set pretty_name "$name"
-set context [fs_context_bar_list -final "Edit URL" $folder_id]
+set context [fs_context_bar_list -final "[_ file-storage.Edit_URL]" $folder_id]
# Should probably generate the item_id and version_id now for
# double-click protection
ad_return_template
+
Index: openacs-4/packages/file-storage/www/url-goto.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/url-goto.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/file-storage/www/url-goto.tcl 10 Sep 2002 22:22:56 -0000 1.2
+++ openacs-4/packages/file-storage/www/url-goto.tcl 5 Nov 2002 17:19:59 -0000 1.3
@@ -17,5 +17,6 @@
if {![empty_string_p $url]} {
ad_returnredirect $url
} else {
- return -code error "no such URL"
+ return -code error [_ file-storage.no_such_URL]
}
+
Index: openacs-4/packages/file-storage/www/version-add-2.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/version-add-2.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/file-storage/www/version-add-2.tcl 22 Sep 2001 05:57:56 -0000 1.2
+++ openacs-4/packages/file-storage/www/version-add-2.tcl 5 Nov 2002 17:19:59 -0000 1.3
@@ -13,15 +13,16 @@
} -validate {
valid_file -requires {file_id} {
if ![fs_file_p $file_id] {
- ad_complain "The specified file is not valid."
+ ad_complain "[_ file-storage.lt_The_specified_file_is]"
}
}
max_size -requires {upload_file} {
set n_bytes [file size ${upload_file.tmpfile}]
set max_bytes [ad_parameter "MaximumFileSize"]
if { $n_bytes > $max_bytes } {
- ad_complain "Your file is larger than the maximum file size allowed on this system ([util_commify_number $max_bytes] bytes)"
+ set number_of_bytes "[util_commify_number $max_bytes]"
+ ad_complain [_ [ad_conn locale] file-storage.lt_Your_file_is_larger_t] "" [list number_of_bytes $number_of_bytes]]
}
}
}
Index: openacs-4/packages/file-storage/www/version-add.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/version-add.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/file-storage/www/version-add.adp 6 Sep 2002 21:50:38 -0000 1.4
+++ openacs-4/packages/file-storage/www/version-add.adp 5 Nov 2002 17:19:59 -0000 1.5
@@ -8,14 +8,13 @@
-
+
-
Version filename:
+#file-storage.Version_filename_1#
-Use the "Browse..." button to locate your file,
- then click "Open".
+#file-storage.lt_Use_the_Browse_button#
@@ -24,13 +23,13 @@
-
Version Notes:
+ #file-storage.Version_Notes_1#
Index: openacs-4/packages/file-storage/www/version-add.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/version-add.tcl,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/file-storage/www/version-add.tcl 5 Sep 2002 09:29:00 -0000 1.3
+++ openacs-4/packages/file-storage/www/version-add.tcl 5 Nov 2002 17:19:59 -0000 1.4
@@ -9,7 +9,7 @@
} -validate {
valid_file -requires {file_id} {
if ![fs_file_p $file_id] {
- ad_complain "The specified file is not valid."
+ ad_complain "[_ file-storage.lt_The_specified_file_is]"
}
}
} -properties {
@@ -31,6 +31,6 @@
from cr_items
where item_id = :file_id)"
-set context [fs_context_bar_list -final "Upload New Version" $file_id]
+set context [fs_context_bar_list -final "[_ file-storage.Upload_New_Version]" $file_id]
ad_return_template
Index: openacs-4/packages/file-storage/www/version-delete.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/version-delete.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/file-storage/www/version-delete.adp 6 Sep 2002 21:50:38 -0000 1.4
+++ openacs-4/packages/file-storage/www/version-delete.adp 5 Nov 2002 17:19:59 -0000 1.5
@@ -6,14 +6,10 @@
-
-
+