muck-services 0.1.25 → 0.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.25
1
+ 0.1.26
@@ -28,19 +28,25 @@ class Muck::IdentityFeedsController < ApplicationController
28
28
 
29
29
  def create
30
30
  @service = Service.find(params[:service_id])
31
- @feed = Feed.new(:uri => params[:uri], :login => params[:username])
32
- feeds = Service.create_tag_feeds_for_service(@service, params[:uri], params[:username], params[:password], current_user.id)
33
- if feeds.blank?
34
- success = false
35
- if params[:username]
36
- message = I18n.t('muck.services.no_feeds_from_username')
31
+ if !params[:uri].blank?
32
+ @feed = Feed.new(:uri => params[:uri], :login => params[:username])
33
+ feeds = Service.create_tag_feeds_for_service(@service, params[:uri], params[:username], params[:password], current_user.id)
34
+ if feeds.blank?
35
+ success = false
36
+ if params[:username]
37
+ message = I18n.t('muck.services.no_feeds_from_username')
38
+ else
39
+ message = I18n.t('muck.services.no_feeds_at_uri')
40
+ end
37
41
  else
38
- message = I18n.t('muck.services.no_feeds_at_uri')
42
+ success, messages = add_feeds_to_parent(@parent, feeds)
43
+ message = messages.join('<br />')
39
44
  end
40
45
  else
41
- success, messages = add_feeds_to_parent(@parent, feeds)
42
- message = messages.join('<br />')
46
+ success = false
47
+ message = I18n.t('muck.services.please_specify_url')
43
48
  end
49
+
44
50
  respond_to do |format|
45
51
  format.html do
46
52
  flash[:notice] = message if message
@@ -82,6 +82,7 @@ ar:
82
82
  failed_last_request: "فشل الطلب الأخير : {{error}}"
83
83
  feed: تغذية
84
84
  feed_banned_message: "تغذية كانت محظورة."
85
+ feed_display_address: "رابط الخلاصة"
85
86
  feed_id: معرف
86
87
  feed_metadata_address: "الفوقية العنوان"
87
88
  feed_remove: "تغذية إزالتها"
@@ -151,6 +152,7 @@ ar:
151
152
  opml_generated: "ليغذي {{terms}}"
152
153
  personal_recommendations: التوصيات
153
154
  photos: صور
155
+ please_specify_url: "يرجى تحديد رابط"
154
156
  polyvore_prompt: "Polyvore ملف رابط"
155
157
  polyvore_rss: "Polyvore بك لمحة رابط يشبه http://www.polyvore.com/cgi/profile؟id=00000"
156
158
  powered_by: "مدعوم من"
@@ -180,6 +182,7 @@ ar:
180
182
  search_button: يذهب
181
183
  search_for: "البحث عن :"
182
184
  search_link: "العثور على موارد!"
185
+ search_problem: "كانت هناك مشكلة مع البحث. يرجى مراجعة معايير البحث الخاصة بك وحاول مرة أخرى."
183
186
  searching_for_feed: "البحث عن يغذي..."
184
187
  select_feeds_prompt: "حدد يغذي كنت أود أن أضيف :"
185
188
  select_service_prompt: "يرجى اختيار خدمة"
@@ -82,6 +82,7 @@ bg:
82
82
  failed_last_request: "Неуспешно последната заявка: {{error}}"
83
83
  feed: Храня
84
84
  feed_banned_message: "Фуражът е забранена."
85
+ feed_display_address: "Feed URL"
85
86
  feed_id: ID
86
87
  feed_metadata_address: "Метаданните Адрес"
87
88
  feed_remove: "Премахнато Feed"
@@ -151,6 +152,7 @@ bg:
151
152
  opml_generated: "Feeds за {{terms}}"
152
153
  personal_recommendations: Препоръчваме
153
154
  photos: Снимки
155
+ please_specify_url: "Моля, посочете URL"
154
156
  polyvore_prompt: "Polyvore профил URL"
155
157
  polyvore_rss: "Вашият профил Polyvore URL прилича http://www.polyvore.com/cgi/profile?id=00000"
156
158
  powered_by: "захранва от"
@@ -180,6 +182,7 @@ bg:
180
182
  search_button: Отивам
181
183
  search_for: "Търсене за:"
182
184
  search_link: "Намери ресурси!"
185
+ search_problem: "Имаше проблем с вашето търсене. Моля, прегледайте критериите за търсене и опитайте отново."
183
186
  searching_for_feed: "Търсене на емисии ..."
