Index: openacs-4/packages/news-aggregator/catalog/news-aggregator.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/catalog/news-aggregator.en_US.ISO-8859-1.xml,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/news-aggregator/catalog/news-aggregator.en_US.ISO-8859-1.xml 30 May 2006 03:57:25 -0000 1.1.2.2 +++ openacs-4/packages/news-aggregator/catalog/news-aggregator.en_US.ISO-8859-1.xml 20 Nov 2006 19:41:18 -0000 1.1.2.3 @@ -1,14 +1,71 @@ + Add + Add new weblog + Blog + Copy + Copy selected subscriptions to %title% + Description + Enter the URL of an XML news feed you want to subscribe to or choose a feed the system already knows about and then click on the Add button. + Export Subscriptions + Export_your_subscriptions as an OPML file + Feed + General + A public aggregator is intended to be used by a group of people and will not have a Purge button. Instead, the most recent 100 items will be displayed. Private aggregators will, by default, only be viewable by the creator. + Last Scan + Last Update Create New Aggregator + Create new aggregator + Edit attributes for this aggregator: + Manage detailed permissions for this aggregator. You can use this form to allow other users to view your personal feeds. Manage This Aggregator + No weblog options available! + Posted: %items.pub_time_pretty% + The following feeds were found in the OPML file at + The following table lists the XML news feeds you've subscribed to. + To delete a subscription, check it and then click on the Unsubscribe button + at the bottom of the page. + The weblogs below will show up as options (in addition to any blogger instances you can post to on your subsite) +when you choose to blog about a news item. + This page lists <b>the most recent items</b> from the feeds you've <a href="@url@subscriptions">subscribed</a> to. + Use tabs below to modify options for this aggregator. Options for %instance_name% are +available on the + You can hit the Purge button to clean out the page. Clicking the <a href="#" class="button">Save</a> button will prevent an item from being purged. + You can import OPML either from an URL, or by uploading a file. + You have the ability to view the following aggregators in %instance_name%. If You select a default aggregator, +you will automatically be directed there when visiting %instance_name%. If you have write privileges on +a particular aggregator, you will have the option to edit or delete it as well. + You will not usually come back to the aggregator. + Manage Manage Subscriptions + Move + Move selected subscriptions to %title% + Name + No No items. + Note: Off On + page. + Permissions Post + News Aggregator + Public? Purges: &raquo; + Save + settings + Source: + Subscriptions + Titles Only? + Toggle + Unsave + Unsubscribe updated %items.diff% + URL + View the XML source for this subscriptions + Yes + You have been unsubscribed from one source. + You have been unsubscribed from %delete_count% sources. Index: openacs-4/packages/news-aggregator/tcl/news-aggregator-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/news-aggregator-procs.tcl,v diff -u -r1.9.2.4 -r1.9.2.5 --- openacs-4/packages/news-aggregator/tcl/news-aggregator-procs.tcl 14 Jan 2006 23:27:59 -0000 1.9.2.4 +++ openacs-4/packages/news-aggregator/tcl/news-aggregator-procs.tcl 20 Nov 2006 19:41:18 -0000 1.9.2.5 @@ -85,7 +85,7 @@ return "Yesterday" } default { - return "$days Days Ago" + return "$days Days Ago" } } -} \ No newline at end of file +} Index: openacs-4/packages/news-aggregator/www/aggregator-edit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/Attic/aggregator-edit.adp,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/news-aggregator/www/aggregator-edit.adp 14 Jan 2006 23:27:59 -0000 1.1.2.1 +++ openacs-4/packages/news-aggregator/www/aggregator-edit.adp 20 Nov 2006 19:41:18 -0000 1.1.2.2 @@ -5,6 +5,6 @@

-Edit attributes for this aggregator: +#news-aggregator.lt_Edit_attributes_for_t# - \ No newline at end of file + Index: openacs-4/packages/news-aggregator/www/aggregator-tabs.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/Attic/aggregator-tabs.adp,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/news-aggregator/www/aggregator-tabs.adp 27 Jul 2006 11:39:13 -0000 1.1.2.3 +++ openacs-4/packages/news-aggregator/www/aggregator-tabs.adp 20 Nov 2006 19:41:18 -0000 1.1.2.4 @@ -1,7 +1,6 @@ -

