diff --git a/src/main/resources/i18n/de.properties b/src/main/resources/i18n/de.properties index c201e40f..82d11091 100644 --- a/src/main/resources/i18n/de.properties +++ b/src/main/resources/i18n/de.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=Link zur Dokumentation. about.shortcuts.mouse_middleclick=Mittlere Maustaste about.shortcuts.open_next_entry=öffnen des nächsten Artikels about.shortcuts.open_previous_entry=öffnen des vorherigen Artikels +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=öffnen/schließen des aktuellen Artikels about.shortcuts.open_current_entry_in_new_window=aktuellen Artikel in neuem Fenster öffnen about.shortcuts.star_unstar=de-/favorisieren des aktuellen Artikels diff --git a/src/main/resources/i18n/en.properties b/src/main/resources/i18n/en.properties index e77b755c..ad483bfe 100644 --- a/src/main/resources/i18n/en.properties +++ b/src/main/resources/i18n/en.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=Link to the documentation. about.shortcuts.mouse_middleclick=mouse middleclick about.shortcuts.open_next_entry=open next entry about.shortcuts.open_previous_entry=open previous entry +about.shortcuts.focus_next_entry=set focus on next entry without opening it +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it about.shortcuts.open_close_current_entry=open/close current entry about.shortcuts.open_current_entry_in_new_window=open current entry in a new window about.shortcuts.star_unstar=star/unstar current entry diff --git a/src/main/resources/i18n/es.properties b/src/main/resources/i18n/es.properties index f35e4ddc..5ea36aac 100644 --- a/src/main/resources/i18n/es.properties +++ b/src/main/resources/i18n/es.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=Vínculo de la documentación. about.shortcuts.mouse_middleclick=ratón botón medio about.shortcuts.open_next_entry=abrir próxima entrada about.shortcuts.open_previous_entry=abrir entrada previa +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=abrir/cerrar entrada actual about.shortcuts.open_current_entry_in_new_window=abrir entrada actual en una nueva ventana about.shortcuts.star_unstar=marcar/no marcar la entrada actual diff --git a/src/main/resources/i18n/fi.properties b/src/main/resources/i18n/fi.properties index 0bee5e50..fe8d61ec 100644 --- a/src/main/resources/i18n/fi.properties +++ b/src/main/resources/i18n/fi.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=Linkki dokumentaatioon. about.shortcuts.mouse_middleclick=hiiren keskinappi about.shortcuts.open_next_entry=avaa seuraava otsikko about.shortcuts.open_previous_entry=avaa edellinen otsikko +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=avaa tai sulje valittu otsikko about.shortcuts.open_current_entry_in_new_window=avaa valittu otsikko uudessa ikkunassa about.shortcuts.star_unstar=merksitse valittu otsikko tähdelliseksi diff --git a/src/main/resources/i18n/fr.properties b/src/main/resources/i18n/fr.properties index 65994b32..125df0f6 100644 --- a/src/main/resources/i18n/fr.properties +++ b/src/main/resources/i18n/fr.properties @@ -31,8 +31,8 @@ toolbar.previous_entry=Entrée précédente toolbar.next_entry=Entrée suivante toolbar.refresh=Rafraîchir toolbar.sort_by_asc_desc=Trier par date croissante/décroissante -toolbar.titles_only=Titles only ####### Needs translation -toolbar.expanded_view=Expanded view ####### Needs translation +toolbar.titles_only=Titres uniquement +toolbar.expanded_view=Vue étendue toolbar.mark_all_as_read=Tout marquer comme lu toolbar.mark_all_older_day=Entrées de plus d'un jour toolbar.mark_all_older_week=Entrées de plus d'une semaine @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=Lien vers la documentation. about.shortcuts.mouse_middleclick=click du milieu de la souris about.shortcuts.open_next_entry=ouvrir l'entrée suivante about.shortcuts.open_previous_entry=ouvrir l'entrée précédente +about.shortcuts.focus_next_entry=sélectionner l'entrée suivante sans l'ouvrir +about.shortcuts.focus_previous_entry=sélectionner l'entrée précédente sans l'ouvrir about.shortcuts.open_close_current_entry=ouvrir/fermer l'entrée courante about.shortcuts.open_current_entry_in_new_window=ouvrir l'entrée courrnte dans une nouvelle fenêtre about.shortcuts.star_unstar=Marquer/enlever l'étoile de l'entrée courante diff --git a/src/main/resources/i18n/hu.properties b/src/main/resources/i18n/hu.properties index b03c3a4b..27f3c14d 100644 --- a/src/main/resources/i18n/hu.properties +++ b/src/main/resources/i18n/hu.properties @@ -103,9 +103,12 @@ about.rest_api.link_to_documentation=Link a dokumentációhoz. about.shortcuts.mouse_middleclick=középső egérgomb kattintása about.shortcuts.open_next_entry=következő hír megnyitása about.shortcuts.open_previous_entry=előző hír megnyitása +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=a jelenlegi elem megnyitása/bezárása about.shortcuts.open_current_entry_in_new_window=a jelenlegi elem megnyitása új ablakban about.shortcuts.star_unstar=hírelem csillagozása about.shortcuts.mark_current_entry=elem megjelölése olvasottként about.shortcuts.mark_all_as_read=az összes elem megjelölése olvasottként about.shortcuts.open_in_new_tab_mark_as_read=elem megnyitása új fülön és megjelölése olvasottként + diff --git a/src/main/resources/i18n/it.properties b/src/main/resources/i18n/it.properties index 3457a5ce..df1e07bc 100644 --- a/src/main/resources/i18n/it.properties +++ b/src/main/resources/i18n/it.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=Link alla documentazione. about.shortcuts.mouse_middleclick=mouse middleclick about.shortcuts.open_next_entry=open next entry about.shortcuts.open_previous_entry=open previous entry +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=open/close current entry about.shortcuts.open_current_entry_in_new_window=open current entry in a new window about.shortcuts.star_unstar=star/unstar current entry diff --git a/src/main/resources/i18n/ko.properties b/src/main/resources/i18n/ko.properties index 60b32183..c94d3429 100644 --- a/src/main/resources/i18n/ko.properties +++ b/src/main/resources/i18n/ko.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=문서 링크. about.shortcuts.mouse_middleclick=마우시 미들클릭 about.shortcuts.open_next_entry=다음 항목 열기 about.shortcuts.open_previous_entry=이전 항목 열기 +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=현재 항목 열기/닫기 about.shortcuts.open_current_entry_in_new_window=새 창에서 현재 항목열기 about.shortcuts.star_unstar=현재 항목 스타/스타제거 diff --git a/src/main/resources/i18n/nl.properties b/src/main/resources/i18n/nl.properties index e9665e66..7d198403 100644 --- a/src/main/resources/i18n/nl.properties +++ b/src/main/resources/i18n/nl.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=Link naar de documentatie about.shortcuts.mouse_middleclick=Middelste muisknop about.shortcuts.open_next_entry=Open het volgende artikel about.shortcuts.open_previous_entry=Open het vorige artikel +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=Open/sluit het huidige artikel about.shortcuts.open_current_entry_in_new_window=Open het huidige artikel in een nieuw venster about.shortcuts.star_unstar=Voeg artikel toe aan/verwijder uit favorieten diff --git a/src/main/resources/i18n/no.properties b/src/main/resources/i18n/no.properties index 7d6df7fc..96751450 100644 --- a/src/main/resources/i18n/no.properties +++ b/src/main/resources/i18n/no.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=Link til dokumentasjon. about.shortcuts.mouse_middleclick=midtre museknapp/musehjulet about.shortcuts.open_next_entry=åpne neste artikkel about.shortcuts.open_previous_entry=åpne forrige artikkel +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=åpne/lukke gjeldende artikkel about.shortcuts.open_current_entry_in_new_window=åpne gjeldende artikkel i et nytt vindu about.shortcuts.star_unstar=legg til stjerne/fjern stjerne fra gjeldende artikkel diff --git a/src/main/resources/i18n/pl.properties b/src/main/resources/i18n/pl.properties index 4cfb2685..3cefa1e2 100644 --- a/src/main/resources/i18n/pl.properties +++ b/src/main/resources/i18n/pl.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=Link do dokumentacji. about.shortcuts.mouse_middleclick=środkowy przycisk myszy about.shortcuts.open_next_entry=otwórz następny element about.shortcuts.open_previous_entry=otwórz poprzedni element +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=otwórz/zamknij bieżący element about.shortcuts.open_current_entry_in_new_window=otwórz bieżący element w nowym oknie about.shortcuts.star_unstar=oznacz/odznacz gwiazdką bieżący element diff --git a/src/main/resources/i18n/pt.properties b/src/main/resources/i18n/pt.properties index 945595f0..edb40c68 100644 --- a/src/main/resources/i18n/pt.properties +++ b/src/main/resources/i18n/pt.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=Link para a documentação. about.shortcuts.mouse_middleclick=clique com o botão do meio do mouse about.shortcuts.open_next_entry=abre próximo item about.shortcuts.open_previous_entry=abre item anterior +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=abre/fecha item atual about.shortcuts.open_current_entry_in_new_window=abre item atual em uma nova janela about.shortcuts.star_unstar=marca/desmarca estrela do item atual diff --git a/src/main/resources/i18n/ru.properties b/src/main/resources/i18n/ru.properties index 008efcea..bac2fc4a 100644 --- a/src/main/resources/i18n/ru.properties +++ b/src/main/resources/i18n/ru.properties @@ -103,9 +103,12 @@ about.rest_api.link_to_documentation=Ссылка на документацию. about.shortcuts.mouse_middleclick=средняя кнопка мыши about.shortcuts.open_next_entry=открыть следующую запись about.shortcuts.open_previous_entry=открыть предыдущую запись +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=открыть/закрыть текущюю запись about.shortcuts.open_current_entry_in_new_window=открыть текущюю запись в новом окне about.shortcuts.star_unstar=добавить/убрать из избранного текущюю запись about.shortcuts.mark_current_entry=пометить текущюю запись как прочитанную about.shortcuts.mark_all_as_read=пометить всё как прочитанное about.shortcuts.open_in_new_tab_mark_as_read=открыть запись в новом окне и пометить как прочитанную + diff --git a/src/main/resources/i18n/sv.properties b/src/main/resources/i18n/sv.properties index 98fababd..a78742de 100644 --- a/src/main/resources/i18n/sv.properties +++ b/src/main/resources/i18n/sv.properties @@ -1,112 +1,114 @@ -global.save=Spara -global.cancel=Avbryt -global.delete=Radera -global.required=Obligatorisk -global.download=Ladda ned -global.link=Länka -global.bookmark=Bokmärk - -tree.subscribe=Prenumerera -tree.import=Importera -tree.new_category=Ny kategori -tree.all=Alla -tree.starred=Stjärnmärkt - -subscribe.feed_url=Prenumerationens URL -subscribe.feed_name=Prenumerationens namn -subscribe.category=Kategori - -import.google_reader_prefix=Låt mig importera dina prenumerationer från ditt -import.google_reader_suffix=-konto. -import.google_download=Alternativt, ladda upp din subscriptions.xml-fil. -import.google_download_link=Ladda ned den här. -import.xml_file=XML-fil - -new_category.name=Namn -new_category.parent=Överordnad - -toolbar.unread=Oläst -toolbar.all=Alla -toolbar.previous_entry=Föregående post -toolbar.next_entry=Nästa post -toolbar.refresh=Uppdatera -toolbar.sort_by_asc_desc=Sortera efter datum stigande/fallande -toolbar.titles_only=Endast titlar -toolbar.expanded_view=Expanderad vy -toolbar.mark_all_as_read=Markera alla som lästa -toolbar.mark_all_older_day=Poster äldre än en dag -toolbar.mark_all_older_week=Poster äldre än en vecka -toolbar.mark_all_older_two_weeks=Poster äldre än två veckor -toolbar.settings=Inställningar -toolbar.profile=Profil -toolbar.admin=Administratör -toolbar.about=Om -toolbar.logout=Logga ut -toolbar.donate=Donera - -view.error_while_loading_feed=Fel under laddning av denna prenumeration -view.keep_unread=Håll oläst -view.no_unread_items=har inga olästa poster. - -settings.general=Allmänt -settings.general.language=Språk -settings.general.language.contribute=Bidra med översättningar -settings.general.show_unread=Visa prenumerationer och kategorier utan olästa poster -settings.general.social_buttons=Visa delningsknappar -settings.general.scroll_marks=I expanderad vy, markera poster som lästa genom att scrolla förbi dem -settings.custom_css=Anpassad CSS - -details.feed_details=Prenumerationsdetaljer -details.url=URL -details.name=Namn -details.category=Kategori -details.last_refresh=Senaste uppdatering -details.feed_url=Prenumerationens URL -details.generate_api_key_first=Skapa en API-nyckel på din profil först. -details.unsubscribe=Avprenumerera -details.category_details=Kategoridetaljer -details.parent_category=Överordnad kategori - -profile.user_name=Användarnamn -profile.email=E-mail -profile.change_password=Ändra lösenord -profile.confirm_password=Bekräfta lösenord -profile.minimum_6_chars=Minst 6 bokstäver -profile.passwords_do_not_match=Lösenorden matchar inte -profile.api_key=API-nyckel -profile.api_key_not_generated=Inte skapad än -profile.generate_new_api_key=Skapa ny API-nyckel -profile.generate_new_api_key_info=Lösenordsbyte skapar ny API-nyckel -profile.opml_export=OPML-export -profile.delete_account=Radera konto - -about.rest_api=REST-API -about.keyboard_shortcuts=Tangentbordsgenvägar -about.line1_prefix=CommaFeed är ett open-source-projekt. Källan är tillgänglig på -about.line1_suffix=. -about.line2_prefix=Om du träffar på ett problem, meddela det på "Issues"-sidan för -about.line2_suffix=-projektet. -about.line3=Om du gillar detta projekt, avväg gärna en donation för att stötta utvecklaren och bidra till kostnaderna för att hålla denna site online. -about.goodies=Godsaker -about.goodies.subscribe_url=Prenumerations-URL -about.goodies.chrome_extension=Chrome-tillägg -about.goodies.firefox_extension=Firefox-tillägg -about.goodies.subscribe_bookmarklet=Bokmärke för tillägg av prenumeration (klicka) -about.goodies.next_unread_bookmarklet=Bokmärke för nästa olästa post (dra till bokmärkesfält) -about.translation=Översättning -about.translation.message=Vi behöver din hjälp med att översätta CommaFeed. -about.translation.link=Se hur du kan bidra med översättningar. -about.announcements=Notiser -about.rest_api.line1=CommaFeed är byggt på JAX-RS och AngularJS. Tack vare detta är en REST-API tillgänglig. -about.rest_api.link_to_documentation=Länk till dokumentation. - -about.shortcuts.mouse_middleclick=mitten-musknapp -about.shortcuts.open_next_entry=öppna nästa post -about.shortcuts.open_previous_entry=öppna föregående post -about.shortcuts.open_close_current_entry=öppna/stäng nuvarande post -about.shortcuts.open_current_entry_in_new_window=öppna nuvarande post i nytt fönster -about.shortcuts.star_unstar=stjärnmärk/ostjärnmärk nuvarande post -about.shortcuts.mark_current_entry=markera nuvarande post läst/oläst -about.shortcuts.mark_all_as_read=markera alla som lästa -about.shortcuts.open_in_new_tab_mark_as_read=öppna nuvarande post i ny flik och markera som läst - +global.save=Spara +global.cancel=Avbryt +global.delete=Radera +global.required=Obligatorisk +global.download=Ladda ned +global.link=Länka +global.bookmark=Bokmärk + +tree.subscribe=Prenumerera +tree.import=Importera +tree.new_category=Ny kategori +tree.all=Alla +tree.starred=Stjärnmärkt + +subscribe.feed_url=Prenumerationens URL +subscribe.feed_name=Prenumerationens namn +subscribe.category=Kategori + +import.google_reader_prefix=Låt mig importera dina prenumerationer från ditt +import.google_reader_suffix=-konto. +import.google_download=Alternativt, ladda upp din subscriptions.xml-fil. +import.google_download_link=Ladda ned den här. +import.xml_file=XML-fil + +new_category.name=Namn +new_category.parent=Överordnad + +toolbar.unread=Oläst +toolbar.all=Alla +toolbar.previous_entry=Föregående post +toolbar.next_entry=Nästa post +toolbar.refresh=Uppdatera +toolbar.sort_by_asc_desc=Sortera efter datum stigande/fallande +toolbar.titles_only=Endast titlar +toolbar.expanded_view=Expanderad vy +toolbar.mark_all_as_read=Markera alla som lästa +toolbar.mark_all_older_day=Poster äldre än en dag +toolbar.mark_all_older_week=Poster äldre än en vecka +toolbar.mark_all_older_two_weeks=Poster äldre än två veckor +toolbar.settings=Inställningar +toolbar.profile=Profil +toolbar.admin=Administratör +toolbar.about=Om +toolbar.logout=Logga ut +toolbar.donate=Donera + +view.error_while_loading_feed=Fel under laddning av denna prenumeration +view.keep_unread=Håll oläst +view.no_unread_items=har inga olästa poster. + +settings.general=Allmänt +settings.general.language=Språk +settings.general.language.contribute=Bidra med översättningar +settings.general.show_unread=Visa prenumerationer och kategorier utan olästa poster +settings.general.social_buttons=Visa delningsknappar +settings.general.scroll_marks=I expanderad vy, markera poster som lästa genom att scrolla förbi dem +settings.custom_css=Anpassad CSS + +details.feed_details=Prenumerationsdetaljer +details.url=URL +details.name=Namn +details.category=Kategori +details.last_refresh=Senaste uppdatering +details.feed_url=Prenumerationens URL +details.generate_api_key_first=Skapa en API-nyckel på din profil först. +details.unsubscribe=Avprenumerera +details.category_details=Kategoridetaljer +details.parent_category=Överordnad kategori + +profile.user_name=Användarnamn +profile.email=E-mail +profile.change_password=Ändra lösenord +profile.confirm_password=Bekräfta lösenord +profile.minimum_6_chars=Minst 6 bokstäver +profile.passwords_do_not_match=Lösenorden matchar inte +profile.api_key=API-nyckel +profile.api_key_not_generated=Inte skapad än +profile.generate_new_api_key=Skapa ny API-nyckel +profile.generate_new_api_key_info=Lösenordsbyte skapar ny API-nyckel +profile.opml_export=OPML-export +profile.delete_account=Radera konto + +about.rest_api=REST-API +about.keyboard_shortcuts=Tangentbordsgenvägar +about.line1_prefix=CommaFeed är ett open-source-projekt. Källan är tillgänglig på +about.line1_suffix=. +about.line2_prefix=Om du träffar på ett problem, meddela det på "Issues"-sidan för +about.line2_suffix=-projektet. +about.line3=Om du gillar detta projekt, avväg gärna en donation för att stötta utvecklaren och bidra till kostnaderna för att hålla denna site online. +about.goodies=Godsaker +about.goodies.subscribe_url=Prenumerations-URL +about.goodies.chrome_extension=Chrome-tillägg +about.goodies.firefox_extension=Firefox-tillägg +about.goodies.subscribe_bookmarklet=Bokmärke för tillägg av prenumeration (klicka) +about.goodies.next_unread_bookmarklet=Bokmärke för nästa olästa post (dra till bokmärkesfält) +about.translation=Översättning +about.translation.message=Vi behöver din hjälp med att översätta CommaFeed. +about.translation.link=Se hur du kan bidra med översättningar. +about.announcements=Notiser +about.rest_api.line1=CommaFeed är byggt på JAX-RS och AngularJS. Tack vare detta är en REST-API tillgänglig. +about.rest_api.link_to_documentation=Länk till dokumentation. + +about.shortcuts.mouse_middleclick=mitten-musknapp +about.shortcuts.open_next_entry=öppna nästa post +about.shortcuts.open_previous_entry=öppna föregående post +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation +about.shortcuts.open_close_current_entry=öppna/stäng nuvarande post +about.shortcuts.open_current_entry_in_new_window=öppna nuvarande post i nytt fönster +about.shortcuts.star_unstar=stjärnmärk/ostjärnmärk nuvarande post +about.shortcuts.mark_current_entry=markera nuvarande post läst/oläst +about.shortcuts.mark_all_as_read=markera alla som lästa +about.shortcuts.open_in_new_tab_mark_as_read=öppna nuvarande post i ny flik och markera som läst + diff --git a/src/main/resources/i18n/zh.properties b/src/main/resources/i18n/zh.properties index 243661b9..f5a8efe5 100644 --- a/src/main/resources/i18n/zh.properties +++ b/src/main/resources/i18n/zh.properties @@ -103,6 +103,8 @@ about.rest_api.link_to_documentation=文档链接. about.shortcuts.mouse_middleclick=鼠标中键点击 about.shortcuts.open_next_entry=打开下一个条目 about.shortcuts.open_previous_entry=打开上一个条目 +about.shortcuts.focus_next_entry=set focus on next entry without opening it ####### Needs translation +about.shortcuts.focus_previous_entry=set focus on previous entry without opening it ####### Needs translation about.shortcuts.open_close_current_entry=打开/关闭当前条目 about.shortcuts.open_current_entry_in_new_window=在新窗口中打开当前条目 about.shortcuts.star_unstar=该条目加注/取消星标 diff --git a/src/main/webapp/templates/_shortcuts.html b/src/main/webapp/templates/_shortcuts.html index f8611236..39611153 100644 --- a/src/main/webapp/templates/_shortcuts.html +++ b/src/main/webapp/templates/_shortcuts.html @@ -4,6 +4,12 @@