Skip to content

Commit 2457a1c

Browse files
author
Ralf Schlatterbeck
committed
- fix several format errors on italian translation...
...found with msgfmt --check --strict -o it.mo it.po this *might* fix some of the tracebacks people see with the italian translation but I can't reproduce these.
1 parent d5dae5d commit 2457a1c

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

locale/it.po

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#
66
# roundup.pot revision 1.22
77
#
8-
#, fuzzy
98
msgid ""
109
msgstr ""
1110
"Project-Id-Version: roundup cvs\n"
@@ -798,7 +797,7 @@ msgstr "ripristina"
798797
#: ../roundup/cgi/actions.py:58
799798
#, python-format
800799
msgid "You do not have permission to %(action)s the %(classname)s class."
801-
msgstr "Non hai i permessi per %{action) la classe %(classname)."
800+
msgstr "Non hai i permessi per %(action)s la classe %(classname)s."
802801

803802
#: ../roundup/cgi/actions.py:89
804803
msgid "No type specified"
@@ -811,7 +810,7 @@ msgstr "Non hai fornito alcun ID"
811810
#: ../roundup/cgi/actions.py:97
812811
#, python-format
813812
msgid "\"%(input)s\" is not an ID (%(classname)s ID required)"
814-
msgstr "\"%(input)\" non è un ID (%(ID della %(classname) è obbligatorio"
813+
msgstr "\"%(input)s\" non è un ID (ID della %(classname)s è obbligatorio)"
815814

816815
#: ../roundup/cgi/actions.py:117
817816
msgid "You may not retire the admin or anonymous user"
@@ -835,7 +834,7 @@ msgstr "Non hai il permesso di archiviare delle query"
835834
#: ../roundup/cgi/actions.py:298
836835
#, python-format
837836
msgid "Not enough values on line %(line)s"
838-
msgstr "Non abbastanza valori alla riga %(line)"
837+
msgstr "Non abbastanza valori alla riga %(line)s"
839838

840839
#: ../roundup/cgi/actions.py:345
841840
msgid "Items edited OK"
@@ -859,12 +858,12 @@ msgstr "%(class)s %(id)s creata"
859858
#: ../roundup/cgi/actions.py:452
860859
#, python-format
861860
msgid "You do not have permission to edit %(class)s"
862-
msgstr "Non hai i permessi per modificare i $(class)s"
861+
msgstr "Non hai i permessi per modificare i %(class)s"
863862

864863
#: ../roundup/cgi/actions.py:464
865864
#, python-format
866865
msgid "You do not have permission to create %(class)s"
867-
msgstr "Non hai il permesso per creare $(class)s"
866+
msgstr "Non hai il permesso per creare %(class)s"
868867

869868
#: ../roundup/cgi/actions.py:488
870869
msgid "You do not have permission to edit user roles"
@@ -978,7 +977,7 @@ msgstr "<li>In %s</li>"
978977
#: ../roundup/cgi/cgitb.py:76
979978
#, python-format
980979
msgid "A problem occurred in your template \"%s\"."
981-
msgstr "È occorso un problema nel tuo template"
980+
msgstr "È occorso un problema nel tuo template \"%s\"."
982981

983982
#: ../roundup/cgi/cgitb.py:84
984983
#, python-format
@@ -1067,7 +1066,7 @@ msgstr "Non si dispone dei permessi per visualizzare questo file."
10671066
#: ../roundup/cgi/client.py:758
10681067
#, python-format
10691068
msgid "%(starttag)sTime elapsed: %(seconds)fs%(endtag)s\n"
1070-
msgstr "%(starttag)sTempo trascorso: %(seconds)fs%(endtad)s\n"
1069+
msgstr "%(starttag)sTempo trascorso: %(seconds)fs%(endtag)s\n"
10711070

10721071
#: ../roundup/cgi/client.py:762
10731072
#, python-format
@@ -1298,7 +1297,7 @@ msgstr "Non specifica un intervallo: [+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS]"
12981297
msgid "%(number)s year"
12991298
msgid_plural "%(number)s years"
13001299
msgstr[0] "%(number)s anno"
1301-
msgstr[1] "%(numeber)s anni"
1300+
msgstr[1] "%(number)s anni"
13021301

13031302
#: ../roundup/date.py:822
13041303
#, python-format
@@ -1852,13 +1851,13 @@ msgstr "Non è possibile cambiare utente - nessun modulo pwd"
18521851
#: ../roundup/scripts/roundup_server.py:347
18531852
#, python-format
18541853
msgid "User %(user)s doesn't exist"
1855-
msgstr "L'utente $(user)s non esiste"
1854+
msgstr "L'utente %(user)s non esiste"
18561855

18571856
#: ../roundup/scripts/roundup_server.py:481
18581857
#, python-format
18591858
msgid "Multiprocess mode \"%s\" is not available, switching to single-process"
18601859
msgstr ""
1861-
"La modalità multiprocesso non è disponibile, viene utilizzata quella a "
1860+
"La modalità multiprocesso \"%s\" non è disponibile, viene utilizzata quella a "
18621861
"singolo processo"
18631862

18641863
#: ../roundup/scripts/roundup_server.py:504

0 commit comments

Comments
 (0)