summaryrefslogtreecommitdiffstats
path: root/tde-i18n-pl
diff options
context:
space:
mode:
authorAutomated System <slavek.banko@axis.cz>2019-01-28 03:25:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-28 03:25:47 +0100
commita8af094f637b78ba2dcaa30cf3849aa5d19f8d6d (patch)
treed387c93b69fb1366a3aa322fdf83098a1c5c97ff /tde-i18n-pl
parente1717010d2d0e87e944f0490dda76778cbd34820 (diff)
downloadtde-i18n-a8af094f637b78ba2dcaa30cf3849aa5d19f8d6d.tar.gz
tde-i18n-a8af094f637b78ba2dcaa30cf3849aa5d19f8d6d.zip
Merge translation files from master branch.
Diffstat (limited to 'tde-i18n-pl')
-rw-r--r--tde-i18n-pl/messages/tdeartwork/twin_art_clients.po13
-rw-r--r--tde-i18n-pl/messages/tdebase/kate.po49
-rw-r--r--tde-i18n-pl/messages/tdebase/kicker.po16
-rw-r--r--tde-i18n-pl/messages/tdebase/ksmserver.po15
-rw-r--r--tde-i18n-pl/messages/tdeutils/kgpg.po8
-rw-r--r--tde-i18n-pl/messages/tdewebdev/tdefilereplace.po4
6 files changed, 105 insertions, 0 deletions
diff --git a/tde-i18n-pl/messages/tdeartwork/twin_art_clients.po b/tde-i18n-pl/messages/tdeartwork/twin_art_clients.po
index a14d61a1b7f..fdb48bd0547 100644
--- a/tde-i18n-pl/messages/tdeartwork/twin_art_clients.po
+++ b/tde-i18n-pl/messages/tdeartwork/twin_art_clients.po
@@ -389,5 +389,18 @@ msgid ""
msgstr ""
#, fuzzy
+#~ msgid ""
+#~ "Clicking on the link above will cause a window to appear showing the TDE "
+#~ "IceWM theme folder. You can add or remove native IceWM themes by "
+#~ "installing theme files into this folder or by creating folder symlinks to "
+#~ "existing IceWM themes on your system. You can get extra-themes here: "
+#~ "<b>https://github.com/bbidulock/icewm-extra-themes</b>"
+#~ msgstr ""
+#~ "Kliknięcie na powyższym odnośniku spowoduje otworzenie katalogu motywów "
+#~ "IceWM. Można dodać lub usunąć motywy IceWM przez rozpakowanie plików "
+#~ "motywów z <b>http://icewm.themes.org/</b> do tego katalogu, lub poprzez "
+#~ "utworzenie odnośnika do istniejącego katalogu z motywami IceWM."
+
+#, fuzzy
#~ msgid "Center"
#~ msgstr "Wyśrodkowane"
diff --git a/tde-i18n-pl/messages/tdebase/kate.po b/tde-i18n-pl/messages/tdebase/kate.po
index 2a109c73427..93c1dc45ab2 100644
--- a/tde-i18n-pl/messages/tdebase/kate.po
+++ b/tde-i18n-pl/messages/tdebase/kate.po
@@ -1928,10 +1928,51 @@ msgstr ""
#~ msgstr "&Ukryj panele"
#, fuzzy
+#~ msgid ""
+#~ "<p>Enter the expression you want to search for here.<p>If 'regular "
+#~ "expression' is unchecked, all characters that are not letters in your "
+#~ "expression will be escaped with a backslash character.<p>Possible meta "
+#~ "characters are:<br><b>.</b> - Matches any character<br><b>^</b> - Matches "
+#~ "the beginning of a line<br><b>$</b> - Matches the end of a line<br><b>"
+#~ "\\&lt;</b> - Matches the beginning of a word<br><b>\\&gt;</b> - Matches "
+#~ "the end of a word<p>The following repetition operators exist:<br><b>?</b> "
+#~ "- The preceding item is matched at most once<br><b>*</b> - The preceding "
+#~ "item is matched zero or more times<br><b>+</b> - The preceding item is "
+#~ "matched one or more times<br><b>{<i>n</i>}</b> - The preceding item is "
+#~ "matched exactly <i>n</i> times<br><b>{<i>n</i>,}</b> - The preceding item "
+#~ "is matched <i>n</i> or more times<br><b>{,<i>n</i>}</b> - The preceding "
+#~ "item is matched at most <i>n</i> times<br><b>{<i>n</i>,<i>m</i>}</b> - "
+#~ "The preceding item is matched at least <i>n</i>, but at most <i>m</i> "
+#~ "times.<p>Furthermore, backreferences to bracketed subexpressions are "
+#~ "available via the notation <code>\\#</code>.<p>See the grep(1) "
+#~ "documentation for the full documentation."
+#~ msgstr ""
+#~ "<p>Podaj szukane wyrażenie.<p> Jeśli 'wyrażenie regularne' nie jest "
+#~ "zaznaczone, każdy znak nie będący białym znakiem zostanie uniknięty "
+#~ "znakiem backslasha.<p>Możliwe znaki specjalne:<br><b>.</b> - pasuje do "
+#~ "dowolnego znaku<br><b>^</b> - pasuje do początku wiersza<br><b>$</b> - "
+#~ "pasuje do końca wiersza<br><b>\\&lt;</b> - pasuje do początku słowa<br><b>"
+#~ "\\&gt;</b> - pasuje do końca słowa<br><br>Dostępne operatory powtórzenia:"
+#~ "<br><b>?</b> - Poprzedzający element pasuje najwyżej raz<br><b>*</b> - "
+#~ "Poprzedzający element pasuje zero lub więcej razy<br><b>+</b> - "
+#~ "Poprzedzający element pasuje przynajmniej raz<br><b>{<i>n</i>}</b> - "
+#~ "Poprzedzający element pasuje dokładnie <i>n</i> razy<br><b>{<i>n</i>,}</"
+#~ "b> - Poprzedzający element pasuje <i>n</i> lub więcej razy<br><b>{,<i>n</"
+#~ "i>}</b> - Poprzedzający element pasuje najwyżej <i>n</i> "
+#~ "razy<br><b>{<i>n</i>,<i>m</i>}</b> - Poprzedzający element pasuje co "
+#~ "najmniej <i>n</i> razy,<br> ale najwyżej <i>m</i> razy.<br><br>Ponadto "
+#~ "odwołania wsteczne do elementów w nawiasach<br>zapisuje się w notacji "
+#~ "<code>\\#</code>. <p>Pełna dokumentacja w grep(1)."
+
+#, fuzzy
#~ msgid "&New"
#~ msgstr "&Nowy..."
#, fuzzy
+#~ msgid "&Rename"
+#~ msgstr "&Zmień nazwę..."
+
+#, fuzzy
#~ msgid "Acti&vate"
#~ msgstr "Aktywuj następną kartę"
@@ -1984,6 +2025,14 @@ msgstr ""
#~ msgstr "Przesuń niżej"
#, fuzzy
+#~ msgid "Delete session"
+#~ msgstr "Domyślna sesja"
+
+#, fuzzy
+#~ msgid "Save Session"
+#~ msgstr "Zapisać sesję?"
+
+#, fuzzy
#~ msgid "Save As"
#~ msgstr "Zapisz j&ako..."
diff --git a/tde-i18n-pl/messages/tdebase/kicker.po b/tde-i18n-pl/messages/tdebase/kicker.po
index 52fff7b8b38..0e8090f68d1 100644
--- a/tde-i18n-pl/messages/tdebase/kicker.po
+++ b/tde-i18n-pl/messages/tdebase/kicker.po
@@ -1182,10 +1182,26 @@ msgstr "&Opis:"
#~ msgstr "Zakończ pracę..."
#, fuzzy
+#~ msgid "End current session"
+#~ msgstr "Zakończ sesję"
+
+#, fuzzy
+#~ msgid "Lock computer screen"
+#~ msgstr "Zablokuj ekran"
+
+#, fuzzy
+#~ msgid "Shutdown"
+#~ msgstr "Zamknij system"
+
+#, fuzzy
#~ msgid "&Restart"
#~ msgstr "U&ruchom ponownie"
#, fuzzy
+#~ msgid "Restart computer and boot the default system"
+#~ msgstr "Uruchom ponownie i przejdź do domyślnego systemu"
+
+#, fuzzy
#~ msgid "Suspend"
#~ msgstr "Wstrzymaj do RAM"
diff --git a/tde-i18n-pl/messages/tdebase/ksmserver.po b/tde-i18n-pl/messages/tdebase/ksmserver.po
index e19dc91ee7a..d4c4929ae45 100644
--- a/tde-i18n-pl/messages/tdebase/ksmserver.po
+++ b/tde-i18n-pl/messages/tdebase/ksmserver.po
@@ -321,6 +321,14 @@ msgid "Confirm"
msgstr ""
#, fuzzy
+#~ msgid ""
+#~ "<qt><p>Log out of the current session to login as a different user.</p></"
+#~ "qt>"
+#~ msgstr ""
+#~ "<qt><h3>Zakończenie bieżącej sesji</h3><p>Wyloguj się z bieżącej sesji by "
+#~ "zalogować się jako inny użytkownik</p></qt>"
+
+#, fuzzy
#~ msgid "&Log out"
#~ msgstr "Wyloguj"
@@ -334,3 +342,10 @@ msgstr ""
#~ msgstr ""
#~ "<qt><h3>Wyłącz komputer</h3><p>Wyloguj bieżącego użytkownika i wyłącz "
#~ "komputer</p></qt>"
+
+#, fuzzy
+#~ msgid ""
+#~ "<qt><p>Log out of the current session and turn off the computer.</p></qt>"
+#~ msgstr ""
+#~ "<qt><h3>Wyłącz komputer</h3><p>Wyloguj bieżącego użytkownika i wyłącz "
+#~ "komputer</p></qt>"
diff --git a/tde-i18n-pl/messages/tdeutils/kgpg.po b/tde-i18n-pl/messages/tdeutils/kgpg.po
index dca4337658b..c591e2767b2 100644
--- a/tde-i18n-pl/messages/tdeutils/kgpg.po
+++ b/tde-i18n-pl/messages/tdeutils/kgpg.po
@@ -3208,6 +3208,14 @@ msgstr ""
"go w edytorze KGpg.</p>\n"
#, fuzzy
+#~ msgid ""
+#~ "This passphrase is not secure enough.\n"
+#~ "Minimum length = 5 characters"
+#~ msgstr ""
+#~ "Podane hasło nie jest wystarczająco bezpieczne.\n"
+#~ "Minimalna długość to 5 znaków"
+
+#, fuzzy
#~ msgid "Untitled"
#~ msgstr "bez tytułu"
diff --git a/tde-i18n-pl/messages/tdewebdev/tdefilereplace.po b/tde-i18n-pl/messages/tdewebdev/tdefilereplace.po
index 3ff0589f9b7..0bad3a2819a 100644
--- a/tde-i18n-pl/messages/tdewebdev/tdefilereplace.po
+++ b/tde-i18n-pl/messages/tdewebdev/tdefilereplace.po
@@ -1103,6 +1103,10 @@ msgstr "Przejrzane pliki:"
#~ msgstr "Wstaw tutaj ciąg do wyszukania."
#, fuzzy
+#~ msgid "Scanned folders:"
+#~ msgstr "Przejrzane pliki:"
+
+#, fuzzy
#~ msgid "Files:"
#~ msgstr "Wszystkie pliki"