184
187
  select_feeds_prompt: "Изберете емисии, който искате да добавите:"
185
188
  select_service_prompt: "Моля изберете услуга"
@@ -82,6 +82,7 @@ ca:
82
82
  failed_last_request: "No es pot darrera petició: {{error}}"
83
83
  feed: Alimentar
84
84
  feed_banned_message: "Aliment va ser prohibit."
85
+ feed_display_address: "URL del canal"
85
86
  feed_id: ID
86
87
  feed_metadata_address: "Direcció de metadades"
87
88
  feed_remove: "Feed eliminats"
@@ -151,6 +152,7 @@ ca:
151
152
  opml_generated: "Feeds per {{terms}}"
152
153
  personal_recommendations: Recomanacions
153
154
  photos: Fotos
155
+ please_specify_url: "Si us plau, introduïu un URL"
154
156
  polyvore_prompt: "Polyvore URL"
155
157
  polyvore_rss: "El seu perfil Polyvore URL sembla http://www.polyvore.com/cgi/profile?id=00000"
156
158
  powered_by: "powered by"
@@ -180,6 +182,7 @@ ca:
180
182
  search_button: Anar
181
183
  search_for: "Cerca:"
182
184
  search_link: "Trobar recursos!"
185
+ search_problem: "Hi va haver un problema amb la cerca. Si us plau, revisi els seus criteris de cerca i torna a intentar-ho."
183
186
  searching_for_feed: "La recerca de feeds ..."
184
187
  select_feeds_prompt: "Seleccioneu les notícies que voleu afegir:"
185
188
  select_service_prompt: "Si us plau, seleccioneu un servei"
@@ -211,4 +214,4 @@ ca:
211
214
  visit: visita
212
215
  xml: XML
213
216
  zotero_group_prompt: "Grup Zotero URL"
214
- zotero_group_rss: "El seu grup Zotero URL és així: http://www.zotero.org/groups/adventures_in_library_instruction/items"
217
+ zotero_group_rss: "Seva grup Zotero URL és així: http://www.zotero.org/groups/adventures_in_library_instruction/items"
@@ -82,6 +82,7 @@ cs:
82
82
  failed_last_request: "Neúspěšný poslední dotaz: {{error}}"
83
83
  feed: Krmit
84
84
  feed_banned_message: "Krmivo byl zakázán."
85
+ feed_display_address: "Feed URL"
85
86
  feed_id: ID
86
87
  feed_metadata_address: "Metadata Adresa"
87
88
  feed_remove: "Feed Removed"
@@ -151,6 +152,7 @@ cs:
151
152
  opml_generated: "Krmiva pro {{terms}}"
152
153
  personal_recommendations: Doporučení
153
154
  photos: Fotografie
155
+ please_specify_url: "Prosím, zadejte adresu URL"
154
156
  polyvore_prompt: "Polyvore profil URL"
155
157
  polyvore_rss: "Vaše Polyvore profil URL vypadá http://www.polyvore.com/cgi/profile?id=00000"
156
158
  powered_by: "powered by"
@@ -180,6 +182,7 @@ cs:
180
182
  search_button: Jít
181
183
  search_for: "Hledat:"
182
184
  search_link: "Najít zdroje!"
185
+ search_problem: "Došlo k problému s výsledky vašeho hledání. Projděte si prosím kritéria vyhledávání a zkuste to znovu."
183
186
  searching_for_feed: "Vyhledávání kanálů ..."
184
187
  select_feeds_prompt: "Vyberte kanály, který chcete přidat:"
185
188
  select_service_prompt: "Prosím vyberte službu"
@@ -28,7 +28,7 @@ da:
28
28
  all_resources: "Alle ressourcer"
29
29
  already_added_uri_feed: "Du har allerede tilføjet den url {{uri}}"
30
30
  already_added_username_feed: "Du har allerede tilføjet en {{service}} konto med brugernavnet {{username}}"
31
- already_shared: "Du tidligere har delt denne side."
31
+ already_shared: "Du har tidligere delte denne side."
32
32
  amazon_prompt: "Indtast den e-mail, du bruger med Amazon.com"
33
33
  approval_status: Godkendt
34
34
  atom: Atom
@@ -82,6 +82,7 @@ da:
82
82
  failed_last_request: "Mislykket sidste anmodning: {{error}}"
83
83
  feed: Fodre
84
84
  feed_banned_message: "Feed blev forbudt."
85
+ feed_display_address: "Feed URL"
85
86
  feed_id: ID
86
87
  feed_metadata_address: "Metadata Adresse"
