Files
mayan-edms/apps/bootstrap/locale/en/LC_MESSAGES/django.po
2012-12-12 03:23:28 -04:00

317 lines
5.5 KiB
Plaintext

# 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-12-12 03:20-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"
#: forms.py:50
msgid "Bootstrap setup file"
msgstr ""
#: forms.py:56
msgid "Bootstrap setup URL"
msgstr ""
#: links.py:11
msgid "bootstrap"
msgstr ""
#: links.py:12
msgid "bootstrap setup list"
msgstr ""
#: links.py:13
msgid "create new bootstrap setup"
msgstr ""
#: links.py:14
msgid "edit"
msgstr ""
#: links.py:15
msgid "delete"
msgstr ""
#: links.py:16
msgid "details"
msgstr ""
#: links.py:17
msgid "execute"
msgstr ""
#: links.py:18
msgid "dump current setup"
msgstr ""
#: links.py:19
msgid "export"
msgstr ""
#: links.py:20
msgid "import from file"
msgstr ""
#: links.py:21
msgid "import from URL"
msgstr ""
#: links.py:22
msgid "sync with repository"
msgstr ""
#: links.py:23
msgid "erase database"
msgstr ""
#: literals.py:20
msgid "JSON"
msgstr ""
#: literals.py:63
msgid "YAML"
msgstr ""
#: literals.py:64
msgid "Better YAML"
msgstr ""
#: models.py:30
msgid "name"
msgstr ""
#: models.py:31
msgid "slug"
msgstr ""
#: models.py:32 views.py:34
msgid "description"
msgstr ""
#: models.py:33
msgid "fixture"
msgstr ""
#: models.py:33
msgid "These are the actual database structure creation instructions."
msgstr ""
#: models.py:34 views.py:35
msgid "type"
msgstr ""
#: models.py:35
msgid "creation date and time"
msgstr ""
#: models.py:104 views.py:90 views.py:119 views.py:144 views.py:172
msgid "bootstrap setup"
msgstr ""
#: models.py:105 views.py:31
msgid "bootstrap setups"
msgstr ""
#: permissions.py:7
msgid "Database bootstrap"
msgstr ""
#: permissions.py:9
msgid "View bootstrap setups"
msgstr ""
#: permissions.py:10
msgid "Create bootstrap setups"
msgstr ""
#: permissions.py:11
msgid "Edit bootstrap setups"
msgstr ""
#: permissions.py:12
msgid "Delete bootstrap setups"
msgstr ""
#: permissions.py:13
msgid "Execute bootstrap setups"
msgstr ""
#: permissions.py:14
msgid "Dump the current project\\s setup into a bootstrap setup"
msgstr ""
#: permissions.py:15
msgid "Export bootstrap setups as files"
msgstr ""
#: permissions.py:16
msgid "Import new bootstrap setups"
msgstr ""
#: permissions.py:17
msgid "Sync the local bootstrap setups with a published repository"
msgstr ""
#: permissions.py:18
msgid "Erase the entire database and document storage"
msgstr ""
#: registry.py:7
msgid "Bootstrap"
msgstr ""
#: registry.py:8
msgid "Provides pre configured setups for indexes, document types, tags, etc."
msgstr ""
#: views.py:50
msgid "Bootstrap setup created successfully"
msgstr ""
#: views.py:53
msgid "Error creating bootstrap setup."
msgstr ""
#: views.py:58
msgid "create bootstrap"
msgstr ""
#: views.py:78
msgid "Bootstrap setup edited successfully"
msgstr ""
#: views.py:81
msgid "Error editing bootstrap setup."
msgstr ""
#: views.py:86
#, python-format
msgid "edit bootstrap setup: %s"
msgstr ""
#: views.py:111
#, python-format
msgid "Bootstrap setup: %s deleted successfully."
msgstr ""
#: views.py:113
#, python-format
msgid "Bootstrap setup: %(bootstrap)s, delete error: %(error)s"
msgstr ""
#: views.py:124
#, python-format
msgid "Are you sure you with to delete the bootstrap setup: %s?"
msgstr ""
#: views.py:164
msgid ""
"Cannot execute bootstrap setup, there is existing data. Erase all data and "
"try again."
msgstr ""
#: views.py:166
#, python-format
msgid "Error executing bootstrap setup; %s"
msgstr ""
#: views.py:168
#, python-format
msgid "Bootstrap setup \"%s\" executed successfully."
msgstr ""
#: views.py:180
#, python-format
msgid ""
"Are you sure you wish to execute the database bootstrap setup named: %s?"
msgstr ""
#: views.py:196
#, python-format
msgid "Error dumping configuration into a bootstrap setup; %s"
msgstr ""
#: views.py:200
msgid "Bootstrap setup created successfully."
msgstr ""
#: views.py:206
msgid "dump current configuration into a bootstrap setup"
msgstr ""
#: views.py:240 views.py:268
msgid "Bootstrap setup imported successfully."
msgstr ""
#: views.py:243
msgid "File is not a bootstrap setup."
msgstr ""
#: views.py:245
#, python-format
msgid "Error importing bootstrap setup from file; %s."
msgstr ""
#: views.py:251
msgid "Import bootstrap setup from file"
msgstr ""
#: views.py:271
msgid "Data from URL is not a bootstrap setup."
msgstr ""
#: views.py:273
#, python-format
msgid "Error importing bootstrap setup from URL; %s."
msgstr ""
#: views.py:279
msgid "Import bootstrap setup from URL"
msgstr ""
#: views.py:298
#, python-format
msgid "Error erasing database; %s"
msgstr ""
#: views.py:300
msgid "Database erased successfully."
msgstr ""
#: views.py:310
msgid ""
"Are you sure you wish to erase the entire database and document storage?"
msgstr ""
#: views.py:311
msgid ""
"All documents, sources, metadata, metadata types, set, tags, indexes and "
"logs will be lost irreversibly!"
msgstr ""
#: views.py:328
msgid "Bootstrap repository successfully synchronized."
msgstr ""
#: views.py:330
#, python-format
msgid "Bootstrap repository synchronization error: %(error)s"
msgstr ""
#: views.py:337
msgid "Are you sure you wish to synchronize with the bootstrap repository?"
msgstr ""