Synchronize and compile translations

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-09-26 22:50:48 -04:00
parent 06e013788f
commit 26ac7de70b
967 changed files with 6724 additions and 11539 deletions

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Mohammed ALDOUB <voulnet@gmail.com>, 2013
msgid ""
@@ -9,16 +9,14 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/"
"ar/)\n"
"Language: ar\n"
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\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"
"Language: ar\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:85 permissions_runtime.py:7 settings.py:12
msgid "Common"
@@ -172,8 +170,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -288,7 +286,8 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr ""
#: settings.py:31
@@ -324,14 +323,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -339,10 +338,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -360,10 +360,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -407,8 +407,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -450,8 +450,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -472,17 +472,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Pavlin Koldamov <pkoldamov@gmail.com>, 2012
msgid ""
@@ -9,14 +9,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/"
"language/bg/)\n"
"Language: bg\n"
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -171,8 +170,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -287,7 +286,8 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr ""
#: settings.py:31
@@ -323,14 +323,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -338,10 +338,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -359,10 +360,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -406,8 +407,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -449,8 +450,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -471,17 +472,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Atdhe Tabaku <Atdhe617@gmail.com>, 2018
# www.ping.ba <jomer@ping.ba>, 2013
@@ -10,16 +10,14 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
"rosarior/mayan-edms/language/bs_BA/)\n"
"Language: bs_BA\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\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"
"Language: bs_BA\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"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
msgid "Common"
@@ -30,10 +28,8 @@ msgid "Available attributes: \n"
msgstr "Raspoloživi atributi:\n"
#: classes.py:254
#, fuzzy
#| msgid "Available attributes: \n"
msgid "Available fields: \n"
msgstr "Raspoloživi atributi:\n"
msgstr ""
#: dashboards.py:7
msgid "Main"
@@ -154,9 +150,7 @@ msgstr "Alati"
msgid ""
"Your database backend is set to use SQLite. SQLite should only be used for "
"development and testing, not for production."
msgstr ""
"Backend baze podataka je podešeno da koristi SKLite. SKLite treba koristiti "
"samo za razvoj i testiranje, a ne za proizvodnju."
msgstr "Backend baze podataka je podešeno da koristi SKLite. SKLite treba koristiti samo za razvoj i testiranje, a ne za proizvodnju."
#: literals.py:18
msgid "Days"
@@ -177,8 +171,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -293,10 +287,9 @@ msgstr "Automatski omogućite evidenciju za sve aplikacije."
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
msgstr ""
"Vreme za odlaganje pozadinskih zadataka koji zavise od baze podataka "
"obavezuju se da se propagiraju."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "Vreme za odlaganje pozadinskih zadataka koji zavise od baze podataka obavezuju se da se propagiraju."
#: settings.py:31
msgid "An integer specifying how many objects should be displayed per page."
@@ -304,9 +297,7 @@ msgstr "Broj koji određuje koliko objekata treba prikazati po stranici."
#: settings.py:38
msgid "Enable error logging outside of the system error logging capabilities."
msgstr ""
"Omogućite prijavljivanje grešaka izvan sistemskih mogućnosti evidentiranja "
"grešaka."
msgstr "Omogućite prijavljivanje grešaka izvan sistemskih mogućnosti evidentiranja grešaka."
#: settings.py:45
msgid "Path to the logfile that will track errors during production."
@@ -318,16 +309,13 @@ msgstr ""
#: settings.py:58
msgid "A storage backend that all workers can use to share files."
msgstr ""
" Backend skladišta koju svi radnici mogu koristiti za dijeljenje datoteka."
msgstr " Backend skladišta koju svi radnici mogu koristiti za dijeljenje datoteka."
#: settings.py:69
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files."
msgstr ""
"Privremeni direktorijum korišćen širokim spektrom za čuvanje sličica, "
"preglednika i privremenih datoteka."
msgstr "Privremeni direktorijum korišćen širokim spektrom za čuvanje sličica, preglednika i privremenih datoteka."
#: settings.py:75
msgid "Django"
@@ -336,14 +324,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -351,10 +339,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -372,10 +361,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -419,8 +408,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -462,8 +451,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -484,17 +473,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74
@@ -505,8 +495,7 @@ msgstr "Anonimni"
msgid ""
"Enter a valid 'internal name' consisting of letters, numbers, and "
"underscores."
msgstr ""
"Unesite važeći 'interni naziv' koji se sastoji od slova, brojeva i podčrtava."
msgstr "Unesite važeći 'interni naziv' koji se sastoji od slova, brojeva i podčrtava."
#: views.py:39
msgid "About"

View File

