summaryrefslogtreecommitdiff
path: root/raveos-calamares-module/wifi/ui/Translations.qml
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-calamares-module/wifi/ui/Translations.qml')
-rw-r--r--raveos-calamares-module/wifi/ui/Translations.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/raveos-calamares-module/wifi/ui/Translations.qml b/raveos-calamares-module/wifi/ui/Translations.qml
index 32b7972..a07e8c8 100644
--- a/raveos-calamares-module/wifi/ui/Translations.qml
+++ b/raveos-calamares-module/wifi/ui/Translations.qml
@@ -59,6 +59,10 @@ QtObject {
// Jelszó mező placeholder
property string passwordPlaceholder: "Password"
+ // Jelszó megjelenítő/elrejtő gomb
+ property string showPassword: "Show"
+ property string hidePassword: "Hide"
+
// =========================================
// ÁLLAPOT ÜZENETEK
// =========================================
@@ -112,6 +116,8 @@ QtObject {
connect = "Csatlakozás"
ssidPlaceholder = "Hálózat neve (SSID)"
passwordPlaceholder = "Jelszó"
+ showPassword = "Mutat"
+ hidePassword = "Elrejt"
connected = "Sikeresen csatlakozva!"
connecting = "Csatlakozás..."
noNetworks = "Nem található hálózat.\nKattints a Frissítés gombra."
@@ -131,6 +137,8 @@ QtObject {
connect = "Connect"
ssidPlaceholder = "Network name (SSID)"
passwordPlaceholder = "Password"
+ showPassword = "Show"
+ hidePassword = "Hide"
connected = "Successfully connected!"
connecting = "Connecting..."
noNetworks = "No networks found.\nClick Refresh to scan."