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 2c0c460d15..20fbf430be 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 8e0a701ba4..b15c51684e 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 524b9b6fb7..a93ddb9f24 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 eb79718976..5efd9a0dfb 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 3fa5a2a972..647c8e43d0 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 44d9d87f85..49422f6e15 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 5dc936a14f..aa4c5c0f1a 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 4c44679009..c1b014a5db 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 cad99287c6..96cabcf3a9 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 8c8575bb3f..038248c113 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 e35d09e383..1e94abfe39 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 c757928367..851a5bede1 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 37c30fa253..98b4884e77 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 a4b05343e1..123959f5cc 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 d941e2ae6c..26ec3833e0 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 7472c88b05..9e8a5e8c3e 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 98cbf5c9dd..3bb622645e 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 3805fbe1d6..5726f02f4b 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 d81f922049..7f60665667 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 6d9ad1a912..7a1f81d0a0 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 7f20b00421..f39e7c54da 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 1ca223f627..488b164f71 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 ccd349e1ca..2631ec0201 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 efe286e30b..9b6e8dabbb 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 52a209d13b..554ed583a7 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 22afb4ec8d..8a8ba0b59e 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 b268aa6e27..e027dc7938 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 8d432af0d6..7fd5d77aa1 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.30.2