Skip to content

Commit

Permalink
Translated using Weblate (Italian)
Browse files Browse the repository at this point in the history
Currently translated at 97.7% (3007 of 3075 strings)

[CI skip]
  • Loading branch information
stefanomarty authored and weblate committed Apr 11, 2015
1 parent aa3ef5c commit c7cbf6b
Showing 1 changed file with 76 additions and 24 deletions.
100 changes: 76 additions & 24 deletions po/it.po
Expand Up @@ -4,14 +4,14 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2015-04-10 10:21-0400\n"
"PO-Revision-Date: 2015-04-09 20:20+0200\n"
"PO-Revision-Date: 2015-04-11 11:53+0200\n"
"Last-Translator: Stefano Martinelli <stefano.ste.martinelli@gmail.com>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/phpmyadmin/"
"master/it/>\n"
"Language-Team: Italian "
"<https://hosted.weblate.org/projects/phpmyadmin/master/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.3-dev\n"

Expand Down Expand Up @@ -7900,7 +7900,7 @@ msgid ""
"You are using the mysql extension which is deprecated in phpMyAdmin. Please "
"consider installing the mysqli extension."
msgstr ""
"Si stà utilizzando l'estensione mysql che è deprecata in phpMyAdmin. Si "
"Si sta utilizzando l'estensione mysql che è deprecata in phpMyAdmin. Si "
"consiglia di installare l'estensione mysqli."

#: libraries/db_designer.lib.php:25
Expand Down Expand Up @@ -9314,11 +9314,11 @@ msgstr "Nome classe \"%1$s\" invalido, utilizzo il valore predefinito \"Node\""
#: libraries/navigation/NodeFactory.class.php:65
#, php-format
msgid "Could not include class \"%1$s\", file \"%2$s\" not found"
msgstr ""
msgstr "Non ho potuto includere la classe \"%1$s\", file \"%2$s\" non trovato"

#: libraries/navigation/Nodes/Node.class.php:786
msgid "Expand/Collapse"
msgstr ""
msgstr "Espandi/Riduci"

#: libraries/navigation/Nodes/Node_Column_Container.class.php:26
#: libraries/navigation/Nodes/Node_Column_Container.class.php:27
Expand Down Expand Up @@ -9415,32 +9415,38 @@ msgstr "Nuova"

#: libraries/normalization.lib.php:114
msgid "Make all columns atomic"
msgstr ""
msgstr "Rendi atomici tutti i campi"

#: libraries/normalization.lib.php:116 libraries/normalization.lib.php:773
msgid "First step of normalization (1NF)"
msgstr ""
msgstr "Primo step di normalizzazione (1NF)"

#: libraries/normalization.lib.php:119 libraries/normalization.lib.php:170
#: libraries/normalization.lib.php:213 libraries/normalization.lib.php:249
msgid "Step 1."
msgstr ""
msgstr "Step 1."

#: libraries/normalization.lib.php:121
msgid ""
"Do you have any column which can be split into more than one column? For "
"example: address can be split into street, city, country and zip."
msgstr ""
"Ci sono campi che possono essere suddivisi in più di un campo? Ad esempio, "
"l'indirizzo può essere diviso in via, città, provincia e cap."

#: libraries/normalization.lib.php:128
msgid "Show me the central list of columns that are not already in this table"
msgstr ""
"Mostrami la lista centrale dei campi che non sono già presenti in questa "
"tabella"

#: libraries/normalization.lib.php:131
msgid ""
"Select a column which can be split into more than one. (on select of 'no "
"such column', it'll move to next step)"
msgstr ""
"Seleziona un campo che può essere suddiviso in più di uno. (selezionando "
"'non esiste tale campo', passerà allo step successivo)"

#: libraries/normalization.lib.php:138 normalization.php:19
msgid "Select one…"
Expand All @@ -9452,7 +9458,7 @@ msgstr "Campo inesistente"

#: libraries/normalization.lib.php:146
msgid "split into "
msgstr ""
msgstr "suddividi in "

#: libraries/normalization.lib.php:167
msgid "Have a primary key"
Expand All @@ -9467,15 +9473,20 @@ msgid ""
"There is no primary key; please add one.<br/>Hint: A primary key is a column "
"(or combination of columns) that uniquely identify all rows."
msgstr ""
"Non c'è nessuna chiave primaria: si prega di aggiungerne "
"una.<br/>Suggerimento: Una chiave primaria è un campo (o una combinazione di "
"campi) che identifica univocamente tutte le righe."

