From 40753e416b318ecf7c03039f4af1ba2c8c0aa184 Mon Sep 17 00:00:00 2001 From: Sejki Date: Sat, 27 Jun 2020 22:51:18 +0200 Subject: [PATCH] pl translation --- translations/pl.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 translations/pl.json diff --git a/translations/pl.json b/translations/pl.json new file mode 100644 index 0000000..7443b64 --- /dev/null +++ b/translations/pl.json @@ -0,0 +1,9 @@ +{ + "NETCONN_CONNECTED": "Internet jest podłączony", + "NETCONN_NOTCONNECTED": "Internet nie jest podłączony", + "NETCONN_MILLISECOND": "ms", + "NETCONN_NA": "N/A", + + "TXT_NETCONN": "POŁĄCZENIE INTERNETOWE", + "TXT_NETCONN_DESC": "wyświetl status połączenia z Internetem" +} \ No newline at end of file