Manage @ag_info.aggregator_name@

+

#news-aggregator.Manage# @ag_info.aggregator_name@

-Use tabs below to modify options for this aggregator. Options for @instance_name@ are -available on the settings page. +#news-aggregator.lt_Use_tabs_below_to_mod# #news-aggregator.settings# #news-aggregator.page#

@@ -10,26 +9,27 @@

+ Index: openacs-4/packages/news-aggregator/www/aggregator.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/aggregator.tcl,v diff -u -r1.4.2.4 -r1.4.2.5 --- openacs-4/packages/news-aggregator/www/aggregator.tcl 14 Jan 2006 23:27:59 -0000 1.4.2.4 +++ openacs-4/packages/news-aggregator/www/aggregator.tcl 20 Nov 2006 19:41:18 -0000 1.4.2.5 @@ -21,17 +21,17 @@ ad_form -name aggregator -action aggregator -select_query_name select_aggregator -form { {aggregator_id:integer(hidden),key} {aggregator_name:text - {label "Name"} + {label "\#news-aggregator.Name\#"} {html {size 50}} } {description:text(textarea),optional - {label "Description"} + {label "\#news-aggregator.Description\#"} {html {cols 60 rows 10}} } {public_p:text(radio) - {label "Public?"} - {options {{"Yes" t} {"No" f}}} - {help_text "A public aggregator is intended to be used by a group of people and will not have a Purge button. Instead, the most recent 100 items will be displayed. Private aggregators will, by default, only be viewable by the creator."} + {label "\#news-aggregator.Public\#"} + {options {{"[_ news-aggregator.Yes]" t} {"[_ news-aggregator.No]" f}}} + {help_text "[_ news-aggregator.Help_Msg_aggregator]"} } {return_url:text(hidden) {value $return_url} Index: openacs-4/packages/news-aggregator/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/index.adp,v diff -u -r1.12.2.12 -r1.12.2.13 --- openacs-4/packages/news-aggregator/www/index.adp 29 Jan 2006 18:16:40 -0000 1.12.2.12 +++ openacs-4/packages/news-aggregator/www/index.adp 20 Nov 2006 19:41:18 -0000 1.12.2.13 @@ -18,12 +18,12 @@ - This page lists the most recent items from the feeds you've subscribed to. - + #news-aggregator.lt_This_page_lists# +
- You can hit the Purge button to clean out the page. Clicking the Save button will prevent an item from being purged. + #news-aggregator.lt_You_can_hit_the_Purge# Click the Blog button to post the item to a weblog (you will have a choice of weblogs to post to). Index: openacs-4/packages/news-aggregator/www/item-blog.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/item-blog.adp,v diff -u -r1.2.2.2 -r1.2.2.3 --- openacs-4/packages/news-aggregator/www/item-blog.adp 1 Jan 2006 19:44:38 -0000 1.2.2.2 +++ openacs-4/packages/news-aggregator/www/item-blog.adp 20 Nov 2006 19:41:18 -0000 1.2.2.3 @@ -3,7 +3,7 @@ @context@

-

Source: @title@

+

#news-aggregator.Source# @title@

@@ -13,9 +13,9 @@

- Note: You will not usually come back to the aggregator. + #news-aggregator.Note# #news-aggregator.lt_You_will_not_usually_#

- No weblog options available! - \ No newline at end of file + #news-aggregator.lt_No_weblog_options_ava# + Index: openacs-4/packages/news-aggregator/www/multi-source-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/Attic/multi-source-chunk.adp,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/news-aggregator/www/multi-source-chunk.adp 3 Feb 2006 23:57:57 -0000 1.1.2.3 +++ openacs-4/packages/news-aggregator/www/multi-source-chunk.adp 20 Nov 2006 19:41:18 -0000 1.1.2.4 @@ -19,7 +19,7 @@ @items.item_title;noquote@
-
Posted: @items.pub_time_pretty@ +
#news-aggregator.lt_Posted_itemspub_time_# # @@ -28,14 +28,14 @@
@@ -44,23 +44,23 @@
@items.item_title;noquote@ - Posted: @items.pub_time_pretty@ + #news-aggregator.lt_Posted_itemspub_time_# #   - Save + #news-aggregator.Save# - Unsave + #news-aggregator.Unsave# - Blog + #news-aggregator.Blog#
- \ No newline at end of file + Index: openacs-4/packages/news-aggregator/www/opml-import-2.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/opml-import-2.adp,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/news-aggregator/www/opml-import-2.adp 3 Jun 2004 18:11:12 -0000 1.2 +++ openacs-4/packages/news-aggregator/www/opml-import-2.adp 20 Nov 2006 19:41:18 -0000 1.2.2.1 @@ -3,7 +3,8 @@ @context@

- The following feeds were found in the OPML file at @opml_url@: + #news-aggregator.lt_The_following_feeds_w# @opml_url@:

+ Index: openacs-4/packages/news-aggregator/www/opml-import.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/opml-import.adp,v diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- openacs-4/packages/news-aggregator/www/opml-import.adp 20 Mar 2004 11:04:39 -0000 1.1.1.1 +++ openacs-4/packages/news-aggregator/www/opml-import.adp 20 Nov 2006 19:41:18 -0000 1.1.1.1.2.1 @@ -7,8 +7,9 @@

- You can import OPML either from an URL, or by uploading a file. + #news-aggregator.lt_You_can_import_OPML_e#

+ Index: openacs-4/packages/news-aggregator/www/permissions.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/Attic/permissions.adp,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/news-aggregator/www/permissions.adp 4 Jan 2006 05:31:08 -0000 1.1.2.1 +++ openacs-4/packages/news-aggregator/www/permissions.adp 20 Nov 2006 19:41:18 -0000 1.1.2.2 @@ -6,6 +6,7 @@

- Manage detailed permissions for this aggregator. You can use this form to allow other users to view your personal feeds. + #news-aggregator.lt_Manage_detailed_permi#

+ Index: openacs-4/packages/news-aggregator/www/settings.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/settings.adp,v diff -u -r1.1.1.1.2.2 -r1.1.1.1.2.3 --- openacs-4/packages/news-aggregator/www/settings.adp 1 Jan 2006 19:44:38 -0000 1.1.1.1.2.2 +++ openacs-4/packages/news-aggregator/www/settings.adp 20 Nov 2006 19:41:18 -0000 1.1.1.1.2.3 @@ -4,21 +4,19 @@

@page_title@

-You have the ability to view the following aggregators in @instance_name@. If You select a default aggregator, -you will automatically be directed there when visiting @instance_name@. If you have write privileges on -a particular aggregator, you will have the option to edit or delete it as well. +#news-aggregator.lt_You_have_the_ability_#

- » Create new aggregator + » #news-aggregator.lt_Create_new_aggregator#

 

-The weblogs below will show up as options (in addition to any blogger instances you can post to on your subsite) -when you choose to blog about a news item. +#news-aggregator.lt_The_weblogs_below_wil#

- » Add new weblog + » #news-aggregator.Add_new_weblog#

+ Index: openacs-4/packages/news-aggregator/www/single-source-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/Attic/single-source-chunk.adp,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/news-aggregator/www/single-source-chunk.adp 3 Feb 2006 23:57:57 -0000 1.1.2.3 +++ openacs-4/packages/news-aggregator/www/single-source-chunk.adp 20 Nov 2006 19:41:18 -0000 1.1.2.4 @@ -18,7 +18,7 @@ @items.item_title;noquote@
-
Posted: @items.pub_time_pretty@ +
#news-aggregator.lt_Posted_itemspub_time_# # @@ -27,14 +27,14 @@
@@ -43,22 +43,22 @@
@items.item_title;noquote@ - Posted: @items.pub_time_pretty@ + #news-aggregator.lt_Posted_itemspub_time_# #   - Save + #news-aggregator.Save# - Unsave + #news-aggregator.Unsave# - Blog + #news-aggregator.Blog#
- \ No newline at end of file + Index: openacs-4/packages/news-aggregator/www/subscriptions.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/subscriptions.adp,v diff -u -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/news-aggregator/www/subscriptions.adp 4 Jan 2006 05:28:09 -0000 1.5.2.2 +++ openacs-4/packages/news-aggregator/www/subscriptions.adp 20 Nov 2006 19:41:18 -0000 1.5.2.3 @@ -4,20 +4,17 @@ @context@ -

- Enter the URL of an XML news feed you want to subscribe to or choose a feed the system already knows about and then click on the Add button. -

+

#news-aggregator.Enter_the_URL_of_an_XML_news_feed#

- The following table lists the XML news feeds you've subscribed to. - To delete a subscription, check it and then click on the Unsubscribe button - at the bottom of the page. + #news-aggregator.lt_The_following_table_l#

+ Index: openacs-4/packages/news-aggregator/www/subscriptions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/subscriptions.tcl,v diff -u -r1.7.2.7 -r1.7.2.8 --- openacs-4/packages/news-aggregator/www/subscriptions.tcl 27 Jul 2006 11:39:13 -0000 1.7.2.7 +++ openacs-4/packages/news-aggregator/www/subscriptions.tcl 20 Nov 2006 19:41:18 -0000 1.7.2.8 @@ -15,7 +15,7 @@ -object_id $aggregator_id \ -privilege write -set page_title "Manage Subscriptions" +set page_title "[_ news-aggregator.Manage_Subscriptions]" array set ag_info [news_aggregator::aggregator::aggregator_info -aggregator_id $aggregator_id] set context [list [list "." "$ag_info(aggregator_name)"] "$page_title"] @@ -45,9 +45,9 @@ incr delete_count } if { $delete_count > 1 } { - set message "You have been unsubscribed from $delete_count sources." + set message "[_ news-aggregator.You_have_been_unsubscribed_from]" } else { - set message "You have been unsubscribed from one source." + set message "[_ news-aggregator.You_have_been_unsubscribed]" } ad_returnredirect -message $message subscriptions ad_script_abort @@ -60,7 +60,7 @@ } set bulk_actions { - Unsubscribe subscriptions Unsubscribe + #news-aggregator.Unsubscribe# subscriptions #news-aggregator.Unsubscribe# } if { $aggregator_count > 1 } { @@ -71,8 +71,8 @@ set title [db_string select_name {}] } lappend bulk_actions \ - Copy subscription-copy "Copy selected subscriptions to $title" \ - Move subscription-move "Move selected subscriptions to $title" + \#news-aggregator.Copy\# Copy subscription-copy "\#news-aggregator.Copy_Selected\#" \ + \#news-aggregator.Move\# subscription-move "\#news-aggregator.Move_Selected\#" } @@ -82,31 +82,30 @@ -key source_id \ -row_pretty_plural "subscriptions" \ -actions { - "Export Subscriptions" "opml" "Export your subscriptions as an OPML file" + "\#news-aggregator.Export_Subscriptions\#" "opml" "\#news-aggregator.Export_your_subscriptions_as_an_OPML_file\#" } -bulk_actions $bulk_actions -elements { title { - label "Name" + label "\#news-aggregator.Name\#" link_url_eval $link } last_scanned { - label "Last Scan" + label "\#news-aggregator.Last_Scan\#" } last_modified { - label "Last Update" + label "\#news-aggregator.Last_Update\#" } show_description_p { - label "Titles Only?" + label "\#news-aggregator.Titles_Only\#" display_template { -
NoYes toggle
+
\#news-aggregator.No\#\#news-aggregator.Yes\# toggle
} } feed_url { - label "Source" + label "\#news-aggregator.Source\#" display_template { - View the XML source for this subscription + alt="\#news-aggregator.View_the_XML\#" border="0"> } } } -orderby { @@ -145,21 +144,21 @@ lappend other_feeds [list $title $source_id] } -ad_form -name add_subscription -action subscriptions -form { +ad_form -name add_subscription -form { {subscription_id:integer(hidden),key} {aggregator_id:integer(hidden) {value $aggregator_id}} {feed_url:text(text),optional {value $feed_url_val} - {label "URL"} + {label "#news-aggregator.URL#"} {value "http://"} {html {size 55}} } {new_source_id:integer(select),optional - {label "Feed"} + {label "\#news-aggregator.Feed\#"} {options $other_feeds} } {add_submit:text(submit),optional - {label "Add"} + {label "[_ news-aggregator.Add]"} } } -validate { {feed_url