From 9917123a6a87dff2abffef4445ccde0df7b56719 Mon Sep 17 00:00:00 2001 From: Wang Zhuochun Date: Sun, 21 Sep 2014 00:17:16 +0800 Subject: [PATCH] update all locales --- extension/locale/de/vimfx.properties | 4 ++++ extension/locale/el-GR/vimfx.properties | 4 ++++ extension/locale/en-US/vimfx.properties | 4 ++-- extension/locale/hu/vimfx.properties | 4 ++++ extension/locale/id/vimfx.properties | 4 ++++ extension/locale/it/vimfx.properties | 4 ++++ extension/locale/ja/vimfx.properties | 4 ++++ extension/locale/nl/vimfx.properties | 4 ++++ extension/locale/pl/vimfx.properties | 4 ++++ extension/locale/ru/vimfx.properties | 4 ++++ extension/locale/zh-CN/vimfx.properties | 4 ++++ extension/locale/zh-TW/vimfx.properties | 4 ++++ extension/packages/commands.coffee | 2 +- 13 files changed, 47 insertions(+), 3 deletions(-) diff --git a/extension/locale/de/vimfx.properties b/extension/locale/de/vimfx.properties index 54cc543..a6d57ac 100644 --- a/extension/locale/de/vimfx.properties +++ b/extension/locale/de/vimfx.properties @@ -42,6 +42,10 @@ help_command_tab_move_right=Aktuellen Tab nach rechts verschieben help_command_home=Startseite öffnen help_command_tab_first=Zum ersten Tab springen help_command_tab_last=Zum letzten Tab springen +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=Aktuellen Tab schließen help_command_restore_tab=Zuletzt geschlossenen Tab wieder öffnen diff --git a/extension/locale/el-GR/vimfx.properties b/extension/locale/el-GR/vimfx.properties index b2ae396..57143c5 100644 --- a/extension/locale/el-GR/vimfx.properties +++ b/extension/locale/el-GR/vimfx.properties @@ -42,6 +42,10 @@ help_command_tab_move_right=Μετακίνηση της καρτέλας που help_command_home=Πλοήγηση στην Αρχική Σελίδα help_command_tab_first=Πήγαινε στην πρώτη καρτέλα help_command_tab_last=Πήγαινε στην τελευταία καρτέλα +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=Κλείσιμο της καρτέλας που βρίσκομαι help_command_restore_tab=Επαναφορά τελευταίας καρτέλας που έκλεισα diff --git a/extension/locale/en-US/vimfx.properties b/extension/locale/en-US/vimfx.properties index 02d40aa..8bcbbe4 100644 --- a/extension/locale/en-US/vimfx.properties +++ b/extension/locale/en-US/vimfx.properties @@ -44,8 +44,8 @@ help_command_tab_first=Go to the First tab help_command_tab_last=Go to the Last tab help_command_toggle_pin_tab=Pin/Unpin current tab help_command_duplicate_tab=Duplicate current tab -help_command_close_tabs_to_end=Close tabs from right to the end -help_command_close_other_tabs=Close other tabs +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=Close current tab help_command_restore_tab=Restore last closed tab diff --git a/extension/locale/hu/vimfx.properties b/extension/locale/hu/vimfx.properties index 4575f12..bfce3b7 100644 --- a/extension/locale/hu/vimfx.properties +++ b/extension/locale/hu/vimfx.properties @@ -42,6 +42,10 @@ help_command_tab_move_right=Aktuális tab mozgatása jobbra help_command_home=Kezdőlap megnyitása help_command_tab_first=Ugrás az első tabra help_command_tab_last=Ugrás az utolsó tabra +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=Aktuális tab bezárása help_command_restore_tab=Utoljára bezárt tab visszatöltése diff --git a/extension/locale/id/vimfx.properties b/extension/locale/id/vimfx.properties index 55239be..09d1080 100644 --- a/extension/locale/id/vimfx.properties +++ b/extension/locale/id/vimfx.properties @@ -41,6 +41,10 @@ help_command_tab_move_right=Pindah tab sekarang ke kanan help_command_home=Navigasi ke Halaman Beranda help_command_tab_first=Buka tab Pertama help_command_tab_last=Buka tab Terakhir +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=Tutup tab sekarang help_command_restore_tab=Buka tab terakhir ditutup diff --git a/extension/locale/it/vimfx.properties b/extension/locale/it/vimfx.properties index 653ffb8..344b396 100644 --- a/extension/locale/it/vimfx.properties +++ b/extension/locale/it/vimfx.properties @@ -42,6 +42,10 @@ help_command_tab_move_right=Sposta il tab corrente a destra help_command_home=Vai alla pagina home help_command_tab_first=Vai al primo tab help_command_tab_last=Vai all'ultimo tab +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=Chiudi il tab corrente help_command_restore_tab=Riapri l'ulitmo tab chiuso diff --git a/extension/locale/ja/vimfx.properties b/extension/locale/ja/vimfx.properties index 81e8c22..6cac892 100644 --- a/extension/locale/ja/vimfx.properties +++ b/extension/locale/ja/vimfx.properties @@ -42,6 +42,10 @@ help_command_tab_move_right=現在のタブを右に移動する help_command_home=ホームページに移動する help_command_tab_first=最初のタブに移動する help_command_tab_last=最後のタブに移動する +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=現在のタブを閉じる help_command_restore_tab=最後に閉じたタブを復元する diff --git a/extension/locale/nl/vimfx.properties b/extension/locale/nl/vimfx.properties index b83f109..9501015 100644 --- a/extension/locale/nl/vimfx.properties +++ b/extension/locale/nl/vimfx.properties @@ -42,6 +42,10 @@ help_command_tab_move_right=Verplaats huidige tabblad naar rechts help_command_home=Open startpagina help_command_tab_first=Ga naar het eerste tabblad help_command_tab_last=Ga naar het laatste tabblad +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=Sluit huidige tabblad help_command_restore_tab=Heropen laatst gesloten tabblad diff --git a/extension/locale/pl/vimfx.properties b/extension/locale/pl/vimfx.properties index 0827f4c..1305d99 100644 --- a/extension/locale/pl/vimfx.properties +++ b/extension/locale/pl/vimfx.properties @@ -42,6 +42,10 @@ help_command_tab_move_right=Przenieś aktywną kartę w prawo help_command_home=Przejdź na stronę startową help_command_tab_first=Idź do pierwszej karty help_command_tab_last=Idź do ostatniej karty +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=Zamknij bieżącą kartę help_command_restore_tab=Przywróć ostatnio zamkniętą kartę diff --git a/extension/locale/ru/vimfx.properties b/extension/locale/ru/vimfx.properties index fbe3fa0..0aeaa12 100644 --- a/extension/locale/ru/vimfx.properties +++ b/extension/locale/ru/vimfx.properties @@ -42,6 +42,10 @@ help_command_tab_move_right=Переместить текущую вкладку help_command_home=Загрузить домашнюю страницу help_command_tab_first=Перейти к первой вкладке help_command_tab_last=Перейти к последней вкладке +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=Закрыть текущую вкладку help_command_restore_tab=Восстановить последнюю закрытую вкладку diff --git a/extension/locale/zh-CN/vimfx.properties b/extension/locale/zh-CN/vimfx.properties index e6dcc82..009fb8b 100644 --- a/extension/locale/zh-CN/vimfx.properties +++ b/extension/locale/zh-CN/vimfx.properties @@ -42,6 +42,10 @@ help_command_tab_move_right=移动当前标签页到右边 help_command_home=跳到主页 help_command_tab_first=跳到第一个标签页 help_command_tab_last=跳到最后一个标签页 +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=关闭当前标签页 help_command_restore_tab=恢复最后关闭的标签页 diff --git a/extension/locale/zh-TW/vimfx.properties b/extension/locale/zh-TW/vimfx.properties index f3fe143..9862286 100644 --- a/extension/locale/zh-TW/vimfx.properties +++ b/extension/locale/zh-TW/vimfx.properties @@ -42,6 +42,10 @@ help_command_tab_move_right=向右移動目前分頁 help_command_home=跳到首頁 help_command_tab_first=跳到第一個分頁 help_command_tab_last=跳到最後一個分頁 +help_command_toggle_pin_tab=Pin/Unpin current tab +help_command_duplicate_tab=Duplicate current tab +help_command_close_tabs_to_end=Close tabs to the right +help_command_close_other_tabs=Close other tabs except the current tab help_command_close_tab=關閉目前分頁 help_command_restore_tab=恢復最後關閉的分頁 diff --git a/extension/packages/commands.coffee b/extension/packages/commands.coffee index ef8fd94..7d87588 100644 --- a/extension/packages/commands.coffee +++ b/extension/packages/commands.coffee @@ -193,7 +193,7 @@ command_duplicate_tab = (vim) -> { gBrowser } = vim.rootWindow gBrowser.duplicateTab(gBrowser.selectedTab) -# Close all tabs from current to the right. +# Close all tabs from current to the end. command_close_tabs_to_end = (vim) -> { gBrowser } = vim.rootWindow gBrowser.removeTabsToTheEndFrom(gBrowser.selectedTab) -- 2.39.3