@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/"
"da/)\n"
"Language: da\n"
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -170,8 +169,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -286,7 +285,8 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr ""
#: settings.py:31
@@ -322,14 +322,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -337,10 +337,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -358,10 +359,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -405,8 +406,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -448,8 +449,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -470,17 +471,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Berny <berny@bernhard-marx.de>, 2015-2016
# Jesaja Everling <jeverling@gmail.com>, 2017
@@ -13,14 +13,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-"
"edms/language/de_DE/)\n"
"Language: de_DE\n"
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -175,8 +174,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -291,15 +290,13 @@ msgstr "Protokollierung für alle Apps automatisch freischalten."
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
msgstr ""
"Zeit für die Verzögerung von Hintergrundaufgaben, die für ihre Fortsetzung "
"auf einen Datenbankcommit warten."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "Zeit für die Verzögerung von Hintergrundaufgaben, die für ihre Fortsetzung auf einen Datenbankcommit warten."
#: settings.py:31
msgid "An integer specifying how many objects should be displayed per page."
msgstr ""
"Eine Ganzzahl, die die Anzahl der angezeigten Datensätze pro Seite angibt."
msgstr "Eine Ganzzahl, die die Anzahl der angezeigten Datensätze pro Seite angibt."
#: settings.py:38
msgid "Enable error logging outside of the system error logging capabilities."
@@ -321,9 +318,7 @@ msgstr "Datenbackend, das alle Worker benutzen können, um Dateien zu teilen"
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files."
msgstr ""
"Temporäres Verzeichnis zum systemweiten Speichern von Thumbnails, Vorschauen "
"und temporären Dateien. "
msgstr "Temporäres Verzeichnis zum systemweiten Speichern von Thumbnails, Vorschauen und temporären Dateien. "
#: settings.py:75
msgid "Django"
@@ -332,14 +327,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -347,10 +342,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -368,10 +364,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -415,8 +411,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -458,8 +454,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -480,17 +476,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# jmcainzos <jmcainzos@vodafone.es>, 2014
# jmcainzos <jmcainzos@vodafone.es>, 2015
@@ -12,14 +12,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/"
"language/es/)\n"
"Language: es\n"
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -31,10 +30,8 @@ msgid "Available attributes: \n"
msgstr "Atributos disponibles:\n"
#: classes.py:254
#, fuzzy
#| msgid "Available attributes: \n"
msgid "Available fields: \n"
msgstr "Atributos disponibles:\n"
msgstr ""
#: dashboards.py:7
msgid "Main"
@@ -155,9 +152,7 @@ msgstr "Herramientas"
msgid ""
"Your database backend is set to use SQLite. SQLite should only be used for "
"development and testing, not for production."
msgstr ""
"El backend de su base de datos está configurado para usar SQLite. SQLite "
"solo debe usarse para desarrollo y pruebas, no para producción."
msgstr "El backend de su base de datos está configurado para usar SQLite. SQLite solo debe usarse para desarrollo y pruebas, no para producción."
#: literals.py:18
msgid "Days"
@@ -178,15 +173,15 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
msgstr ""
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr "La base de datos desde la que se exportarán los datos. Si se omite, se usará la base de datos denominada \"default\"."
#: management/commands/convertdb.py:42
msgid ""
"The database to which data will be imported. If omitted the database named "
"\"default\" will be used."
msgstr ""
msgstr "La base de datos a la que se importarán los datos. Si se omite, se usará la base de datos denominada \"default\"."
#: management/commands/convertdb.py:49
msgid ""
@@ -282,7 +277,7 @@ msgstr "Por defecto"
#: queues.py:12
msgid "Common periodic"
msgstr "Común periódico "
msgstr "Común periódico"
#: queues.py:16
msgid "Delete stale uploads"
@@ -294,71 +289,64 @@ msgstr "Activar bitácoras automáticamente a todas las aplicaciones."
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
msgstr ""
"Tiempo para retrasar las tareas de fondo que dependen de la propagación de "
"información en la base de datos."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "Tiempo para retrasar las tareas de fondo que dependen de la propagación de información en la base de datos."
#: settings.py:31
msgid "An integer specifying how many objects should be displayed per page."
msgstr ""
"Un número entero que especifica cuántos objetos se debe mostrar por página."
msgstr "Un número entero que especifica cuántos objetos se debe mostrar por página."
#: settings.py:38
msgid "Enable error logging outside of the system error logging capabilities."
msgstr ""
msgstr "Habilite el registro de errores fuera de las capacidades de registro de errores del sistema."
#: settings.py:45
msgid "Path to the logfile that will track errors during production."
msgstr ""
"Ruta de acceso al archivo de registro que rastreará errores durante la "
"producción."
msgstr "Ruta de acceso al archivo de registro que rastreará errores durante la producción."
#: settings.py:52
msgid "Name to be displayed in the main menu."
msgstr ""
msgstr "Nombre que se mostrará en el menú principal."
#: settings.py:58
msgid "A storage backend that all workers can use to share files."
msgstr ""
"Un soporte de almacenamiento que todos los 'workers' puedan utilizar para "
"compartir archivos."
msgstr "Un soporte de almacenamiento que todos los 'workers' puedan utilizar para compartir archivos."
#: settings.py:69
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files."
msgstr ""
"Directorio temporero utilizado en todo el sitio para almacenar imágenes en "
"miniatura, visualizaciones y archivos temporeros."
msgstr "Directorio temporero utilizado en todo el sitio para almacenar imágenes en miniatura, visualizaciones y archivos temporeros."
#: settings.py:75
msgid "Django"
msgstr ""
msgstr "Django"
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
msgstr "Una lista de cadenas que representan los nombres de host / dominio que este sitio puede servir. Esta es una medida de seguridad para evitar los ataques de encabezado HTTP Host, que son posibles incluso bajo muchas configuraciones de servidor web aparentemente seguras. Los valores en esta lista pueden ser nombres totalmente calificados (por ejemplo, 'www.ejemplo.com'), en cuyo caso se compararán exactamente con el encabezado Host de la solicitud (no distingue entre mayúsculas y minúsculas, sin incluir el puerto). Un valor que comienza con un punto se puede usar como un comodín de subdominio: '.example.com' coincidirá con example.com, www.example.com y cualquier otro subdominio de example.com. Un valor de '*' coincidirá con cualquier cosa; en este caso, usted es responsable de proporcionar su propia validación del encabezado de host (quizás en un middleware, si es así, este middleware debe aparecer primero en MIDDLEWARE)."
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
msgstr ""
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr "Cuando se establece en True, si la URL de solicitud no coincide con ninguno de los patrones en el URLconf y no termina en una barra inclinada, se emite un redireccionamiento HTTP a la misma URL con una barra inclinada. Tenga en cuenta que la redirección puede hacer que se pierdan los datos enviados en una solicitud POST. La configuración APPEND_SLASH solo se usa si está instalado CommonMiddleware (ver Middleware). Ver también PREPEND_WWW."
#: settings.py:110
msgid ""
@@ -367,7 +355,7 @@ msgid ""
"dictionary containing the options for an individual database. The DATABASES "
"setting must configure a default database; any number of additional "
"databases may also be specified."
msgstr ""
msgstr "Un diccionario que contiene la configuración de todas las bases de datos que se utilizarán con Django. Es un diccionario anidado cuyos contenidos asignan un alias de base de datos a un diccionario que contiene las opciones para una base de datos individual. La configuración DATABASES debe configurar una base de datos predeterminada; también se puede especificar cualquier cantidad de bases de datos adicionales."
#: settings.py:122
msgid ""
@@ -375,14 +363,14 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
msgstr ""
msgstr "Valor predeterminado: 2621440 (es decir, 2,5 MB). El tamaño máximo en bytes que puede ser un cuerpo de solicitud antes de que se genere una Operación Sospechosa (RequestDataTooBig). La comprobación se realiza al acceder a request.body o request.POST y se calcula con respecto al tamaño total de la solicitud, excluyendo cualquier archivo de carga de datos. Puede configurar esto en Ninguno para desactivar la verificación. Las aplicaciones que se espera que reciban publicaciones de forma inusualmente grande deben ajustar esta configuración. La cantidad de datos de solicitud se correlaciona con la cantidad de memoria necesaria para procesar la solicitud y llenar los diccionarios GET y POST. Las solicitudes grandes podrían usarse como un vector de ataque de denegación de servicio si no se seleccionan. Dado que los servidores web normalmente no realizan una inspección profunda de solicitudes, no es posible realizar una comprobación similar en ese nivel. Ver también FILE_UPLOAD_MAX_MEMORY_SIZE."
#: settings.py:142
msgid ""
@@ -390,17 +378,17 @@ msgid ""
"representing User-Agent strings that are not allowed to visit any page, "
"systemwide. Use this for bad robots/crawlers. This is only used if "
"CommonMiddleware is installed (see Middleware)."
msgstr ""
msgstr "Valor predeterminado: [] (lista vacía). Lista de objetos de expresiones regulares compilados que representan cadenas de User-Agent que no pueden visitar ninguna página, en todo el sistema. Úselo para robots / rastreadores malos. Esto solo se usa si CommonMiddleware está instalado (ver Middleware)."
#: settings.py:153
msgid ""
"Default: 'django.core.mail.backends.smtp.EmailBackend'. The backend to use "
"for sending emails."
msgstr ""
msgstr "Valor predeterminado: 'django.core.mail.backends.smtp.EmailBackend'. El backend para usar para enviar correos electrónicos."
#: settings.py:161
msgid "Default: 'localhost'. The host to use for sending email."
msgstr ""
msgstr "Valor predeterminado: 'localhost'. El host que se usará para enviar correos electrónicos."
#: settings.py:168
msgid ""
@@ -408,25 +396,25 @@ msgid ""
"EMAIL_HOST. This setting is used in conjunction with EMAIL_HOST_USER when "
"authenticating to the SMTP server. If either of these settings is empty, "
"Django won't attempt authentication."
msgstr ""
msgstr "Valor predeterminado: '' (cadena vacía). Contraseña para usar para el servidor SMTP definido en EMAIL_HOST. Esta configuración se usa junto con EMAIL_HOST_USER al autenticarse en el servidor SMTP. Si cualquiera de estas configuraciones está vacía, Django no intentará la autenticación."
#: settings.py:179
msgid ""
"Default: '' (Empty string). Username to use for the SMTP server defined in "
"EMAIL_HOST. If empty, Django won't attempt authentication."
msgstr ""
msgstr "Valor predeterminado: '' (cadena vacía). Nombre de usuario a usar para el servidor SMTP definido en EMAIL_HOST. Si está vacío, Django no intentará la autenticación."
#: settings.py:188
msgid "Default: 25. Port to use for the SMTP server defined in EMAIL_HOST."
msgstr ""
msgstr "Valor predeterminado: 25. Puerto para usar para el servidor SMTP definido en EMAIL_HOST."
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
msgstr "Predeterminado: Falso. Si se debe usar una conexión TLS (segura) cuando se habla con el servidor SMTP. Esto se usa para conexiones explícitas de TLS, generalmente en el puerto 587. Si experimenta conexiones suspendidas, consulte la configuración de TLS implícita EMAIL_USE_SSL."
#: settings.py:205
msgid ""
@@ -436,24 +424,24 @@ msgid ""
"are experiencing problems, see the explicit TLS setting EMAIL_USE_TLS. Note "
"that EMAIL_USE_TLS/EMAIL_USE_SSL are mutually exclusive, so only set one of "
"those settings to True."
msgstr ""
msgstr "Predeterminado: Falso. Si se debe usar una conexión TLS (segura) implícita al hablar con el servidor SMTP. En la mayoría de la documentación de correo electrónico, este tipo de conexión TLS se conoce como SSL. Generalmente se usa en el puerto 465. Si tiene problemas, consulte la configuración de TLS explícita EMAIL_USE_TLS. Tenga en cuenta que EMAIL_USE_TLS / EMAIL_USE_SSL son mutuamente excluyentes, por lo que solo debe establecer una de esas configuraciones en True."
#: settings.py:217
msgid ""
"Default: None. Specifies a timeout in seconds for blocking operations like "
"the connection attempt."
msgstr ""
msgstr "Predeterminado: ninguno Especifica un tiempo de espera en segundos para operaciones de bloqueo como el intento de conexión."
#: settings.py:225
msgid ""
"Default: 2621440 (i.e. 2.5 MB). The maximum size (in bytes) that an upload "
"will be before it gets streamed to the file system. See Managing files for "
"details. See also DATA_UPLOAD_MAX_MEMORY_SIZE."
msgstr ""
msgstr "Valor predeterminado: 2621440 (es decir, 2,5 MB). El tamaño máximo (en bytes) que una carga será antes de que se transmita al sistema de archivos. Consulte Administración de archivos para más detalles. Ver también DATA_UPLOAD_MAX_MEMORY_SIZE."
#: settings.py:236
msgid "Name of the view attached to the branch anchor in the main menu."
msgstr ""
msgstr "Nombre de la vista adjunta al anclaje de rama en el menú principal."
#: settings.py:243
msgid ""
@@ -465,12 +453,12 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
msgstr ""
msgstr "Valor predeterminado: '/ accounts / login /' La URL donde las solicitudes se redireccionan para iniciar sesión, especialmente cuando se utiliza el decodificador login_required (). Esta configuración también acepta patrones de URL nombrados que se pueden usar para reducir la duplicación de configuración, ya que no tiene que definir la URL en dos lugares (configuración y URLconf)."
#: settings.py:265
msgid ""
@@ -479,26 +467,27 @@ msgid ""
"by the login_required() decorator, for example. This setting also accepts "
"named URL patterns which can be used to reduce configuration duplication "
"since you don't have to define the URL in two places (settings and URLconf)."
msgstr ""
msgstr "Valor predeterminado: '/ accounts / profile /' La URL donde las solicitudes se redirigen después del inicio de sesión cuando la vista contrib.auth.login no obtiene el siguiente parámetro. Esto es usado por el decorador login_required (), por ejemplo. Esta configuración también acepta patrones de URL nombrados que se pueden usar para reducir la duplicación de configuración, ya que no tiene que definir la URL en dos lugares (configuración y URLconf)."
#: settings.py:274
msgid "Celery"
msgstr ""
msgstr "Apio"
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
msgstr "Valor predeterminado: \"amqp: //\". URL del intermediario predeterminado Debe ser una URL en forma de: transporte: // ID de usuario: contraseña @ nombre de host: puerto / virtual_host Solo se requiere la parte de esquema (transporte: //), el resto es opcional y se predetermina a los valores predeterminados de transporte específico."
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
msgstr ""
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr "Predeterminado: sin back-end de resultados habilitado por defecto. El backend utilizado para almacenar resultados de tareas (lápidas). Consulte http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-backend"
#: utils.py:74
msgid "Anonymous"
@@ -508,9 +497,7 @@ msgstr "Anónimo"
msgid ""
"Enter a valid 'internal name' consisting of letters, numbers, and "
"underscores."
msgstr ""
"Introduzca un nombre interno válido que conste de letras, números y "
"subrayados."
msgstr "Introduzca un nombre interno válido que conste de letras, números y subrayados."
#: views.py:39
msgid "About"
@@ -523,7 +510,7 @@ msgstr "La versión que está utilizando está obsoleta. La última versión es
#: views.py:56
msgid "It is not possible to determine the latest version available."
msgstr ""
msgstr "No es posible determinar la última versión disponible."
#: views.py:60
msgid "Your version is up-to-date."
@@ -569,13 +556,13 @@ msgstr "Entradas del registro de errores para: %s"
#: views.py:260
msgid "No setup options available."
msgstr ""
msgstr "No hay opciones de configuración disponibles."
#: views.py:262
msgid ""
"No results here means that don't have the required permissions to perform "
"administrative task."
msgstr ""
msgstr "Ningún resultado aquí significa que no tiene los permisos necesarios para realizar tareas administrativas."
#: views.py:266
msgid "Setup items"

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Mehdi Amani <MehdiAmani@toorintan.com>, 2017
# Mohammad Dashtizadeh <mohammad@dashtizadeh.net>, 2013
@@ -10,14 +10,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/"
"language/fa/)\n"
"Language: fa\n"
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fa\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -29,10 +28,8 @@ msgid "Available attributes: \n"
msgstr "ویژگی های موجود:\n"
#: classes.py:254
#, fuzzy
#| msgid "Available attributes: \n"
msgid "Available fields: \n"
msgstr "ویژگی های موجود:\n"
msgstr ""
#: dashboards.py:7
msgid "Main"
@@ -174,8 +171,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -290,10 +287,9 @@ msgstr "به طور خودکار ورود به سیستم را به تمام ب
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
msgstr ""
"زمان برای به تاخیر انداختن وظایف پس زمینه که به پایگاه داده متعهد به انتشار "
"است."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "زمان برای به تاخیر انداختن وظایف پس زمینه که به پایگاه داده متعهد به انتشار است."
#: settings.py:31
msgid "An integer specifying how many objects should be displayed per page."
@@ -319,9 +315,7 @@ msgstr "محلی که کلیه کاربران جهت به اشتراک گذار
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files."
msgstr ""
"دایرکتوری موقت از سایت گسترده برای ذخیره ریز عکسها، پیش نمایش ها و فایل های "
"موقت استفاده می کند."
msgstr "دایرکتوری موقت از سایت گسترده برای ذخیره ریز عکسها، پیش نمایش ها و فایل های موقت استفاده می کند."
#: settings.py:75
msgid "Django"
@@ -330,14 +324,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -345,10 +339,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -366,10 +361,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -413,8 +408,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -456,8 +451,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -478,17 +473,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016-2018
# Franck Boucher <boucher.fk@gmail.com>, 2016
@@ -16,14 +16,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"Last-Translator: Thierry Schott <DarkDare@users.noreply.github.com>\n"
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/"
"fr/)\n"
"Language: fr\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -35,10 +34,8 @@ msgid "Available attributes: \n"
msgstr "Attributs disponibles: \n"
#: classes.py:254
#, fuzzy
#| msgid "Available attributes: \n"
msgid "Available fields: \n"
msgstr "Attributs disponibles: \n"
msgstr ""
#: dashboards.py:7
msgid "Main"
@@ -159,10 +156,7 @@ msgstr "Outils"
msgid ""
"Your database backend is set to use SQLite. SQLite should only be used for "
"development and testing, not for production."
msgstr ""
"Votre serveur de base de données est configuré pour utiliser SQLite. SQLite "
"ne devrait être utilisé qu'à des fins de développement et de test, pas en "
"production."
msgstr "Votre serveur de base de données est configuré pour utiliser SQLite. SQLite ne devrait être utilisé qu'à des fins de développement et de test, pas en production."
#: literals.py:18
msgid "Days"
@@ -183,8 +177,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -299,27 +293,21 @@ msgstr "Activation automatique de la trace pour toutes les applications."
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
msgstr ""
"Durée de temporisation des tâches d'arrière plan dépendant d'une mise à jour "
"de la base de données."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "Durée de temporisation des tâches d'arrière plan dépendant d'une mise à jour de la base de données."
#: settings.py:31
msgid "An integer specifying how many objects should be displayed per page."
msgstr ""
"Valeur entière indiquant combien d'objets sont affichés sur chaque page."
msgstr "Valeur entière indiquant combien d'objets sont affichés sur chaque page."
#: settings.py:38
msgid "Enable error logging outside of the system error logging capabilities."
msgstr ""
"Activer la journalisation des erreurs en dehors des capacités de "
"journalisation du système d'erreur."
msgstr "Activer la journalisation des erreurs en dehors des capacités de journalisation du système d'erreur."
#: settings.py:45
msgid "Path to the logfile that will track errors during production."
msgstr ""
"Chemin d'accès au fichier journal qui enregistrera les erreurs pendant la "
"production."
msgstr "Chemin d'accès au fichier journal qui enregistrera les erreurs pendant la production."
#: settings.py:52
msgid "Name to be displayed in the main menu."
@@ -327,17 +315,13 @@ msgstr ""
#: settings.py:58
msgid "A storage backend that all workers can use to share files."
msgstr ""
"Un espace de stockage que tous les agents pourront utiliser pour partager "
"des fichiers."
msgstr "Un espace de stockage que tous les agents pourront utiliser pour partager des fichiers."
#: settings.py:69
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files."
msgstr ""
"Répertoire temporaire utilisé pour stocker les vignettes, aperçus et "
"fichiers temporaires."
msgstr "Répertoire temporaire utilisé pour stocker les vignettes, aperçus et fichiers temporaires."
#: settings.py:75
msgid "Django"
@@ -346,14 +330,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -361,10 +345,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -382,10 +367,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -429,8 +414,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -472,8 +457,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -494,17 +479,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74
@@ -515,9 +501,7 @@ msgstr "Anonyme"
msgid ""
"Enter a valid 'internal name' consisting of letters, numbers, and "
"underscores."
msgstr ""
"Entrez un 'nom interne' valide composé de lettres, de chiffres et de "
"soulignement."
msgstr "Entrez un 'nom interne' valide composé de lettres, de chiffres et de soulignement."
#: views.py:39
msgid "About"
@@ -563,8 +547,7 @@ msgstr "Effacer les entrées du journal des erreurs pour : %s"
#: views.py:192
msgid "Object error log cleared successfully"
msgstr ""
"Les entrées concernées du journal des erreurs ont été effacées avec succès"
msgstr "Les entrées concernées du journal des erreurs ont été effacées avec succès"
#: views.py:210
msgid "Date and time"

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# molnars <szabolcs.molnar@gmail.com>, 2017
msgid ""
@@ -9,14 +9,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/"
"language/hu/)\n"
"Language: hu\n"
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -28,10 +27,8 @@ msgid "Available attributes: \n"
msgstr "Rendelkezésre álló paraméterek:\n"
#: classes.py:254
#, fuzzy
#| msgid "Available attributes: \n"
msgid "Available fields: \n"
msgstr "Rendelkezésre álló paraméterek:\n"
msgstr ""
#: dashboards.py:7
msgid "Main"
@@ -173,8 +170,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -289,7 +286,8 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr ""
#: settings.py:31
@@ -325,14 +323,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -340,10 +338,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -361,10 +360,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -408,8 +407,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -451,8 +450,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -473,17 +472,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"Last-Translator: Dzikri Hakim <dzikers@gmail.com>\n"
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/"
"language/id/)\n"
"Language: id\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -170,8 +169,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -286,7 +285,8 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr ""
#: settings.py:31
@@ -322,14 +322,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -337,10 +337,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -358,10 +359,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -405,8 +406,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -448,8 +449,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -470,17 +471,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Carlo Zanatto <>, 2012
# Giovanni Tricarico <gtricarico92@gmail.com>, 2014
@@ -13,14 +13,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/"
"language/it/)\n"
"Language: it\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -32,10 +31,8 @@ msgid "Available attributes: \n"
msgstr "Attributi disponibili:\n"
#: classes.py:254
#, fuzzy
#| msgid "Available attributes: \n"
msgid "Available fields: \n"
msgstr "Attributi disponibili:\n"
msgstr ""
#: dashboards.py:7
msgid "Main"
@@ -177,8 +174,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -293,15 +290,13 @@ msgstr "Abilita automaticamente i log per tutte le app."
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
msgstr ""
"Il ritardo per i task in background dipende dalla propagazione del commit su "
"database."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "Il ritardo per i task in background dipende dalla propagazione del commit su database."
#: settings.py:31
msgid "An integer specifying how many objects should be displayed per page."
msgstr ""
"Un intero che specifica quanti oggetti devono essere visualizzati per pagina."
msgstr "Un intero che specifica quanti oggetti devono essere visualizzati per pagina."
#: settings.py:38
msgid "Enable error logging outside of the system error logging capabilities."
@@ -317,17 +312,13 @@ msgstr ""
#: settings.py:58
msgid "A storage backend that all workers can use to share files."
msgstr ""
"Un backend di memorizzazione che tutti i lavoratori possono utilizzare per "
"condividere i file."
msgstr "Un backend di memorizzazione che tutti i lavoratori possono utilizzare per condividere i file."
#: settings.py:69
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files."
msgstr ""
"Directory temporanea utilizzata in tutto il sito per memorizzare, miniature, "
"anteprime e files temporanei"
msgstr "Directory temporanea utilizzata in tutto il sito per memorizzare, miniature, anteprime e files temporanei"
#: settings.py:75
msgid "Django"
@@ -336,14 +327,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -351,10 +342,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -372,10 +364,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -419,8 +411,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -462,8 +454,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -484,17 +476,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74
@@ -505,8 +498,7 @@ msgstr "Anonimo"
msgid ""
"Enter a valid 'internal name' consisting of letters, numbers, and "
"underscores."
msgstr ""
"Inserisci un 'internal name' valido composto da lettere, numeri e underscore."
msgstr "Inserisci un 'internal name' valido composto da lettere, numeri e underscore."
#: views.py:39
msgid "About"

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2016
# Johan Braeken, 2017
@@ -11,14 +11,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"Last-Translator: Justin Albstbstmeijer <justin@albstmeijer.nl>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-"
"edms/language/nl_NL/)\n"
"Language: nl_NL\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -173,8 +172,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -289,16 +288,13 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
msgstr ""
"Wachttijd voor achtergrondtaken die afhankelijk zijn van het verbreiden van "
"een database commit."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "Wachttijd voor achtergrondtaken die afhankelijk zijn van het verbreiden van een database commit."
#: settings.py:31
msgid "An integer specifying how many objects should be displayed per page."
msgstr ""
"Een natuurlijk getal om aan te geven hoeveel objecten per pagina weergegeven "
"worden."
msgstr "Een natuurlijk getal om aan te geven hoeveel objecten per pagina weergegeven worden."
#: settings.py:38
msgid "Enable error logging outside of the system error logging capabilities."
@@ -314,16 +310,13 @@ msgstr ""
#: settings.py:58
msgid "A storage backend that all workers can use to share files."
msgstr ""
"Een opslagbackend die alle werkers kunnen gebruiken om bestanden te delen."
msgstr "Een opslagbackend die alle werkers kunnen gebruiken om bestanden te delen."
#: settings.py:69
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files."
msgstr ""
"Globale instelling voor een tijdelijke folder om miniaturen, voorvertoningen "
"en tijdelijke bestanden in op te slaan."
msgstr "Globale instelling voor een tijdelijke folder om miniaturen, voorvertoningen en tijdelijke bestanden in op te slaan."
#: settings.py:75
msgid "Django"
@@ -332,14 +325,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -347,10 +340,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -368,10 +362,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -415,8 +409,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -458,8 +452,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -480,17 +474,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Annunnaky <doublemiu@gmail.com>, 2015
# Daniel Winiarski <daniel.winiarski.dw@gmail.com>, 2017
@@ -15,17 +15,14 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/"
"pl/)\n"
"Language: pl\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
msgid "Common"
@@ -36,10 +33,8 @@ msgid "Available attributes: \n"
msgstr "Dostępne atrybuty: \n"
#: classes.py:254
#, fuzzy
#| msgid "Available attributes: \n"
msgid "Available fields: \n"
msgstr "Dostępne atrybuty: \n"
msgstr ""
#: dashboards.py:7
msgid "Main"
@@ -181,8 +176,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -297,7 +292,8 @@ msgstr "Włącz dla wszystkich aplikacji automatyczny zapis zdarzeń."
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "Czas opóźnienia wykonania zadań zależnych od operacji na bazie danych."
#: settings.py:31
@@ -318,17 +314,13 @@ msgstr ""
#: settings.py:58
msgid "A storage backend that all workers can use to share files."
msgstr ""
"Backend przechowywania umożliwiający wszystkim użytkownikom udostępnianie "
"plików."
msgstr "Backend przechowywania umożliwiający wszystkim użytkownikom udostępnianie plików."
#: settings.py:69
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files."
msgstr ""
"Katalog tymczasowy używany jest ogólnie do przechowywania miniaturek, plików "
"poglądowych i plików tymczasowych."
msgstr "Katalog tymczasowy używany jest ogólnie do przechowywania miniaturek, plików poglądowych i plików tymczasowych."
#: settings.py:75
msgid "Django"
@@ -337,14 +329,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -352,10 +344,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -373,10 +366,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -420,8 +413,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -463,8 +456,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -485,17 +478,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74
@@ -506,8 +500,7 @@ msgstr "Anonimowy"
msgid ""
"Enter a valid 'internal name' consisting of letters, numbers, and "
"underscores."
msgstr ""
"Podaj prawidłową 'internal name' składającą się z liter, liczb i podkreśleń."
msgstr "Podaj prawidłową 'internal name' składającą się z liter, liczb i podkreśleń."
#: views.py:39
msgid "About"

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Emerson Soares <on.emersonsoares@gmail.com>, 2011
# Roberto Rosario, 2012
@@ -11,14 +11,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/"
"language/pt/)\n"
"Language: pt\n"
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -173,8 +172,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -289,7 +288,8 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr ""
#: settings.py:31
@@ -325,14 +325,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -340,10 +340,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -361,10 +362,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -408,8 +409,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -451,8 +452,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -473,17 +474,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Aline Freitas <aline@alinefreitas.com.br>, 2016
# Emerson Soares <on.emersonsoares@gmail.com>, 2011
@@ -13,14 +13,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-"
"edms/language/pt_BR/)\n"
"Language: pt_BR\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -175,8 +174,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -291,15 +290,13 @@ msgstr "Ativar automaticamente o registro de todos os aplicativos."
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
msgstr ""
"Tempo para atrasar as tarefas de fundo que dependem da propagação de "
"informação na base de dados."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "Tempo para atrasar as tarefas de fundo que dependem da propagação de informação na base de dados."
#: settings.py:31
msgid "An integer specifying how many objects should be displayed per page."
msgstr ""
"Um número inteiro que especifica quantos objetos se deve mostrar por página."
msgstr "Um número inteiro que especifica quantos objetos se deve mostrar por página."
#: settings.py:38
msgid "Enable error logging outside of the system error logging capabilities."
@@ -315,17 +312,13 @@ msgstr ""
#: settings.py:58
msgid "A storage backend that all workers can use to share files."
msgstr ""
"Um suporte de armazenamento que todos os trabalhadores podem usar para "
"compartilhar arquivos."
msgstr "Um suporte de armazenamento que todos os trabalhadores podem usar para compartilhar arquivos."
#: settings.py:69
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files."
msgstr ""
"Pasta temporária utilizada em todo o site para armazenar imagens em "
"miniatura, visualizações e arquivos temporários."
msgstr "Pasta temporária utilizada em todo o site para armazenar imagens em miniatura, visualizações e arquivos temporários."
#: settings.py:75
msgid "Django"
@@ -334,14 +327,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -349,10 +342,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -370,10 +364,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -417,8 +411,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -460,8 +454,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -482,17 +476,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Badea Gabriel <gcbadea@gmail.com>, 2013
msgid ""
@@ -9,16 +9,14 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"Last-Translator: Stefaniu Criste <gupi@hangar.ro>\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-"
"edms/language/ro_RO/)\n"
"Language: ro_RO\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\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%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
"Language: ro_RO\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
msgid "Common"
@@ -172,8 +170,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -288,7 +286,8 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr ""
#: settings.py:31
@@ -324,14 +323,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -339,10 +338,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -360,10 +360,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -407,8 +407,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -450,8 +450,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -472,17 +472,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,25 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# mizhgan <i@mizhgan.ru>, 2018
# lilo.panic, 2016
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"Last-Translator: lilo.panic\n"
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/"
"language/ru/)\n"
"Language: ru\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
"Language: ru\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
msgid "Common"
@@ -27,7 +25,7 @@ msgstr "Общий"
#: classes.py:214
msgid "Available attributes: \n"
msgstr ""
msgstr "Доступные атрибуты:\n"
#: classes.py:254
msgid "Available fields: \n"
@@ -86,11 +84,11 @@ msgstr "%(object)s успешно обновлён."
#: links.py:40
msgid "About this"
msgstr ""
msgstr "Информация"
#: links.py:43 views.py:63
msgid "Check for updates"
msgstr ""
msgstr "Проверить обновления"
#: links.py:47
msgid "User details"
@@ -110,19 +108,19 @@ msgstr "Редактировать локаль"
#: links.py:66
msgid "Documentation"
msgstr ""
msgstr "Документация"
#: links.py:70 links.py:81
msgid "Errors"
msgstr ""
msgstr "Ошибки"
#: links.py:75
msgid "Clear all"
msgstr ""
msgstr "Очистить все"
#: links.py:85
msgid "Forum"
msgstr ""
msgstr "Форум"
#: links.py:89 views.py:166
msgid "License"
@@ -138,11 +136,11 @@ msgstr "Настройки"
#: links.py:99
msgid "Source code"
msgstr ""
msgstr "Исходные коды"
#: links.py:103
msgid "Support"
msgstr ""
msgstr "Поддержка"
#: links.py:107 queues.py:10 views.py:284
msgid "Tools"
@@ -152,7 +150,7 @@ msgstr "Инструменты"
msgid ""
"Your database backend is set to use SQLite. SQLite should only be used for "
"development and testing, not for production."
msgstr ""
msgstr "В качестве базы данных задан SQLite. SQLite не должен использоваться в рабочем окружении, только для разработки и тестирования!"
#: literals.py:18
msgid "Days"
@@ -173,15 +171,15 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
msgstr ""
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr "База данных из которой данные будет экспортированы. Будет использована база данных с именем \"default\" если оставить пустым."
#: management/commands/convertdb.py:42
msgid ""
"The database to which data will be imported. If omitted the database named "
"\"default\" will be used."
msgstr ""
msgstr "База данных в которую данные будут импортированы. Будет использована база данных с именем \"default\" если оставить пустым."
#: management/commands/convertdb.py:49
msgid ""
@@ -285,22 +283,17 @@ msgstr ""
#: settings.py:17
msgid "Automatically enable logging to all apps."
msgstr ""
"Автоматически разрешать всем установленным приложениям делать записи в "
"журнале."
msgstr "Автоматически разрешать всем установленным приложениям делать записи в журнале."
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
msgstr ""
"Время задержки фоновых задач зависящих от процесса распространения "
"записанных в БД данных."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "Время задержки фоновых задач зависящих от процесса распространения записанных в БД данных."
#: settings.py:31
msgid "An integer specifying how many objects should be displayed per page."
msgstr ""
"Числовое значение указывающее как много объектов может быть отображено на "
"одной странице."
msgstr "Числовое значение указывающее как много объектов может быть отображено на одной странице."
#: settings.py:38
msgid "Enable error logging outside of the system error logging capabilities."
@@ -316,8 +309,7 @@ msgstr ""
#: settings.py:58
msgid "A storage backend that all workers can use to share files."
msgstr ""
"Бекенд хранения, который каждый может использовать для хранения файлов."
msgstr "Бекенд хранения, который каждый может использовать для хранения файлов."
#: settings.py:69
msgid ""
@@ -332,14 +324,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -347,10 +339,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -368,10 +361,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -415,8 +408,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -458,8 +451,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -480,17 +473,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74
@@ -538,7 +532,7 @@ msgstr "Редактировать настройки локали текуще
#: views.py:157
msgid "Dashboard"
msgstr ""
msgstr "Панель управления"
#: views.py:175
#, python-format

