Remove the folders app from the transifex client config file.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-08-15 02:37:01 -04:00
parent eb1414e24a
commit 9147e30804
63 changed files with 0 additions and 10279 deletions

View File

@@ -1,455 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-03 01:22-0400\n"
"PO-Revision-Date: 2017-06-23 05:43+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: English (http://www.transifex.com/rosarior/mayan-edms/"
"language/en/)\n"
"Language: en\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"
#: admin.py:24
msgid "None"
msgstr "None"
#: admin.py:26 apps.py:103 links.py:48 models.py:49
msgid "Document types"
msgstr "Document types"
#: apps.py:49
msgid "Document indexing"
msgstr "Document indexing"
#: apps.py:81 models.py:33
msgid "Label"
msgstr "Label"
#: apps.py:82 models.py:38
msgid "Slug"
msgstr "Slug"
#: apps.py:84 apps.py:112 models.py:46 models.py:169
msgid "Enabled"
msgstr "Enabled"
#: apps.py:89
msgid "Total nodes"
msgstr ""
#: apps.py:95
#, fuzzy
#| msgid "Link documents"
msgid "Total documents"
msgstr "Link documents"
#: apps.py:108
msgid "Level"
msgstr "Level"
#: apps.py:116
msgid "Has document links?"
msgstr "Has document links?"
#: apps.py:123 apps.py:140
msgid "Node"
msgstr "Node"
#: apps.py:127 apps.py:146
msgid "Nodes"
msgstr "nodes"
#: apps.py:131 apps.py:150 models.py:291
msgid "Documents"
msgstr "Documents"
#: forms.py:15
msgid "Indexes to be queued for rebuilding."
msgstr "Indexes to be queued for rebuilding."
#: forms.py:16 links.py:18 links.py:22 links.py:25 links.py:28 models.py:57
#: views.py:73 views.py:220
msgid "Indexes"
msgstr "Indexes"
#: handlers.py:20
msgid "Creation date"
msgstr "Creation date"
#: links.py:31 views.py:34
msgid "Create index"
msgstr "Create index"
#: links.py:35 links.py:64
msgid "Edit"
msgstr "Edit"
#: links.py:40 links.py:68
msgid "Delete"
msgstr "Delete"
#: links.py:44
msgid "Tree template"
msgstr "Tree template"
#: links.py:54
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Deletes and creates from scratch all the document indexes."
#: links.py:57 views.py:326
msgid "Rebuild indexes"
msgstr "Rebuild indexes"
#: links.py:60
msgid "New child node"
msgstr "New child node"
#: models.py:37
msgid "This value will be used by other apps to reference this index."
msgstr "This value will be used by other apps to reference this index."
#: models.py:43
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Causes this index to be visible and updated when document data changes."
#: models.py:56 models.py:153
msgid "Index"
msgstr "Index"
#: models.py:137
msgid "Index instance"
msgstr "Index instance"
#: models.py:138
msgid "Index instances"
msgstr "Index instances"
#: models.py:157
msgid ""
"Enter a template to render. Use Django's default templating language "
"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)"
msgstr ""
"Enter a template to render. Use Django's default templating language "
"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)"
#: models.py:161
msgid "Indexing expression"
msgstr "Indexing expression"
#: models.py:166
msgid "Causes this node to be visible and updated when document data changes."
msgstr "Causes this node to be visible and updated when document data changes."
#: models.py:174
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
#: models.py:177
msgid "Link documents"
msgstr "Link documents"
#: models.py:181
msgid "Index node template"
msgstr "Index node template"
#: models.py:182
msgid "Indexes node template"
msgstr "Indexes node template"
#: models.py:186
msgid "Root"
msgstr "Root"
#: models.py:247
#, python-format
msgid ""
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
#: models.py:284
msgid "Index template node"
msgstr "Index template node"
#: models.py:287
msgid "Value"
msgstr "Value"
#: models.py:297
msgid "Index node instance"
msgstr "Index node instance"
#: models.py:298
msgid "Indexes node instances"
msgstr "Indexes node instances"
#: models.py:402
msgid "Document index node instance"
msgstr "Document index node instance"
#: models.py:403
msgid "Document indexes node instances"
msgstr "Document indexes node instances"
#: permissions.py:7 queues.py:8
msgid "Indexing"
msgstr "Indexing"
#: permissions.py:10
msgid "Create new document indexes"
msgstr "Create new document indexes"
#: permissions.py:13
msgid "Edit document indexes"
msgstr "Edit document indexes"
#: permissions.py:16
msgid "Delete document indexes"
msgstr "Delete document indexes"
#: permissions.py:19
msgid "View document indexes"
msgstr "View document indexes"
#: permissions.py:22
msgid "Rebuild document indexes"
msgstr "Rebuild document indexes"
#: queues.py:12
msgid "Delete empty index nodes"
msgstr "Delete empty index nodes"
#: queues.py:16
msgid "Remove document"
msgstr "Remove document"
#: queues.py:20
msgid "Index document"
msgstr "Index document"
#: queues.py:24
msgid "Rebuild index"
msgstr "Rebuild index"
#: views.py:49
#, python-format
msgid "Delete the index: %s?"
msgstr "Delete the index: %s?"
#: views.py:62
#, python-format
msgid "Edit index: %s"
msgstr "Edit index: %s"
#: views.py:79
msgid "Available document types"
msgstr "Available document types"
#: views.py:81
msgid "Document types linked"
msgstr "Document types linked"
#: views.py:96
#, python-format
msgid "Document types linked to index: %s"
msgstr "Document types linked to index: %s"
#: views.py:135
#, python-format
msgid "Tree template nodes for index: %s"
msgstr "Tree template nodes for index: %s"
#: views.py:157
#, python-format
msgid "Create child node of: %s"
msgstr "Create child node of: %s"
#: views.py:181
#, python-format
msgid "Delete the index template node: %s?"
msgstr "Delete the index template node: %s?"
#: views.py:203
#, python-format
msgid "Edit the index template node: %s?"
msgstr "Edit the index template node: %s?"
#: views.py:269
#, python-format
msgid "Navigation: %s"
msgstr "Navigation: %s"
#: views.py:274
#, python-format
msgid "Contents for index: %s"
msgstr "Contents for index: %s"
#: views.py:316
#, python-format
msgid "Indexes nodes containing document: %s"
msgstr "Indexes nodes containing document: %s"
#: views.py:335
msgid "Index rebuild queued successfully."
msgstr "Index rebuild queued successfully."
#~ msgid "Items"
#~ msgstr "Items"
#~ msgid "On large databases this operation may take some time to execute."
#~ msgstr "On large databases this operation may take some time to execute."
#~ msgid "Rebuild all indexes?"
#~ msgstr "rebuild indexes"
#~ msgid "Index list"
#~ msgstr "index list"
#~ msgid "Configure document indexes"
#~ msgstr "Configure document indexes"
#~ msgid "Index template node created successfully."
#~ msgstr "Index template node created successfully."
#~ msgid "Index template node edited successfully"
#~ msgstr "Index template node edited successfully"
#~ msgid "Node: %s deleted successfully."
#~ msgstr "Node: %s deleted successfully."
#~ msgid "Node: %(node)s delete error: %(error)s"
#~ msgstr "Node: %(node)s delete error: %(error)s"
#~ msgid "Enter a python string expression to be evaluated."
#~ msgstr "Enter a python string expression to be evaluated."
#~ msgid "Go up one level"
#~ msgstr "go up one level"
#~ msgid "Title"
#~ msgstr "title"
#~ msgid "The name that will be visible to users."
#~ msgstr "The name that will be visible to users."
#~ msgid "Index created successfully."
#~ msgstr "Index created successfully."
#~ msgid "Index edited successfully"
#~ msgstr "Index edited successfully"
#~ msgid "Index: %s deleted successfully."
#~ msgstr "Index: %s deleted successfully."
#~ msgid "Index: %(index)s delete error: %(error)s"
#~ msgstr "Index: %(index)s delete error: %(error)s"
#~ msgid "Are you sure you with to delete the index: %s?"
#~ msgstr "Are you sure you with to delete the index: %s?"
#~ msgid "Document types not in index: %s"
#~ msgstr "document types not in index: %s"
#~ msgid "Are you sure you with to delete the index template node: %s?"
#~ msgstr "Are you sure you with to delete the index template node: %s?"
#~ msgid "Are you sure you wish to rebuild all indexes?"
#~ msgstr "Are you sure you wish to rebuild all indexes?"
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Maximum suffix (%s) count reached."
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Unable to delete document indexing node; %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Unable to create indexing directory; %s"
#~ msgid ""
#~ "Unable to create symbolic link, file exists and could not be deleted: "
#~ "%(filepath)s; %(exception)s"
#~ msgstr ""
#~ "Unable to create symbolic link, file exists and could not be deleted: "
#~ "%(filepath)s; %(exc)s"
#~ msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
#~ msgstr "Unable to create symbolic link: %(filepath)s; %(exc)s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ msgstr "Unable to delete document symbolic link; %s"
#~ msgid "Unable to delete indexing directory; %s"
#~ msgstr "Unable to delete indexing directory; %s"
#~ msgid "Available functions: %s"
#~ msgstr "Available functions: %s"
#~ msgid "Document"
#~ msgstr "document"
#~ msgid "Document rename count"
#~ msgstr "document rename count"
#~ msgid "Documents rename count"
#~ msgstr "documents rename count"
#~ msgid ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgstr ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgid "Index rebuild error: %s"
#~ msgstr "Index rebuild error: %s"
#~ msgid "Index instance node"
#~ msgstr "index instance node"
#~ msgid "Indexes instance nodes"
#~ msgstr "indexes instance nodes"
#~ msgid "indexes"
#~ msgstr "indexes"
#~ msgid "edit"
#~ msgstr "edit"
#~ msgid "name"
#~ msgstr "name"
#~ msgid "index"
#~ msgstr "index"
#~ msgid "node"
#~ msgstr "node"
#~ msgid "What are indexes?"
#~ msgstr "What are indexes?"
#~ msgid "Indexes group documents into a tree like hierarchical structure."
#~ msgstr "Indexes group documents into a tree like hierarchical structure."