Skip to content
Snippets Groups Projects
Unverified Commit fa4215d6 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add translation files.

parent 721378d5
No related branches found
No related tags found
No related merge requests found
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-27 15:21+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: apps.py:7
msgid "BiscuIT - Exlibris (School books)"
msgstr ""
#: forms.py:50
msgid "Number of copies"
msgstr ""
#: menus.py:6 templates/exlibris/books.html:5
msgid "Books"
msgstr ""
#: menus.py:12
msgid "List of books"
msgstr ""
#: menus.py:17
msgid "Add book"
msgstr ""
#: menus.py:22
msgid "Open copy"
msgstr ""
#: models.py:12
msgid "Book title"
msgstr ""
#: models.py:14
msgid "Author name"
msgstr ""
#: models.py:16
msgid "Publishing company"
msgstr ""
#: models.py:19
msgid "Number of edition"
msgstr ""
#: models.py:21
msgid "Publishing year"
msgstr ""
#: models.py:23
msgid "ISBN number"
msgstr ""
#: models.py:26
msgid "Photo of cover"
msgstr ""
#: models.py:29
msgid "edition"
msgstr ""
#: models.py:48
msgid "New, unused"
msgstr ""
#: models.py:49
msgid "New, used"
msgstr ""
#: models.py:50
msgid "Slightly worn"
msgstr ""
#: models.py:51
msgid "Heavily worn"
msgstr ""
#: models.py:60
msgid "Current number of copy"
msgstr ""
#: models.py:63
msgid "Number of borrowings"
msgstr ""
#: models.py:65
msgid "Condition"
msgstr ""
#: models.py:67
msgid "Remarks"
msgstr ""
#: models.py:70
msgid "Barcode"
msgstr ""
#: tables.py:20 templates/exlibris/book_full.html:52
msgid "Copies"
msgstr ""
#: tables.py:23 tables.py:39
msgid "Edit"
msgstr ""
#: tables.py:25 tables.py:41
msgid "Delete"
msgstr ""
#: templates/exlibris/add_book_copies.html:5
msgid "Bulk add copies for:"
msgstr ""
#: templates/exlibris/copy_full.html:50
msgid "Information about the borrower"
msgstr ""
#: templates/exlibris/edit_book.html:5
msgid "Editing book:"
msgstr ""
#: templates/exlibris/edit_book_copy.html:5
msgid "Editing copy"
msgstr ""
#: templates/exlibris/edit_book_copy.html:5
msgid "of"
msgstr ""
#: views.py:76
msgid "Information found for this ISBN was pre-filled."
msgstr ""
#: views.py:78
msgid "No information found for this ISBN."
msgstr ""
#: views.py:87
msgid "The book has been saved."
msgstr ""
#: views.py:102
#, python-format
msgid "Book %s has been deleted."
msgstr ""
#: views.py:105
msgid "Books with copies that have been borrowed cannot be deleted."
msgstr ""
#: views.py:144
#, python-format
msgid "%d copies have been created."
msgstr ""
#: views.py:168
msgid "The book copy has been saved."
msgstr ""
#: views.py:184
#, python-format
msgid "Book copy of %s has been deleted."
msgstr ""
#: views.py:187
msgid "Book copies that have been borrowed cannot be deleted."
msgstr ""
#: views.py:203
#, python-format
msgid "Copy number: %d"
msgstr ""
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-26 00:28+0200\n"
"POT-Creation-Date: 2019-08-27 15:21+0200\n"
"PO-Revision-Date: 2019-08-26 00:28+0200\n"
"Last-Translator: Tom Teichler <tom.teichler@teckids.org>\n"
"Language-Team: \n"
......@@ -29,15 +29,15 @@ msgstr "Anzahl der Exemplare"
msgid "Books"
msgstr "Bücher"
#: menus.py:11
#: menus.py:12
msgid "List of books"
msgstr "Liste der Bücher"
#: menus.py:16
#: menus.py:17
msgid "Add book"
msgstr "Buch hinzufügen"
#: menus.py:21
#: menus.py:22
msgid "Open copy"
msgstr "Exemplar öffnen"
......
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-27 15:21+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:7
msgid "BiscuIT - Exlibris (School books)"
msgstr ""
#: forms.py:50
msgid "Number of copies"
msgstr ""
#: menus.py:6 templates/exlibris/books.html:5
msgid "Books"
msgstr ""
#: menus.py:12
msgid "List of books"
msgstr ""
#: menus.py:17
msgid "Add book"
msgstr ""
#: menus.py:22
msgid "Open copy"
msgstr ""
#: models.py:12
msgid "Book title"
msgstr ""
#: models.py:14
msgid "Author name"
msgstr ""
#: models.py:16
msgid "Publishing company"
msgstr ""
#: models.py:19
msgid "Number of edition"
msgstr ""
#: models.py:21
msgid "Publishing year"
msgstr ""
#: models.py:23
msgid "ISBN number"
msgstr ""
#: models.py:26
msgid "Photo of cover"
msgstr ""
#: models.py:29
msgid "edition"
msgstr ""
#: models.py:48
msgid "New, unused"
msgstr ""
#: models.py:49
msgid "New, used"
msgstr ""
#: models.py:50
msgid "Slightly worn"
msgstr ""
#: models.py:51
msgid "Heavily worn"
msgstr ""
#: models.py:60
msgid "Current number of copy"
msgstr ""
#: models.py:63
msgid "Number of borrowings"
msgstr ""
#: models.py:65
msgid "Condition"
msgstr ""
#: models.py:67
msgid "Remarks"
msgstr ""
#: models.py:70
msgid "Barcode"
msgstr ""
#: tables.py:20 templates/exlibris/book_full.html:52
msgid "Copies"
msgstr ""
#: tables.py:23 tables.py:39
msgid "Edit"
msgstr ""
#: tables.py:25 tables.py:41
msgid "Delete"
msgstr ""
#: templates/exlibris/add_book_copies.html:5
msgid "Bulk add copies for:"
msgstr ""
#: templates/exlibris/copy_full.html:50
msgid "Information about the borrower"
msgstr ""
#: templates/exlibris/edit_book.html:5
msgid "Editing book:"
msgstr ""
#: templates/exlibris/edit_book_copy.html:5
msgid "Editing copy"
msgstr ""
#: templates/exlibris/edit_book_copy.html:5
msgid "of"
msgstr ""
#: views.py:76
msgid "Information found for this ISBN was pre-filled."
msgstr ""
#: views.py:78
msgid "No information found for this ISBN."
msgstr ""
#: views.py:87
msgid "The book has been saved."
msgstr ""
#: views.py:102
#, python-format
msgid "Book %s has been deleted."
msgstr ""
#: views.py:105
msgid "Books with copies that have been borrowed cannot be deleted."
msgstr ""
#: views.py:144
#, python-format
msgid "%d copies have been created."
msgstr ""
#: views.py:168
msgid "The book copy has been saved."
msgstr ""
#: views.py:184
#, python-format
msgid "Book copy of %s has been deleted."
msgstr ""
#: views.py:187
msgid "Book copies that have been borrowed cannot be deleted."
msgstr ""
#: views.py:203
#, python-format
msgid "Copy number: %d"
msgstr ""
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-27 15:21+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps.py:7
msgid "BiscuIT - Exlibris (School books)"
msgstr ""
#: forms.py:50
msgid "Number of copies"
msgstr ""
#: menus.py:6 templates/exlibris/books.html:5
msgid "Books"
msgstr ""
#: menus.py:12
msgid "List of books"
msgstr ""
#: menus.py:17
msgid "Add book"
msgstr ""
#: menus.py:22
msgid "Open copy"
msgstr ""
#: models.py:12
msgid "Book title"
msgstr ""
#: models.py:14
msgid "Author name"
msgstr ""
#: models.py:16
msgid "Publishing company"
msgstr ""
#: models.py:19
msgid "Number of edition"
msgstr ""
#: models.py:21
msgid "Publishing year"
msgstr ""
#: models.py:23
msgid "ISBN number"
msgstr ""
#: models.py:26
msgid "Photo of cover"
msgstr ""
#: models.py:29
msgid "edition"
msgstr ""
#: models.py:48
msgid "New, unused"
msgstr ""
#: models.py:49
msgid "New, used"
msgstr ""
#: models.py:50
msgid "Slightly worn"
msgstr ""
#: models.py:51
msgid "Heavily worn"
msgstr ""
#: models.py:60
msgid "Current number of copy"
msgstr ""
#: models.py:63
msgid "Number of borrowings"
msgstr ""
#: models.py:65
msgid "Condition"
msgstr ""
#: models.py:67
msgid "Remarks"
msgstr ""
#: models.py:70
msgid "Barcode"
msgstr ""
#: tables.py:20 templates/exlibris/book_full.html:52
msgid "Copies"
msgstr ""
#: tables.py:23 tables.py:39
msgid "Edit"
msgstr ""
#: tables.py:25 tables.py:41
msgid "Delete"
msgstr ""
#: templates/exlibris/add_book_copies.html:5
msgid "Bulk add copies for:"
msgstr ""
#: templates/exlibris/copy_full.html:50
msgid "Information about the borrower"
msgstr ""
#: templates/exlibris/edit_book.html:5
msgid "Editing book:"
msgstr ""
#: templates/exlibris/edit_book_copy.html:5
msgid "Editing copy"
msgstr ""
#: templates/exlibris/edit_book_copy.html:5
msgid "of"
msgstr ""
#: views.py:76
msgid "Information found for this ISBN was pre-filled."
msgstr ""
#: views.py:78
msgid "No information found for this ISBN."
msgstr ""
#: views.py:87
msgid "The book has been saved."
msgstr ""
#: views.py:102
#, python-format
msgid "Book %s has been deleted."
msgstr ""
#: views.py:105
msgid "Books with copies that have been borrowed cannot be deleted."
msgstr ""
#: views.py:144
#, python-format
msgid "%d copies have been created."
msgstr ""
#: views.py:168
msgid "The book copy has been saved."
msgstr ""
#: views.py:184
#, python-format
msgid "Book copy of %s has been deleted."
msgstr ""
#: views.py:187
msgid "Book copies that have been borrowed cannot be deleted."
msgstr ""
#: views.py:203
#, python-format
msgid "Copy number: %d"
msgstr ""
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-27 15:21+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: apps.py:7
msgid "BiscuIT - Exlibris (School books)"
msgstr ""
#: forms.py:50
msgid "Number of copies"
msgstr ""
#: menus.py:6 templates/exlibris/books.html:5
msgid "Books"
msgstr ""
#: menus.py:12
msgid "List of books"
msgstr ""
#: menus.py:17
msgid "Add book"
msgstr ""
#: menus.py:22
msgid "Open copy"
msgstr ""
#: models.py:12
msgid "Book title"
msgstr ""
#: models.py:14
msgid "Author name"
msgstr ""
#: models.py:16
msgid "Publishing company"
msgstr ""
#: models.py:19
msgid "Number of edition"
msgstr ""
#: models.py:21
msgid "Publishing year"
msgstr ""
#: models.py:23
msgid "ISBN number"
msgstr ""
#: models.py:26
msgid "Photo of cover"
msgstr ""
#: models.py:29
msgid "edition"
msgstr ""
#: models.py:48
msgid "New, unused"
msgstr ""
#: models.py:49
msgid "New, used"
msgstr ""
#: models.py:50
msgid "Slightly worn"
msgstr ""
#: models.py:51
msgid "Heavily worn"
msgstr ""
#: models.py:60
msgid "Current number of copy"
msgstr ""
#: models.py:63
msgid "Number of borrowings"
msgstr ""
#: models.py:65
msgid "Condition"
msgstr ""
#: models.py:67
msgid "Remarks"
msgstr ""
#: models.py:70
msgid "Barcode"
msgstr ""
#: tables.py:20 templates/exlibris/book_full.html:52
msgid "Copies"
msgstr ""
#: tables.py:23 tables.py:39
msgid "Edit"
msgstr ""
#: tables.py:25 tables.py:41
msgid "Delete"
msgstr ""
#: templates/exlibris/add_book_copies.html:5
msgid "Bulk add copies for:"
msgstr ""
#: templates/exlibris/copy_full.html:50
msgid "Information about the borrower"
msgstr ""
#: templates/exlibris/edit_book.html:5
msgid "Editing book:"
msgstr ""
#: templates/exlibris/edit_book_copy.html:5
msgid "Editing copy"
msgstr ""
#: templates/exlibris/edit_book_copy.html:5
msgid "of"
msgstr ""
#: views.py:76
msgid "Information found for this ISBN was pre-filled."
msgstr ""
#: views.py:78
msgid "No information found for this ISBN."
msgstr ""
#: views.py:87
msgid "The book has been saved."
msgstr ""
#: views.py:102
#, python-format
msgid "Book %s has been deleted."
msgstr ""
#: views.py:105
msgid "Books with copies that have been borrowed cannot be deleted."
msgstr ""
#: views.py:144
#, python-format
msgid "%d copies have been created."
msgstr ""
#: views.py:168
msgid "The book copy has been saved."
msgstr ""
#: views.py:184
#, python-format
msgid "Book copy of %s has been deleted."
msgstr ""
#: views.py:187
msgid "Book copies that have been borrowed cannot be deleted."
msgstr ""
#: views.py:203
#, python-format
msgid "Copy number: %d"
msgstr ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment