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
|
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
# Simone Solinas <ksolsim@gmail.com>, 2009, 2011.
msgid ""
msgstr ""
"Project-Id-Version: kdevcmakebuilder\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2012-01-04 12:27+0100\n"
"PO-Revision-Date: 2011-06-14 17:26+0200\n"
"Last-Translator: Simone Solinas <ksolsim@gmail.com>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
"Language: it\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=2; plural=n != 1;\n"
#: cmakebuilder.cpp:66
msgid "CMake Builder"
msgstr "Compilatore CMake"
#: cmakebuilder.cpp:67
msgid "Support for building CMake projects"
msgstr "Supporto per la compilazione di progetti CMake"
#: cmakebuilder.cpp:130
msgid "No Build Directory configured, cannot build"
msgstr "Nessuna cartella di compilazione configurata, impossibile compilare"
#: cmakebuilder.cpp:130
msgid "Aborting build"
msgstr "Compilazione interrota"
#: cmakebuilder.cpp:161
msgid "No Build Directory configured, cannot clean"
msgstr "Nessuna cartella di compilazione configurata, impossibile ripulire"
#: cmakebuilder.cpp:161
msgid "Aborting clean"
msgstr "Pulizia interrotta"
#: cmakebuilder.cpp:191
msgid "No Build Directory configured, cannot install"
msgstr "Nessuna cartella di compilazione configurata, impossibile installare"
#: cmakebuilder.cpp:191
msgid "Aborting install"
msgstr "Installazione interrotta"
#: cmakebuilder.cpp:211
msgid "No Build Directory configured, cannot configure"
msgstr "Nessuna cartella di compilazione configurata, impossibile configurare"
#: cmakebuilder.cpp:211
msgid "Aborting configure"
msgstr "Configurazione interrotta"
#: cmakebuilder.cpp:225
msgid "No Build Directory configured, cannot clear builddir"
msgstr ""
"Nessuna cartella di compilazione configurata, impossibile far pulizia nella "
"cartella di compilazione"
#: cmakebuilder.cpp:225 cmakebuilder.cpp:231
msgid "No clearing of builddir possible"
msgstr "Non รจ possibile pulire la cartella di build"
#: cmakebuilder.cpp:231
msgid "Wrong build directory, cannot clear the build directory"
msgstr ""
"Cartella di compilazione errata, impossibile far pulizia nella cartella di "
"compilazione"
#: cmakejob.cpp:117
msgid "Job failed"
msgstr "Job non riuscito"
#: cmakejob.cpp:191
#, kde-format
msgid "CMake: %1"
msgstr "CMake: %1"
#: rc.cpp:1
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Simone Solinas"
#: rc.cpp:2
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr "ksolsim@gmail.com"
#. i18n: file: cmakeconfig.ui:35
#. i18n: ectx: property (text), widget (QLabel, label1)
#: rc.cpp:5
msgid "CMake Binary:"
msgstr "Binario CMake:"
|