diff options
Diffstat (limited to 'applications')
59 files changed, 265 insertions, 265 deletions
diff --git a/applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua b/applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua index 17fdc566ce..88068c1365 100644 --- a/applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua +++ b/applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua @@ -67,7 +67,7 @@ for user in util.execi("cat /etc/passwd | cut -d':' -f1") do end o = s:taboption("basic", Value, "dir", translate("Download directory"), - translate("The directory to store the downloaded file. eg. <code>/mnt/sda1</code>")) + translate("The directory to store the downloaded file. For example <code>/mnt/sda1</code>.")) o.rmempty = false o = s:taboption("basic", Value, "config_dir", translate("Config file directory"), @@ -239,7 +239,7 @@ o.placeholder = "60" o = s:taboption("http", Value, "lowest_speed_limit", translate("Lowest speed limit"), "%s %s" % { - translate("Close connection if download speed is lower than or equal to this value(bytes per sec). " .. + translate("Close connection if download speed is lower than or equal to this value (bytes per sec). " .. "0 means has no lowest speed limit."), translate("You can append K or M.") }) @@ -312,7 +312,7 @@ if aria2.bt then o.default = "true" o.rmempty = false - o = s:taboption("bt", Flag, "bt_save_metadata", translate("Sava metadata"), + o = s:taboption("bt", Flag, "bt_save_metadata", translate("Save metadata"), translate("Save meta data as \".torrent\" file. This option has effect only when BitTorrent" .. " Magnet URI is used. The file name is hex encoded info hash with suffix \".torrent\".")) o.enabled = "true" @@ -339,7 +339,7 @@ if aria2.bt then o.placeholder = "6881-6999" o = s:taboption("bt", Value, "dht_listen_port", translate("DHT Listen port"), - translate("Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure that the " + translate("Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure that the " .. "specified ports are open for incoming UDP traffic.")) o:depends("enable_dht", "true") o:depends("enable_dht6", "true") @@ -426,7 +426,7 @@ o.disabled = "false" o.default = "false" o = s:taboption("advance", Value, "auto_save_interval", translate("Auto save interval"), - translate("Save a control file(*.aria2) every N seconds. If 0 is given, a control file is not" + translate("Save a control file (*.aria2) every N seconds. If 0 is given, a control file is not" .. " saved during download.")) o.datatype = "range(0, 600)" o.placeholder = "60" @@ -446,7 +446,7 @@ o.placeholder = "16M" o = s:taboption("advance", ListValue, "file_allocation", translate("File allocation"), translate("Specify file allocation method. If you are using newer file systems such as ext4" - .. " (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc\" is your best choice." + .. " (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc\" is your best choice." .. " It allocates large(few GiB) files almost instantly, but it may not be available if your system" .. " doesn't have posix_fallocate(3) function. Don't use \"falloc\" with legacy file systems such as" .. " ext3 and FAT32 because it takes almost same time as \"prealloc\" and it blocks aria2 entirely" diff --git a/applications/luci-app-aria2/po/bg/aria2.po b/applications/luci-app-aria2/po/bg/aria2.po index 0a2b19158e..a9811a1cfa 100644 --- a/applications/luci-app-aria2/po/bg/aria2.po +++ b/applications/luci-app-aria2/po/bg/aria2.po @@ -68,7 +68,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -486,12 +486,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/ca/aria2.po b/applications/luci-app-aria2/po/ca/aria2.po index 64ae2c6c6f..daad7ef91b 100644 --- a/applications/luci-app-aria2/po/ca/aria2.po +++ b/applications/luci-app-aria2/po/ca/aria2.po @@ -74,7 +74,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -492,12 +492,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/cs/aria2.po b/applications/luci-app-aria2/po/cs/aria2.po index 7740460b60..ebc1fc97a9 100644 --- a/applications/luci-app-aria2/po/cs/aria2.po +++ b/applications/luci-app-aria2/po/cs/aria2.po @@ -74,7 +74,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -492,12 +492,12 @@ msgid "Run daemon as user" msgstr "Spustit démona pod uživatelskými oprávněními" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/de/aria2.po b/applications/luci-app-aria2/po/de/aria2.po index 21d34a88b3..6f3a58986a 100644 --- a/applications/luci-app-aria2/po/de/aria2.po +++ b/applications/luci-app-aria2/po/de/aria2.po @@ -76,7 +76,7 @@ msgstr "Zertifikat überprüfen" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" "Schließe die Verbindung wenn die Download-Geschwinidigkeit niedriger oder " "gleich dieses Wertes (Bytes pro Sekunde) ist. 0 heißt es gibt keine " @@ -518,12 +518,12 @@ msgid "Run daemon as user" msgstr "Daemon als Benutzer ausführen" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "Speichere Metadaten" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -591,7 +591,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -647,7 +647,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -710,7 +710,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/el/aria2.po b/applications/luci-app-aria2/po/el/aria2.po index 3385eccd7a..8cb007a178 100644 --- a/applications/luci-app-aria2/po/el/aria2.po +++ b/applications/luci-app-aria2/po/el/aria2.po @@ -74,7 +74,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -492,12 +492,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/en/aria2.po b/applications/luci-app-aria2/po/en/aria2.po index 3cbedbb757..09228a0863 100644 --- a/applications/luci-app-aria2/po/en/aria2.po +++ b/applications/luci-app-aria2/po/en/aria2.po @@ -68,7 +68,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -486,12 +486,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/es/aria2.po b/applications/luci-app-aria2/po/es/aria2.po index ecae3ade7a..fadfc7d4a8 100644 --- a/applications/luci-app-aria2/po/es/aria2.po +++ b/applications/luci-app-aria2/po/es/aria2.po @@ -78,7 +78,7 @@ msgstr "Comprobar certificado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" "Cierre la conexión si la velocidad de descarga es menor o igual a este valor " "(bytes por segundo). 0 significa que no tiene límite de velocidad mínima." @@ -514,12 +514,12 @@ msgid "Run daemon as user" msgstr "Ejecutar demonio como usuario" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "Guardar metadatos" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Guarda un archivo de control (*.aria2) cada N segundos. Si se da 0, no se " @@ -609,7 +609,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" "Configure el puerto de escucha UDP utilizado por DHT (IPv4, IPv6) y el " @@ -681,7 +681,7 @@ msgstr "Mostrar URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -771,7 +771,7 @@ msgstr "" "y el archivo DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" "El directorio para almacenar el archivo descargado. p.ej. <code>/mnt/sda1</" "code>" diff --git a/applications/luci-app-aria2/po/fr/aria2.po b/applications/luci-app-aria2/po/fr/aria2.po index e3fef7aa5b..617ef07c27 100644 --- a/applications/luci-app-aria2/po/fr/aria2.po +++ b/applications/luci-app-aria2/po/fr/aria2.po @@ -76,7 +76,7 @@ msgstr "Vérifier le certificat" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" "Ferme la connexion si la vitesse de téléchargement est inférieure ou égale à " "cette valeur (en bits par seconde). 0 signifie qu'il n'y a pas de limite de " @@ -509,12 +509,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "Enregistrer les métadonnées" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Enregistre un fichier de contrôle (*.aria2) toutes les N secondes. Si défini " @@ -584,7 +584,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -652,7 +652,7 @@ msgstr "Afficher l'URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -724,7 +724,7 @@ msgstr "" "session et le fichier DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" "Répertoire dans lequel télécharger le fichier télécharger. Par ex. <code>/" "mnt/sda1</code>" diff --git a/applications/luci-app-aria2/po/he/aria2.po b/applications/luci-app-aria2/po/he/aria2.po index c615f2efab..ec2f43b338 100644 --- a/applications/luci-app-aria2/po/he/aria2.po +++ b/applications/luci-app-aria2/po/he/aria2.po @@ -68,7 +68,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -486,12 +486,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/hi/aria2.po b/applications/luci-app-aria2/po/hi/aria2.po index 3a9a7d2f5b..f83cd973d0 100644 --- a/applications/luci-app-aria2/po/hi/aria2.po +++ b/applications/luci-app-aria2/po/hi/aria2.po @@ -68,7 +68,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -486,12 +486,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/hu/aria2.po b/applications/luci-app-aria2/po/hu/aria2.po index 208786a91a..dce2ba53e9 100644 --- a/applications/luci-app-aria2/po/hu/aria2.po +++ b/applications/luci-app-aria2/po/hu/aria2.po @@ -76,7 +76,7 @@ msgstr "Tanúsítvány ellenőrzése" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" "Kapcsolat lezárása, ha a letöltési sebesség kisebb vagy egyenlő ezzel az " "értékkel (bájt/másodperc). A 0 azt jelenti, hogy nincs legalacsonyabb " @@ -520,12 +520,12 @@ msgid "Run daemon as user" msgstr "Démon futtatása felhasználóként" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "Metaadatok mentése" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Vezérlőfájl (*.aria2) mentése N másodpercenként. Ha 0 van megadva, akkor a " @@ -618,7 +618,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" "A DHT (IPv4, IPv6) és az UDP követő által használt UDP figyelési port " @@ -690,7 +690,7 @@ msgstr "URL megjelenítése" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -780,8 +780,8 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "A könyvtár a beállítófájl, a munkamenetfájl és a DHT-fájl tárolásához." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" -msgstr "A könyvtár a letöltött fájl tárolásához. Például <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." +msgstr "A könyvtár a letöltött fájl tárolásához. Például <code>/mnt/sda1</code>." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 msgid "The file name of the log file." diff --git a/applications/luci-app-aria2/po/it/aria2.po b/applications/luci-app-aria2/po/it/aria2.po index 3c71448a4d..47507ca3c7 100644 --- a/applications/luci-app-aria2/po/it/aria2.po +++ b/applications/luci-app-aria2/po/it/aria2.po @@ -74,7 +74,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -492,12 +492,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/ja/aria2.po b/applications/luci-app-aria2/po/ja/aria2.po index 1f68cb3ab0..3775d0062a 100644 --- a/applications/luci-app-aria2/po/ja/aria2.po +++ b/applications/luci-app-aria2/po/ja/aria2.po @@ -68,7 +68,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -486,12 +486,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/ko/aria2.po b/applications/luci-app-aria2/po/ko/aria2.po index 1b671625e6..c651b2fecb 100644 --- a/applications/luci-app-aria2/po/ko/aria2.po +++ b/applications/luci-app-aria2/po/ko/aria2.po @@ -68,7 +68,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -486,12 +486,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/ms/aria2.po b/applications/luci-app-aria2/po/ms/aria2.po index 85a7aed19e..e3f5bdc7d3 100644 --- a/applications/luci-app-aria2/po/ms/aria2.po +++ b/applications/luci-app-aria2/po/ms/aria2.po @@ -68,7 +68,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -486,12 +486,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/nb_NO/aria2.po b/applications/luci-app-aria2/po/nb_NO/aria2.po index 394627bc92..3cc7178689 100644 --- a/applications/luci-app-aria2/po/nb_NO/aria2.po +++ b/applications/luci-app-aria2/po/nb_NO/aria2.po @@ -74,7 +74,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -492,12 +492,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/pl/aria2.po b/applications/luci-app-aria2/po/pl/aria2.po index 3b478e73a1..03a6e3fb1a 100644 --- a/applications/luci-app-aria2/po/pl/aria2.po +++ b/applications/luci-app-aria2/po/pl/aria2.po @@ -77,7 +77,7 @@ msgstr "Sprawdź certyfikat" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" "Zamknij połączenie, jeśli prędkość pobierania jest mniejsza lub równa tej " "wartości (bajty na sekundę). 0 oznacza, że nie ma dolnej granicy prędkości." @@ -511,12 +511,12 @@ msgid "Run daemon as user" msgstr "Uruchom daemona jako użytkownik" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "Zapisz metadane" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Zapisz plik kontrolny(*.aria2) co N sekund. Jeśli podano 0, plik kontrolny " @@ -605,7 +605,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" "Ustaw port odsłuchu UDP używany przez DHT(IPv4, IPv6) i tracker UDP. Upewnij " @@ -674,7 +674,7 @@ msgstr "Pokaż adres URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -750,8 +750,8 @@ msgstr "" "Katalog do przechowywania pliku konfiguracyjnego, pliku sesji i pliku DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" -msgstr "Katalog do zapisu pobranych plików. np. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." +msgstr "Katalog do zapisu pobranych plików. np. <code>/mnt/sda1</code>." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 msgid "The file name of the log file." diff --git a/applications/luci-app-aria2/po/pt-br/aria2.po b/applications/luci-app-aria2/po/pt-br/aria2.po index aeca0b76f1..137f79b9df 100644 --- a/applications/luci-app-aria2/po/pt-br/aria2.po +++ b/applications/luci-app-aria2/po/pt-br/aria2.po @@ -81,7 +81,7 @@ msgstr "Verificar o certificado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" "Feche a conexão caso a velocidade de download seja menor ou igual a este " "valor (em bytes por segundo). 0 significa que não há limite mínimo de " @@ -523,12 +523,12 @@ msgid "Run daemon as user" msgstr "Executar serviço como usuário" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "Salvar os metadados" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Gravar um arquivo de controle (*.aria2) a cada N segundos. Caso este valor " @@ -618,7 +618,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" "Defina a porta de escuta UDP usada pelo DHT(IPv4, IPv6) e pelo rastreador " @@ -689,7 +689,7 @@ msgstr "Mostrar URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -781,7 +781,7 @@ msgstr "" "arquivo DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" "O diretório para armazenar o arquivo baixado, por exemplo, <code>/mnt/" "sda1</code>" diff --git a/applications/luci-app-aria2/po/pt/aria2.po b/applications/luci-app-aria2/po/pt/aria2.po index 674e5b916d..8be50d1882 100644 --- a/applications/luci-app-aria2/po/pt/aria2.po +++ b/applications/luci-app-aria2/po/pt/aria2.po @@ -76,7 +76,7 @@ msgstr "Verificar o certificado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" "Fechar a ligação se a velocidade de transferência for inferior ou igual a " "este valor (bytes por segundo). 0 significa que não tem limite de velocidade " @@ -517,12 +517,12 @@ msgid "Run daemon as user" msgstr "Executar serviço como utilizador" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "Gravar metadados" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Gravar um ficheiro de controle (*.aria2) a cada N segundos. Se 0 for dado, " @@ -613,10 +613,10 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" -"Definir a porta de escuta UDP usada pelo DHT(IPv4, IPv6) e pelo rastreador " +"Definir a porta de escuta UDP usada pelo DHT (IPv4, IPv6) e pelo rastreador " "UDP. Certifique-se de que as portas especificadas estão abertas para o " "tráfego UDP de entrada." @@ -684,7 +684,7 @@ msgstr "Mostrar URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -774,7 +774,7 @@ msgstr "" "ficheiro DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" "O diretório para armazenar o ficheiro descarregado, por exemplo, <code>/mnt/" "sda1</code>" diff --git a/applications/luci-app-aria2/po/ro/aria2.po b/applications/luci-app-aria2/po/ro/aria2.po index ef3bdeaed2..133f8cfdf3 100644 --- a/applications/luci-app-aria2/po/ro/aria2.po +++ b/applications/luci-app-aria2/po/ro/aria2.po @@ -75,7 +75,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -493,12 +493,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -566,7 +566,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -622,7 +622,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -685,7 +685,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/ru/aria2.po b/applications/luci-app-aria2/po/ru/aria2.po index 2059218925..8c6cdcf9e5 100644 --- a/applications/luci-app-aria2/po/ru/aria2.po +++ b/applications/luci-app-aria2/po/ru/aria2.po @@ -80,7 +80,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -498,12 +498,12 @@ msgid "Run daemon as user" msgstr "Запуск демона<br />от имени пользователя" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -571,7 +571,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -627,7 +627,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -690,7 +690,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/sk/aria2.po b/applications/luci-app-aria2/po/sk/aria2.po index 74bbcaad1d..d2370b05e4 100644 --- a/applications/luci-app-aria2/po/sk/aria2.po +++ b/applications/luci-app-aria2/po/sk/aria2.po @@ -68,7 +68,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -486,12 +486,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/sv/aria2.po b/applications/luci-app-aria2/po/sv/aria2.po index 0f90bdf3c5..fdfea93249 100644 --- a/applications/luci-app-aria2/po/sv/aria2.po +++ b/applications/luci-app-aria2/po/sv/aria2.po @@ -74,7 +74,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -492,12 +492,12 @@ msgid "Run daemon as user" msgstr "Kör daemon som användare" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/tr/aria2.po b/applications/luci-app-aria2/po/tr/aria2.po index 305b266715..d017fe2c59 100644 --- a/applications/luci-app-aria2/po/tr/aria2.po +++ b/applications/luci-app-aria2/po/tr/aria2.po @@ -74,7 +74,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -492,12 +492,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/uk/aria2.po b/applications/luci-app-aria2/po/uk/aria2.po index b06c3dd9cb..6bd478367a 100644 --- a/applications/luci-app-aria2/po/uk/aria2.po +++ b/applications/luci-app-aria2/po/uk/aria2.po @@ -75,7 +75,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -495,12 +495,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -568,7 +568,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -624,7 +624,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -687,7 +687,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/vi/aria2.po b/applications/luci-app-aria2/po/vi/aria2.po index 6c938dae8d..9b81a17e1f 100644 --- a/applications/luci-app-aria2/po/vi/aria2.po +++ b/applications/luci-app-aria2/po/vi/aria2.po @@ -74,7 +74,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -492,12 +492,12 @@ msgid "Run daemon as user" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/zh-cn/aria2.po b/applications/luci-app-aria2/po/zh-cn/aria2.po index 8d10c0da02..e10e63f544 100644 --- a/applications/luci-app-aria2/po/zh-cn/aria2.po +++ b/applications/luci-app-aria2/po/zh-cn/aria2.po @@ -74,7 +74,7 @@ msgstr "检查证书" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" "如果速度小于或等于这个速度(byte/s),关闭下载下载连接。0 表示不限制下载速" "度。" @@ -501,12 +501,12 @@ msgid "Run daemon as user" msgstr "以此用户权限运行" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "保存元数据" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "每 N 秒保存下载“控制文件”(*.aria2)。设置 0 表示在下载过程中不保存控制文件。" @@ -589,7 +589,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" "为 DHT(IPv4,IPv6)和 UDP tracker 设置 UDP 监听端口。请确保正确放行了这些端" @@ -649,7 +649,7 @@ msgstr "显示 URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -725,7 +725,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "用于放置配置文件,Session 文件和 DHT 文件的目录。" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "用于放置下载文件的目录。例如:<code>/mnt/sda1</code>" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/zh-tw/aria2.po b/applications/luci-app-aria2/po/zh-tw/aria2.po index 493b7a9eb6..ef4a230045 100644 --- a/applications/luci-app-aria2/po/zh-tw/aria2.po +++ b/applications/luci-app-aria2/po/zh-tw/aria2.po @@ -75,7 +75,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" "Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"value (bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -493,12 +493,12 @@ msgid "Run daemon as user" msgstr "以此使用者許可權執行" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" +msgid "Save metadata" msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -566,7 +566,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -622,7 +622,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -685,7 +685,7 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "The directory to store the downloaded file. For example <code>/mnt/sda1</code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-bmx7/po/bg/bmx7.po b/applications/luci-app-bmx7/po/bg/bmx7.po index 39d3947f19..d515bea918 100644 --- a/applications/luci-app-bmx7/po/bg/bmx7.po +++ b/applications/luci-app-bmx7/po/bg/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ca/bmx7.po b/applications/luci-app-bmx7/po/ca/bmx7.po index 335f99a707..4bab1e3eb6 100644 --- a/applications/luci-app-bmx7/po/ca/bmx7.po +++ b/applications/luci-app-bmx7/po/ca/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/cs/bmx7.po b/applications/luci-app-bmx7/po/cs/bmx7.po index 781a6895ea..247ff2ce6e 100644 --- a/applications/luci-app-bmx7/po/cs/bmx7.po +++ b/applications/luci-app-bmx7/po/cs/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/de/bmx7.po b/applications/luci-app-bmx7/po/de/bmx7.po index 864ca76766..1d4746c1c4 100644 --- a/applications/luci-app-bmx7/po/de/bmx7.po +++ b/applications/luci-app-bmx7/po/de/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "BMX7-Revision" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Bandbreite" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "Link-Schlüssel" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "Link-lokale IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "Bewertung" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "Entfernte Linklocal IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/el/bmx7.po b/applications/luci-app-bmx7/po/el/bmx7.po index e9611d9cc4..4263fe5bf3 100644 --- a/applications/luci-app-bmx7/po/el/bmx7.po +++ b/applications/luci-app-bmx7/po/el/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/en/bmx7.po b/applications/luci-app-bmx7/po/en/bmx7.po index 90a3c6699e..46b3862a5f 100644 --- a/applications/luci-app-bmx7/po/en/bmx7.po +++ b/applications/luci-app-bmx7/po/en/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/es/bmx7.po b/applications/luci-app-bmx7/po/es/bmx7.po index 0a48bd9952..83895cec47 100644 --- a/applications/luci-app-bmx7/po/es/bmx7.po +++ b/applications/luci-app-bmx7/po/es/bmx7.po @@ -29,7 +29,7 @@ msgid "BMX7 revision" msgstr "Revisión de BMX7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Ancho de banda" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -63,7 +63,7 @@ msgid "Link key" msgstr "Clave de enlace" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "Enlace Local Ipv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -160,7 +160,7 @@ msgid "Rating" msgstr "Clasificación" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "Enlace remoto local IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/fr/bmx7.po b/applications/luci-app-bmx7/po/fr/bmx7.po index eea7db231c..6e4ee1a6c7 100644 --- a/applications/luci-app-bmx7/po/fr/bmx7.po +++ b/applications/luci-app-bmx7/po/fr/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "Révision MBX7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Bande passante" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/he/bmx7.po b/applications/luci-app-bmx7/po/he/bmx7.po index 3bed4dbb51..65f6c1c8b5 100644 --- a/applications/luci-app-bmx7/po/he/bmx7.po +++ b/applications/luci-app-bmx7/po/he/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/hi/bmx7.po b/applications/luci-app-bmx7/po/hi/bmx7.po index f0d8c8ceca..bdbb7f2d0e 100644 --- a/applications/luci-app-bmx7/po/hi/bmx7.po +++ b/applications/luci-app-bmx7/po/hi/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/hu/bmx7.po b/applications/luci-app-bmx7/po/hu/bmx7.po index de348e00cb..d4036c31bb 100644 --- a/applications/luci-app-bmx7/po/hu/bmx7.po +++ b/applications/luci-app-bmx7/po/hu/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/it/bmx7.po b/applications/luci-app-bmx7/po/it/bmx7.po index 2a2e11ad75..40c8a33295 100644 --- a/applications/luci-app-bmx7/po/it/bmx7.po +++ b/applications/luci-app-bmx7/po/it/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ja/bmx7.po b/applications/luci-app-bmx7/po/ja/bmx7.po index 11e760b476..5832fe1a09 100644 --- a/applications/luci-app-bmx7/po/ja/bmx7.po +++ b/applications/luci-app-bmx7/po/ja/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ko/bmx7.po b/applications/luci-app-bmx7/po/ko/bmx7.po index ae4493c725..65d56f9cef 100644 --- a/applications/luci-app-bmx7/po/ko/bmx7.po +++ b/applications/luci-app-bmx7/po/ko/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/mr/bmx7.po b/applications/luci-app-bmx7/po/mr/bmx7.po index 36f73ee641..6cb59a1656 100644 --- a/applications/luci-app-bmx7/po/mr/bmx7.po +++ b/applications/luci-app-bmx7/po/mr/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ms/bmx7.po b/applications/luci-app-bmx7/po/ms/bmx7.po index 2afff9ab64..95417e7276 100644 --- a/applications/luci-app-bmx7/po/ms/bmx7.po +++ b/applications/luci-app-bmx7/po/ms/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/nb_NO/bmx7.po b/applications/luci-app-bmx7/po/nb_NO/bmx7.po index 5e4dd43188..c4b086849b 100644 --- a/applications/luci-app-bmx7/po/nb_NO/bmx7.po +++ b/applications/luci-app-bmx7/po/nb_NO/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/pl/bmx7.po b/applications/luci-app-bmx7/po/pl/bmx7.po index 5eaf515c69..8b99b77a02 100644 --- a/applications/luci-app-bmx7/po/pl/bmx7.po +++ b/applications/luci-app-bmx7/po/pl/bmx7.po @@ -28,7 +28,7 @@ msgid "BMX7 revision" msgstr "Rewizja BMX7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Przepustowość" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -62,7 +62,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -159,7 +159,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/pt/bmx7.po b/applications/luci-app-bmx7/po/pt/bmx7.po index 8b56e9554d..2ee76ff468 100644 --- a/applications/luci-app-bmx7/po/pt/bmx7.po +++ b/applications/luci-app-bmx7/po/pt/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "Revisão do BMX7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Largura de banda" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,8 +61,8 @@ msgid "Link key" msgstr "Chave de ligação" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" -msgstr "LinkLocal Ipv6" +msgid "Link-local IPv6" +msgstr "Link-local IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 msgid "Links" @@ -158,7 +158,7 @@ msgid "Rating" msgstr "Classificação" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "Linklocal IPv6 remoto" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ro/bmx7.po b/applications/luci-app-bmx7/po/ro/bmx7.po index 5c7fd09a47..239064dbec 100644 --- a/applications/luci-app-bmx7/po/ro/bmx7.po +++ b/applications/luci-app-bmx7/po/ro/bmx7.po @@ -28,7 +28,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -62,7 +62,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -159,7 +159,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ru/bmx7.po b/applications/luci-app-bmx7/po/ru/bmx7.po index ff375bd4c8..598393eec8 100644 --- a/applications/luci-app-bmx7/po/ru/bmx7.po +++ b/applications/luci-app-bmx7/po/ru/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/sk/bmx7.po b/applications/luci-app-bmx7/po/sk/bmx7.po index 83fb9a152a..67cc23ec57 100644 --- a/applications/luci-app-bmx7/po/sk/bmx7.po +++ b/applications/luci-app-bmx7/po/sk/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/sv/bmx7.po b/applications/luci-app-bmx7/po/sv/bmx7.po index 52b518e9fa..39962744f7 100644 --- a/applications/luci-app-bmx7/po/sv/bmx7.po +++ b/applications/luci-app-bmx7/po/sv/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/tr/bmx7.po b/applications/luci-app-bmx7/po/tr/bmx7.po index 6c64138f70..c0fff0ec92 100644 --- a/applications/luci-app-bmx7/po/tr/bmx7.po +++ b/applications/luci-app-bmx7/po/tr/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/uk/bmx7.po b/applications/luci-app-bmx7/po/uk/bmx7.po index 067e5f900b..624fc24b88 100644 --- a/applications/luci-app-bmx7/po/uk/bmx7.po +++ b/applications/luci-app-bmx7/po/uk/bmx7.po @@ -28,7 +28,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -62,7 +62,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -159,7 +159,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/vi/bmx7.po b/applications/luci-app-bmx7/po/vi/bmx7.po index b923a21946..5977bd4add 100644 --- a/applications/luci-app-bmx7/po/vi/bmx7.po +++ b/applications/luci-app-bmx7/po/vi/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/zh-cn/bmx7.po b/applications/luci-app-bmx7/po/zh-cn/bmx7.po index 64af0495b0..e447e2641a 100644 --- a/applications/luci-app-bmx7/po/zh-cn/bmx7.po +++ b/applications/luci-app-bmx7/po/zh-cn/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/zh-tw/bmx7.po b/applications/luci-app-bmx7/po/zh-tw/bmx7.po index e478b22721..bbdfe6c176 100644 --- a/applications/luci-app-bmx7/po/zh-tw/bmx7.po +++ b/applications/luci-app-bmx7/po/zh-tw/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm b/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm index b7609d7a52..8ecae656f7 100644 --- a/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm +++ b/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm @@ -58,7 +58,7 @@ <div class="th"><%:State%></div> <div class="th"><%:Type%></div> <div class="th"><%:Max rate%></div> - <div class="th"><%:LinkLocal Ipv6%></div> + <div class="th"><%:Link-local IPv6%></div> <div class="th"><%:RX BpP%></div> <div class="th"><%:TX BpP%></div> </div> @@ -75,7 +75,7 @@ <div class="th"><%:Short ID%></div> <div class="th"><%:Name%></div> <div class="th"><%:Link key%></div> - <div class="th"><%:Remote linklocal IPv6%></div> + <div class="th"><%:Remote link-local IPv6%></div> <div class="th"><%:Device%></div> <div class="th"><%:RX rate%></div> <div class="th"><%:TX rate%></div> diff --git a/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm b/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm index aaa79a8f4e..9348e7c610 100644 --- a/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm +++ b/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm @@ -38,7 +38,7 @@ <div class="th"><%:Name%></div> <div class="th"><%:Node%></div> <div class="th"><%:Network%></div> - <div class="th"><%:Bandwith%></div> + <div class="th"><%:Bandwidth%></div> <div class="th"><%:Local net%></div> <div class="th"><%:Path Metric%></div> <div class="th"><%:Tun Metric%></div> |