87
88
  feed_remove: "Feed Fjernet"
@@ -121,7 +122,7 @@ da:
121
122
  login_to_comment: "Log ind for at tilføje en kommentar"
122
123
  metadata: metadata
123
124
  metadata_prefix: "Metadata Præfiks"
124
- my_identity: "Min identitet"
125
+ my_identity: "Min Identity"
125
126
  my_services: "Min Service"
126
127
  narrow_further: "indsnævre resultaterne yderligere"
127
128
  netflix_prompt: "Netflix Kø RSS URL"
@@ -151,6 +152,7 @@ da:
151
152
  opml_generated: "Feeds til {{terms}}"
152
153
  personal_recommendations: Anbefalinger
153
154
  photos: Billeder
155
+ please_specify_url: "Angiv en URL"
154
156
  polyvore_prompt: "Polyvore profil URL"
155
157
  polyvore_rss: "Din Polyvore profil URL udseende http://www.polyvore.com/cgi/profile?id=00000"
156
158
  powered_by: "powered by"
@@ -180,6 +182,7 @@ da:
180
182
  search_button: Start
181
183
  search_for: "Søg efter:"
182
184
  search_link: "Find ressourcer!"
185
+ search_problem: "Der var et problem med din søgning. Gennemgå venligst dine søgekriterier, og prøv igen."
183
186
  searching_for_feed: "Søger efter feeds ..."
184
187
  select_feeds_prompt: "Vælg de feeds, du ønsker at tilføje:"
185
188
  select_service_prompt: "Vælg en tjeneste"
@@ -82,6 +82,7 @@ de:
82
82
  failed_last_request: "Failed letzte Bitte: {{error}}"
83
83
  feed: Füttern
84
84
  feed_banned_message: "Feed wurde verboten."
85
+ feed_display_address: Feed-URL
85
86
  feed_id: ID
86
87
  feed_metadata_address: Metadaten-Adresse
87
88
  feed_remove: "Feed entfernt"
@@ -151,6 +152,7 @@ de:
151
152
  opml_generated: "Feeds für {{terms}}"
152
153
  personal_recommendations: Empfehlungen
153
154
  photos: Fotos
155
+ please_specify_url: "Bitte geben Sie eine URL"
154
156
  polyvore_prompt: "Polyvore Profil URL"
155
157
  polyvore_rss: "Ihr Profil Polyvore URL aussieht http://www.polyvore.com/cgi/profile?id=00000"
156
158
  powered_by: "powered by"
@@ -180,6 +182,7 @@ de:
180
182
  search_button: Gehen
181
183
  search_for: "Suchen nach:"
182
184
  search_link: "Finden Sie Resources!"
185
+ search_problem: "Es gab ein Problem mit Ihrer Suche. Bitte überprüfen Sie Ihre Suchkriterien und versuchen Sie es erneut."
183
186
  searching_for_feed: "Auf der Suche nach RSS-Feeds ..."
184
187
  select_feeds_prompt: "Wählen Sie die Feeds, die Sie möchte hinzufügen:"
185
188
  select_service_prompt: "Bitte wählen Sie einen Dienst"
@@ -82,6 +82,7 @@ el:
82
82
  failed_last_request: "Failed τελευταίο αίτημα: {{error}}"
83
83
  feed: Τροφοδοσία
84
84
  feed_banned_message: "Ζωοτροφές απαγορεύτηκε."
85
+ feed_display_address: "Feed URL"
85
86
  feed_id: ID
86
87
  feed_metadata_address: "Μεταδεδομένα Διεύθυνση"
87
88
  feed_remove: "Feed Removed"
@@ -151,6 +152,7 @@ el:
151
152
  opml_generated: "Ροές για {{terms}}"
152
153
  personal_recommendations: Συστάσεις
153
154
  photos: Φωτογραφίες
155
+ please_specify_url: "Προσδιορίστε ένα URL"
154
156
  polyvore_prompt: "Polyvore προφίλ URL"
155
157
  polyvore_rss: "Polyvore προφίλ σας URL μοιάζει http://www.polyvore.com/cgi/profile?id=00000"
156
158
  powered_by: "powered by"
@@ -180,6 +182,7 @@ el:
180
182
  search_button: Πάω
181
183
  search_for: "Αναζήτηση για:"
182
184
  search_link: "Βρείτε Πόρων!"
185
+ search_problem: "Υπήρξε ένα πρόβλημα με την αναζήτησή σας. Παρακαλώ εξετάστε τα κριτήρια αναζήτησης σας και προσπαθήστε ξανά."
183
186
  searching_for_feed: "Ψάχνοντας για ροές δεδομένων ..."
