mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-27 17:44:08 +01:00
Remove the Google Gadget Integration
Google has discontinued the "Add any gadget by URL" Labs feature. Remove the feature from the application.
This commit is contained in:
parent
5342877caf
commit
bb934b6474
14 changed files with 1 additions and 68 deletions
|
|
@ -308,7 +308,6 @@ cs:
|
|||
footer:
|
||||
send_feedback: Poslat zpětnou vazbu na %{version}
|
||||
integrations:
|
||||
gmail_description: Gadget pro Tracks do Gmailu
|
||||
opensearch_description: Prohledat Tracks
|
||||
layouts:
|
||||
mobile_navigation:
|
||||
|
|
|
|||
|
|
@ -313,7 +313,6 @@ de:
|
|||
footer:
|
||||
send_feedback: Senden Sie Feedback zu %{version}
|
||||
integrations:
|
||||
gmail_description: Gadget, um Tracks als Gadget zu Googlemail hinzuzufügen
|
||||
opensearch_description: In Tracks suchen
|
||||
layouts:
|
||||
mobile_navigation:
|
||||
|
|
|
|||
|
|
@ -797,7 +797,6 @@ en:
|
|||
save_status_message: "Note %{id} was saved"
|
||||
integrations:
|
||||
opensearch_description: Search in Tracks
|
||||
gmail_description: Gadget to add Tracks to Gmail as a gadget
|
||||
preferences:
|
||||
open_id_url: Your OpenID URL is
|
||||
staleness_starts_after: Staleness starts after %{days} days
|
||||
|
|
|
|||
|
|
@ -310,7 +310,6 @@ es:
|
|||
footer:
|
||||
send_feedback: Envía comentarios sobre el %{version}
|
||||
integrations:
|
||||
gmail_description: Gadget para añadir pistas a Gmail como un gadget
|
||||
opensearch_description: Buscar en las Tracks
|
||||
layouts:
|
||||
mobile_navigation:
|
||||
|
|
|
|||
|
|
@ -340,7 +340,6 @@ fr:
|
|||
submit: Sauvegarder %{model}
|
||||
update: Mettre à jour %{model}
|
||||
integrations:
|
||||
gmail_description: Gadget pour ajouter Tracks à Gmail
|
||||
opensearch_description: Rechercher dans Tracks
|
||||
layouts:
|
||||
mobile_navigation:
|
||||
|
|
|
|||
|
|
@ -257,7 +257,6 @@ he:
|
|||
footer:
|
||||
send_feedback: "שליחת משוב על גירסא %{version}"
|
||||
integrations:
|
||||
gmail_description: "חֲפִיץ להוספת מסלולים ל-Gmail"
|
||||
opensearch_description: "חיפוש במסלולים"
|
||||
layouts:
|
||||
mobile_navigation:
|
||||
|
|
|
|||
|
|
@ -358,7 +358,6 @@ nl:
|
|||
submit: Bewaar %{model}
|
||||
update: Bijwerken %{model}
|
||||
integrations:
|
||||
gmail_description: Gadget om Tracks toe te voegen aan Gmail als een gadget
|
||||
opensearch_description: Zoek in Tracks
|
||||
layouts:
|
||||
mobile_navigation:
|
||||
|
|
|
|||
|
|
@ -376,7 +376,6 @@ ru:
|
|||
submit: "Сохранить %{model}"
|
||||
update: "Обновить %{model}"
|
||||
integrations:
|
||||
gmail_description: "Гаджет для добавления Tracks в Gmail как гаджета боковой панели"
|
||||
opensearch_description: "Искать в Tracks"
|
||||
layouts:
|
||||
mobile_navigation:
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ Rails.application.routes.draw do
|
|||
get 'integrations/rest_api' => "integrations#rest_api", :as => 'rest_api_docs'
|
||||
post 'integrations/cloudmailin' => 'integrations#cloudmailin'
|
||||
get 'integrations/search_plugin' => "integrations#search_plugin", :as => 'search_plugin'
|
||||
get 'integrations/google_gadget.xml' => 'integrations#google_gadget', :as => 'google_gadget'
|
||||
|
||||
get 'preferences' => "preferences#index"
|
||||
get 'preferences/render_date_format' => "preferences#render_date_format"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue