django-constance/constance/locale/it/LC_MESSAGES/django.po
2018-03-13 15:27:39 +01:00

105 lines
2.8 KiB
Text

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: django-constance\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-13 19:40+0530\n"
"PO-Revision-Date: 2018-03-13 15:26+0100\n"
"Last-Translator: Paolo Melchiorre <paolo@melchiorre.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/django-constance/"
"language/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.0.4\n"
#: admin.py:113
#, python-format
msgid ""
"Default value type must be equal to declared config parameter type. Please "
"fix the default value of '%(name)s'."
msgstr ""
"Il tipo dei valori di default deve essere uguale al tipo del parametro. "
"Modifica il valore di default di '%(name)s'."
#: admin.py:123
#, python-format
msgid ""
"Constance doesn't support config values of the type %(config_type)s. Please "
"fix the value of '%(name)s'."
msgstr ""
"Constance non supporta valori di impostazioni di tipo %(config_type)s. "
"Modifica il valore di '%(name)s'."
#: admin.py:147
msgid ""
"The settings have been modified by someone else. Please reload the form and "
"resubmit your changes."
msgstr ""
"Le impostazioni sono state modificate da qualcuno. Ricarica la pagina e "
"invia nuovamente le tue modifiche."
#: admin.py:160
msgid ""
"CONSTANCE_CONFIG_FIELDSETS does not contain fields that exist in "
"CONSTANCE_CONFIG."
msgstr ""
"CONSTANCE_CONFIG_FIELDSETS non contiene campi che esistono in "
"CONSTANCE_CONFIG."
#: admin.py:224
msgid "Live settings updated successfully."
msgstr "Le impostazioni attive sono state aggiornate correttamente."
#: admin.py:285
msgid "config"
msgstr "configurazioni"
#: apps.py:8
msgid "Constance"
msgstr "Impostazioni"
#: backends/database/models.py:19
msgid "constance"
msgstr "impostazione"
#: backends/database/models.py:20
msgid "constances"
msgstr "impostazioni"
#: management/commands/constance.py:30
msgid "Get/Set In-database config settings handled by Constance"
msgstr ""
#: templates/admin/constance/change_list.html:75
msgid "Save"
msgstr "Salva"
#: templates/admin/constance/change_list.html:84
msgid "Home"
msgstr "Inizio"
#: templates/admin/constance/includes/results_list.html:5
msgid "Name"
msgstr "Nome"
#: templates/admin/constance/includes/results_list.html:6
msgid "Default"
msgstr "Default"
#: templates/admin/constance/includes/results_list.html:7
msgid "Value"
msgstr "Valore"
#: templates/admin/constance/includes/results_list.html:8
msgid "Is modified"
msgstr "Modificato"
#~ msgid "Constance config"
#~ msgstr "Configurazione Impostazioni"