aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-open/i18n/lumina-open_pl.ts
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-01-09 14:41:30 -0500
committerKen Moore <ken@ixsystems.com>2017-01-09 14:41:30 -0500
commitd1750c349cf59bce56569e5be74886edc97ba967 (patch)
tree48a28f398286f721c8272c85017aa8bbf3b83228 /src-qt5/core/lumina-open/i18n/lumina-open_pl.ts
parentFlip the location of the +/- buttons on the panel config widget to match the ... (diff)
parentMerge remote-tracking branch 'origin/master' (diff)
downloadlumina-d1750c349cf59bce56569e5be74886edc97ba967.tar.gz
lumina-d1750c349cf59bce56569e5be74886edc97ba967.tar.bz2
lumina-d1750c349cf59bce56569e5be74886edc97ba967.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-open/i18n/lumina-open_pl.ts')
-rw-r--r--src-qt5/core/lumina-open/i18n/lumina-open_pl.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src-qt5/core/lumina-open/i18n/lumina-open_pl.ts b/src-qt5/core/lumina-open/i18n/lumina-open_pl.ts
index ffa08d9c..ab23731d 100644
--- a/src-qt5/core/lumina-open/i18n/lumina-open_pl.ts
+++ b/src-qt5/core/lumina-open/i18n/lumina-open_pl.ts
@@ -161,7 +161,7 @@
<message>
<location filename="../main.cpp" line="264"/>
<source>Application entry is invalid: %1</source>
- <translation type="unfinished"></translation>
+ <translation>Ścieżka aplikacji jest błędna: %1</translation>
</message>
<message>
<location filename="../main.cpp" line="273"/>
@@ -186,12 +186,12 @@
<message>
<location filename="../main.cpp" line="363"/>
<source>Binary Missing</source>
- <translation type="unfinished"></translation>
+ <translation>Brak pliku binarnego</translation>
</message>
<message>
<location filename="../main.cpp" line="363"/>
- <source>Could not find &quot;%1&quot;. Please ensure it is installed first.</source>
- <translation>Nie można znaleźć &quot;%1&quot;. Upewnij się, że jest zainstalowany.</translation>
+ <source>Could not find "%1". Please ensure it is installed first.</source>
+ <translation>Nie można znaleźć "%1". Upewnij się, że jest zainstalowany.</translation>
</message>
<message>
<location filename="../main.cpp" line="413"/>
bgstack15