From 16b76b28a015f12308b36f165287437b5abea15b Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 13 Mar 2016 09:28:51 +0100 Subject: [PATCH] Consistently name the translation ID for the `yy` notification --- extension/lib/commands.coffee | 2 +- extension/locale/de/vimfx.properties | 2 +- extension/locale/en-US/vimfx.properties | 2 +- extension/locale/es/vimfx.properties | 2 +- extension/locale/fr/vimfx.properties | 2 +- extension/locale/id/vimfx.properties | 2 +- extension/locale/it/vimfx.properties | 2 +- extension/locale/ja/vimfx.properties | 2 +- extension/locale/nl/vimfx.properties | 2 +- extension/locale/pt-BR/vimfx.properties | 2 +- extension/locale/ru/vimfx.properties | 2 +- extension/locale/sv-SE/vimfx.properties | 2 +- extension/locale/zh-CN/vimfx.properties | 2 +- extension/locale/zh-TW/vimfx.properties | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/extension/lib/commands.coffee b/extension/lib/commands.coffee index cd85890..4b35886 100644 --- a/extension/lib/commands.coffee +++ b/extension/lib/commands.coffee @@ -59,7 +59,7 @@ commands.paste_and_go_in_tab = helper_paste_and_go.bind(null, {altKey: true}) commands.copy_current_url = ({vim}) -> utils.writeToClipboard(vim.window.gBrowser.currentURI.spec) - vim.notify(translate('notification.copy_current_url')) + vim.notify(translate('notification.copy_current_url.success')) commands.go_up_path = ({vim, count}) -> vim._run('go_up_path', {count}) diff --git a/extension/locale/de/vimfx.properties b/extension/locale/de/vimfx.properties index 953ece8..a83771a 100644 --- a/extension/locale/de/vimfx.properties +++ b/extension/locale/de/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=Suchleiste schließen mode.marks=Markiermodus notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL kopiert +notification.copy_current_url.success=URL kopiert notification.go_up_path.limit=Das ist schon das höchste URL-Level notification.history_back.limit=Kann nicht weiter in der Chronik zurück notification.history_forward.limit=Kann nicht weiter in der Chronik nach vorne diff --git a/extension/locale/en-US/vimfx.properties b/extension/locale/en-US/vimfx.properties index 2a42b66..7526025 100644 --- a/extension/locale/en-US/vimfx.properties +++ b/extension/locale/en-US/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=Close find bar mode.marks=Marks mode notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL copied +notification.copy_current_url.success=URL copied notification.go_up_path.limit=Already at the top level of the URL notification.history_back.limit=Cannot go back in history notification.history_forward.limit=Cannot go forward in history diff --git a/extension/locale/es/vimfx.properties b/extension/locale/es/vimfx.properties index 7200cd7..b783372 100644 --- a/extension/locale/es/vimfx.properties +++ b/extension/locale/es/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=Cerrar barra de búsqueda mode.marks=Modo de Marcas notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL copiada +notification.copy_current_url.success=URL copiada notification.go_up_path.limit=Ya está en el nivel máximo de la URL notification.history_back.limit=No se puede seguir retrocediendo en el historial notification.history_forward.limit=No se puede seguir avanzando en el historial diff --git a/extension/locale/fr/vimfx.properties b/extension/locale/fr/vimfx.properties index c08d98e..46fa333 100644 --- a/extension/locale/fr/vimfx.properties +++ b/extension/locale/fr/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=Fermer la barre de recherche mode.marks=Marks mode notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL copied +notification.copy_current_url.success=URL copied notification.go_up_path.limit=Already at the top level of the URL notification.history_back.limit=Cannot go back in history notification.history_forward.limit=Cannot go forward in history diff --git a/extension/locale/id/vimfx.properties b/extension/locale/id/vimfx.properties index 4779345..87cf5b4 100644 --- a/extension/locale/id/vimfx.properties +++ b/extension/locale/id/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=Tutup bar Cari mode.marks=Mode Penanda notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL copied +notification.copy_current_url.success=URL copied notification.go_up_path.limit=Already at the top level of the URL notification.history_back.limit=Cannot go back in history notification.history_forward.limit=Cannot go forward in history diff --git a/extension/locale/it/vimfx.properties b/extension/locale/it/vimfx.properties index 0b6b2cb..cc1207c 100644 --- a/extension/locale/it/vimfx.properties +++ b/extension/locale/it/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=Chiudi la barra di ricerca mode.marks=Marks mode notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL copied +notification.copy_current_url.success=URL copied notification.go_up_path.limit=Already at the top level of the URL notification.history_back.limit=Cannot go back in history notification.history_forward.limit=Cannot go forward in history diff --git a/extension/locale/ja/vimfx.properties b/extension/locale/ja/vimfx.properties index 368252b..030801f 100644 --- a/extension/locale/ja/vimfx.properties +++ b/extension/locale/ja/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=検索バーを閉じる mode.marks=マークモード notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URLをコピーしました +notification.copy_current_url.success=URLをコピーしました notification.go_up_path.limit=既にURLの最上階層です notification.history_back.limit=履歴をこれ以上戻れません notification.history_forward.limit=履歴をこれ以上進めません diff --git a/extension/locale/nl/vimfx.properties b/extension/locale/nl/vimfx.properties index 2a4a72f..312722e 100644 --- a/extension/locale/nl/vimfx.properties +++ b/extension/locale/nl/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=Sluit zoekbalk mode.marks=Marks mode notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL copied +notification.copy_current_url.success=URL copied notification.go_up_path.limit=Already at the top level of the URL notification.history_back.limit=Cannot go back in history notification.history_forward.limit=Cannot go forward in history diff --git a/extension/locale/pt-BR/vimfx.properties b/extension/locale/pt-BR/vimfx.properties index f3639c9..81201f6 100644 --- a/extension/locale/pt-BR/vimfx.properties +++ b/extension/locale/pt-BR/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=Fechar barra de busca mode.marks=Marks mode notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL copied +notification.copy_current_url.success=URL copied notification.go_up_path.limit=Already at the top level of the URL notification.history_back.limit=Cannot go back in history notification.history_forward.limit=Cannot go forward in history diff --git a/extension/locale/ru/vimfx.properties b/extension/locale/ru/vimfx.properties index 13ad6ce..dca375a 100644 --- a/extension/locale/ru/vimfx.properties +++ b/extension/locale/ru/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=Закрыть панель поиска mode.marks=Marks mode notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL copied +notification.copy_current_url.success=URL copied notification.go_up_path.limit=Already at the top level of the URL notification.history_back.limit=Cannot go back in history notification.history_forward.limit=Cannot go forward in history diff --git a/extension/locale/sv-SE/vimfx.properties b/extension/locale/sv-SE/vimfx.properties index 9832a44..a2e53b3 100644 --- a/extension/locale/sv-SE/vimfx.properties +++ b/extension/locale/sv-SE/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=Stäng sökpanelen mode.marks=Markörläge notification.focus_search_bar.none=Kan inte hitta sökfältet -notification.copy_current_url=URL kopierad +notification.copy_current_url.success=URL kopierad notification.go_up_path.limit=Redan vid toppnivån av URL:en notification.history_back.limit=Kan inte gå bakåt i historiken notification.history_forward.limit=Kan inte gå framåt i historiken diff --git a/extension/locale/zh-CN/vimfx.properties b/extension/locale/zh-CN/vimfx.properties index 53c6808..2eaf35e 100644 --- a/extension/locale/zh-CN/vimfx.properties +++ b/extension/locale/zh-CN/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=关闭查找栏 mode.marks=标记模式 notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL 已复制 +notification.copy_current_url.success=URL 已复制 notification.go_up_path.limit=当前已在 URL 的根目录页面 notification.history_back.limit=无法后退(历史记录) notification.history_forward.limit=无法前进(历史记录) diff --git a/extension/locale/zh-TW/vimfx.properties b/extension/locale/zh-TW/vimfx.properties index 26a9975..d5e508e 100644 --- a/extension/locale/zh-TW/vimfx.properties +++ b/extension/locale/zh-TW/vimfx.properties @@ -110,7 +110,7 @@ mode.find.exit=關閉搜尋列 mode.marks=Marks mode notification.focus_search_bar.none=Cannot find the search bar -notification.copy_current_url=URL copied +notification.copy_current_url.success=URL copied notification.go_up_path.limit=Already at the top level of the URL notification.history_back.limit=Cannot go back in history notification.history_forward.limit=Cannot go forward in history -- 2.39.3