forked from discourse/discourse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e83ac9
commit 8b4dff9
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# encoding: utf-8 | ||
# This file contains content for the server portion of Discourse used by Ruby | ||
# | ||
# To validate this YAML file after you change it, please paste it into | ||
# http://yamllint.com/ | ||
|
||
en: | ||
activerecord: | ||
attributes: | ||
post: | ||
poll_options: "Opzioni sondaggio" | ||
poll: | ||
must_contain_poll_options: "deve contenere una lista di opzioni per il sondaggio" | ||
cannot_have_modified_options: "non possono essere modificate dopo i primi cinque minuti. Contatta un moderatore se hai bisogno di cambiarle." | ||
cannot_add_or_remove_options: "non possono essere modificate, aggiunte o rimosse. Se vuoi aggiungere o rimuovere opzioni al sondaggio, devi bloccare questo topice crearne uno nuovo." | ||
prefix: "Sondaggio:" |