1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209
|
# translation of kdevmakebuilder.po to
# translation of kdevelop.po to
# Version: $Revision$
# KDevelop polish translation file.
# Translation work:
# Jacek Wojdeł <wojdel@kbs.twi.tudelft.nl>
# Corrections:
# Waldemar Kochaniec
# Jacek Stolarczyk
# Anna Wojdeł <ania@kbs.twi.tudelft.nl>
#
# Krzysztof Lichota, 2004.
# Marta Rybczyńska <mrybczynsk@poczta.onet.pl>, 2003, 2004.
# Marta Rybczynska <mrybczynska@poczta.onet.pl>, 2004, 2005.
# Michal Rudolf <mrudolf@kdewebdev.org>, 2004, 2005.
# Krzysztof Lichota <lichota@mimuw.edu.pl>, 2005, 2006, 2007.
# Marta Rybczyńska <kde-i18n@rybczynska.net>, 2007, 2008.
# Michał Smoczyk <msmoczyk@wp.pl>, 2008.
# Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>, 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: kdevmakebuilder\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2012-03-30 12:28+0200\n"
"PO-Revision-Date: 2012-01-06 10:27+0100\n"
"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
#: makebuilder.cpp:57
msgid "Make Builder"
msgstr "Budowanie Make"
#: makebuilder.cpp:57
msgid "Support for building Make projects"
msgstr "Wsparcie dla budowania projektów Make"
#: makejob.cpp:64 makejob.cpp:66
#, kde-format
msgid "Make: %1"
msgstr "Make: %1"
#: makejob.cpp:88
msgid "Build item no longer available"
msgstr "Element budowanie nie jest już dostępny"
#: makejob.cpp:94
msgid "Internal error: cannot build a file item"
msgstr "Błąd wewnętrzny: nie można zbudować elementu pliku"
#: makejob.cpp:101
#, kde-format
msgid "Invalid build directory '%1'"
msgstr "Nieprawidłowy katalog budowania '%1'"
#: makejob.cpp:106
#, kde-format
msgid "'%1' is not a local path"
msgstr "'%1' nie jest ścieżką lokalną"
#: makejob.cpp:111
#, kde-format
msgid "'%1' is not a directory"
msgstr "'%1' nie jest katalogiem"
#: makejob.cpp:118
#, kde-format
msgid "Could not create build command for target '%1'"
msgstr "Nie można utworzyć polecenia budowania dla celu '%1'"
#: makejob.cpp:315
msgid "Job failed"
msgstr "Nieudane zadanie"
#: makejob.cpp:316
msgid "*** Failed ***"
msgstr "*** Zawiódł ***"
#: makejob.cpp:327
msgid "*** Finished ***"
msgstr "*** Zakończył ***"
#: makejob.cpp:338
msgid "*** Aborted ***"
msgstr "*** Przerwał ***"
#: outputfilters.cpp:48 outputfilters.cpp:57 outputfilters.cpp:65
#: outputfilters.cpp:77 makeoutputmodel.cpp:282
msgid "compiling"
msgstr "kompilowanie"
#: outputfilters.cpp:52 outputfilters.cpp:58 outputfilters.cpp:66
#: outputfilters.cpp:76
msgid "generating"
msgstr "generowanie"
#: outputfilters.cpp:54 outputfilters.cpp:60 outputfilters.cpp:62
#: outputfilters.cpp:68
msgctxt "Linking object files into a library or executable"
msgid "linking"
msgstr "łączenie"
#: outputfilters.cpp:64
msgid "built"
msgstr "wbudowane"
#: outputfilters.cpp:69 outputfilters.cpp:73
msgid "installing"
msgstr "instalowanie"
#: outputfilters.cpp:71
msgid "creating"
msgstr "tworzenie"
#: rc.cpp:1
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Łukasz Wojniłowicz"
#: rc.cpp:2
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr "lukasz.wojnilowicz@gmail.com"
#. i18n: file: kdevmakebuilder.rc:5
#. i18n: ectx: Menu (view)
#: rc.cpp:5
msgid "View"
msgstr "Widok"
#. i18n: file: makeconfig.ui:20
#. i18n: ectx: property (text), widget (QLabel, label_8)
#: rc.cpp:8
msgid "&Abort on first error:"
msgstr "&Przerwij przy pierwszym błędzie:"
#. i18n: file: makeconfig.ui:40
#. i18n: ectx: property (text), widget (QLabel, label_7)
#: rc.cpp:11
msgid "&Display commands but do not execute them:"
msgstr "&Wyświetl polecenia, ale nie wykonuj ich:"
#. i18n: file: makeconfig.ui:60
#. i18n: ectx: property (text), widget (QLabel, label_31)
#: rc.cpp:14
msgid "Install as &root:"
msgstr "Instaluj jako &administrator"
#. i18n: file: makeconfig.ui:80
#. i18n: ectx: property (text), widget (QLabel, rootinstallationcommandLabel)
#: rc.cpp:17
msgid "Root installation &command:"
msgstr "Pole&cenie instalacji jako administrator:"
#. i18n: file: makeconfig.ui:94
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_suCommand)
#: rc.cpp:20
msgid "kdesu"
msgstr "kdesu"
#. i18n: file: makeconfig.ui:99
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_suCommand)
#: rc.cpp:23
msgid "kdesudo"
msgstr "kdesudo"
#. i18n: file: makeconfig.ui:104
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_suCommand)
#: rc.cpp:26
msgid "sudo"
msgstr "sudo"
#. i18n: file: makeconfig.ui:112
#. i18n: ectx: property (text), widget (QLabel, label)
#: rc.cpp:29
msgid "&Number of simultaneous jobs:"
msgstr "Liczba jednocześnie wykonywanych &zadań:"
#. i18n: file: makeconfig.ui:132
#. i18n: ectx: property (text), widget (QLabel, label_4)
#: rc.cpp:32
msgid "&Make executable:"
msgstr "Plik wykonywalny &Make:"
#. i18n: file: makeconfig.ui:155
#. i18n: ectx: property (text), widget (QLabel, label_6)
#: rc.cpp:35
msgid "Default make &target:"
msgstr "Domyślny &cel make:"
#. i18n: file: makeconfig.ui:175
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: rc.cpp:38
msgid "Additional make &options:"
msgstr "&Dodatkowe opcje make:"
#. i18n: file: makeconfig.ui:195
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: rc.cpp:41
msgid "Active Environment &Profile:"
msgstr "Aktywny &profil środowiska:"
#, fuzzy
|