184
187
  select_feeds_prompt: "Επιλέξτε τις τροφές που θα θέλατε να προσθέσετε:"
185
188
  select_service_prompt: "Παρακαλώ επιλέξτε μια υπηρεσία"
@@ -1,219 +1,217 @@
1
- en:
2
- muck:
3
- activity_templates:
4
- entry_comment: Comment
5
- services:
6
- add_new_feed_title: "Add a new feed"
7
- no_tags: "No tags available yet"
1
+ ---
2
+ en:
3
+ muck:
4
+ services:
5
+ get_recommendations: Get Recommendations
6
+ generate_new_topic: Generate a new topic
7
+ feed_display_address: Feed Url
8
+ facebook_notifications: Facebook Notifications
9
+ type_of_metadata: "Type of Metadata:"
10
+ facebook_prompt: Your Facebook My Links URL
11
+ add_feed_url: "Url:"
12
+ no_terms_error: Please specify a term or list of terms.
13
+ already_added_uri_feed: You've already added the url {{uri}}
14
+ login_to_comment: Login to add a comment
15
+ previous_label: Previous
16
+ feeds_title: Registered Collections
17
+ resources_tag_cloud_label: browse resources using tags <a href="/resources?grain_size=course">[browse only courses]</a>
18
+ add_rss_feed: Add RSS Feed
19
+ photos: Photos
20
+ friendfeed_prompt: FriendFeed RSS URL
21
+ display_address: Display Address
22
+ search: search
8
23
  collections: Collections
9
- demo: Demo
24
+ comment_entries_count:
25
+ one: 1 Comment
26
+ other: "{{count}} Comments"
27
+ narrow_further: narrow results further
28
+ search_link: Find Resources!
10
29
  search_button: Go
11
- collections_long: "Indexed Collections"
12
- developers_long: "Information for Developers"
13
- powered_by: "powered by"
14
- no_hits: "Your search - <b>{{search}}</b> - did not match any <b>{{resource_type}}</b>. Please try a different search or choose a different language."
15
- no_tagged_courses: "No <b>courses</b> were found tagged with <b>{{tags}}</b>. <a href='/resources'>Start over</a> or show <a href='/resources/tags/{{tags}}'>all resources tagged {{tags}}</a>."
16
- no_tagged_resources: "No <b>resources</b> were found tagged with <b>{{tags}}</b>. <a href='/resources'>Start over</a>."
17
- no_recommendations: "No recommendations were found."
18
- my_identity: My Identity
19
- previous: Previous
20
- next: Next
21
- results: Results
22
- of: of
23
- for: for
24
- relevance: relevance
25
- metadata: metadata
26
- related_resources: related
27
- rss: RSS
30
+ edit_aggregation: Edit Aggregation
31
+ linkedin_prompt: LinkedIn public profile URL
32
+ rss_url: Url for your rss feed
28
33
  xml: XML
29
- personal_recommendations: Recommendations
30
- atom: Atom
31
- rdf: RDF
32
- related_resources_title: Related Resources
33
- calculated: calculated
34
+ select_feeds_prompt: "Select the feeds you would like to add:"
35
+ no_feeds_at_uri: We could not find the given url
36
+ blogger_prompt: Url of your Blog
34
37
  details: Details
35
- gm_title: Related Resources
36
- gm_more_prompt: More Related Resources
37
- show_related_resources: Show Related Resources
38
- direct_link: '[direct link]'
39
- search: search
40
- search_link: Find Resources!
41
- resources_tag_cloud_label: browse resources using tags <a href="/resources?grain_size=course">[browse only courses]</a>
42
- courses_tag_cloud_label: browse courses using tags <a href="/resources">[browse all resources]</a>
43
- narrow_further: narrow results further
44
- show_tagged_courses: show only courses
45
- show_tagged_resources: show any kind of resource
38
+ related_resources_title: Related Resources
39
+ successfully_added_username_feed: Successfully added {{service}}
40
+ collection_description: "Collection Description:"
41
+ feed: Feed
42
+ add_oai: Add OAI
43
+ setup_aggregation: Setup Aggregation
46
44
  tags: tags
