355 lines
12 KiB
Plaintext
355 lines
12 KiB
Plaintext
# Translation file for GNU social - the free software social networking platform
|
||
# Copyright (C) 2012 - 2019 Free Software Foundation, Inc http://www.fsf.org
|
||
# This file is under https://www.gnu.org/licenses/agpl v3 or later
|
||
#
|
||
# Translators:
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: GNU social\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2015-02-02 17:47+0100\n"
|
||
"PO-Revision-Date: 2015-02-06 16:43+0000\n"
|
||
"Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
|
||
"Language-Team: Italian (http://www.transifex.com/gnu-social/gnu-social/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"
|
||
|
||
#. TRANS: Form legend for sending private message to group %s.
|
||
#: forms/groupmessage.php:89
|
||
#, php-format
|
||
msgid "Message to %s"
|
||
msgstr "Messaggio per %s"
|
||
|
||
#. TRANS: Field label for private group message to group %s.
|
||
#: forms/groupmessage.php:128
|
||
#, php-format
|
||
msgid "Direct message to %s"
|
||
msgstr "Messaggi diretti a %s"
|
||
|
||
#. TRANS: Indicator for number of chatacters still available for notice.
|
||
#: forms/groupmessage.php:141
|
||
msgid "Available characters"
|
||
msgstr "Caratteri disponibili"
|
||
|
||
#. TRANS: Send button text for sending private group notice.
|
||
#: forms/groupmessage.php:162
|
||
msgctxt "Send button for sending notice"
|
||
msgid "Send"
|
||
msgstr "Invia"
|
||
|
||
#. TRANS: Client exception thrown when trying to view group inbox while not
|
||
#. logged in.
|
||
#: actions/groupinbox.php:66
|
||
msgid "Only for logged-in users."
|
||
msgstr "Solo per utenti autenticati."
|
||
|
||
#. TRANS: Client exception thrown when trying to view group inbox for non-
|
||
#. existing group.
|
||
#. TRANS: Client exception thrown when trying to send a private group message
|
||
#. to a non-existing group.
|
||
#: actions/groupinbox.php:82 actions/groupinbox.php:89
|
||
#: actions/newgroupmessage.php:90 actions/newgroupmessage.php:97
|
||
msgid "No such group."
|
||
msgstr "Nessun gruppo."
|
||
|
||
#. TRANS: Client exception thrown when trying to view group inbox while not a
|
||
#. member.
|
||
#: actions/groupinbox.php:94
|
||
msgid "Only for members."
|
||
msgstr "Solo per i membri."
|
||
|
||
#. TRANS: Text of group inbox if no private messages were sent to it.
|
||
#: actions/groupinbox.php:128
|
||
msgid "This group has not received any private messages."
|
||
msgstr "Questo gruppo non ha ricevuto alcun messaggio privato."
|
||
|
||
#. TRANS: Title of inbox for group %s.
|
||
#: actions/groupinbox.php:174
|
||
#, php-format
|
||
msgid "%s group inbox"
|
||
msgstr "Posta in arrivo del gruppo %s"
|
||
|
||
#. TRANS: Page title for any but first group page.
|
||
#. TRANS: %1$s is a group name, $2$s is a page number.
|
||
#: actions/groupinbox.php:178
|
||
#, php-format
|
||
msgid "%1$s group inbox, page %2$d"
|
||
msgstr "Posta in arrivo del gruppo %1$s, pagina %2$d"
|
||
|
||
#. TRANS: Instructions for user inbox page.
|
||
#: actions/groupinbox.php:209
|
||
msgid ""
|
||
"This is the group inbox, which lists all incoming private messages for this "
|
||
"group."
|
||
msgstr "Questa è la posta in arrivo del gruppo, che elenca tutti i messaggi privati in arrivo per questo gruppo."
|
||
|
||
#. TRANS: Client exception thrown when trying to send a private group message
|
||
#. while not logged in.
|
||
#: actions/newgroupmessage.php:68
|
||
msgid "Must be logged in."
|
||
msgstr "Devi prima effettuare l'accesso."
|
||
|
||
#. TRANS: Exception thrown when user %s is not allowed to send a private group
|
||
#. message.
|
||
#. TRANS: Exception thrown when trying to send group private message without
|
||
#. having the right to do that.
|
||
#. TRANS: %s is a user nickname.
|
||
#: actions/newgroupmessage.php:73 classes/Group_message.php:96
|
||
#, php-format
|
||
msgid "User %s is not allowed to send private messages."
|
||
msgstr "L'utente %s non è autorizzato ad inviare messaggi privati."
|
||
|
||
#. TRANS: Title after sending a private group message.
|
||
#: actions/newgroupmessage.php:142
|
||
msgid "Message sent"
|
||
msgstr "Messaggio inviato"
|
||
|
||
#. TRANS: Succes text after sending a direct message to group %s.
|
||
#: actions/newgroupmessage.php:148
|
||
#, php-format
|
||
msgid "Direct message to %s sent."
|
||
msgstr "Il messaggio diretto a %s è stato inviato."
|
||
|
||
#. TRANS: Title of form for new private group message.
|
||
#: actions/newgroupmessage.php:160
|
||
#, php-format
|
||
msgid "New message to group %s"
|
||
msgstr "Nuovo messaggio al gruppo %s"
|
||
|
||
#. TRANS: Client exception thrown when trying to view group private messages
|
||
#. without being logged in.
|
||
#: actions/showgroupmessage.php:69
|
||
msgid "Only logged-in users can view private messages."
|
||
msgstr "I messaggi privati possono essere visualizzati solo dagli utenti che hanno effettuato l'accesso."
|
||
|
||
#. TRANS: Client exception thrown when trying to view a non-existing group
|
||
#. private message.
|
||
#: actions/showgroupmessage.php:79
|
||
msgid "No such message."
|
||
msgstr "Nessun messaggio."
|
||
|
||
#. TRANS: Server exception thrown when trying to view group private messages
|
||
#. for a non-exsting group.
|
||
#: actions/showgroupmessage.php:86
|
||
msgid "Group not found."
|
||
msgstr "Gruppo non trovato."
|
||
|
||
#. TRANS: Client exception thrown when trying to view a group private message
|
||
#. without being a group member.
|
||
#: actions/showgroupmessage.php:91
|
||
msgid "Cannot read message."
|
||
msgstr "Impossibile leggere il messaggio."
|
||
|
||
#. TRANS: Server exception thrown when trying to view a group private message
|
||
#. without a sender.
|
||
#: actions/showgroupmessage.php:98
|
||
msgid "No sender found."
|
||
msgstr "Nessun mittente trovato."
|
||
|
||
#. TRANS: Title for private group message.
|
||
#. TRANS: %1$s is the sender name, %2$s is the group name, %3$s is a
|
||
#. timestamp.
|
||
#: actions/showgroupmessage.php:123
|
||
#, php-format
|
||
msgid "Message from %1$s to group %2$s on %3$s"
|
||
msgstr "Messaggio da %1$s al gruppo %2$s su %3$s"
|
||
|
||
#. TRANS: Subject for direct-message notification email.
|
||
#. TRANS: %1$s is the sending user's nickname, %2$s is the group nickname.
|
||
#: classes/Group_message_profile.php:114
|
||
#, php-format
|
||
msgid "New private message from %1$s to group %2$s"
|
||
msgstr "Nuovo messaggio privato da %1$s al gruppo %2$s"
|
||
|
||
#. TRANS: Body for direct-message notification email.
|
||
#. TRANS: %1$s is the sending user's long name, %2$s is the sending user's
|
||
#. nickname,
|
||
#. TRANS: %3$s is the message content, %4$s a URL to the message,
|
||
#. TRANS: %5$s is the StatusNet sitename.
|
||
#: classes/Group_message_profile.php:120
|
||
#, php-format
|
||
msgid ""
|
||
"%1$s (%2$s) sent a private message to group %3$s:\n"
|
||
"\n"
|
||
"------------------------------------------------------\n"
|
||
"%4$s\n"
|
||
"------------------------------------------------------\n"
|
||
"\n"
|
||
"You can reply to their message here:\n"
|
||
"\n"
|
||
"%5$s\n"
|
||
"\n"
|
||
"Do not reply to this email; it will not get to them.\n"
|
||
"\n"
|
||
"With kind regards,\n"
|
||
"%6$s"
|
||
msgstr "%1$s (%2$s) ha inviato un messaggio privato al gruppo %3$s:\n\n------------------------------------------------------\n%4$s\n------------------------------------------------------\n\nPuoi rispondere al messaggio a questo indirizzo:\n\n%5$s\n\nNon rispondere a questa email, nessuno la riceverà!\n\nCordiali saluti,\n%6$s"
|
||
|
||
#. TRANS: Exception thrown when trying to send group private message that is
|
||
#. too long.
|
||
#. TRANS: %d is the maximum meggage length.
|
||
#: classes/Group_message.php:109
|
||
#, php-format
|
||
msgid "That's too long. Maximum message size is %d character."
|
||
msgid_plural "That's too long. Maximum message size is %d characters."
|
||
msgstr[0] "Troppo lungo. La dimensione massima di un messaggio è di %d carattere."
|
||
msgstr[1] "Troppo lungo. La dimensione massima di un messaggio è di %d caratteri."
|
||
|
||
#. TRANS: Exception thrown when trying to send group private message to a non-
|
||
#. existing group.
|
||
#: classes/Group_message.php:153
|
||
msgid "No group for group message."
|
||
msgstr "Nessun gruppo per il messaggio di gruppo."
|
||
|
||
#. TRANS: Exception thrown when trying to send group private message without
|
||
#. having a sender.
|
||
#: classes/Group_message.php:163
|
||
msgid "No sender for group message."
|
||
msgstr "Nessun mittente per il messaggio di gruppo."
|
||
|
||
#. TRANS: Exception thrown when trying to set group privacy setting if group
|
||
#. %s does not allow private messages.
|
||
#: classes/Group_privacy_settings.php:110
|
||
#, php-format
|
||
msgid "Group %s does not allow private messages."
|
||
msgstr "Il gruppo %s non consente i messaggi privati."
|
||
|
||
#. TRANS: Exception thrown when trying to send group private message while
|
||
#. blocked from that group.
|
||
#. TRANS: %1$s is a user nickname, %2$s is a group nickname.
|
||
#: classes/Group_privacy_settings.php:120
|
||
#, php-format
|
||
msgid "User %1$s is blocked from group %2$s."
|
||
msgstr "L'utente %1$s è stato bloccato dal gruppo %2$s."
|
||
|
||
#. TRANS: Exception thrown when trying to send group private message while not
|
||
#. a member.
|
||
#. TRANS: %1$s is a user nickname, %2$s is a group nickname.
|
||
#: classes/Group_privacy_settings.php:129
|
||
#, php-format
|
||
msgid "User %1$s is not a member of group %2$s."
|
||
msgstr "L'utente %1$s non è un membro del gruppo %2$s."
|
||
|
||
#. TRANS: Exception thrown when trying to send group private message while not
|
||
#. a group administrator.
|
||
#. TRANS: %1$s is a user nickname, %2$s is a group nickname.
|
||
#: classes/Group_privacy_settings.php:138
|
||
#, php-format
|
||
msgid "User %1$s is not an administrator of group %2$s."
|
||
msgstr "L'utente %1$s non è un amministratore del gruppo %2$s."
|
||
|
||
#. TRANS: Exception thrown when encountering undefined group privacy settings.
|
||
#. TRANS: %s is a group nickname.
|
||
#: classes/Group_privacy_settings.php:146
|
||
#, php-format
|
||
msgid "Unknown privacy settings for group %s."
|
||
msgstr "Impostazioni della privacy sconosciute per il gruppo %s."
|
||
|
||
#. TRANS: Succes message after sending private group message to group %s.
|
||
#: lib/groupmessagecommand.php:79
|
||
#, php-format
|
||
msgid "Direct message to group %s sent."
|
||
msgstr "Il messaggio diretto al gruppo %s è stato inviato."
|
||
|
||
#. TRANS: Menu item in group page.
|
||
#: GroupPrivateMessagePlugin.php:112
|
||
msgctxt "MENU"
|
||
msgid "Inbox"
|
||
msgstr "Posta in Arrivo"
|
||
|
||
#. TRANS: Menu title in group page.
|
||
#: GroupPrivateMessagePlugin.php:114
|
||
msgid "Private messages for this group."
|
||
msgstr "Messaggi privati per questo gruppo."
|
||
|
||
#. TRANS: Dropdown label in group settings page for if group allows private
|
||
#. messages.
|
||
#: GroupPrivateMessagePlugin.php:160
|
||
msgid "Private messages"
|
||
msgstr "Messaggi privati"
|
||
|
||
#. TRANS: Dropdown option in group settings page for allowing private
|
||
#. messages.
|
||
#: GroupPrivateMessagePlugin.php:162
|
||
msgid "Sometimes"
|
||
msgstr "A volte"
|
||
|
||
#. TRANS: Dropdown option in group settings page for allowing private
|
||
#. messages.
|
||
#: GroupPrivateMessagePlugin.php:164
|
||
msgid "Always"
|
||
msgstr "Sempre"
|
||
|
||
#. TRANS: Dropdown option in group settings page for allowing private
|
||
#. messages.
|
||
#: GroupPrivateMessagePlugin.php:166
|
||
msgid "Never"
|
||
msgstr "Mai"
|
||
|
||
#. TRANS: Dropdown title in group settings page for if group allows private
|
||
#. messages.
|
||
#: GroupPrivateMessagePlugin.php:168
|
||
msgid "Whether to allow private messages to this group."
|
||
msgstr "Se consentire i messaggi privati di questo gruppo."
|
||
|
||
#. TRANS: Dropdown label in group settings page for who can send private
|
||
#. messages to the group.
|
||
#: GroupPrivateMessagePlugin.php:175
|
||
msgid "Private senders"
|
||
msgstr "Mittenti privati"
|
||
|
||
#. TRANS: Dropdown option in group settings page for who can send private
|
||
#. messages.
|
||
#: GroupPrivateMessagePlugin.php:177
|
||
msgid "Everyone"
|
||
msgstr "Tutti"
|
||
|
||
#. TRANS: Dropdown option in group settings page for who can send private
|
||
#. messages.
|
||
#: GroupPrivateMessagePlugin.php:179
|
||
msgid "Member"
|
||
msgstr "Membro"
|
||
|
||
#. TRANS: Dropdown option in group settings page for who can send private
|
||
#. messages.
|
||
#: GroupPrivateMessagePlugin.php:181
|
||
msgid "Admin"
|
||
msgstr "Amministratore"
|
||
|
||
#. TRANS: Dropdown title in group settings page for who can send private
|
||
#. messages to the group.
|
||
#: GroupPrivateMessagePlugin.php:183
|
||
msgid "Who can send private messages to the group."
|
||
msgstr "Chi può inviare messaggi privati al gruppo."
|
||
|
||
#. TRANS: Title for action in group actions list.
|
||
#: GroupPrivateMessagePlugin.php:288
|
||
msgid "Send a direct message to this group."
|
||
msgstr "Invia un messaggio diretto a questo gruppo."
|
||
|
||
#. TRANS: Link text for action in group actions list to send a private message
|
||
#. to a group.
|
||
#: GroupPrivateMessagePlugin.php:290
|
||
msgctxt "LINKTEXT"
|
||
msgid "Message"
|
||
msgstr "Messaggio"
|
||
|
||
#. TRANS: Client exception thrown when a private group message has to be
|
||
#. forced.
|
||
#: GroupPrivateMessagePlugin.php:368
|
||
msgid "Forced notice to private group message."
|
||
msgstr "Comunicazione obbligatoria per un messaggio di un gruppo privato."
|
||
|
||
#. TRANS: Indicator on the group page that the group is (essentially) private.
|
||
#: GroupPrivateMessagePlugin.php:390
|
||
msgid "Private"
|
||
msgstr "Privato"
|
||
|
||
#. TRANS: Plugin description.
|
||
#: GroupPrivateMessagePlugin.php:416
|
||
msgid "Allow posting private messages to groups."
|
||
msgstr "Permette la pubblicazione di messaggi privati nei gruppi."
|