#: libraries/normalization.lib.php:185
msgid "Add a primary key on existing column(s)"
msgstr ""
msgstr "Aggiunge una chiave primaria ad un campo, o a più campi già esistenti"

#: libraries/normalization.lib.php:190
msgid ""
"If it's not possible to make existing column combinations as primary key"
msgstr ""
"Se non è possibile rendere combinazioni di campi esistenti come chiave "
"primaria"

#: libraries/normalization.lib.php:194
msgid "+ Add a new primary key column"
Expand All @@ -9491,12 +9502,18 @@ msgid ""
"For example, if you have first_name, last_name and full_name then combining "
"first_name and last_name gives full_name which is redundant."
msgstr ""
"Hai un gruppo di campi che, combinati fra di loro, danno come risultato un "
"campo già esistente? Ad esempio, se hai nome, cognome e nominativo, e "
"combinando nome e cognome ottieni nominativo, allora nominativo è un campo "
"ridondante."

#: libraries/normalization.lib.php:221
msgid ""
"Check the columns which are redundant and click on remove. If no redundant "
"column, click on 'No redundant column'"
msgstr ""
"Seleziona i campi ridondanti e clicca su rimuovi. Se non ci sono campi "
"ridondanti, clicca su 'Nessun campo ridondante'"

#: libraries/normalization.lib.php:226
msgid "Remove selected"
Expand All @@ -9508,7 +9525,7 @@ msgstr "Nessun campo ridondante"

#: libraries/normalization.lib.php:248
msgid "Move repeating groups"
msgstr ""
msgstr "Sposta i gruppi ripetuti"

#: libraries/normalization.lib.php:251
msgid ""
Expand All @@ -9518,83 +9535,107 @@ msgid ""
"on which form a repeating group. In this case a new table (book_id, author) "
"should be created."
msgstr ""
"Hai un gruppo di due o più campi che sono strettamente correlati e ripetono "
"tutti lo stesso attributo? Ad esempio, una tabella che contiene record di "
"libri potrebbe avere campi come: id_libro, autore1, autore2, autore3, e così "
"via, formando un gruppo ripetuto (gruppo di autori). In questo caso dovrebbe "
"essere creata una nuova tabella separata (id_libro, autore)."

#: libraries/normalization.lib.php:259
msgid ""
"Check the columns which form a repeating group. If no such group, click on "
"'No repeating group'"
msgstr ""
"Seleziona i campi che formano un gruppo ripetuto. Se non c'è alcun gruppo "
"ripetuto, clicca su 'Nessun gruppo ripetuto'"

#: libraries/normalization.lib.php:265
msgid "No repeating group"
msgstr ""
msgstr "Nessun gruppo ripetuto"

#: libraries/normalization.lib.php:291
msgid "Step 2."
msgstr ""
msgstr "Step 2."

#: libraries/normalization.lib.php:291
msgid "Find partial dependencies"
msgstr ""
msgstr "Trova le dipendenze parziali"

#: libraries/normalization.lib.php:313
#, php-format
msgid ""
"No partial dependencies possible as no non-primary column exists since "
"primary key ( %1$s ) is composed of all the columns in the table."
msgstr ""
"Non sono possibili dipendenze parziali in quanto non esiste alcun campo non-"
"primario dato che la chiave primaria ( %1$s ) è composta da tutti i campi "
"presenti nella tabella."

#: libraries/normalization.lib.php:318 libraries/normalization.lib.php:360
msgid "Table is already in second normal form."
msgstr ""
msgstr "La tabella è già in seconda forma normalizzata."

#: libraries/normalization.lib.php:323
#, php-format
msgid ""
"The primary key ( %1$s ) consists of more than one column so we need to find "
"the partial dependencies."
msgstr ""
"La chiave primaria ( %1$s ) consiste in più di un campo, è necessario "
"pertanto trovare le dipendenze parziali."

#: libraries/normalization.lib.php:327 libraries/normalization.lib.php:692
msgid ""
"Please answer the following question(s) carefully to obtain a correct "
"normalization."
msgstr ""
"Si prega di rispondere con attenzione alle domande seguenti per ottenere una "
"normalizzazione corretta."

#: libraries/normalization.lib.php:331
msgid "+ Show me the possible partial dependencies based on data in the table"
msgstr ""
"+ Mostrami le possibili dipendenze parziali basate sui dati contenuti nella "
"tabella"

