liquid_feedback_frontend
diff locale/translations.it.lua @ 936:c0a9c2762af7
Added new strings and german/english translations of it
| author | bsw |
|---|---|
| date | Sun Nov 04 18:50:21 2012 +0100 (2012-11-04) |
| parents | 3341081a69e0 |
| children | 8d5b214889c3 |
line diff
1.1 --- a/locale/translations.it.lua Sun Nov 04 18:48:04 2012 +0100 1.2 +++ b/locale/translations.it.lua Sun Nov 04 18:50:21 2012 +0100 1.3 @@ -1,6 +1,5 @@ 1.4 #!/usr/bin/env lua 1.5 return { 1.6 -["#{closed_ago} ago"] = false; 1.7 ["#{count} cancelled"] = "#{count} annullati"; 1.8 ["#{count} days ago"] = "#{count} giorni fa"; 1.9 ["#{count} finished"] = "#{count} terminati"; 1.10 @@ -13,13 +12,15 @@ 1.11 ["#{count} of your outgoing delegation(s) are broken"] = "#{count} deleghe che hai dato hanno errori"; 1.12 ["#{date} at #{time}"] = "#{date} alle #{time}"; 1.13 ["#{interested_issues_to_vote_count} issue(s) you are interested in"] = "#{interested_issues_to_vote_count} tematiche che ti interessano"; 1.14 +["#{interval_text} [interval]"] = false; 1.15 +["#{interval_text} ago"] = false; 1.16 +["#{interval_text} left"] = false; 1.17 ["#{issues_to_vote_count} issue(s)"] = "#{issues_to_vote_count} tematiche"; 1.18 ["#{name}\n\n"] = "#{name}\n\n"; 1.19 ["#{number} Image(s) has been deleted"] = "#{number} immagini sono state rimosse"; 1.20 ["#{number} Image(s) has been updated"] = "#{number} immagini sono state aggiornate"; 1.21 ["#{policy_name} ##{issue_id}"] = "#{policy_name} ##{issue_id}"; 1.22 ["#{policy} ##{id}"] = "#{policy} ##{id}"; 1.23 -["#{time_left} left"] = "tempo rimanente #{time_left}"; 1.24 ["(#{more_count} duplicates removed)"] = "(#{more_count} duplicati eliminati)"; 1.25 ["(new window)"] = "(nuova finestra)"; 1.26 [")) == "] = false; 1.27 @@ -726,8 +727,12 @@ 1.28 ["at least #{count} approvals"] = "almeno #{count} approvazioni"; 1.29 ["at least #{count} approvals or abstentions"] = "almeno #{count} approvazioni o astensioni"; 1.30 ["change discussion URL"] = "cambia l'URL della discussione"; 1.31 -["day"] = "giorno"; 1.32 -["days"] = "giorni"; 1.33 +["day [interval ago]"] = false; 1.34 +["day [interval time left]"] = false; 1.35 +["day [interval]"] = false; 1.36 +["days [interval ago]"] = false; 1.37 +["days [interval time left]"] = false; 1.38 +["days [interval]"] = false; 1.39 ["deactivated"] = "disattivato"; 1.40 ["delegates to"] = "delega a"; 1.41 ["delete<br /><br />"] = "elimina<br /><br />"; 1.42 @@ -739,6 +744,12 @@ 1.43 ["inactive"] = "inattivo"; 1.44 ["last 24 hours"] = "ultime 24 ore"; 1.45 ["login name"] = "nome utente"; 1.46 +["month [interval ago]"] = false; 1.47 +["month [interval time left]"] = false; 1.48 +["month [interval]"] = false; 1.49 +["months [interval ago]"] = false; 1.50 +["months [interval time left]"] = false; 1.51 +["months [interval]"] = false; 1.52 ["more unsatisfied"] = "maggiore disaccordo"; 1.53 ["must"] = "deve"; 1.54 ["must not"] = "non deve"; 1.55 @@ -761,4 +772,10 @@ 1.56 ["without"] = false; 1.57 ["without winner"] = "senza risultato approvato"; 1.58 ["xmpp"] = "xmpp"; 1.59 +["year [interval ago]"] = false; 1.60 +["year [interval time left]"] = false; 1.61 +["year [interval]"] = false; 1.62 +["years [interval ago]"] = false; 1.63 +["years [interval time left]"] = false; 1.64 +["years [interval]"] = false; 1.65 }