# HG changeset patch # User ymh # Date 1378887756 -7200 # Node ID 74aed9b135f63e19b9002e3f134dbe946309474e # Parent 09a086a49b71604d35e562184fceef440193f343 add abstracts, periodicals, meetings, subjectMeetings, volumeIssues to edit form diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/locale/en/LC_MESSAGES/django.mo Binary file src/p4l/locale/en/LC_MESSAGES/django.mo has changed diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/locale/en/LC_MESSAGES/django.po --- a/src/p4l/locale/en/LC_MESSAGES/django.po Wed Sep 11 07:20:23 2013 +0200 +++ b/src/p4l/locale/en/LC_MESSAGES/django.po Wed Sep 11 10:22:36 2013 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-11 00:12-0500\n" +"POT-Creation-Date: 2013-09-11 03:19-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -332,6 +332,18 @@ msgid "title" msgstr "title" +#: templates/p4l/translations.html:15 +msgid "abstract" +msgstr "abstract" + +#: templates/p4l/translations.html:16 +msgid "collation" +msgstr "collation" + +#: templates/p4l/translations.html:17 +msgid "label" +msgstr "label" + #: templates/registration/login.html:8 msgid "Sorry, that's not a valid username or password." msgstr "Sorry, that's not a valid username or password." diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/locale/es/LC_MESSAGES/django.mo Binary file src/p4l/locale/es/LC_MESSAGES/django.mo has changed diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/locale/es/LC_MESSAGES/django.po --- a/src/p4l/locale/es/LC_MESSAGES/django.po Wed Sep 11 07:20:23 2013 +0200 +++ b/src/p4l/locale/es/LC_MESSAGES/django.po Wed Sep 11 10:22:36 2013 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-11 00:12-0500\n" +"POT-Creation-Date: 2013-09-11 03:19-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -333,6 +333,18 @@ msgid "title" msgstr "title" +#: templates/p4l/translations.html:15 +msgid "abstract" +msgstr "abstract" + +#: templates/p4l/translations.html:16 +msgid "collation" +msgstr "collation" + +#: templates/p4l/translations.html:17 +msgid "label" +msgstr "label" + #: templates/registration/login.html:8 msgid "Sorry, that's not a valid username or password." msgstr "Sorry, that's not a valid username or password." diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/locale/fr/LC_MESSAGES/django.mo Binary file src/p4l/locale/fr/LC_MESSAGES/django.mo has changed diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/locale/fr/LC_MESSAGES/django.po --- a/src/p4l/locale/fr/LC_MESSAGES/django.po Wed Sep 11 07:20:23 2013 +0200 +++ b/src/p4l/locale/fr/LC_MESSAGES/django.po Wed Sep 11 10:22:36 2013 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-11 00:12-0500\n" +"POT-Creation-Date: 2013-09-11 03:19-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -334,6 +334,18 @@ msgid "title" msgstr "titre" +#: templates/p4l/translations.html:15 +msgid "abstract" +msgstr "résumé" + +#: templates/p4l/translations.html:16 +msgid "collation" +msgstr "pagination" + +#: templates/p4l/translations.html:17 +msgid "label" +msgstr "label" + #: templates/registration/login.html:8 msgid "Sorry, that's not a valid username or password." msgstr "Désolé, utilisateur ou mot de passe invalide" diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/abstractDisp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/abstractDisp.html Wed Sep 11 10:22:36 2013 +0200 @@ -0,0 +1,1 @@ +
{{obj.abstract}} ({{ obj.lang }})
\ No newline at end of file diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/abstractForm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/abstractForm.html Wed Sep 11 10:22:36 2013 +0200 @@ -0,0 +1,6 @@ +
+
+ + +
+
\ No newline at end of file diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/collationDisp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/collationDisp.html Wed Sep 11 10:22:36 2013 +0200 @@ -0,0 +1,1 @@ +
{{obj.collation}} ({{ obj.lang }})
\ No newline at end of file diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/collationForm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/collationForm.html Wed Sep 11 10:22:36 2013 +0200 @@ -0,0 +1,6 @@ +
+
+ + +
+
\ No newline at end of file diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/meetingDisp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/meetingDisp.html Wed Sep 11 10:22:36 2013 +0200 @@ -0,0 +1,6 @@ +
    +
  • {{'Number'|translate}} : {{ obj.meetingNumber }}
  • +
  • {{'Place'|translate}} : {{ obj.meetingPlace }}
  • +
  • {{'Date'|translate}} : {{ obj.meetingDate }}
  • +
  • {{'Year'|translate}} : {{ obj.meetingYear }}
  • +
diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/meetingForm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/meetingForm.html Wed Sep 11 10:22:36 2013 +0200 @@ -0,0 +1,10 @@ +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/periodicalDisp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/periodicalDisp.html Wed Sep 11 10:22:36 2013 +0200 @@ -0,0 +1,1 @@ +
{{obj.label}} ({{ obj.lang }})
\ No newline at end of file diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/periodicalForm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/periodicalForm.html Wed Sep 11 10:22:36 2013 +0200 @@ -0,0 +1,6 @@ +
+
+ + +
+
\ No newline at end of file diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/titleDisp.html --- a/src/p4l/static/p4l/templates/titleDisp.html Wed Sep 11 07:20:23 2013 +0200 +++ b/src/p4l/static/p4l/templates/titleDisp.html Wed Sep 11 10:22:36 2013 +0200 @@ -1,1 +1,1 @@ -
{{'title'|translate}} : {{obj.title}} ({{ obj.lang }})
\ No newline at end of file +
{{obj.title}} ({{ obj.lang }})
\ No newline at end of file diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/volumeIssueDisp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/volumeIssueDisp.html Wed Sep 11 10:22:36 2013 +0200 @@ -0,0 +1,5 @@ +
    +
  • {{'Volume'|translate}} : {{ obj.volume }}
  • +
  • {{'Number'|translate}} : {{ obj.number }}
  • +
  • {{'Language'|translate}} : {{ obj.lang }}
  • +
diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/static/p4l/templates/volumeIssueForm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/volumeIssueForm.html Wed Sep 11 10:22:36 2013 +0200 @@ -0,0 +1,9 @@ +
+
+ + +
+
+ +
+
\ No newline at end of file diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/templates/p4l/record_update_form.html --- a/src/p4l/templates/p4l/record_update_form.html Wed Sep 11 07:20:23 2013 +0200 +++ b/src/p4l/templates/p4l/record_update_form.html Wed Sep 11 10:22:36 2013 +0200 @@ -97,7 +97,7 @@ {{ 'abstracts' | translate }} - #todo + {{ 'added titles' | translate }} @@ -105,8 +105,7 @@ {{ 'titles main document' | translate }} - #todo - + {{ 'edition statement' | translate }} @@ -118,13 +117,11 @@ {{ 'collations' | translate }} - #todo - + {{ 'volume issues' | translate }} - #todo - + {{ 'project names' | translate }} @@ -132,18 +129,15 @@ {{ 'periodicals' | translate }} - #todo - + {{ 'meetings' | translate }} - #todo - + {{ 'series' | translate }} - #todo - + #todo {{ 'authors' | translate }} @@ -161,7 +155,7 @@ {{ 'subject meetings' | translate }} - #todo + {{ 'corporate authors' | translate }} diff -r 09a086a49b71 -r 74aed9b135f6 src/p4l/templates/p4l/translations.html --- a/src/p4l/templates/p4l/translations.html Wed Sep 11 07:20:23 2013 +0200 +++ b/src/p4l/templates/p4l/translations.html Wed Sep 11 10:22:36 2013 +0200 @@ -11,4 +11,7 @@ {% trans 'Add a new organization' %} {% trans 'Modify the language' %} {% trans 'Modify the record type' %} -{% trans 'title' %} \ No newline at end of file +{% trans 'title' %} +{% trans 'abstract' %} +{% trans 'collation' %} +{% trans 'label' %} \ No newline at end of file