#: libraries/normalization.lib.php:335
msgid ""
"For each column below, please select the <b>minimal set</b> of columns among "
"given set whose values combined together are sufficient to determine the "
"value of the column."
msgstr ""
"Per ciascuno dei campi qui sotto, per favore seleziona il <b>sottogruppo "
"minimo</b> di campi, tra tutti i sottogruppi indicati, i cui valori, "
"combinati tra di loro, sono sufficienti a determinare il valore del campo."

#: libraries/normalization.lib.php:345 libraries/normalization.lib.php:730
#, php-format
msgid "'%1$s' depends on:"
msgstr ""
msgstr "'%1$s' dipende da:"

#: libraries/normalization.lib.php:356
#, php-format
msgid ""
"No partial dependencies possible as the primary key ( %1$s ) has just one "
"column."
msgstr ""
"Non sono possibili dipendenze parziali, in quanto la chiave primaria ( %1$s )"
" ha solo un campo."

#: libraries/normalization.lib.php:381
#, php-format
msgid ""
"In order to put the original table '%1$s' into Second normal form we need to "
"create the following tables:"
msgstr ""
"Per poter mettere la tabella originale '%1$s' nella Seconda forma "
"normalizzata dobbiamo creare le tabelle seguenti:"

#: libraries/normalization.lib.php:417
#, php-format
msgid "The second step of normalization is complete for table '%1$s'."
msgstr ""
"Il secondo passaggio di normalizzazione per la tabella '%1$s' è completo."

#: libraries/normalization.lib.php:457 libraries/normalization.lib.php:600
#: libraries/normalization.lib.php:663
Expand All @@ -9607,10 +9648,12 @@ msgid ""
"In order to put the original table '%1$s' into Third normal form we need to "
"create the following tables:"
msgstr ""
"Per poter mettere la tabella originale '%1$s' nella Terza forma "
"normalizzata dobbiamo creare le tabelle seguenti:"

#: libraries/normalization.lib.php:548
msgid "The third step of normalization is complete."
msgstr ""
msgstr "Il terzo passaggio di normalizzazione è completo."

#: libraries/normalization.lib.php:642
#, php-format
Expand All @@ -9623,7 +9666,7 @@ msgstr "Passo n. 3."

#: libraries/normalization.lib.php:689
msgid "Find transitive dependencies"
msgstr ""
msgstr "Trova le dipendenze transitive"

#: libraries/normalization.lib.php:696
msgid ""
Expand All @@ -9632,38 +9675,47 @@ msgid ""
"value of the column.<br />Note: A column may have no transitive dependency, "
"in that case you don't have to select any."
msgstr ""
"Per ciascuno dei campi qui sotto, per favore seleziona il <b>sottogruppo "
"minimo</b> di campi, tra tutti i sottogruppi indicati, i cui valori, "
"combinati tra di loro, sono sufficienti a determinare il valore del campo.<"
"br />Nota: Un campo può anche non avere dipendenze transitive, in quel caso "
"non devi selezionare nulla."

#: libraries/normalization.lib.php:743
msgid ""
"No Transitive dependencies possible as the table doesn't have any non "
"primary key columns"
msgstr ""
"Non sono possibili dipendenze Transitive in quanto la tabella non ha alcun "
"campo in chiave non primaria"

#: libraries/normalization.lib.php:747
msgid "Table is already in Third normal form!"
msgstr ""
msgstr "La Tabella è già in Terza forma normalizzata!"

#: libraries/normalization.lib.php:770
msgid "Improve table structure (Normalization):"
msgstr "Migliora la struttura della tabella (Normalizzazione):"

#: libraries/normalization.lib.php:771
msgid "Select up to what step you want to normalize"
msgstr ""
msgstr "Seleziona fino al numero di passaggi che vuoi normalizzare"

#: libraries/normalization.lib.php:774
msgid "Second step of normalization (1NF+2NF)"
msgstr ""
msgstr "Secondo passaggio di normalizzazione (1NF+2NF)"

#: libraries/normalization.lib.php:775
msgid "Third step of normalization (1NF+2NF+3NF)"
msgstr ""
msgstr "Terzo passaggio di normalizzazione (1NF+2NF+3NF)"

#: libraries/normalization.lib.php:782
msgid ""
"Hint: Please follow the procedure carefully in order to obtain correct "
"normalization"
msgstr ""
"Suggerimento: segui la procedura con attenzione per ottenere una "
"normalizzazione corretta"

#: libraries/normalization.lib.php:843
msgid ""
Expand Down

0 comments on commit c7cbf6b

Please sign in to comment.