45
+ add_feed_advanced: Add Feed (Advanced)
46
+ uri: Url
47
+ cant_modify_identity_feed: You don't have permission to access the specified feed.
48
+ remove: Remove
49
+ developers_long: Information for Developers
50
+ rss: RSS
51
+ validate_feed: Mark feed as valid
52
+ discover_feed_message: Searching for information about the url you provided. Please wait.
53
+ service_feed_name: "{{term}} on {{service}}"
54
+ please_specify_url: Please specify a url
55
+ available_sources: Available Sources
56
+ import_service: Import {{service}}
57
+ new_search: New Search
58
+ no_tags: No tags available yet
59
+ generating_topic_message: Searching. This might take a minute or so....
47
60
  start_over: start over
48
- course_tag_results: "Courses <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
49
- resource_tag_results: "Resources <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
50
- course_search_results: "Courses <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
51
- resource_search_results: "Resources <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
52
- next_label: Next
53
- previous_label: Previous
54
- all_resources: All Resources
61
+ add_aggregation_title: "Name for aggregation:"
62
+ back: Back
63
+ polyvore_prompt: Polyvore profile URL
64
+ login_or_signup_prompt: "{{signup}} or {{login}} to discuss and share resources."
65
+ facebook_shares: Facebook Shared Links
66
+ for: for
67
+ zotero_group_prompt: Zotero group URL
68
+ download_opml: Download OPML file for {{terms}}
69
+ loading_content_image: <%= t('muck.services.loading_image') %>
70
+ save_aggreation: Save this Aggregation
71
+ metadata: metadata
72
+ signup_to_save_aggreation: "{{login}} or {{signup}} to save this search"
73
+ visit: visit
74
+ facebook_link: You can find your URL on your Facebook My Links page. {{link}} and then click on 'My Links'
75
+ course_search_results: Courses <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>
55
76
  only_courses: Only Courses
56
- add_feed: Add
57
- feed_display_address: 'Feed Url'
58
- add_feed_url: "Url:"
59
- discover_feed_message: "Searching for information about the url you provided. Please wait."
60
- select_feeds_prompt: "Select the feeds you would like to add:"
61
- display_url: "Url to be displayed:"
62
- title: "Title"
63
- short_title: "Short title:"
64
- description: "Description:"
65
- add_feed_title: "Add a new feed"
66
- repository_title: "Repository Title:"
67
- repository_short_title: "Repository Short Title:"
68
- repository: "Metadata"
77
+ no_hits: Your search - <b>{{search}}</b> - did not match any <b>{{resource_type}}</b>. Please try a different search or choose a different language.
78
+ no_recommendations: No recommendations were found.
79
+ feed_successfully_created: Feed was successfully created.
80
+ login: Login
81
+ next_label: Next
82
+ add_rss: Add Rss
83
+ already_added_username_feed: You've already added a {{service}} account with the username {{username}}
84
+ topic_feeds_for: Feeds for {{terms}}
85
+ explore: Search for {{topic}}
86
+ videos: Videos
87
+ terms_instructions: Add as many tags or phrases as you'd like. Separate each with a comma. ie food, recipes, best places to eat, organic
88
+ failed_harvests: Failed harvests
89
+ add_oai_feed: Add OAI Endpoint
90
+ new_topic_title: Search for a new topic and build the results page.
91
+ aggregation_deleted: "{{title}} deleted"
92
+ collection_home_uri: Address of the Collection Home Page
93
+ problem_adding_feed: "There was a problem adding the feed:"
94
+ opml_feeds_for: Feeds for {{terms}}
95
+ add_aggregation: Add Aggregation
96
+ repository: Metadata
97
+ loading_message: "Loading... "
98
+ feed_successfully_updated: Feed was successfully updated.
99
+ approval_status: Approved
100
+ course_tag_results: Courses <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>
101
+ goodreads_prompt: Goodreads profile URL
102
+ feed_remove: Feed Removed
103
+ loading_image: Loading Image
104
+ feed_type: Feed Type
105
+ new_aggregation: New Aggregation
106
+ banned: banned
107
+ feeds_for_aggregation: Feeds for this aggregation
108
+ status: Status
109
+ add_extended_feed_sub_title: Contribute a new data source
110
+ related_resources: related
111
+ hide: Hide
112
+ latest_aggregations: Latest aggregations
113
+ calculated: calculated
114
+ demo: Demo
115
+ discover_feed: Discover Feed
116
+ no_entries_found: No entries found
117
+ relevance: relevance
118
+ read_more: read more
119
+ show_tagged_resources: show any kind of resource
120
+ contributor: Contributor
121
+ cant_modify_aggregation: You don't have permission to access the specified aggregation.
122
+ oai_endpoint_successfully_created: Successfully added OAI endpoint
123
+ add_extended_feed_title: Add new feed
124
+ gm_title: Related Resources
125
+ resource_tag_results: Resources <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>
126
+ rdf: RDF
127
+ amazon_prompt: Please enter the email you use with Amazon.com
128
+ edit_aggregation_title: Editing {{title}}
129
+ remix: Remix
130
+ share: Share
131
+ my_services: My Services
132
+ spinner_image: Waiting image
133
+ language_not_supported: The requested language is not supported
69
134
  collection_uri: "Address of the Collection Metadata:"
