Add translation file for the trash app
This commit is contained in:
15
.tx/config
15
.tx/config
@@ -501,3 +501,18 @@ trans.de_DE = apps/lock_manager/locale/de_DE/LC_MESSAGES/django.po
|
|||||||
trans.fr = apps/lock_manager/locale/fr/LC_MESSAGES/django.po
|
trans.fr = apps/lock_manager/locale/fr/LC_MESSAGES/django.po
|
||||||
trans.bg = apps/lock_manager/locale/bg/LC_MESSAGES/django.po
|
trans.bg = apps/lock_manager/locale/bg/LC_MESSAGES/django.po
|
||||||
trans.nl_NL = apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.po
|
trans.nl_NL = apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.po
|
||||||
|
|
||||||
|
[mayan-edms.apps-trash]
|
||||||
|
source_file = apps/trash/locale/en/LC_MESSAGES/django.po
|
||||||
|
type = PO
|
||||||
|
source_lang = en
|
||||||
|
trans.es = apps/trash/locale/es/LC_MESSAGES/django.po
|
||||||
|
trans.pt = apps/trash/locale/pt/LC_MESSAGES/django.po
|
||||||
|
trans.pt_BR = apps/trash/locale/pt_BR/LC_MESSAGES/django.po
|
||||||
|
trans.ru = apps/trash/locale/ru/LC_MESSAGES/django.po
|
||||||
|
trans.it = apps/trash/locale/it/LC_MESSAGES/django.po
|
||||||
|
trans.pl = apps/trash/locale/pl/LC_MESSAGES/django.po
|
||||||
|
trans.de_DE = apps/trash/locale/de_DE/LC_MESSAGES/django.po
|
||||||
|
trans.fr = apps/trash/locale/fr/LC_MESSAGES/django.po
|
||||||
|
trans.bg = apps/trash/locale/bg/LC_MESSAGES/django.po
|
||||||
|
trans.nl_NL = apps/trash/locale/nl_NL/LC_MESSAGES/django.po
|
||||||
|
|||||||
101
apps/trash/locale/bg/LC_MESSAGES/django.po
Normal file
101
apps/trash/locale/bg/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,101 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
100
apps/trash/locale/de_DE/LC_MESSAGES/django.po
Normal file
100
apps/trash/locale/de_DE/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,100 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
100
apps/trash/locale/en/LC_MESSAGES/django.po
Normal file
100
apps/trash/locale/en/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,100 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
101
apps/trash/locale/es/LC_MESSAGES/django.po
Normal file
101
apps/trash/locale/es/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,101 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
101
apps/trash/locale/fr/LC_MESSAGES/django.po
Normal file
101
apps/trash/locale/fr/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,101 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
101
apps/trash/locale/it/LC_MESSAGES/django.po
Normal file
101
apps/trash/locale/it/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,101 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
100
apps/trash/locale/nl_NL/LC_MESSAGES/django.po
Normal file
100
apps/trash/locale/nl_NL/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,100 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
102
apps/trash/locale/pl/LC_MESSAGES/django.po
Normal file
102
apps/trash/locale/pl/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,102 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||||
|
"|| n%100>=20) ? 1 : 2)\n"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
101
apps/trash/locale/pt/LC_MESSAGES/django.po
Normal file
101
apps/trash/locale/pt/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,101 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
101
apps/trash/locale/pt_BR/LC_MESSAGES/django.po
Normal file
101
apps/trash/locale/pt_BR/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,101 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
102
apps/trash/locale/ru/LC_MESSAGES/django.po
Normal file
102
apps/trash/locale/ru/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,102 @@
|
|||||||
|
# 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: 2012-08-08 03:00-0400\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||||
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
|
||||||
|
|
||||||
|
#: __init__.py:22
|
||||||
|
msgid "documents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:8 models.py:56 views.py:24
|
||||||
|
msgid "trash cans"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:9 views.py:35
|
||||||
|
msgid "items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:10
|
||||||
|
msgid "restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: links.py:11
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:22 views.py:27
|
||||||
|
msgid "name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:55 models.py:74 views.py:91 views.py:121
|
||||||
|
msgid "trash can"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:75
|
||||||
|
msgid "trashed at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:98 views.py:92 views.py:122
|
||||||
|
msgid "trash can item"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
|
msgid "trash can items"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:31
|
||||||
|
msgid "label"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:56
|
||||||
|
#, python-format
|
||||||
|
msgid "items in trash can: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:59
|
||||||
|
msgid "date time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:81
|
||||||
|
#, python-format
|
||||||
|
msgid "Error restoring trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:84
|
||||||
|
#, python-format
|
||||||
|
msgid "Trash can item \"%s\" restored successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:94
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to restore trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:111
|
||||||
|
#, python-format
|
||||||
|
msgid "Error deleting trash can item; %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:114
|
||||||
|
msgid "Trash can item deleted successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: views.py:124
|
||||||
|
#, python-format
|
||||||
|
msgid "Are you sure you wish to delete trash can item: %s?"
|
||||||
|
msgstr ""
|
||||||
@@ -12,7 +12,7 @@ APP_LIST = ('common', 'converter', 'documents', 'document_comments',
|
|||||||
'tags', 'user_management', 'web_theme', 'django_gpg', 'document_signatures',
|
'tags', 'user_management', 'web_theme', 'django_gpg', 'document_signatures',
|
||||||
'acls', 'installation', 'scheduler', 'checkouts', 'bootstrap',
|
'acls', 'installation', 'scheduler', 'checkouts', 'bootstrap',
|
||||||
'maintenance', 'diagnostics', 'statistics', 'clustering', 'job_processor',
|
'maintenance', 'diagnostics', 'statistics', 'clustering', 'job_processor',
|
||||||
'lock_manager')
|
'lock_manager', 'trash')
|
||||||
LANGUAGE_LIST = ('en', 'pt', 'pt_BR', 'ru', 'es', 'it', 'pl', 'de_DE', 'fr', 'nl_NL', 'bg')
|
LANGUAGE_LIST = ('en', 'pt', 'pt_BR', 'ru', 'es', 'it', 'pl', 'de_DE', 'fr', 'nl_NL', 'bg')
|
||||||
|
|
||||||
makemessages = pbs.Command('django-admin.py')
|
makemessages = pbs.Command('django-admin.py')
|
||||||
|
|||||||
Reference in New Issue
Block a user