From 8767eb830beed06e482ffb445790ec1850123990 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Tue, 25 Jun 2019 21:28:44 +0200 Subject: [PATCH] luci-app-opkg: change remove button caption (first level) * add three dots to the first level 'Remove' button caption (revert/fix da8668a) Signed-off-by: Dirk Brenken --- .../htdocs/luci-static/resources/view/opkg.js | 4 ++-- applications/luci-app-opkg/po/ca/opkg.po | 8 ++++---- applications/luci-app-opkg/po/cs/opkg.po | 8 ++++---- applications/luci-app-opkg/po/de/opkg.po | 8 ++++---- applications/luci-app-opkg/po/el/opkg.po | 8 ++++---- applications/luci-app-opkg/po/en/opkg.po | 4 ++-- applications/luci-app-opkg/po/es/opkg.po | 8 ++++---- applications/luci-app-opkg/po/fr/opkg.po | 8 ++++---- applications/luci-app-opkg/po/he/opkg.po | 4 ++-- applications/luci-app-opkg/po/hu/opkg.po | 8 ++++---- applications/luci-app-opkg/po/it/opkg.po | 8 ++++---- applications/luci-app-opkg/po/ja/opkg.po | 8 ++++---- applications/luci-app-opkg/po/ko/opkg.po | 8 ++++---- applications/luci-app-opkg/po/ms/opkg.po | 8 ++++---- applications/luci-app-opkg/po/no/opkg.po | 8 ++++---- applications/luci-app-opkg/po/pl/opkg.po | 8 ++++---- applications/luci-app-opkg/po/pt-br/opkg.po | 8 ++++---- applications/luci-app-opkg/po/pt/opkg.po | 8 ++++---- applications/luci-app-opkg/po/ro/opkg.po | 8 ++++---- applications/luci-app-opkg/po/ru/opkg.po | 8 ++++---- applications/luci-app-opkg/po/sk/opkg.po | 4 ++-- applications/luci-app-opkg/po/sv/opkg.po | 8 ++++---- applications/luci-app-opkg/po/templates/opkg.pot | 4 ++-- applications/luci-app-opkg/po/tr/opkg.po | 4 ++-- applications/luci-app-opkg/po/uk/opkg.po | 8 ++++---- applications/luci-app-opkg/po/vi/opkg.po | 8 ++++---- applications/luci-app-opkg/po/zh-cn/opkg.po | 8 ++++---- applications/luci-app-opkg/po/zh-tw/opkg.po | 8 ++++---- 28 files changed, 100 insertions(+), 100 deletions(-) diff --git a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js index 2c0c460d1..20fbf430b 100644 --- a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js +++ b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js @@ -162,7 +162,7 @@ function display(pattern) 'class': 'btn cbi-button-negative', 'data-package': name, 'click': handleRemove - }, _('Remove')); + }, _('Remove…')); } else { var inst = packages.installed.pkgs[name]; @@ -737,7 +737,7 @@ function handleRemove(ev) 'data-package': name, 'class': 'btn cbi-button-negative', 'click': handleOpkg - }, _('Remove…')) + }, _('Remove')) ]) ]) ]); diff --git a/applications/luci-app-opkg/po/ca/opkg.po b/applications/luci-app-opkg/po/ca/opkg.po index 8e0a701ba..b15c51684 100644 --- a/applications/luci-app-opkg/po/ca/opkg.po +++ b/applications/luci-app-opkg/po/ca/opkg.po @@ -193,16 +193,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Treu" +msgid "Remove…" +msgstr "Treu…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Treu…" +msgid "Remove" +msgstr "Treu" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/cs/opkg.po b/applications/luci-app-opkg/po/cs/opkg.po index 524b9b6fb..a93ddb9f2 100644 --- a/applications/luci-app-opkg/po/cs/opkg.po +++ b/applications/luci-app-opkg/po/cs/opkg.po @@ -187,16 +187,16 @@ msgid "Really attempt to install %h?" msgstr "Opravdu se pokusíte nainstalovat %h?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Odstranit" +msgid "Remove…" +msgstr "Odstranit…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "Odstraňte balíček %h" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Odstranit…" +msgid "Remove" +msgstr "Odstranit" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/de/opkg.po b/applications/luci-app-opkg/po/de/opkg.po index eb7971897..5efd9a0df 100644 --- a/applications/luci-app-opkg/po/de/opkg.po +++ b/applications/luci-app-opkg/po/de/opkg.po @@ -191,16 +191,16 @@ msgid "Really attempt to install %h?" msgstr "Soll wirklich versucht werden, %h zu installieren?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Entfernen" +msgid "Remove…" +msgstr "Entfernen…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "Paket %h entfernen" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Entfernen…" +msgid "Remove" +msgstr "Entfernen" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/el/opkg.po b/applications/luci-app-opkg/po/el/opkg.po index 3fa5a2a97..647c8e43d 100644 --- a/applications/luci-app-opkg/po/el/opkg.po +++ b/applications/luci-app-opkg/po/el/opkg.po @@ -193,16 +193,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Αφαίρεση" +msgid "Remove…" +msgstr "Αφαίρεση…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Αφαίρεση…" +msgid "Remove" +msgstr "Αφαίρεση" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/en/opkg.po b/applications/luci-app-opkg/po/en/opkg.po index 44d9d87f8..49422f6e1 100644 --- a/applications/luci-app-opkg/po/en/opkg.po +++ b/applications/luci-app-opkg/po/en/opkg.po @@ -182,7 +182,7 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" +msgid "Remove…" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 @@ -190,7 +190,7 @@ msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" +msgid "Remove" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 diff --git a/applications/luci-app-opkg/po/es/opkg.po b/applications/luci-app-opkg/po/es/opkg.po index 5dc936a14..aa4c5c0f1 100644 --- a/applications/luci-app-opkg/po/es/opkg.po +++ b/applications/luci-app-opkg/po/es/opkg.po @@ -189,16 +189,16 @@ msgid "Really attempt to install %h?" msgstr "¿Realmente intentas instalar %h?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Desinstalar" +msgid "Remove…" +msgstr "Desinstalar…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "Eliminar paquete %h" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "" +msgid "Remove" +msgstr "Desinstalar" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/fr/opkg.po b/applications/luci-app-opkg/po/fr/opkg.po index 4c4467900..c1b014a5d 100644 --- a/applications/luci-app-opkg/po/fr/opkg.po +++ b/applications/luci-app-opkg/po/fr/opkg.po @@ -193,16 +193,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Désinstaller" +msgid "Remove…" +msgstr "Désinstaller…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Désinstaller…" +msgid "Remove" +msgstr "Désinstaller" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/he/opkg.po b/applications/luci-app-opkg/po/he/opkg.po index cad99287c..96cabcf3a 100644 --- a/applications/luci-app-opkg/po/he/opkg.po +++ b/applications/luci-app-opkg/po/he/opkg.po @@ -189,7 +189,7 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" +msgid "Remove…" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 @@ -197,7 +197,7 @@ msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" +msgid "Remove" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 diff --git a/applications/luci-app-opkg/po/hu/opkg.po b/applications/luci-app-opkg/po/hu/opkg.po index 8c8575bb3..038248c11 100644 --- a/applications/luci-app-opkg/po/hu/opkg.po +++ b/applications/luci-app-opkg/po/hu/opkg.po @@ -191,16 +191,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Eltávolítás" +msgid "Remove…" +msgstr "Eltávolítás…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Eltávolítás…" +msgid "Remove" +msgstr "Eltávolítás" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/it/opkg.po b/applications/luci-app-opkg/po/it/opkg.po index e35d09e38..1e94abfe3 100644 --- a/applications/luci-app-opkg/po/it/opkg.po +++ b/applications/luci-app-opkg/po/it/opkg.po @@ -193,16 +193,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Rimuovi" +msgid "Remove…" +msgstr "Rimuovi…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Rimuovi…" +msgid "Remove" +msgstr "Rimuovi" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/ja/opkg.po b/applications/luci-app-opkg/po/ja/opkg.po index c75792836..851a5bede 100644 --- a/applications/luci-app-opkg/po/ja/opkg.po +++ b/applications/luci-app-opkg/po/ja/opkg.po @@ -188,16 +188,16 @@ msgid "Really attempt to install %h?" msgstr "%h のインストールを試行してもよろしいですか?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "削除" +msgid "Remove…" +msgstr "削除…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "%h パッケージを削除" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "削除…" +msgid "Remove" +msgstr "削除" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/ko/opkg.po b/applications/luci-app-opkg/po/ko/opkg.po index 37c30fa25..98b4884e7 100644 --- a/applications/luci-app-opkg/po/ko/opkg.po +++ b/applications/luci-app-opkg/po/ko/opkg.po @@ -192,16 +192,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "제거" +msgid "Remove…" +msgstr "제거…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "제거…" +msgid "Remove" +msgstr "제거" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/ms/opkg.po b/applications/luci-app-opkg/po/ms/opkg.po index a4b05343e..123959f5c 100644 --- a/applications/luci-app-opkg/po/ms/opkg.po +++ b/applications/luci-app-opkg/po/ms/opkg.po @@ -193,16 +193,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Menghapuskan" +msgid "Remove…" +msgstr "Menghapuskan…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Menghapuskan…" +msgid "Remove" +msgstr "Menghapuskan" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/no/opkg.po b/applications/luci-app-opkg/po/no/opkg.po index d941e2ae6..26ec3833e 100644 --- a/applications/luci-app-opkg/po/no/opkg.po +++ b/applications/luci-app-opkg/po/no/opkg.po @@ -188,16 +188,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Avinstaller" +msgid "Remove…" +msgstr "Avinstaller…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Avinstaller…" +msgid "Remove" +msgstr "Avinstaller" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/pl/opkg.po b/applications/luci-app-opkg/po/pl/opkg.po index 7472c88b0..9e8a5e8c3 100644 --- a/applications/luci-app-opkg/po/pl/opkg.po +++ b/applications/luci-app-opkg/po/pl/opkg.po @@ -202,16 +202,16 @@ msgid "Really attempt to install %h?" msgstr "Czy na pewno chcesz zainstalować pakiet %h?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Usuń" +msgid "Remove…" +msgstr "Usuń…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "Usuń pakiet %h" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Usuń…" +msgid "Remove" +msgstr "Usuń" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/pt-br/opkg.po b/applications/luci-app-opkg/po/pt-br/opkg.po index 98cbf5c9d..3bb622645 100644 --- a/applications/luci-app-opkg/po/pt-br/opkg.po +++ b/applications/luci-app-opkg/po/pt-br/opkg.po @@ -194,16 +194,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Remover" +msgid "Remove…" +msgstr "Remover…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Remover…" +msgid "Remove" +msgstr "Remover" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/pt/opkg.po b/applications/luci-app-opkg/po/pt/opkg.po index 3805fbe1d..5726f02f4 100644 --- a/applications/luci-app-opkg/po/pt/opkg.po +++ b/applications/luci-app-opkg/po/pt/opkg.po @@ -193,16 +193,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Remover" +msgid "Remove…" +msgstr "Remover…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Remover…" +msgid "Remove" +msgstr "Remover" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/ro/opkg.po b/applications/luci-app-opkg/po/ro/opkg.po index d81f92204..7f6066566 100644 --- a/applications/luci-app-opkg/po/ro/opkg.po +++ b/applications/luci-app-opkg/po/ro/opkg.po @@ -192,16 +192,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Elimina" +msgid "Remove…" +msgstr "Elimina…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Elimina…" +msgid "Remove" +msgstr "Elimina" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/ru/opkg.po b/applications/luci-app-opkg/po/ru/opkg.po index 6d9ad1a91..7a1f81d0a 100644 --- a/applications/luci-app-opkg/po/ru/opkg.po +++ b/applications/luci-app-opkg/po/ru/opkg.po @@ -191,16 +191,16 @@ msgid "Really attempt to install %h?" msgstr "Вы действительно хотите установить %h?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Удалить" +msgid "Remove…" +msgstr "Удалить…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "Удалить пакет %h" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Удалить…" +msgid "Remove" +msgstr "Удалить" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/sk/opkg.po b/applications/luci-app-opkg/po/sk/opkg.po index 7f20b0042..f39e7c54d 100644 --- a/applications/luci-app-opkg/po/sk/opkg.po +++ b/applications/luci-app-opkg/po/sk/opkg.po @@ -178,7 +178,7 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" +msgid "Remove…" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 @@ -186,7 +186,7 @@ msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" +msgid "Remove" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 diff --git a/applications/luci-app-opkg/po/sv/opkg.po b/applications/luci-app-opkg/po/sv/opkg.po index 1ca223f62..488b164f7 100644 --- a/applications/luci-app-opkg/po/sv/opkg.po +++ b/applications/luci-app-opkg/po/sv/opkg.po @@ -191,16 +191,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Ta bort" +msgid "Remove…" +msgstr "Ta bort…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Ta bort…" +msgid "Remove" +msgstr "Ta bort" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/templates/opkg.pot b/applications/luci-app-opkg/po/templates/opkg.pot index ccd349e1c..2631ec020 100644 --- a/applications/luci-app-opkg/po/templates/opkg.pot +++ b/applications/luci-app-opkg/po/templates/opkg.pot @@ -170,7 +170,7 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" +msgid "Remove…" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 @@ -178,7 +178,7 @@ msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" +msgid "Remove" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 diff --git a/applications/luci-app-opkg/po/tr/opkg.po b/applications/luci-app-opkg/po/tr/opkg.po index efe286e30..9b6e8dabb 100644 --- a/applications/luci-app-opkg/po/tr/opkg.po +++ b/applications/luci-app-opkg/po/tr/opkg.po @@ -185,7 +185,7 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" +msgid "Remove…" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 @@ -193,7 +193,7 @@ msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" +msgid "Remove" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 diff --git a/applications/luci-app-opkg/po/uk/opkg.po b/applications/luci-app-opkg/po/uk/opkg.po index 52a209d13..554ed583a 100644 --- a/applications/luci-app-opkg/po/uk/opkg.po +++ b/applications/luci-app-opkg/po/uk/opkg.po @@ -185,16 +185,16 @@ msgid "Really attempt to install %h?" msgstr "Дійсно спробувати інсталювати %h?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Видалити" +msgid "Remove…" +msgstr "Видалити…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "Видалити пакет %h" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Видалити…" +msgid "Remove" +msgstr "Видалити" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/vi/opkg.po b/applications/luci-app-opkg/po/vi/opkg.po index 22afb4ec8..8a8ba0b59 100644 --- a/applications/luci-app-opkg/po/vi/opkg.po +++ b/applications/luci-app-opkg/po/vi/opkg.po @@ -192,16 +192,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "Loại bỏ" +msgid "Remove…" +msgstr "Loại bỏ…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "Loại bỏ…" +msgid "Remove" +msgstr "Loại bỏ" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/zh-cn/opkg.po b/applications/luci-app-opkg/po/zh-cn/opkg.po index b268aa6e2..e027dc793 100644 --- a/applications/luci-app-opkg/po/zh-cn/opkg.po +++ b/applications/luci-app-opkg/po/zh-cn/opkg.po @@ -185,16 +185,16 @@ msgid "Really attempt to install %h?" msgstr "真的要安装 %h 吗?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "移除" +msgid "Remove…" +msgstr "移除…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "移除软件包 %h" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "移除…" +msgid "Remove" +msgstr "移除" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." diff --git a/applications/luci-app-opkg/po/zh-tw/opkg.po b/applications/luci-app-opkg/po/zh-tw/opkg.po index 8d432af0d..7fd5d77aa 100644 --- a/applications/luci-app-opkg/po/zh-tw/opkg.po +++ b/applications/luci-app-opkg/po/zh-tw/opkg.po @@ -191,16 +191,16 @@ msgid "Really attempt to install %h?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 -msgid "Remove" -msgstr "移除" +msgid "Remove…" +msgstr "移除…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 msgid "Remove package %h" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 -msgid "Remove…" -msgstr "移除…" +msgid "Remove" +msgstr "移除" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 msgid "Require approx. %.1024mB size for %d package(s) to install." -- 2.25.1