70
- collection_home_uri: "Address of the Collection Home Page"
71
- collection_description: "Collection Description:"
72
- type_of_metadata: "Type of Metadata:"
73
- oai_prompt: "If you specify OAI, you must specify the full url to the ListRecords request (not just the OAI endpoint)"
135
+ feed_type_prompt: RSS is the most common feed type. Only select OAI if you know the repository supports it and you have specified the OAI endpoint.
136
+ entry_commment_contents: commented on {{resource}}
137
+ entries_count: Entries
138
+ oai_prompt: If you specify OAI, you must specify the full url to the ListRecords request (not just the OAI endpoint)
139
+ add_new_feed_title: Add a new feed
140
+ repository_title: "Repository Title:"
141
+ new_global_feed: A new feed has been added to {{application_name}}
142
+ add_sources_by_tag: Add more feeds by tags.
143
+ no_tagged_resources: No <b>resources</b> were found tagged with <b>{{tags}}</b>. <a href='/resources'>Start over</a>.
144
+ results: Results
145
+ all_resources: All Resources
146
+ linkedin_rss: You can find your URL at the bottom of your {{link}}.
147
+ facebook_instructions: On the My Links page, right-click on 'My Links' and copy the link. We will automatically include, status, links and notes.
148
+ search_for: "Search for:"
74
149
  choose_service: "Choose service:"
75
- select_service_prompt: "Please select a service"
76
- add_extended_feed_title: "Add new feed"
77
- add_extended_feed_sub_title: "Contribute a new data source"
78
- feed_type: "Feed Type"
79
- display_address: "Display Address"
80
- feed_type_prompt: "RSS is the most common feed type. Only select OAI if you know the repository supports it and you have specified the OAI endpoint."
81
- submitting_feed_message: "Submitting your feed..."
82
- feed_successfully_created: "Feed was successfully created."
83
- feed_successfully_updated: "Feed was successfully updated."
84
- new_global_feed: "A new feed has been added to {{application_name}}"
85
- feeds_title: "Registered Collections"
86
- title: "Title"
87
- description: "Description"
88
- harvest_interval: "Harvest interval (hrs)"
89
- harvested_at: "Harvested"
90
- approval_status: "Approved"
91
- failed_harvests: "Failed harvests"
92
- status: "Status"
93
- uri: "Url"
94
- discover_feed: "Discover Feed"
95
- add_feed: "Add Feed"
96
- add_feed_advanced: "Add Feed (Advanced)"
97
- metadata_prefix: "Metadata Prefix"
98
- add_rss: "Add Rss"
99
- add_oai: "Add OAI"
100
- add_rss_feed: "Add RSS Feed"
101
- add_oai_feed: "Add OAI Endpoint"
102
- oai_endpoint_successfully_created: "Successfully added OAI endpoint"
103
- ok: OK
104
- banned: banned
105
- failed_last_request: "Failed last request: {{error}}"
106
- visit: "visit"
107
- problem_adding_feed: "There was a problem adding the feed:"
108
- validate_feed: "Mark feed as valid"
109
- ban_feed: "Mark feed as invalid"
110
- feed_validated_message: "Feed was approved."
111
- feed_banned_message: "Feed was banned."
112
- default_language: "Language"
113
- entries_count: "Entries"
114
- added_date: "Added"
115
- feed_id: "ID"
116
- feed: "Feed"
117
- feed_metadata_address: "Metadata Address"
118
- contributor: "Contributor"
119
- close: "Close"
120
- share: "Share"
121
- hide: "Hide"
122
- remix: "Remix"
123
- login_to_comment: "Login to add a comment"
124
- login_or_signup_prompt: "{{signup}} or {{login}} to discuss and share resources."
125
- login: "Login"
126
- signup: "Sign Up"
127
- already_shared: "You've previously shared this page."
128
- entry_commment_contents: "commented on {{resource}}"
129
- cant_modify_identity_feed: "You don't have permission to access the specified feed."
130
- available_services: "Available Services"
131
- my_services: "My Services"
132
- import_service: "Import {{service}}"
150
+ ban_feed: Mark feed as invalid
151
+ courses_tag_cloud_label: browse courses using tags <a href="/resources">[browse all resources]</a>
152
+ of: of
153
+ no_feeds_from_username: We could not find the given account
154
+ my_identity: My Identity
155
+ metadata_prefix: Metadata Prefix
156
+ short_title: "Short title:"
157
+ close: Close
158
+ atom: Atom
159
+ available_services: Available Services
160
+ friendfeed_rss: You can find your URL at the bottom of your {{link}}.
161
+ add_feeds_to_aggregation: Add feeds to {{title}}
162
+ add_opml_to_aggregation: Add OPML file
163
+ feed_metadata_address: Metadata Address
164
+ add_feed_title: Add a new feed
165
+ next: Next
166
+ gm_more_prompt: More Related Resources
167
+ signup: Sign Up
133
168
  service_username: "{{service}} username"
