Changeset 1620
- Timestamp:
- 07/21/04 21:20:06 (20 years ago)
- Location:
- pykota/trunk
- Files:
-
- 10 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r1614 r1620 23 23 # 24 24 # $Log$ 25 # Revision 1.32 2004/07/21 19:20:05 jalet 26 # Missing translation in CGI script 27 # 25 28 # Revision 1.31 2004/07/21 13:32:02 jalet 26 29 # All messages should be translatable now. … … 324 327 dico.update({ "hostname" : hostname }) 325 328 prevurl = "%s?%s" % (os.environ.get("SCRIPT_NAME", ""), urllib.urlencode(dico)) 326 self.report.append('<a href="%s"> Previous page</a>' % prevurl)329 self.report.append('<a href="%s">%s</a>' % (_("Previous page"), prevurl)) 327 330 self.body = "\n".join(self.report) 328 331 -
pykota/trunk/po/br/pykota.po
r1616 r1620 664 664 msgid "Cost on printer %s : %.2f" 665 665 msgstr "Custo da impresora %s : %.2f" 666 667 #, python-format 668 msgid "Previous page" 669 msgstr "" -
pykota/trunk/po/en/pykota.po
r1615 r1620 623 623 msgid "Cost on printer %s : %.2f" 624 624 msgstr "" 625 626 #, python-format 627 msgid "Previous page" 628 msgstr "" -
pykota/trunk/po/es/pykota.po
r1616 r1620 666 666 msgid "Cost on printer %s : %.2f" 667 667 msgstr "Costo en la impresora %s : %.2f" 668 669 #, python-format 670 msgid "Previous page" 671 msgstr "" -
pykota/trunk/po/fr/pykota.po
r1619 r1620 692 692 msgid "Cost on printer %s : %.2f" 693 693 msgstr "Co�r l'imprimante %s : %.2f" 694 695 #, python-format 696 msgid "Previous page" 697 msgstr "Page pr�dente" -
pykota/trunk/po/it/pykota.po
r1616 r1620 674 674 msgid "Cost on printer %s : %.2f" 675 675 msgstr "Costo sulla stampante %s : %.2f" 676 677 #, python-format 678 msgid "Previous page" 679 msgstr "" -
pykota/trunk/po/pt/pykota.po
r1616 r1620 672 672 msgid "Cost on printer %s : %.2f" 673 673 msgstr "Custo da impressora %s : %.2f" 674 675 #, python-format 676 msgid "Previous page" 677 msgstr "" -
pykota/trunk/po/pykota.pot
r1615 r1620 623 623 msgid "Cost on printer %s : %.2f" 624 624 msgstr "" 625 626 #, python-format 627 msgid "Previous page" 628 msgstr "" -
pykota/trunk/po/se/pykota.po
r1616 r1620 664 664 msgid "Cost on printer %s : %.2f" 665 665 msgstr "Kostnad p�krivare %s : %.2f" 666 667 #, python-format 668 msgid "Previous page" 669 msgstr ""