mirror of
https://github.com/MailHops/mailhops-plugin.git
synced 2025-05-17 06:40:08 -07:00
Updated locales on the MailHops bar
This commit is contained in:
parent
f7a0ec9d1a
commit
6f28c5c1ef
@ -4,6 +4,7 @@
|
||||
|
||||
### Added
|
||||
- Display styles in settings to customize MailHops bar background color, font color and font size
|
||||
- Polish language locale
|
||||
|
||||
### Removed
|
||||
- Display show options, data is now always shown for:
|
||||
@ -13,6 +14,11 @@
|
||||
- SPF
|
||||
- DNSBL
|
||||
|
||||
### Fixed
|
||||
- Received header id parsed as an IP address
|
||||
- MailHops bar showing up on load with no message selected
|
||||
|
||||
|
||||
## 3.0.0 - 2016-12-26
|
||||
|
||||
### Added
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
<label id="mailhopsResultWeather" class="text-link"></label>
|
||||
|
||||
<button type="menu" class="msgHeaderView-button msgHeaderView-flat-button" label="hops" tooltiptext="Click to view route.">
|
||||
<button type="menu" class="msgHeaderView-button msgHeaderView-flat-button" label="&mailhops_hops;">
|
||||
<menupopup id="mailhopsDataPaneDetails">
|
||||
</menupopup>
|
||||
</button>
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
<label id="mailhopsDataPaneDNSBL" class="text-link auth-item" value="" tooltiptext="DNSBL"></label>
|
||||
|
||||
<label id="mailhopsUnsubscribe" class="text-link unsubscribe" value="Unsubscribe" tooltiptext="Unsubscribe"></label>
|
||||
<label id="mailhopsUnsubscribe" class="text-link unsubscribe" value="&mailhops_unsubscribe;"></label>
|
||||
|
||||
</hbox>
|
||||
</row>
|
||||
|
@ -3,5 +3,7 @@
|
||||
<!ENTITY mailhops_header_meta_label "MailHops Meta">
|
||||
<!ENTITY mailhops_route_nav_map_label "Karte">
|
||||
<!ENTITY mailhops_route_nav_details_label "Einzelheiten">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "erfrischen">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "Erfrischen">
|
||||
<!ENTITY mailhops_route_nav_options_label "Vorlieben">
|
||||
<!ENTITY mailhops_unsubscribe "Abbestellen">
|
||||
<!ENTITY mailhops_hops "Hopfen">
|
||||
|
@ -5,3 +5,5 @@ mailhops_route_nav_map_label=Karte
|
||||
mailhops_route_nav_details_label=Einzelheiten
|
||||
mailhops_route_nav_refresh_label=erfrischen
|
||||
mailhops_route_nav_options_label=Vorlieben
|
||||
mailhops_unsubscribe=Abbestellen
|
||||
mailhops_hops=Hopfen
|
||||
|
@ -1,7 +1,9 @@
|
||||
<!ENTITY mailhops_header_route_label "MailHops Route">
|
||||
<!ENTITY mailhops_header_auth_label "MailHops Mailer/Auth">
|
||||
<!ENTITY mailhops_header_meta_label "MailHops Meta">
|
||||
<!ENTITY mailhops_route_nav_map_label "map">
|
||||
<!ENTITY mailhops_route_nav_details_label "details">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "refresh">
|
||||
<!ENTITY mailhops_route_nav_map_label "Map">
|
||||
<!ENTITY mailhops_route_nav_details_label "Details">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "Refresh">
|
||||
<!ENTITY mailhops_route_nav_options_label "Preferences">
|
||||
<!ENTITY mailhops_unsubscribe "Unsubscribe">
|
||||
<!ENTITY mailhops_hops "Hops">
|
||||
|
@ -1,7 +1,9 @@
|
||||
mailhops_header_route_label=MailHops Route
|
||||
mailhops_header_auth_label=MailHops/Auth
|
||||
mailhops_header_meta_label=MailHops Meta
|
||||
mailhops_route_nav_map_label=map
|
||||
mailhops_route_nav_details_label=details
|
||||
mailhops_route_nav_refresh_label=refresh
|
||||
mailhops_route_nav_map_label=Map
|
||||
mailhops_route_nav_details_label=Details
|
||||
mailhops_route_nav_refresh_label=Refresh
|
||||
mailhops_route_nav_options_label=Preferences
|
||||
mailhops_unsubscribe=Unsubscribe
|
||||
mailhops_hops=Hops
|
||||
|
@ -5,3 +5,5 @@
|
||||
<!ENTITY mailhops_route_nav_details_label "detalles">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "refrescar">
|
||||
<!ENTITY mailhops_route_nav_options_label "Preferencias">
|
||||
<!ENTITY mailhops_unsubscribe "Unsubscribe">
|
||||
<!ENTITY mailhops_hops "Hops">
|
||||
|
@ -5,3 +5,5 @@ mailhops_route_nav_map_label=mapa
|
||||
mailhops_route_nav_details_label=detalles
|
||||
mailhops_route_nav_refresh_label=refrescar
|
||||
mailhops_route_nav_options_label=Preferencias
|
||||
mailhops_unsubscribe=Unsubscribe
|
||||
mailhops_hops=Hops
|
||||
|
@ -5,3 +5,5 @@
|
||||
<!ENTITY mailhops_route_nav_details_label "Détails">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "Rafraîchir">
|
||||
<!ENTITY mailhops_route_nav_options_label "Options">
|
||||
<!ENTITY mailhops_unsubscribe "Se désabonner">
|
||||
<!ENTITY mailhops_hops "Houblon">
|
||||
|
@ -5,3 +5,5 @@ mailhops_route_nav_map_label=Carte
|
||||
mailhops_route_nav_details_label=Détails
|
||||
mailhops_route_nav_refresh_label=Rafraîchir
|
||||
mailhops_route_nav_options_label=Options
|
||||
mailhops_unsubscribe=Se désabonner
|
||||
mailhops_hops=Houblon
|
||||
|
@ -5,3 +5,5 @@
|
||||
<!ENTITY mailhops_route_nav_details_label "細部">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "リフレッシュ">
|
||||
<!ENTITY mailhops_route_nav_options_label "設定">
|
||||
<!ENTITY mailhops_unsubscribe "Unsubscribe">
|
||||
<!ENTITY mailhops_hops "Hops">
|
||||
|
@ -5,3 +5,5 @@ mailhops_route_nav_map_label=マップ
|
||||
mailhops_route_nav_details_label=細部
|
||||
mailhops_route_nav_refresh_label=リフレッシュ
|
||||
mailhops_route_nav_options_label=設定
|
||||
mailhops_unsubscribe=Unsubscribe
|
||||
mailhops_hops=Hops
|
||||
|
@ -2,8 +2,9 @@
|
||||
<!ENTITY mailhops_header_auth_label "Mailer/Auth">
|
||||
<!ENTITY mailhops_header_lists_label "Listy">
|
||||
<!ENTITY mailhops_header_meta_label "Meta">
|
||||
|
||||
<!ENTITY mailhops_route_nav_map_label "mapa">
|
||||
<!ENTITY mailhops_route_nav_details_label "szczegóły">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "odśwież">
|
||||
<!ENTITY mailhops_route_nav_options_label "opcje">
|
||||
<!ENTITY mailhops_unsubscribe "Unsubscribe">
|
||||
<!ENTITY mailhops_hops "Hops">
|
||||
|
@ -6,3 +6,5 @@ mailhops_route_nav_map_label=mapa
|
||||
mailhops_route_nav_details_label=szczegóły
|
||||
mailhops_route_nav_refresh_label=odśwież
|
||||
mailhops_route_nav_options_label=opcje
|
||||
mailhops_unsubscribe=Unsubscribe
|
||||
mailhops_hops=Hops
|
||||
|
@ -5,3 +5,5 @@
|
||||
<!ENTITY mailhops_route_nav_details_label "detalhes">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "refrescar">
|
||||
<!ENTITY mailhops_route_nav_options_label "Preferências">
|
||||
<!ENTITY mailhops_unsubscribe "Unsubscribe">
|
||||
<!ENTITY mailhops_hops "Hops">
|
||||
|
@ -5,3 +5,5 @@ mailhops_route_nav_map_label=mapa
|
||||
mailhops_route_nav_details_label=detalhes
|
||||
mailhops_route_nav_refresh_label=refrescar
|
||||
mailhops_route_nav_options_label=Preferências
|
||||
mailhops_unsubscribe=Unsubscribe
|
||||
mailhops_hops=Hops
|
||||
|
@ -5,3 +5,5 @@
|
||||
<!ENTITY mailhops_route_nav_details_label "подробности">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "обновление">
|
||||
<!ENTITY mailhops_route_nav_options_label "предпочтения">
|
||||
<!ENTITY mailhops_unsubscribe "Unsubscribe">
|
||||
<!ENTITY mailhops_hops "Hops">
|
||||
|
@ -5,3 +5,5 @@ mailhops_route_nav_map_label=карта
|
||||
mailhops_route_nav_details_label=подробности
|
||||
mailhops_route_nav_refresh_label=обновление
|
||||
mailhops_route_nav_options_label=предпочтения
|
||||
mailhops_unsubscribe=Unsubscribe
|
||||
mailhops_hops=Hops
|
||||
|
@ -5,3 +5,5 @@
|
||||
<!ENTITY mailhops_route_nav_details_label "詳細信息">
|
||||
<!ENTITY mailhops_route_nav_refresh_label "刷新">
|
||||
<!ENTITY mailhops_route_nav_options_label "优先">
|
||||
<!ENTITY mailhops_unsubscribe "Unsubscribe">
|
||||
<!ENTITY mailhops_hops "Hops">
|
||||
|
@ -5,3 +5,5 @@ mailhops_route_nav_map_label=地圖
|
||||
mailhops_route_nav_details_label=詳細信息
|
||||
mailhops_route_nav_refresh_label=刷新
|
||||
mailhops_route_nav_options_label=优先
|
||||
mailhops_unsubscribe=Unsubscribe
|
||||
mailhops_hops=Hops
|
||||
|
Loading…
x
Reference in New Issue
Block a user