134
- no_feeds_from_username: "We could not find the given account"
135
- no_feeds_at_uri: "We could not find the given url"
136
- successfully_added_username_feed: "Successfully added {{service}}"
137
- successfully_added_uri_feed: "Successfully added {{uri}}"
138
- already_added_username_feed: "You've already added a {{service}} account with the username {{username}}"
139
- already_added_uri_feed: "You've already added the url {{uri}}"
140
- rss_url: "Url for your rss feed"
141
- blogger_prompt: "Url of your Blog"
142
- netflix_prompt: "Netflix Queue RSS URL"
143
- netflix_rss: "You can find your URL on your {{link}}. Note that there are several feeds available on your Netflix Queue page (Queue, Recommendations, Movie Reviews, etc). Add as many as you like!"
144
- friendfeed_prompt: "FriendFeed RSS URL"
145
- friendfeed_rss: "You can find your URL at the bottom of your {{link}}."
146
- linkedin_prompt: "LinkedIn public profile URL"
147
- linkedin_rss: "You can find your URL at the bottom of your {{link}}."
148
- polyvore_prompt: "Polyvore profile URL"
149
- polyvore_rss: "Your Polyvore profile URL looks like http://www.polyvore.com/cgi/profile?id=00000"
150
- goodreads_prompt: "Goodreads profile URL"
151
- goodreads_rss: "e.g., http://www.goodreads.com/user/show/1111"
152
- zotero_group_prompt: "Zotero group URL"
169
+ netflix_prompt: Netflix Queue RSS URL
170
+ goodreads_rss: e.g., http://www.goodreads.com/user/show/1111
153
171
  zotero_group_rss: "Your Zotero group URL looks like: http://www.zotero.org/groups/adventures_in_library_instruction/items"