View File

@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"Last-Translator: kontrabant <kontrabant@gmail.com>\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-"
"edms/language/sl_SI/)\n"
"Language: sl_SI\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
"Language: sl_SI\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
msgid "Common"
@@ -171,8 +169,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -287,7 +285,8 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr ""
#: settings.py:31
@@ -323,14 +322,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -338,10 +337,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -359,10 +359,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -406,8 +406,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -449,8 +449,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -471,17 +471,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Nurgül Özkan <nurgulozkan@hotmail.com>, 2017
# serhatcan77 <serhat_can@yahoo.com>, 2017
@@ -10,14 +10,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"Last-Translator: serhatcan77 <serhat_can@yahoo.com>\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-"
"edms/language/tr_TR/)\n"
"Language: tr_TR\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tr_TR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -29,10 +28,8 @@ msgid "Available attributes: \n"
msgstr "Kullanılabilir özellikler:\n"
#: classes.py:254
#, fuzzy
#| msgid "Available attributes: \n"
msgid "Available fields: \n"
msgstr "Kullanılabilir özellikler:\n"
msgstr ""
#: dashboards.py:7
msgid "Main"
@@ -174,8 +171,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -290,15 +287,13 @@ msgstr "Tüm uygulamalara günlük kaydını otomatik olarak etkinleştirin."
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
msgstr ""
"Veritabanına bağımlı arka plan görevlerini geciktirme zamanını oluşturmak "
"için kullanılır."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr "Veritabanına bağımlı arka plan görevlerini geciktirme zamanını oluşturmak için kullanılır."
#: settings.py:31
msgid "An integer specifying how many objects should be displayed per page."
msgstr ""
"Sayfa başına kaç tane nesnenin görüntüleneceğini belirten bir tam sayı."
msgstr "Sayfa başına kaç tane nesnenin görüntüleneceğini belirten bir tam sayı."
#: settings.py:38
msgid "Enable error logging outside of the system error logging capabilities."
@@ -314,16 +309,13 @@ msgstr ""
#: settings.py:58
msgid "A storage backend that all workers can use to share files."
msgstr ""
"Tüm çalışanların dosyaları paylaşmak için kullanabileceği bir depolama alanı."
msgstr "Tüm çalışanların dosyaları paylaşmak için kullanabileceği bir depolama alanı."
#: settings.py:69
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files."
msgstr ""
"Geçici dizin, küçük resimleri, önizlemeleri ve geçici dosyaları saklamak "
"için site genelinde kullanılır."
msgstr "Geçici dizin, küçük resimleri, önizlemeleri ve geçici dosyaları saklamak için site genelinde kullanılır."
#: settings.py:75
msgid "Django"
@@ -332,14 +324,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -347,10 +339,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -368,10 +361,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -415,8 +408,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -458,8 +451,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -480,17 +473,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74
@@ -501,8 +495,7 @@ msgstr "Anonim"
msgid ""
"Enter a valid 'internal name' consisting of letters, numbers, and "
"underscores."
msgstr ""
"Harfler, rakamlar ve alt çizgilerden oluşan geçerli bir 'dahili ad' girin."
msgstr "Harfler, rakamlar ve alt çizgilerden oluşan geçerli bir 'dahili ad' girin."
#: views.py:39
msgid "About"

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Trung Phan Minh <navmobile@gmail.com>, 2013
msgid ""
@@ -9,14 +9,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/"
"mayan-edms/language/vi_VN/)\n"
"Language: vi_VN\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: vi_VN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -171,8 +170,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -287,7 +286,8 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr ""
#: settings.py:31
@@ -323,14 +323,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -338,10 +338,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -359,10 +360,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -406,8 +407,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -449,8 +450,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -471,17 +472,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Ford Guo <agile.guo@gmail.com>, 2014
msgid ""
@@ -9,14 +9,13 @@ msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26 22:22-0400\n"
"PO-Revision-Date: 2018-09-12 07:46+0000\n"
"PO-Revision-Date: 2018-09-27 02:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/"
"language/zh_CN/)\n"
"Language: zh_CN\n"
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:85 permissions_runtime.py:7 settings.py:12
@@ -171,8 +170,8 @@ msgstr ""
#: management/commands/convertdb.py:35
msgid ""
"The database from which data will be exported. If omitted the database named "
"\"default\" will be used."
"The database from which data will be exported. If omitted the database named"
" \"default\" will be used."
msgstr ""
#: management/commands/convertdb.py:42
@@ -287,7 +286,8 @@ msgstr ""
#: settings.py:23
msgid ""
"Time to delay background tasks that depend on a database commit to propagate."
"Time to delay background tasks that depend on a database commit to "
"propagate."
msgstr ""
#: settings.py:31
@@ -323,14 +323,14 @@ msgstr ""
#: settings.py:80
msgid ""
"A list of strings representing the host/domain names that this site can "
"serve. This is a security measure to prevent HTTP Host header attacks, which "
"are possible even under many seemingly-safe web server configurations. "
"serve. This is a security measure to prevent HTTP Host header attacks, which"
" are possible even under many seemingly-safe web server configurations. "
"Values in this list can be fully qualified names (e.g. 'www.example.com'), "
"in which case they will be matched against the request's Host header exactly "
"(case-insensitive, not including port). A value beginning with a period can "
"be used as a subdomain wildcard: '.example.com' will match example.com, www."
"example.com, and any other subdomain of example.com. A value of '*' will "
"match anything; in this case you are responsible to provide your own "
"in which case they will be matched against the request's Host header exactly"
" (case-insensitive, not including port). A value beginning with a period can"
" be used as a subdomain wildcard: '.example.com' will match example.com, "
"www.example.com, and any other subdomain of example.com. A value of '*' will"
" match anything; in this case you are responsible to provide your own "
"validation of the Host header (perhaps in a middleware; if so this "
"middleware must be listed first in MIDDLEWARE)."
msgstr ""
@@ -338,10 +338,11 @@ msgstr ""
#: settings.py:98
msgid ""
"When set to True, if the request URL does not match any of the patterns in "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the "
"same URL with a slash appended. Note that the redirect may cause any data "
"the URLconf and it doesn't end in a slash, an HTTP redirect is issued to the"
" same URL with a slash appended. Note that the redirect may cause any data "
"submitted in a POST request to be lost. The APPEND_SLASH setting is only "
"used if CommonMiddleware is installed (see Middleware). See also PREPEND_WWW."
"used if CommonMiddleware is installed (see Middleware). See also "
"PREPEND_WWW."
msgstr ""
#: settings.py:110
@@ -359,10 +360,10 @@ msgid ""
"body may be before a SuspiciousOperation (RequestDataTooBig) is raised. The "
"check is done when accessing request.body or request.POST and is calculated "
"against the total request size excluding any file upload data. You can set "
"this to None to disable the check. Applications that are expected to receive "
"unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and "
"populate the GET and POST dictionaries. Large requests could be used as a "
"this to None to disable the check. Applications that are expected to receive"
" unusually large form posts should tune this setting. The amount of request "
"data is correlated to the amount of memory needed to process the request and"
" populate the GET and POST dictionaries. Large requests could be used as a "
"denial-of-service attack vector if left unchecked. Since web servers don't "
"typically perform deep request inspection, it's not possible to perform a "
"similar check at that level. See also FILE_UPLOAD_MAX_MEMORY_SIZE."
@@ -406,8 +407,8 @@ msgstr ""
#: settings.py:195
msgid ""
"Default: False. Whether to use a TLS (secure) connection when talking to the "
"SMTP server. This is used for explicit TLS connections, generally on port "
"Default: False. Whether to use a TLS (secure) connection when talking to the"
" SMTP server. This is used for explicit TLS connections, generally on port "
"587. If you are experiencing hanging connections, see the implicit TLS "
"setting EMAIL_USE_SSL."
msgstr ""
@@ -449,8 +450,8 @@ msgstr ""
#: settings.py:253
msgid ""
"Default: '/accounts/login/' The URL where requests are redirected for login, "
"especially when using the login_required() decorator. This setting also "
"Default: '/accounts/login/' The URL where requests are redirected for login,"
" especially when using the login_required() decorator. This setting also "
"accepts named URL patterns which can be used to reduce configuration "
"duplication since you don't have to define the URL in two places (settings "
"and URLconf)."
@@ -471,17 +472,18 @@ msgstr ""
#: settings.py:279
msgid ""
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of: "
"transport://userid:password@hostname:port/virtual_host Only the scheme part "
"(transport://) is required, the rest is optional, and defaults to the "
"Default: \"amqp://\". Default broker URL. This must be a URL in the form of:"
" transport://userid:password@hostname:port/virtual_host Only the scheme part"
" (transport://) is required, the rest is optional, and defaults to the "
"specific transports default values."
msgstr ""
#: settings.py:289
msgid ""
"Default: No result backend enabled by default. The backend used to store "
"task results (tombstones). Refer to http://docs.celeryproject.org/en/v4.1.0/"
"userguide/configuration.html#result-backend"
"task results (tombstones). Refer to "
"http://docs.celeryproject.org/en/v4.1.0/userguide/configuration.html#result-"
"backend"
msgstr ""
#: utils.py:74