Index: openacs-4/packages/file-storage/catalog/file-storage.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/catalog/file-storage.en_US.ISO-8859-1.xml,v
diff -u -r1.12 -r1.13
--- openacs-4/packages/file-storage/catalog/file-storage.en_US.ISO-8859-1.xml 9 Oct 2003 13:43:14 -0000 1.12
+++ openacs-4/packages/file-storage/catalog/file-storage.en_US.ISO-8859-1.xml 13 Oct 2003 17:16:08 -0000 1.13
@@ -7,6 +7,7 @@
Add File
Add %pretty_name%
Author
+ <a href="%folder_view_url%">Back</a> to folder view
Change Name
Copy
Create
@@ -25,26 +26,40 @@
Edit Folder
Edit URL
file
+ Delete %title%
+ Rename %title%
+ Edit %pretty_name%
+ Title: %title%
+ Owner: %owner%
folder
+ Delete %folder_name%
Folder ID
Folder Name:
folder
+ Up to %up_name%
item
items
Last Modified
administer permissions
+ All Versions of "%title%"
Are you sure that you want to delete this version "%version_name%" of "%title%"?
This action cannot be reversed.
missing folder id
+ Comments on this file:
+ %contents.content_size_pretty% bytes
Are you sure you want to delete the file "%title%" and all of its versions? This action cannot be reversed.
Are you sure you want to delete the folder "%folder_name%" and all the items it contains? This action cannot be reversed.
Delete this file (including all versions)
+ Download an archive of the contents of this folder
Either there is already a folder with the name "%folder_name%" or you clicked on the button more than once. You can use the Back button to return and choose a new name, or <a href="%directory_url%">return to the directory listing</a> to see if your folder is there.
Folder %folder_name% is empty.
It appears that there is already a file with that name in this folder (although possibly you clicked more than once on the submit button.)
+ Live version of "%title%"
Modify permissions on this file
Modify permissions on this folder
Please enter the new name for this file:
+ Select the folder that you would like to copy "%file_name%" to
+ Select the folder that you would like to move "%file_name%" under
Show files modified in the past
show only live version
The %folder_link% you selected already contains a file with the same name.
@@ -68,6 +83,8 @@
You probably clicked on the Add button more than once. Check if the file is properly loaded on the %folder_link% you want, or you can use the Back button to return and re-enter the version file.
Your file is larger than the maximum file size allowed on this system (%number_of_bytes% bytes)
Your file is larger than the maximum file size allowed on this system (%max_number_of_bytes% bytes)
+ Your search on "%query%" did not return any results.
+ Your search on "%query%" returned the following files:
Modified
Move
Name
@@ -81,8 +98,10 @@
Search again:
Search Results
show all versions
+ Create %pretty_name%
Size
Size (bytes)
+ <strong>Note:</strong> This may take a while, please be patient.
Title:
Title :
Type
@@ -93,6 +112,8 @@
Upload New File
Upload New Version
URL:
+ Upload New Version of %title%
+ Delete %version_name%
Version filename
Version filename :
Version filename:
Index: openacs-4/packages/file-storage/www/file-copy.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/file-copy.adp,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/file-storage/www/file-copy.adp 22 May 2003 14:55:53 -0000 1.6
+++ openacs-4/packages/file-storage/www/file-copy.adp 13 Oct 2003 17:16:08 -0000 1.7
@@ -2,7 +2,7 @@
#file-storage.Copy#
@context;noquote@
-
Select the folder that you would like to copy "@file_name@" to
+
#file-storage.lt_Select_the_folder_tha#
+
Index: openacs-4/packages/file-storage/www/file-delete.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/file-delete.adp,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/file-storage/www/file-delete.adp 22 May 2003 14:55:53 -0000 1.6
+++ openacs-4/packages/file-storage/www/file-delete.adp 13 Oct 2003 17:16:08 -0000 1.7
@@ -1,5 +1,5 @@
-Delete @title;noquote@
+@page_title;noquote@
@context;noquote@
@@ -22,5 +22,3 @@
-
-
Index: openacs-4/packages/file-storage/www/file-delete.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/file-delete.tcl,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/file-storage/www/file-delete.tcl 5 Nov 2002 17:19:59 -0000 1.6
+++ openacs-4/packages/file-storage/www/file-delete.tcl 13 Oct 2003 17:16:08 -0000 1.7
@@ -58,3 +58,6 @@
set context [fs_context_bar_list -final "[_ file-storage.Delete]" $file_id]
}
+
+# Variable title used by message lookup
+set page_title [_ file-storage.file_delete_page_title]
Index: openacs-4/packages/file-storage/www/file-edit.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file-edit.adp,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/file-storage/www/file-edit.adp 22 May 2003 14:55:53 -0000 1.6
+++ openacs-4/packages/file-storage/www/file-edit.adp 13 Oct 2003 17:16:08 -0000 1.7
@@ -1,6 +1,6 @@
-Rename @title;noquote@
-Rename @title;noquote@
+@page_title;noquote@
+@page_title;noquote@
@context;noquote@
+
Index: openacs-4/packages/file-storage/www/file.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file.adp,v
diff -u -r1.15 -r1.16
--- openacs-4/packages/file-storage/www/file.adp 10 Oct 2003 09:58:38 -0000 1.15
+++ openacs-4/packages/file-storage/www/file.adp 13 Oct 2003 17:16:08 -0000 1.16
@@ -4,8 +4,8 @@
@context;noquote@
-Back to folder view
+#file-storage.back_to_folder_view#
- All Versions of "@title@"
- Live version of "@title@".
+ #file-storage.lt_All_Versions_of_title#
+ #file-storage.lt_Live_version_of_title#.
|
@@ -87,3 +87,4 @@
+
Index: openacs-4/packages/file-storage/www/file.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file.tcl,v
diff -u -r1.13 -r1.14
--- openacs-4/packages/file-storage/www/file.tcl 28 Aug 2003 09:41:54 -0000 1.13
+++ openacs-4/packages/file-storage/www/file.tcl 13 Oct 2003 17:16:08 -0000 1.14
@@ -75,3 +75,5 @@
# get folder id so we can implement a back link
set folder_id [db_string get_folder ""]
+
+set folder_view_url "index?folder_id=$folder_id"
Index: openacs-4/packages/file-storage/www/folder-chunk.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-chunk.adp,v
diff -u -r1.21 -r1.22
--- openacs-4/packages/file-storage/www/folder-chunk.adp 1 Oct 2003 15:05:19 -0000 1.21
+++ openacs-4/packages/file-storage/www/folder-chunk.adp 13 Oct 2003 17:16:08 -0000 1.22
@@ -66,7 +66,7 @@
#file-storage.view_details#
|
- @contents.content_size_pretty@ bytes |
+ #file-storage.lt_contentscontent_size_# |
@contents.type@ |
@contents.last_modified_pretty@ |
@@ -78,13 +78,14 @@
- Download an archive of the contents of this folder
+ #file-storage.lt_Download_an_archive_o#
- Note: This may take a while, please be patient.
+ #file-storage.this_may_take_a_while#
#file-storage.lt_Folder_folder_name_is#
+
Index: openacs-4/packages/file-storage/www/folder-create-2.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/folder-create-2.tcl,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/file-storage/www/folder-create-2.tcl 12 Nov 2002 08:36:44 -0000 1.5
+++ openacs-4/packages/file-storage/www/folder-create-2.tcl 13 Oct 2003 17:16:08 -0000 1.6
@@ -46,7 +46,7 @@
} on_error {
- ad_return_complaint 1 [_ file-storage.lt_Either_there_is_alrea] [list folder_name $folder_name directory_url "index?folder_id=$parent_id"]]
+ ad_return_complaint 1 [_ file-storage.lt_Either_there_is_alrea [list folder_name $folder_name directory_url "index?folder_id=$parent_id"]]
ad_script_abort
}
Index: openacs-4/packages/file-storage/www/folder-delete.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-delete.adp,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/file-storage/www/folder-delete.adp 22 May 2003 14:55:53 -0000 1.5
+++ openacs-4/packages/file-storage/www/folder-delete.adp 13 Oct 2003 17:16:08 -0000 1.6
@@ -1,5 +1,5 @@
-Delete @folder_name;noquote@
+@page_title;noquote@
@context;noquote@
Index: openacs-4/packages/file-storage/www/folder-delete.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-delete.tcl,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/file-storage/www/folder-delete.tcl 5 Nov 2002 17:19:59 -0000 1.5
+++ openacs-4/packages/file-storage/www/folder-delete.tcl 13 Oct 2003 17:16:08 -0000 1.6
@@ -65,4 +65,7 @@
select label from cr_folders where folder_id = :folder_id"]
set context [fs_context_bar_list -final "[_ file-storage.Delete]" $folder_id]
-}
\ No newline at end of file
+}
+
+# Message lookup uses variable folder_name
+set page_title [_ file-storage.folder_delete_page_title]
\ No newline at end of file
Index: openacs-4/packages/file-storage/www/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/index.adp,v
diff -u -r1.21 -r1.22
--- openacs-4/packages/file-storage/www/index.adp 9 Jul 2003 16:39:08 -0000 1.21
+++ openacs-4/packages/file-storage/www/index.adp 13 Oct 2003 17:16:08 -0000 1.22
@@ -39,7 +39,7 @@
|
- Up to @up_name@
+ #file-storage.index_page_navigate_up_folder#
@@ -50,3 +50,4 @@
+
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.5 -r1.6
--- openacs-4/packages/file-storage/www/search.adp 22 May 2003 14:55:53 -0000 1.5
+++ openacs-4/packages/file-storage/www/search.adp 13 Oct 2003 17:16:08 -0000 1.6
@@ -3,10 +3,10 @@
@context;noquote@
-Your search on "@query@" did not return any results.
+
#file-storage.lt_Your_search_on_query_#
-Your search on "@query@" returned the following files:
+
#file-storage.lt_Your_search_on_query__1#
@@ -22,3 +22,4 @@
+
Index: openacs-4/packages/file-storage/www/simple-add.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/simple-add.adp,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/file-storage/www/simple-add.adp 22 May 2003 14:55:53 -0000 1.7
+++ openacs-4/packages/file-storage/www/simple-add.adp 13 Oct 2003 17:16:08 -0000 1.8
@@ -1,5 +1,5 @@
-Create @pretty_name;noquote@
+@page_title;noquote@
@context;noquote@