154
- amazon_prompt: "Please enter the email you use with Amazon.com"
155
- facebook_prompt: "Your Facebook My Links URL"
156
- facebook_link: "You can find your URL on your Facebook My Links page. {{link}} and then click on 'My Links'"
157
- facebook_instructions: "On the My Links page, right-click on 'My Links' and copy the link. We will automatically include, status, links and notes."
158
- identity_feed_removed: "Removed service"
159
- loading_content_image: "<%= t('muck.services.loading_image') %>"
160
- loading_message: "Loading... "
161
- loading_image: "Loading Image"
162
- spinner_image: "Waiting image"
163
- identity_feeds: "Identity Feeds"
164
- facebook_notifications: "Facebook Notifications"
165
- facebook_shares: "Facebook Shared Links"
166
- facebook_notes: "Facebook Notes"
167
- add_edit_feeds: "Add/Edit Feeds"
168
- available_sources: "Available Sources"
169
- setup_aggregation: "Setup Aggregation"
170
- new_aggregation: "New Aggregation"
171
- feeds_for_aggregation: "Feeds for this aggregation"
172
- add_feeds_to_aggregation: "Add feeds to {{title}}"
173
- edit_aggregation_title: "Editing {{title}}"
174
- cant_modify_aggregation: "You don't have permission to access the specified aggregation."
175
- aggregation_deleted: "{{title}} deleted"
176
- build_topic: "Live Search"
177
- search_for: "Search for:"
178
- new_topic_title: "Search for a new topic and build the results page."
179
- add_aggregation: "Add Aggregation"
180
- aggregation_updated: "Aggregation Updated"
181
- edit_aggregation: "Edit Aggregation"
182
- add_opml_to_aggregation: "Add OPML file"
183
- save_aggreation: "Save this Aggregation"
184
- add_aggregation_title: "Name for aggregation:"
185
- save_aggreation_instructions: "Remove any unwanted feeds by clicking on 'Remove'. You will be able to add new feeds in the next step."
186
- remove: "Remove"
187
- signup_to_save_aggreation: "{{login}} or {{signup}} to save this search"
188
- terms_instructions: "Add as many tags or phrases as you'd like. Separate each with a comma. ie food, recipes, best places to eat, organic"
189
- topic_generated: "Results for `{{terms}}`."
190
- no_terms_error: "Please specify a term or list of terms."
191
- download_opml: "Download OPML file for {{terms}}"
192
- opml_generated: "Feeds for {{terms}}"
193
- opml_feeds_for: "Feeds for {{terms}}"
194
- generate_new_topic: "Generate a new topic"
195
- topic_feeds_for: "Feeds for {{terms}}"
196
- generating_topic_message: "Searching. This might take a minute or so...."
197
- service_feed_name: "{{term}} on {{service}}"
198
- related_feeds: "Related Feeds"
199
- no_entries_found: "No entries found"
200
- read_more: "read more"
201
- latest_aggregations: "Latest aggregations"
202
- finding_topics: "Searching for relevant stories..."
203
- new_search: "New Search"
204
- add_sources_by_tag: "Add more feeds by tags."
205
- add_more_sources: "Add Sources"
206
- no_feeds_found: "No feeds were found"
207
- searching_for_feed: "Searching for feeds..."
208
- feed_remove: "Feed Removed"
209
- photos: "Photos"
210
- videos: "Videos"
211
- back: "Back"
212
- explore: "Search for {{topic}}"
213
- language_not_supported: The requested language is not supported
214
- get_recommendations: Get Recommendations
215
- search_problem: "There was a problem with your search. Please review your search criteria and try again."
216
- comment_entries_count:
217
- one: "1 Comment"
218
- other: "{{count}} Comments"
219
-
172
+ identity_feed_removed: Removed service
173
+ finding_topics: Searching for relevant stories...
174
+ feed_validated_message: Feed was approved.
175
+ harvested_at: Harvested
176
+ aggregation_updated: Aggregation Updated
177
+ related_feeds: Related Feeds
178
+ add_more_sources: Add Sources
179
+ description: Description
180
+ powered_by: powered by
181
+ netflix_rss: You can find your URL on your {{link}}. Note that there are several feeds available on your Netflix Queue page (Queue, Recommendations, Movie Reviews, etc). Add as many as you like!
182
+ polyvore_rss: Your Polyvore profile URL looks like http://www.polyvore.com/cgi/profile?id=00000
183
+ build_topic: Live Search
184
+ save_aggreation_instructions: Remove any unwanted feeds by clicking on 'Remove'. You will be able to add new feeds in the next step.
185
+ display_url: "Url to be displayed:"
186
+ show_tagged_courses: show only courses
187
+ ok: OK
188
+ failed_last_request: "Failed last request: {{error}}"
189
+ select_service_prompt: Please select a service
190
+ show_related_resources: Show Related Resources
191
+ already_shared: You've previously shared this page.
192
+ add_edit_feeds: Add/Edit Feeds
193
+ harvest_interval: Harvest interval (hrs)
194
+ resource_search_results: Resources <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>
195
+ successfully_added_uri_feed: Successfully added {{uri}}
196
+ no_feeds_found: No feeds were found
197
+ direct_link: "[direct link]"
198
+ feed_banned_message: Feed was banned.
199
+ collections_long: Indexed Collections
200
+ topic_generated: Results for `{{terms}}`.
201
+ searching_for_feed: Searching for feeds...
202
+ search_problem: There was a problem with your search. Please review your search criteria and try again.
203
+ default_language: Language
204
+ title: Title
205
+ submitting_feed_message: Submitting your feed...
206
+ add_feed: Add Feed
207
+ identity_feeds: Identity Feeds
208
+ added_date: Added
209
+ no_tagged_courses: No <b>courses</b> were found tagged with <b>{{tags}}</b>. <a href='/resources'>Start over</a> or show <a href='/resources/tags/{{tags}}'>all resources tagged {{tags}}</a>.
210
+ personal_recommendations: Recommendations
211
+ feed_id: ID
212
+ repository_short_title: "Repository Short Title:"
213
+ previous: Previous
214
+ facebook_notes: Facebook Notes
215
+ opml_generated: Feeds for {{terms}}
216
+ activity_templates:
217
+ entry_comment: Comment